From d403f20fd3459aef6cdb35f778ad70fcb99e2e93 Mon Sep 17 00:00:00 2001 From: Micah Fitch Date: Wed, 16 Feb 2022 06:53:25 -0600 Subject: [PATCH 1/2] fix LFO loading in SynthUnit.onPatch --- dist/dx7/wasm/dx7.js | 2 +- dist/dx7/wasm/dx7.wasm.js | 2 +- src/c/msfa/synth_unit.cc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/dx7/wasm/dx7.js b/dist/dx7/wasm/dx7.js index f1c81ef..f92d69d 100644 --- a/dist/dx7/wasm/dx7.js +++ b/dist/dx7/wasm/dx7.js @@ -1 +1 @@ -var Module=typeof AudioWorkletGlobalScope.WAM.DX7!=="undefined"?AudioWorkletGlobalScope.WAM.DX7:{};var moduleOverrides={};var key;for(key in Module){if(Module.hasOwnProperty(key)){moduleOverrides[key]=Module[key]}}var arguments_=[];var thisProgram="./this.program";var quit_=function(status,toThrow){throw toThrow};var ENVIRONMENT_IS_WEB=typeof window==="object";var ENVIRONMENT_IS_WORKER=typeof importScripts==="function";var ENVIRONMENT_IS_NODE=typeof process==="object"&&typeof process.versions==="object"&&typeof process.versions.node==="string";var scriptDirectory="";function locateFile(path){if(Module["locateFile"]){return Module["locateFile"](path,scriptDirectory)}return scriptDirectory+path}var read_,readAsync,readBinary,setWindowTitle;var nodeFS;var nodePath;if(ENVIRONMENT_IS_NODE){if(ENVIRONMENT_IS_WORKER){scriptDirectory=require("path").dirname(scriptDirectory)+"/"}else{scriptDirectory=__dirname+"/"}read_=function shell_read(filename,binary){if(!nodeFS)nodeFS=require("fs");if(!nodePath)nodePath=require("path");filename=nodePath["normalize"](filename);return nodeFS["readFileSync"](filename,binary?null:"utf8")};readBinary=function readBinary(filename){var ret=read_(filename,true);if(!ret.buffer){ret=new Uint8Array(ret)}assert(ret.buffer);return ret};readAsync=function readAsync(filename,onload,onerror){if(!nodeFS)nodeFS=require("fs");if(!nodePath)nodePath=require("path");filename=nodePath["normalize"](filename);nodeFS["readFile"](filename,function(err,data){if(err)onerror(err);else onload(data.buffer)})};if(process["argv"].length>1){thisProgram=process["argv"][1].replace(/\\/g,"/")}arguments_=process["argv"].slice(2);if(typeof module!=="undefined"){module["exports"]=Module}process["on"]("uncaughtException",function(ex){if(!(ex instanceof ExitStatus)){throw ex}});process["on"]("unhandledRejection",abort);quit_=function(status,toThrow){if(keepRuntimeAlive()){process["exitCode"]=status;throw toThrow}process["exit"](status)};Module["inspect"]=function(){return"[Emscripten Module object]"}}else if(ENVIRONMENT_IS_WEB||ENVIRONMENT_IS_WORKER){if(ENVIRONMENT_IS_WORKER){scriptDirectory=self.location.href}else if(typeof document!=="undefined"&&document.currentScript){scriptDirectory=document.currentScript.src}if(scriptDirectory.indexOf("blob:")!==0){scriptDirectory=scriptDirectory.substr(0,scriptDirectory.lastIndexOf("/")+1)}else{scriptDirectory=""}{read_=function(url){var xhr=new XMLHttpRequest;xhr.open("GET",url,false);xhr.send(null);return xhr.responseText};if(ENVIRONMENT_IS_WORKER){readBinary=function(url){var xhr=new XMLHttpRequest;xhr.open("GET",url,false);xhr.responseType="arraybuffer";xhr.send(null);return new Uint8Array(xhr.response)}}readAsync=function(url,onload,onerror){var xhr=new XMLHttpRequest;xhr.open("GET",url,true);xhr.responseType="arraybuffer";xhr.onload=function(){if(xhr.status==200||xhr.status==0&&xhr.response){onload(xhr.response);return}onerror()};xhr.onerror=onerror;xhr.send(null)}}setWindowTitle=function(title){document.title=title}}else{}var out=Module["print"]||console.log.bind(console);var err=Module["printErr"]||console.warn.bind(console);for(key in moduleOverrides){if(moduleOverrides.hasOwnProperty(key)){Module[key]=moduleOverrides[key]}}moduleOverrides=null;if(Module["arguments"])arguments_=Module["arguments"];if(Module["thisProgram"])thisProgram=Module["thisProgram"];if(Module["quit"])quit_=Module["quit"];function warnOnce(text){if(!warnOnce.shown)warnOnce.shown={};if(!warnOnce.shown[text]){warnOnce.shown[text]=1;err(text)}}function convertJsFunctionToWasm(func,sig){if(typeof WebAssembly.Function==="function"){var typeNames={"i":"i32","j":"i64","f":"f32","d":"f64"};var type={parameters:[],results:sig[0]=="v"?[]:[typeNames[sig[0]]]};for(var i=1;i>0]=value;break;case"i8":HEAP8[ptr>>0]=value;break;case"i16":HEAP16[ptr>>1]=value;break;case"i32":HEAP32[ptr>>2]=value;break;case"i64":tempI64=[value>>>0,(tempDouble=value,+Math.abs(tempDouble)>=1?tempDouble>0?(Math.min(+Math.floor(tempDouble/4294967296),4294967295)|0)>>>0:~~+Math.ceil((tempDouble-+(~~tempDouble>>>0))/4294967296)>>>0:0)],HEAP32[ptr>>2]=tempI64[0],HEAP32[ptr+4>>2]=tempI64[1];break;case"float":HEAPF32[ptr>>2]=value;break;case"double":HEAPF64[ptr>>3]=value;break;default:abort("invalid type for setValue: "+type)}}var wasmMemory;var ABORT=false;var EXITSTATUS;function assert(condition,text){if(!condition){abort("Assertion failed: "+text)}}function getCFunc(ident){var func=Module["_"+ident];assert(func,"Cannot call unknown function "+ident+", make sure it is exported");return func}function ccall(ident,returnType,argTypes,args,opts){var toC={"string":function(str){var ret=0;if(str!==null&&str!==undefined&&str!==0){var len=(str.length<<2)+1;ret=stackAlloc(len);stringToUTF8(str,ret,len)}return ret},"array":function(arr){var ret=stackAlloc(arr.length);writeArrayToMemory(arr,ret);return ret}};function convertReturnValue(ret){if(returnType==="string")return UTF8ToString(ret);if(returnType==="boolean")return Boolean(ret);return ret}var func=getCFunc(ident);var cArgs=[];var stack=0;if(args){for(var i=0;i=endIdx))++endPtr;if(endPtr-idx>16&&heap.subarray&&UTF8Decoder){return UTF8Decoder.decode(heap.subarray(idx,endPtr))}else{var str="";while(idx>10,56320|ch&1023)}}}return str}function UTF8ToString(ptr,maxBytesToRead){return ptr?UTF8ArrayToString(HEAPU8,ptr,maxBytesToRead):""}function stringToUTF8Array(str,heap,outIdx,maxBytesToWrite){if(!(maxBytesToWrite>0))return 0;var startIdx=outIdx;var endIdx=outIdx+maxBytesToWrite-1;for(var i=0;i=55296&&u<=57343){var u1=str.charCodeAt(++i);u=65536+((u&1023)<<10)|u1&1023}if(u<=127){if(outIdx>=endIdx)break;heap[outIdx++]=u}else if(u<=2047){if(outIdx+1>=endIdx)break;heap[outIdx++]=192|u>>6;heap[outIdx++]=128|u&63}else if(u<=65535){if(outIdx+2>=endIdx)break;heap[outIdx++]=224|u>>12;heap[outIdx++]=128|u>>6&63;heap[outIdx++]=128|u&63}else{if(outIdx+3>=endIdx)break;heap[outIdx++]=240|u>>18;heap[outIdx++]=128|u>>12&63;heap[outIdx++]=128|u>>6&63;heap[outIdx++]=128|u&63}}heap[outIdx]=0;return outIdx-startIdx}function stringToUTF8(str,outPtr,maxBytesToWrite){return stringToUTF8Array(str,HEAPU8,outPtr,maxBytesToWrite)}function lengthBytesUTF8(str){var len=0;for(var i=0;i=55296&&u<=57343)u=65536+((u&1023)<<10)|str.charCodeAt(++i)&1023;if(u<=127)++len;else if(u<=2047)len+=2;else if(u<=65535)len+=3;else len+=4}return len}var UTF16Decoder=typeof TextDecoder!=="undefined"?new TextDecoder("utf-16le"):undefined;function writeArrayToMemory(array,buffer){HEAP8.set(array,buffer)}function writeAsciiToMemory(str,buffer,dontAddNull){for(var i=0;i>0]=str.charCodeAt(i)}if(!dontAddNull)HEAP8[buffer>>0]=0}function alignUp(x,multiple){if(x%multiple>0){x+=multiple-x%multiple}return x}var buffer,HEAP8,HEAPU8,HEAP16,HEAPU16,HEAP32,HEAPU32,HEAPF32,HEAPF64;function updateGlobalBufferAndViews(buf){buffer=buf;Module["HEAP8"]=HEAP8=new Int8Array(buf);Module["HEAP16"]=HEAP16=new Int16Array(buf);Module["HEAP32"]=HEAP32=new Int32Array(buf);Module["HEAPU8"]=HEAPU8=new Uint8Array(buf);Module["HEAPU16"]=HEAPU16=new Uint16Array(buf);Module["HEAPU32"]=HEAPU32=new Uint32Array(buf);Module["HEAPF32"]=HEAPF32=new Float32Array(buf);Module["HEAPF64"]=HEAPF64=new Float64Array(buf)}var INITIAL_MEMORY=Module["INITIAL_MEMORY"]||16777216;var wasmTable;var __ATPRERUN__=[];var __ATINIT__=[];var __ATPOSTRUN__=[];var runtimeInitialized=false;var runtimeExited=false;var runtimeKeepaliveCounter=0;function keepRuntimeAlive(){return noExitRuntime||runtimeKeepaliveCounter>0}function preRun(){if(Module["preRun"]){if(typeof Module["preRun"]=="function")Module["preRun"]=[Module["preRun"]];while(Module["preRun"].length){addOnPreRun(Module["preRun"].shift())}}callRuntimeCallbacks(__ATPRERUN__)}function initRuntime(){runtimeInitialized=true;callRuntimeCallbacks(__ATINIT__)}function exitRuntime(){runtimeExited=true}function postRun(){if(Module["postRun"]){if(typeof Module["postRun"]=="function")Module["postRun"]=[Module["postRun"]];while(Module["postRun"].length){addOnPostRun(Module["postRun"].shift())}}callRuntimeCallbacks(__ATPOSTRUN__)}function addOnPreRun(cb){__ATPRERUN__.unshift(cb)}function addOnInit(cb){__ATINIT__.unshift(cb)}function addOnPostRun(cb){__ATPOSTRUN__.unshift(cb)}var runDependencies=0;var runDependencyWatcher=null;var dependenciesFulfilled=null;function addRunDependency(id){runDependencies++;if(Module["monitorRunDependencies"]){Module["monitorRunDependencies"](runDependencies)}}function removeRunDependency(id){runDependencies--;if(Module["monitorRunDependencies"]){Module["monitorRunDependencies"](runDependencies)}if(runDependencies==0){if(runDependencyWatcher!==null){clearInterval(runDependencyWatcher);runDependencyWatcher=null}if(dependenciesFulfilled){var callback=dependenciesFulfilled;dependenciesFulfilled=null;callback()}}}Module["preloadedImages"]={};Module["preloadedAudios"]={};function abort(what){if(Module["onAbort"]){Module["onAbort"](what)}what+="";err(what);ABORT=true;EXITSTATUS=1;what="abort("+what+"). Build with -s ASSERTIONS=1 for more info.";var e=new WebAssembly.RuntimeError(what);throw e}var dataURIPrefix="data:application/octet-stream;base64,";function isDataURI(filename){return filename.startsWith(dataURIPrefix)}function isFileURI(filename){return filename.startsWith("file://")}var wasmBinaryFile;wasmBinaryFile="dx7.wasm";if(!isDataURI(wasmBinaryFile)){wasmBinaryFile=locateFile(wasmBinaryFile)}function getBinary(file){try{if(file==wasmBinaryFile&&wasmBinary){return new Uint8Array(wasmBinary)}if(readBinary){return readBinary(file)}else{throw"sync fetching of the wasm failed: you can preload it to Module['wasmBinary'] manually, or emcc.py will do that for you when generating HTML (but not JS)"}}catch(err){abort(err)}}function instantiateSync(file,info){var instance;var module;var binary;try{binary=getBinary(file);module=new WebAssembly.Module(binary);instance=new WebAssembly.Instance(module,info)}catch(e){var str=e.toString();err("failed to compile wasm module: "+str);if(str.includes("imported Memory")||str.includes("memory import")){err("Memory size incompatibility issues may be due to changing INITIAL_MEMORY at runtime to something too large. Use ALLOW_MEMORY_GROWTH to allow any size memory (and also make sure not to set INITIAL_MEMORY at runtime to something smaller than it was at compile time).")}throw e}return[instance,module]}function createWasm(){var info={"env":asmLibraryArg,"wasi_snapshot_preview1":asmLibraryArg};function receiveInstance(instance,module){var exports=instance.exports;Module["asm"]=exports;wasmMemory=Module["asm"]["memory"];updateGlobalBufferAndViews(wasmMemory.buffer);wasmTable=Module["asm"]["__indirect_function_table"];addOnInit(Module["asm"]["__wasm_call_ctors"]);removeRunDependency("wasm-instantiate")}addRunDependency("wasm-instantiate");if(Module["instantiateWasm"]){try{var exports=Module["instantiateWasm"](info,receiveInstance);return exports}catch(e){err("Module.instantiateWasm callback failed with error: "+e);return false}}var result=instantiateSync(wasmBinaryFile,info);receiveInstance(result[0]);return Module["asm"]}var tempDouble;var tempI64;function callRuntimeCallbacks(callbacks){while(callbacks.length>0){var callback=callbacks.shift();if(typeof callback=="function"){callback(Module);continue}var func=callback.func;if(typeof func==="number"){if(callback.arg===undefined){wasmTable.get(func)()}else{wasmTable.get(func)(callback.arg)}}else{func(callback.arg===undefined?null:callback.arg)}}}function demangle(func){return func}function demangleAll(text){var regex=/\b_Z[\w\d_]+/g;return text.replace(regex,function(x){var y=demangle(x);return x===y?x:y+" ["+x+"]"})}function jsStackTrace(){var error=new Error;if(!error.stack){try{throw new Error}catch(e){error=e}if(!error.stack){return"(no stack trace available)"}}return error.stack.toString()}function ___cxa_allocate_exception(size){return _malloc(size+16)+16}function _atexit(func,arg){}function ___cxa_atexit(a0,a1){return _atexit(a0,a1)}function ExceptionInfo(excPtr){this.excPtr=excPtr;this.ptr=excPtr-16;this.set_type=function(type){HEAP32[this.ptr+4>>2]=type};this.get_type=function(){return HEAP32[this.ptr+4>>2]};this.set_destructor=function(destructor){HEAP32[this.ptr+8>>2]=destructor};this.get_destructor=function(){return HEAP32[this.ptr+8>>2]};this.set_refcount=function(refcount){HEAP32[this.ptr>>2]=refcount};this.set_caught=function(caught){caught=caught?1:0;HEAP8[this.ptr+12>>0]=caught};this.get_caught=function(){return HEAP8[this.ptr+12>>0]!=0};this.set_rethrown=function(rethrown){rethrown=rethrown?1:0;HEAP8[this.ptr+13>>0]=rethrown};this.get_rethrown=function(){return HEAP8[this.ptr+13>>0]!=0};this.init=function(type,destructor){this.set_type(type);this.set_destructor(destructor);this.set_refcount(0);this.set_caught(false);this.set_rethrown(false)};this.add_ref=function(){var value=HEAP32[this.ptr>>2];HEAP32[this.ptr>>2]=value+1};this.release_ref=function(){var prev=HEAP32[this.ptr>>2];HEAP32[this.ptr>>2]=prev-1;return prev===1}}var exceptionLast=0;var uncaughtExceptionCount=0;function ___cxa_throw(ptr,type,destructor){var info=new ExceptionInfo(ptr);info.init(type,destructor);exceptionLast=ptr;uncaughtExceptionCount++;throw ptr}function _abort(){abort()}function _emscripten_memcpy_big(dest,src,num){HEAPU8.copyWithin(dest,src,src+num)}function emscripten_realloc_buffer(size){try{wasmMemory.grow(size-buffer.byteLength+65535>>>16);updateGlobalBufferAndViews(wasmMemory.buffer);return 1}catch(e){}}function _emscripten_resize_heap(requestedSize){var oldSize=HEAPU8.length;requestedSize=requestedSize>>>0;var maxHeapSize=2147483648;if(requestedSize>maxHeapSize){return false}for(var cutDown=1;cutDown<=4;cutDown*=2){var overGrownHeapSize=oldSize*(1+.2/cutDown);overGrownHeapSize=Math.min(overGrownHeapSize,requestedSize+100663296);var newSize=Math.min(maxHeapSize,alignUp(Math.max(requestedSize,overGrownHeapSize),65536));var replacement=emscripten_realloc_buffer(newSize);if(replacement){return true}}return false}var _emscripten_get_now;if(ENVIRONMENT_IS_NODE){_emscripten_get_now=function(){var t=process["hrtime"]();return t[0]*1e3+t[1]/1e6}}else _emscripten_get_now=function(){return performance.now()};function _emscripten_thread_sleep(msecs){var start=_emscripten_get_now();while(_emscripten_get_now()-start0?1:0}var compare;if((compare=sgn(date1.getFullYear()-date2.getFullYear()))===0){if((compare=sgn(date1.getMonth()-date2.getMonth()))===0){compare=sgn(date1.getDate()-date2.getDate())}}return compare}function getFirstWeekStartDate(janFourth){switch(janFourth.getDay()){case 0:return new Date(janFourth.getFullYear()-1,11,29);case 1:return janFourth;case 2:return new Date(janFourth.getFullYear(),0,3);case 3:return new Date(janFourth.getFullYear(),0,2);case 4:return new Date(janFourth.getFullYear(),0,1);case 5:return new Date(janFourth.getFullYear()-1,11,31);case 6:return new Date(janFourth.getFullYear()-1,11,30)}}function getWeekBasedYear(date){var thisDate=__addDays(new Date(date.tm_year+1900,0,1),date.tm_yday);var janFourthThisYear=new Date(thisDate.getFullYear(),0,4);var janFourthNextYear=new Date(thisDate.getFullYear()+1,0,4);var firstWeekStartThisYear=getFirstWeekStartDate(janFourthThisYear);var firstWeekStartNextYear=getFirstWeekStartDate(janFourthNextYear);if(compareByDay(firstWeekStartThisYear,thisDate)<=0){if(compareByDay(firstWeekStartNextYear,thisDate)<=0){return thisDate.getFullYear()+1}else{return thisDate.getFullYear()}}else{return thisDate.getFullYear()-1}}var EXPANSION_RULES_2={"%a":function(date){return WEEKDAYS[date.tm_wday].substring(0,3)},"%A":function(date){return WEEKDAYS[date.tm_wday]},"%b":function(date){return MONTHS[date.tm_mon].substring(0,3)},"%B":function(date){return MONTHS[date.tm_mon]},"%C":function(date){var year=date.tm_year+1900;return leadingNulls(year/100|0,2)},"%d":function(date){return leadingNulls(date.tm_mday,2)},"%e":function(date){return leadingSomething(date.tm_mday,2," ")},"%g":function(date){return getWeekBasedYear(date).toString().substring(2)},"%G":function(date){return getWeekBasedYear(date)},"%H":function(date){return leadingNulls(date.tm_hour,2)},"%I":function(date){var twelveHour=date.tm_hour;if(twelveHour==0)twelveHour=12;else if(twelveHour>12)twelveHour-=12;return leadingNulls(twelveHour,2)},"%j":function(date){return leadingNulls(date.tm_mday+__arraySum(__isLeapYear(date.tm_year+1900)?__MONTH_DAYS_LEAP:__MONTH_DAYS_REGULAR,date.tm_mon-1),3)},"%m":function(date){return leadingNulls(date.tm_mon+1,2)},"%M":function(date){return leadingNulls(date.tm_min,2)},"%n":function(){return"\n"},"%p":function(date){if(date.tm_hour>=0&&date.tm_hour<12){return"AM"}else{return"PM"}},"%S":function(date){return leadingNulls(date.tm_sec,2)},"%t":function(){return"\t"},"%u":function(date){return date.tm_wday||7},"%U":function(date){var janFirst=new Date(date.tm_year+1900,0,1);var firstSunday=janFirst.getDay()===0?janFirst:__addDays(janFirst,7-janFirst.getDay());var endDate=new Date(date.tm_year+1900,date.tm_mon,date.tm_mday);if(compareByDay(firstSunday,endDate)<0){var februaryFirstUntilEndMonth=__arraySum(__isLeapYear(endDate.getFullYear())?__MONTH_DAYS_LEAP:__MONTH_DAYS_REGULAR,endDate.getMonth()-1)-31;var firstSundayUntilEndJanuary=31-firstSunday.getDate();var days=firstSundayUntilEndJanuary+februaryFirstUntilEndMonth+endDate.getDate();return leadingNulls(Math.ceil(days/7),2)}return compareByDay(firstSunday,janFirst)===0?"01":"00"},"%V":function(date){var janFourthThisYear=new Date(date.tm_year+1900,0,4);var janFourthNextYear=new Date(date.tm_year+1901,0,4);var firstWeekStartThisYear=getFirstWeekStartDate(janFourthThisYear);var firstWeekStartNextYear=getFirstWeekStartDate(janFourthNextYear);var endDate=__addDays(new Date(date.tm_year+1900,0,1),date.tm_yday);if(compareByDay(endDate,firstWeekStartThisYear)<0){return"53"}if(compareByDay(firstWeekStartNextYear,endDate)<=0){return"01"}var daysDifference;if(firstWeekStartThisYear.getFullYear()=0;off=Math.abs(off)/60;off=off/60*100+off%60;return(ahead?"+":"-")+String("0000"+off).slice(-4)},"%Z":function(date){return date.tm_zone},"%%":function(){return"%"}};for(var rule in EXPANSION_RULES_2){if(pattern.includes(rule)){pattern=pattern.replace(new RegExp(rule,"g"),EXPANSION_RULES_2[rule](date))}}var bytes=intArrayFromString(pattern,false);if(bytes.length>maxsize){return 0}writeArrayToMemory(bytes,s);return bytes.length-1}function _strftime_l(s,maxsize,format,tm){return _strftime(s,maxsize,format,tm)}var ASSERTIONS=false;function intArrayFromString(stringy,dontAddNull,length){var len=length>0?length:lengthBytesUTF8(stringy)+1;var u8array=new Array(len);var numBytesWritten=stringToUTF8Array(stringy,u8array,0,u8array.length);if(dontAddNull)u8array.length=numBytesWritten;return u8array}var asmLibraryArg={"__cxa_allocate_exception":___cxa_allocate_exception,"__cxa_atexit":___cxa_atexit,"__cxa_throw":___cxa_throw,"abort":_abort,"emscripten_memcpy_big":_emscripten_memcpy_big,"emscripten_resize_heap":_emscripten_resize_heap,"emscripten_thread_sleep":_emscripten_thread_sleep,"environ_get":_environ_get,"environ_sizes_get":_environ_sizes_get,"strftime_l":_strftime_l};var asm=createWasm();var ___wasm_call_ctors=Module["___wasm_call_ctors"]=asm["__wasm_call_ctors"];var _createModule=Module["_createModule"]=asm["createModule"];var __ZN3WAM9Processor4initEjjPv=Module["__ZN3WAM9Processor4initEjjPv"]=asm["_ZN3WAM9Processor4initEjjPv"];var _wam_init=Module["_wam_init"]=asm["wam_init"];var _wam_terminate=Module["_wam_terminate"]=asm["wam_terminate"];var _wam_resize=Module["_wam_resize"]=asm["wam_resize"];var _wam_onparam=Module["_wam_onparam"]=asm["wam_onparam"];var _wam_onmidi=Module["_wam_onmidi"]=asm["wam_onmidi"];var _wam_onsysex=Module["_wam_onsysex"]=asm["wam_onsysex"];var _wam_onprocess=Module["_wam_onprocess"]=asm["wam_onprocess"];var _wam_onpatch=Module["_wam_onpatch"]=asm["wam_onpatch"];var _wam_onmessageN=Module["_wam_onmessageN"]=asm["wam_onmessageN"];var _wam_onmessageS=Module["_wam_onmessageS"]=asm["wam_onmessageS"];var _wam_onmessageA=Module["_wam_onmessageA"]=asm["wam_onmessageA"];var ___errno_location=Module["___errno_location"]=asm["__errno_location"];var stackSave=Module["stackSave"]=asm["stackSave"];var stackRestore=Module["stackRestore"]=asm["stackRestore"];var stackAlloc=Module["stackAlloc"]=asm["stackAlloc"];var _free=Module["_free"]=asm["free"];var _malloc=Module["_malloc"]=asm["malloc"];var dynCall_iiiiij=Module["dynCall_iiiiij"]=asm["dynCall_iiiiij"];var dynCall_iiiiijj=Module["dynCall_iiiiijj"]=asm["dynCall_iiiiijj"];var dynCall_iiiiiijj=Module["dynCall_iiiiiijj"]=asm["dynCall_iiiiiijj"];var dynCall_viijii=Module["dynCall_viijii"]=asm["dynCall_viijii"];Module["ccall"]=ccall;Module["cwrap"]=cwrap;Module["setValue"]=setValue;var calledRun;function ExitStatus(status){this.name="ExitStatus";this.message="Program terminated with exit("+status+")";this.status=status}dependenciesFulfilled=function runCaller(){if(!calledRun)run();if(!calledRun)dependenciesFulfilled=runCaller};function run(args){args=args||arguments_;if(runDependencies>0){return}preRun();if(runDependencies>0){return}function doRun(){if(calledRun)return;calledRun=true;Module["calledRun"]=true;if(ABORT)return;initRuntime();if(Module["onRuntimeInitialized"])Module["onRuntimeInitialized"]();postRun()}if(Module["setStatus"]){Module["setStatus"]("Running...");setTimeout(function(){setTimeout(function(){Module["setStatus"]("")},1);doRun()},1)}else{doRun()}}Module["run"]=run;function procExit(code){EXITSTATUS=code;if(!keepRuntimeAlive()){if(Module["onExit"])Module["onExit"](code);ABORT=true}quit_(code,new ExitStatus(code))}if(Module["preInit"]){if(typeof Module["preInit"]=="function")Module["preInit"]=[Module["preInit"]];while(Module["preInit"].length>0){Module["preInit"].pop()()}}run(); +var Module=typeof AudioWorkletGlobalScope.WAM.DX7!=="undefined"?AudioWorkletGlobalScope.WAM.DX7:{};var objAssign=Object.assign;var moduleOverrides=objAssign({},Module);var arguments_=[];var thisProgram="./this.program";var quit_=(status,toThrow)=>{throw toThrow};var ENVIRONMENT_IS_WEB=typeof window==="object";var ENVIRONMENT_IS_WORKER=typeof importScripts==="function";var ENVIRONMENT_IS_NODE=typeof process==="object"&&typeof process.versions==="object"&&typeof process.versions.node==="string";var scriptDirectory="";function locateFile(path){if(Module["locateFile"]){return Module["locateFile"](path,scriptDirectory)}return scriptDirectory+path}var read_,readAsync,readBinary,setWindowTitle;function logExceptionOnExit(e){if(e instanceof ExitStatus)return;let toLog=e;err("exiting due to exception: "+toLog)}var fs;var nodePath;var requireNodeFS;if(ENVIRONMENT_IS_NODE){if(ENVIRONMENT_IS_WORKER){scriptDirectory=require("path").dirname(scriptDirectory)+"/"}else{scriptDirectory=__dirname+"/"}requireNodeFS=(()=>{if(!nodePath){fs=require("fs");nodePath=require("path")}});read_=function shell_read(filename,binary){requireNodeFS();filename=nodePath["normalize"](filename);return fs.readFileSync(filename,binary?null:"utf8")};readBinary=(filename=>{var ret=read_(filename,true);if(!ret.buffer){ret=new Uint8Array(ret)}return ret});readAsync=((filename,onload,onerror)=>{requireNodeFS();filename=nodePath["normalize"](filename);fs.readFile(filename,function(err,data){if(err)onerror(err);else onload(data.buffer)})});if(process["argv"].length>1){thisProgram=process["argv"][1].replace(/\\/g,"/")}arguments_=process["argv"].slice(2);if(typeof module!=="undefined"){module["exports"]=Module}process["on"]("uncaughtException",function(ex){if(!(ex instanceof ExitStatus)){throw ex}});process["on"]("unhandledRejection",function(reason){throw reason});quit_=((status,toThrow)=>{if(keepRuntimeAlive()){process["exitCode"]=status;throw toThrow}logExceptionOnExit(toThrow);process["exit"](status)});Module["inspect"]=function(){return"[Emscripten Module object]"}}else if(ENVIRONMENT_IS_WEB||ENVIRONMENT_IS_WORKER){if(ENVIRONMENT_IS_WORKER){scriptDirectory=self.location.href}else if(typeof document!=="undefined"&&document.currentScript){scriptDirectory=document.currentScript.src}if(scriptDirectory.indexOf("blob:")!==0){scriptDirectory=scriptDirectory.substr(0,scriptDirectory.replace(/[?#].*/,"").lastIndexOf("/")+1)}else{scriptDirectory=""}{read_=(url=>{var xhr=new XMLHttpRequest;xhr.open("GET",url,false);xhr.send(null);return xhr.responseText});if(ENVIRONMENT_IS_WORKER){readBinary=(url=>{var xhr=new XMLHttpRequest;xhr.open("GET",url,false);xhr.responseType="arraybuffer";xhr.send(null);return new Uint8Array(xhr.response)})}readAsync=((url,onload,onerror)=>{var xhr=new XMLHttpRequest;xhr.open("GET",url,true);xhr.responseType="arraybuffer";xhr.onload=(()=>{if(xhr.status==200||xhr.status==0&&xhr.response){onload(xhr.response);return}onerror()});xhr.onerror=onerror;xhr.send(null)})}setWindowTitle=(title=>document.title=title)}else{}var out=Module["print"]||console.log.bind(console);var err=Module["printErr"]||console.warn.bind(console);objAssign(Module,moduleOverrides);moduleOverrides=null;if(Module["arguments"])arguments_=Module["arguments"];if(Module["thisProgram"])thisProgram=Module["thisProgram"];if(Module["quit"])quit_=Module["quit"];var POINTER_SIZE=4;function warnOnce(text){if(!warnOnce.shown)warnOnce.shown={};if(!warnOnce.shown[text]){warnOnce.shown[text]=1;err(text)}}function convertJsFunctionToWasm(func,sig){if(typeof WebAssembly.Function==="function"){var typeNames={"i":"i32","j":"i64","f":"f32","d":"f64"};var type={parameters:[],results:sig[0]=="v"?[]:[typeNames[sig[0]]]};for(var i=1;i>0]=value;break;case"i8":HEAP8[ptr>>0]=value;break;case"i16":HEAP16[ptr>>1]=value;break;case"i32":HEAP32[ptr>>2]=value;break;case"i64":tempI64=[value>>>0,(tempDouble=value,+Math.abs(tempDouble)>=1?tempDouble>0?(Math.min(+Math.floor(tempDouble/4294967296),4294967295)|0)>>>0:~~+Math.ceil((tempDouble-+(~~tempDouble>>>0))/4294967296)>>>0:0)],HEAP32[ptr>>2]=tempI64[0],HEAP32[ptr+4>>2]=tempI64[1];break;case"float":HEAPF32[ptr>>2]=value;break;case"double":HEAPF64[ptr>>3]=value;break;default:abort("invalid type for setValue: "+type)}}var wasmMemory;var ABORT=false;var EXITSTATUS;function assert(condition,text){if(!condition){abort(text)}}function getCFunc(ident){var func=Module["_"+ident];return func}function ccall(ident,returnType,argTypes,args,opts){var toC={"string":function(str){var ret=0;if(str!==null&&str!==undefined&&str!==0){var len=(str.length<<2)+1;ret=stackAlloc(len);stringToUTF8(str,ret,len)}return ret},"array":function(arr){var ret=stackAlloc(arr.length);writeArrayToMemory(arr,ret);return ret}};function convertReturnValue(ret){if(returnType==="string")return UTF8ToString(ret);if(returnType==="boolean")return Boolean(ret);return ret}var func=getCFunc(ident);var cArgs=[];var stack=0;if(args){for(var i=0;i=endIdx))++endPtr;if(endPtr-idx>16&&heap.subarray&&UTF8Decoder){return UTF8Decoder.decode(heap.subarray(idx,endPtr))}else{var str="";while(idx>10,56320|ch&1023)}}}return str}function UTF8ToString(ptr,maxBytesToRead){return ptr?UTF8ArrayToString(HEAPU8,ptr,maxBytesToRead):""}function stringToUTF8Array(str,heap,outIdx,maxBytesToWrite){if(!(maxBytesToWrite>0))return 0;var startIdx=outIdx;var endIdx=outIdx+maxBytesToWrite-1;for(var i=0;i=55296&&u<=57343){var u1=str.charCodeAt(++i);u=65536+((u&1023)<<10)|u1&1023}if(u<=127){if(outIdx>=endIdx)break;heap[outIdx++]=u}else if(u<=2047){if(outIdx+1>=endIdx)break;heap[outIdx++]=192|u>>6;heap[outIdx++]=128|u&63}else if(u<=65535){if(outIdx+2>=endIdx)break;heap[outIdx++]=224|u>>12;heap[outIdx++]=128|u>>6&63;heap[outIdx++]=128|u&63}else{if(outIdx+3>=endIdx)break;heap[outIdx++]=240|u>>18;heap[outIdx++]=128|u>>12&63;heap[outIdx++]=128|u>>6&63;heap[outIdx++]=128|u&63}}heap[outIdx]=0;return outIdx-startIdx}function stringToUTF8(str,outPtr,maxBytesToWrite){return stringToUTF8Array(str,HEAPU8,outPtr,maxBytesToWrite)}function lengthBytesUTF8(str){var len=0;for(var i=0;i=55296&&u<=57343)u=65536+((u&1023)<<10)|str.charCodeAt(++i)&1023;if(u<=127)++len;else if(u<=2047)len+=2;else if(u<=65535)len+=3;else len+=4}return len}var UTF16Decoder=typeof TextDecoder!=="undefined"?new TextDecoder("utf-16le"):undefined;function writeArrayToMemory(array,buffer){HEAP8.set(array,buffer)}function writeAsciiToMemory(str,buffer,dontAddNull){for(var i=0;i>0]=str.charCodeAt(i)}if(!dontAddNull)HEAP8[buffer>>0]=0}function alignUp(x,multiple){if(x%multiple>0){x+=multiple-x%multiple}return x}var buffer,HEAP8,HEAPU8,HEAP16,HEAPU16,HEAP32,HEAPU32,HEAPF32,HEAPF64;function updateGlobalBufferAndViews(buf){buffer=buf;Module["HEAP8"]=HEAP8=new Int8Array(buf);Module["HEAP16"]=HEAP16=new Int16Array(buf);Module["HEAP32"]=HEAP32=new Int32Array(buf);Module["HEAPU8"]=HEAPU8=new Uint8Array(buf);Module["HEAPU16"]=HEAPU16=new Uint16Array(buf);Module["HEAPU32"]=HEAPU32=new Uint32Array(buf);Module["HEAPF32"]=HEAPF32=new Float32Array(buf);Module["HEAPF64"]=HEAPF64=new Float64Array(buf)}var INITIAL_MEMORY=Module["INITIAL_MEMORY"]||16777216;var wasmTable;var __ATPRERUN__=[];var __ATINIT__=[];var __ATPOSTRUN__=[];var runtimeInitialized=false;var runtimeExited=false;var runtimeKeepaliveCounter=0;function keepRuntimeAlive(){return noExitRuntime||runtimeKeepaliveCounter>0}function preRun(){if(Module["preRun"]){if(typeof Module["preRun"]=="function")Module["preRun"]=[Module["preRun"]];while(Module["preRun"].length){addOnPreRun(Module["preRun"].shift())}}callRuntimeCallbacks(__ATPRERUN__)}function initRuntime(){runtimeInitialized=true;callRuntimeCallbacks(__ATINIT__)}function exitRuntime(){runtimeExited=true}function postRun(){if(Module["postRun"]){if(typeof Module["postRun"]=="function")Module["postRun"]=[Module["postRun"]];while(Module["postRun"].length){addOnPostRun(Module["postRun"].shift())}}callRuntimeCallbacks(__ATPOSTRUN__)}function addOnPreRun(cb){__ATPRERUN__.unshift(cb)}function addOnInit(cb){__ATINIT__.unshift(cb)}function addOnPostRun(cb){__ATPOSTRUN__.unshift(cb)}var runDependencies=0;var runDependencyWatcher=null;var dependenciesFulfilled=null;function addRunDependency(id){runDependencies++;if(Module["monitorRunDependencies"]){Module["monitorRunDependencies"](runDependencies)}}function removeRunDependency(id){runDependencies--;if(Module["monitorRunDependencies"]){Module["monitorRunDependencies"](runDependencies)}if(runDependencies==0){if(runDependencyWatcher!==null){clearInterval(runDependencyWatcher);runDependencyWatcher=null}if(dependenciesFulfilled){var callback=dependenciesFulfilled;dependenciesFulfilled=null;callback()}}}Module["preloadedImages"]={};Module["preloadedAudios"]={};function abort(what){{if(Module["onAbort"]){Module["onAbort"](what)}}what="Aborted("+what+")";err(what);ABORT=true;EXITSTATUS=1;what+=". Build with -s ASSERTIONS=1 for more info.";var e=new WebAssembly.RuntimeError(what);throw e}var dataURIPrefix="data:application/octet-stream;base64,";function isDataURI(filename){return filename.startsWith(dataURIPrefix)}function isFileURI(filename){return filename.startsWith("file://")}var wasmBinaryFile;wasmBinaryFile="dx7.wasm";if(!isDataURI(wasmBinaryFile)){wasmBinaryFile=locateFile(wasmBinaryFile)}function getBinary(file){try{if(file==wasmBinaryFile&&wasmBinary){return new Uint8Array(wasmBinary)}if(readBinary){return readBinary(file)}else{throw"sync fetching of the wasm failed: you can preload it to Module['wasmBinary'] manually, or emcc.py will do that for you when generating HTML (but not JS)"}}catch(err){abort(err)}}function instantiateSync(file,info){var instance;var module;var binary;try{binary=getBinary(file);module=new WebAssembly.Module(binary);instance=new WebAssembly.Instance(module,info)}catch(e){var str=e.toString();err("failed to compile wasm module: "+str);if(str.includes("imported Memory")||str.includes("memory import")){err("Memory size incompatibility issues may be due to changing INITIAL_MEMORY at runtime to something too large. Use ALLOW_MEMORY_GROWTH to allow any size memory (and also make sure not to set INITIAL_MEMORY at runtime to something smaller than it was at compile time).")}throw e}return[instance,module]}function createWasm(){var info={"env":asmLibraryArg,"wasi_snapshot_preview1":asmLibraryArg};function receiveInstance(instance,module){var exports=instance.exports;Module["asm"]=exports;wasmMemory=Module["asm"]["memory"];updateGlobalBufferAndViews(wasmMemory.buffer);wasmTable=Module["asm"]["__indirect_function_table"];addOnInit(Module["asm"]["__wasm_call_ctors"]);removeRunDependency("wasm-instantiate")}addRunDependency("wasm-instantiate");if(Module["instantiateWasm"]){try{var exports=Module["instantiateWasm"](info,receiveInstance);return exports}catch(e){err("Module.instantiateWasm callback failed with error: "+e);return false}}var result=instantiateSync(wasmBinaryFile,info);receiveInstance(result[0]);return Module["asm"]}var tempDouble;var tempI64;function callRuntimeCallbacks(callbacks){while(callbacks.length>0){var callback=callbacks.shift();if(typeof callback=="function"){callback(Module);continue}var func=callback.func;if(typeof func==="number"){if(callback.arg===undefined){getWasmTableEntry(func)()}else{getWasmTableEntry(func)(callback.arg)}}else{func(callback.arg===undefined?null:callback.arg)}}}function demangle(func){return func}function demangleAll(text){var regex=/\b_Z[\w\d_]+/g;return text.replace(regex,function(x){var y=demangle(x);return x===y?x:y+" ["+x+"]"})}var wasmTableMirror=[];function getWasmTableEntry(funcPtr){var func=wasmTableMirror[funcPtr];if(!func){if(funcPtr>=wasmTableMirror.length)wasmTableMirror.length=funcPtr+1;wasmTableMirror[funcPtr]=func=wasmTable.get(funcPtr)}return func}function jsStackTrace(){var error=new Error;if(!error.stack){try{throw new Error}catch(e){error=e}if(!error.stack){return"(no stack trace available)"}}return error.stack.toString()}function setWasmTableEntry(idx,func){wasmTable.set(idx,func);wasmTableMirror[idx]=func}function ___cxa_allocate_exception(size){return _malloc(size+16)+16}function ExceptionInfo(excPtr){this.excPtr=excPtr;this.ptr=excPtr-16;this.set_type=function(type){HEAP32[this.ptr+4>>2]=type};this.get_type=function(){return HEAP32[this.ptr+4>>2]};this.set_destructor=function(destructor){HEAP32[this.ptr+8>>2]=destructor};this.get_destructor=function(){return HEAP32[this.ptr+8>>2]};this.set_refcount=function(refcount){HEAP32[this.ptr>>2]=refcount};this.set_caught=function(caught){caught=caught?1:0;HEAP8[this.ptr+12>>0]=caught};this.get_caught=function(){return HEAP8[this.ptr+12>>0]!=0};this.set_rethrown=function(rethrown){rethrown=rethrown?1:0;HEAP8[this.ptr+13>>0]=rethrown};this.get_rethrown=function(){return HEAP8[this.ptr+13>>0]!=0};this.init=function(type,destructor){this.set_type(type);this.set_destructor(destructor);this.set_refcount(0);this.set_caught(false);this.set_rethrown(false)};this.add_ref=function(){var value=HEAP32[this.ptr>>2];HEAP32[this.ptr>>2]=value+1};this.release_ref=function(){var prev=HEAP32[this.ptr>>2];HEAP32[this.ptr>>2]=prev-1;return prev===1}}var exceptionLast=0;var uncaughtExceptionCount=0;function ___cxa_throw(ptr,type,destructor){var info=new ExceptionInfo(ptr);info.init(type,destructor);exceptionLast=ptr;uncaughtExceptionCount++;throw ptr}function _abort(){abort("")}var _emscripten_get_now;if(ENVIRONMENT_IS_NODE){_emscripten_get_now=(()=>{var t=process["hrtime"]();return t[0]*1e3+t[1]/1e6})}else _emscripten_get_now=(()=>performance.now());function _emscripten_memcpy_big(dest,src,num){HEAPU8.copyWithin(dest,src,src+num)}function emscripten_realloc_buffer(size){try{wasmMemory.grow(size-buffer.byteLength+65535>>>16);updateGlobalBufferAndViews(wasmMemory.buffer);return 1}catch(e){}}function _emscripten_resize_heap(requestedSize){var oldSize=HEAPU8.length;requestedSize=requestedSize>>>0;var maxHeapSize=2147483648;if(requestedSize>maxHeapSize){return false}for(var cutDown=1;cutDown<=4;cutDown*=2){var overGrownHeapSize=oldSize*(1+.2/cutDown);overGrownHeapSize=Math.min(overGrownHeapSize,requestedSize+100663296);var newSize=Math.min(maxHeapSize,alignUp(Math.max(requestedSize,overGrownHeapSize),65536));var replacement=emscripten_realloc_buffer(newSize);if(replacement){return true}}return false}var ENV={};function getExecutableName(){return thisProgram||"./this.program"}function getEnvStrings(){if(!getEnvStrings.strings){var lang=(typeof navigator==="object"&&navigator.languages&&navigator.languages[0]||"C").replace("-","_")+".UTF-8";var env={"USER":"web_user","LOGNAME":"web_user","PATH":"/","PWD":"/","HOME":"/home/web_user","LANG":lang,"_":getExecutableName()};for(var x in ENV){if(ENV[x]===undefined)delete env[x];else env[x]=ENV[x]}var strings=[];for(var x in env){strings.push(x+"="+env[x])}getEnvStrings.strings=strings}return getEnvStrings.strings}var SYSCALLS={mappings:{},buffers:[null,[],[]],printChar:function(stream,curr){var buffer=SYSCALLS.buffers[stream];if(curr===0||curr===10){(stream===1?out:err)(UTF8ArrayToString(buffer,0));buffer.length=0}else{buffer.push(curr)}},varargs:undefined,get:function(){SYSCALLS.varargs+=4;var ret=HEAP32[SYSCALLS.varargs-4>>2];return ret},getStr:function(ptr){var ret=UTF8ToString(ptr);return ret},get64:function(low,high){return low}};function _environ_get(__environ,environ_buf){var bufSize=0;getEnvStrings().forEach(function(string,i){var ptr=environ_buf+bufSize;HEAP32[__environ+i*4>>2]=ptr;writeAsciiToMemory(string,ptr);bufSize+=string.length+1});return 0}function _environ_sizes_get(penviron_count,penviron_buf_size){var strings=getEnvStrings();HEAP32[penviron_count>>2]=strings.length;var bufSize=0;strings.forEach(function(string){bufSize+=string.length+1});HEAP32[penviron_buf_size>>2]=bufSize;return 0}function __isLeapYear(year){return year%4===0&&(year%100!==0||year%400===0)}function __arraySum(array,index){var sum=0;for(var i=0;i<=index;sum+=array[i++]){}return sum}var __MONTH_DAYS_LEAP=[31,29,31,30,31,30,31,31,30,31,30,31];var __MONTH_DAYS_REGULAR=[31,28,31,30,31,30,31,31,30,31,30,31];function __addDays(date,days){var newDate=new Date(date.getTime());while(days>0){var leap=__isLeapYear(newDate.getFullYear());var currentMonth=newDate.getMonth();var daysInCurrentMonth=(leap?__MONTH_DAYS_LEAP:__MONTH_DAYS_REGULAR)[currentMonth];if(days>daysInCurrentMonth-newDate.getDate()){days-=daysInCurrentMonth-newDate.getDate()+1;newDate.setDate(1);if(currentMonth<11){newDate.setMonth(currentMonth+1)}else{newDate.setMonth(0);newDate.setFullYear(newDate.getFullYear()+1)}}else{newDate.setDate(newDate.getDate()+days);return newDate}}return newDate}function _strftime(s,maxsize,format,tm){var tm_zone=HEAP32[tm+40>>2];var date={tm_sec:HEAP32[tm>>2],tm_min:HEAP32[tm+4>>2],tm_hour:HEAP32[tm+8>>2],tm_mday:HEAP32[tm+12>>2],tm_mon:HEAP32[tm+16>>2],tm_year:HEAP32[tm+20>>2],tm_wday:HEAP32[tm+24>>2],tm_yday:HEAP32[tm+28>>2],tm_isdst:HEAP32[tm+32>>2],tm_gmtoff:HEAP32[tm+36>>2],tm_zone:tm_zone?UTF8ToString(tm_zone):""};var pattern=UTF8ToString(format);var EXPANSION_RULES_1={"%c":"%a %b %d %H:%M:%S %Y","%D":"%m/%d/%y","%F":"%Y-%m-%d","%h":"%b","%r":"%I:%M:%S %p","%R":"%H:%M","%T":"%H:%M:%S","%x":"%m/%d/%y","%X":"%H:%M:%S","%Ec":"%c","%EC":"%C","%Ex":"%m/%d/%y","%EX":"%H:%M:%S","%Ey":"%y","%EY":"%Y","%Od":"%d","%Oe":"%e","%OH":"%H","%OI":"%I","%Om":"%m","%OM":"%M","%OS":"%S","%Ou":"%u","%OU":"%U","%OV":"%V","%Ow":"%w","%OW":"%W","%Oy":"%y"};for(var rule in EXPANSION_RULES_1){pattern=pattern.replace(new RegExp(rule,"g"),EXPANSION_RULES_1[rule])}var WEEKDAYS=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"];var MONTHS=["January","February","March","April","May","June","July","August","September","October","November","December"];function leadingSomething(value,digits,character){var str=typeof value==="number"?value.toString():value||"";while(str.length0?1:0}var compare;if((compare=sgn(date1.getFullYear()-date2.getFullYear()))===0){if((compare=sgn(date1.getMonth()-date2.getMonth()))===0){compare=sgn(date1.getDate()-date2.getDate())}}return compare}function getFirstWeekStartDate(janFourth){switch(janFourth.getDay()){case 0:return new Date(janFourth.getFullYear()-1,11,29);case 1:return janFourth;case 2:return new Date(janFourth.getFullYear(),0,3);case 3:return new Date(janFourth.getFullYear(),0,2);case 4:return new Date(janFourth.getFullYear(),0,1);case 5:return new Date(janFourth.getFullYear()-1,11,31);case 6:return new Date(janFourth.getFullYear()-1,11,30)}}function getWeekBasedYear(date){var thisDate=__addDays(new Date(date.tm_year+1900,0,1),date.tm_yday);var janFourthThisYear=new Date(thisDate.getFullYear(),0,4);var janFourthNextYear=new Date(thisDate.getFullYear()+1,0,4);var firstWeekStartThisYear=getFirstWeekStartDate(janFourthThisYear);var firstWeekStartNextYear=getFirstWeekStartDate(janFourthNextYear);if(compareByDay(firstWeekStartThisYear,thisDate)<=0){if(compareByDay(firstWeekStartNextYear,thisDate)<=0){return thisDate.getFullYear()+1}else{return thisDate.getFullYear()}}else{return thisDate.getFullYear()-1}}var EXPANSION_RULES_2={"%a":function(date){return WEEKDAYS[date.tm_wday].substring(0,3)},"%A":function(date){return WEEKDAYS[date.tm_wday]},"%b":function(date){return MONTHS[date.tm_mon].substring(0,3)},"%B":function(date){return MONTHS[date.tm_mon]},"%C":function(date){var year=date.tm_year+1900;return leadingNulls(year/100|0,2)},"%d":function(date){return leadingNulls(date.tm_mday,2)},"%e":function(date){return leadingSomething(date.tm_mday,2," ")},"%g":function(date){return getWeekBasedYear(date).toString().substring(2)},"%G":function(date){return getWeekBasedYear(date)},"%H":function(date){return leadingNulls(date.tm_hour,2)},"%I":function(date){var twelveHour=date.tm_hour;if(twelveHour==0)twelveHour=12;else if(twelveHour>12)twelveHour-=12;return leadingNulls(twelveHour,2)},"%j":function(date){return leadingNulls(date.tm_mday+__arraySum(__isLeapYear(date.tm_year+1900)?__MONTH_DAYS_LEAP:__MONTH_DAYS_REGULAR,date.tm_mon-1),3)},"%m":function(date){return leadingNulls(date.tm_mon+1,2)},"%M":function(date){return leadingNulls(date.tm_min,2)},"%n":function(){return"\n"},"%p":function(date){if(date.tm_hour>=0&&date.tm_hour<12){return"AM"}else{return"PM"}},"%S":function(date){return leadingNulls(date.tm_sec,2)},"%t":function(){return"\t"},"%u":function(date){return date.tm_wday||7},"%U":function(date){var janFirst=new Date(date.tm_year+1900,0,1);var firstSunday=janFirst.getDay()===0?janFirst:__addDays(janFirst,7-janFirst.getDay());var endDate=new Date(date.tm_year+1900,date.tm_mon,date.tm_mday);if(compareByDay(firstSunday,endDate)<0){var februaryFirstUntilEndMonth=__arraySum(__isLeapYear(endDate.getFullYear())?__MONTH_DAYS_LEAP:__MONTH_DAYS_REGULAR,endDate.getMonth()-1)-31;var firstSundayUntilEndJanuary=31-firstSunday.getDate();var days=firstSundayUntilEndJanuary+februaryFirstUntilEndMonth+endDate.getDate();return leadingNulls(Math.ceil(days/7),2)}return compareByDay(firstSunday,janFirst)===0?"01":"00"},"%V":function(date){var janFourthThisYear=new Date(date.tm_year+1900,0,4);var janFourthNextYear=new Date(date.tm_year+1901,0,4);var firstWeekStartThisYear=getFirstWeekStartDate(janFourthThisYear);var firstWeekStartNextYear=getFirstWeekStartDate(janFourthNextYear);var endDate=__addDays(new Date(date.tm_year+1900,0,1),date.tm_yday);if(compareByDay(endDate,firstWeekStartThisYear)<0){return"53"}if(compareByDay(firstWeekStartNextYear,endDate)<=0){return"01"}var daysDifference;if(firstWeekStartThisYear.getFullYear()=0;off=Math.abs(off)/60;off=off/60*100+off%60;return(ahead?"+":"-")+String("0000"+off).slice(-4)},"%Z":function(date){return date.tm_zone},"%%":function(){return"%"}};for(var rule in EXPANSION_RULES_2){if(pattern.includes(rule)){pattern=pattern.replace(new RegExp(rule,"g"),EXPANSION_RULES_2[rule](date))}}var bytes=intArrayFromString(pattern,false);if(bytes.length>maxsize){return 0}writeArrayToMemory(bytes,s);return bytes.length-1}function _strftime_l(s,maxsize,format,tm){return _strftime(s,maxsize,format,tm)}var ASSERTIONS=false;function intArrayFromString(stringy,dontAddNull,length){var len=length>0?length:lengthBytesUTF8(stringy)+1;var u8array=new Array(len);var numBytesWritten=stringToUTF8Array(stringy,u8array,0,u8array.length);if(dontAddNull)u8array.length=numBytesWritten;return u8array}var asmLibraryArg={"__cxa_allocate_exception":___cxa_allocate_exception,"__cxa_throw":___cxa_throw,"abort":_abort,"emscripten_get_now":_emscripten_get_now,"emscripten_memcpy_big":_emscripten_memcpy_big,"emscripten_resize_heap":_emscripten_resize_heap,"environ_get":_environ_get,"environ_sizes_get":_environ_sizes_get,"strftime_l":_strftime_l};var asm=createWasm();var ___wasm_call_ctors=Module["___wasm_call_ctors"]=asm["__wasm_call_ctors"];var _createModule=Module["_createModule"]=asm["createModule"];var __ZN3WAM9Processor4initEjjPv=Module["__ZN3WAM9Processor4initEjjPv"]=asm["_ZN3WAM9Processor4initEjjPv"];var _wam_init=Module["_wam_init"]=asm["wam_init"];var _wam_terminate=Module["_wam_terminate"]=asm["wam_terminate"];var _wam_resize=Module["_wam_resize"]=asm["wam_resize"];var _wam_onparam=Module["_wam_onparam"]=asm["wam_onparam"];var _wam_onmidi=Module["_wam_onmidi"]=asm["wam_onmidi"];var _wam_onsysex=Module["_wam_onsysex"]=asm["wam_onsysex"];var _wam_onprocess=Module["_wam_onprocess"]=asm["wam_onprocess"];var _wam_onpatch=Module["_wam_onpatch"]=asm["wam_onpatch"];var _wam_onmessageN=Module["_wam_onmessageN"]=asm["wam_onmessageN"];var _wam_onmessageS=Module["_wam_onmessageS"]=asm["wam_onmessageS"];var _wam_onmessageA=Module["_wam_onmessageA"]=asm["wam_onmessageA"];var ___errno_location=Module["___errno_location"]=asm["__errno_location"];var _malloc=Module["_malloc"]=asm["malloc"];var _free=Module["_free"]=asm["free"];var stackSave=Module["stackSave"]=asm["stackSave"];var stackRestore=Module["stackRestore"]=asm["stackRestore"];var stackAlloc=Module["stackAlloc"]=asm["stackAlloc"];var dynCall_viijii=Module["dynCall_viijii"]=asm["dynCall_viijii"];var dynCall_iiiiij=Module["dynCall_iiiiij"]=asm["dynCall_iiiiij"];var dynCall_iiiiijj=Module["dynCall_iiiiijj"]=asm["dynCall_iiiiijj"];var dynCall_iiiiiijj=Module["dynCall_iiiiiijj"]=asm["dynCall_iiiiiijj"];Module["ccall"]=ccall;Module["cwrap"]=cwrap;Module["setValue"]=setValue;var calledRun;function ExitStatus(status){this.name="ExitStatus";this.message="Program terminated with exit("+status+")";this.status=status}dependenciesFulfilled=function runCaller(){if(!calledRun)run();if(!calledRun)dependenciesFulfilled=runCaller};function run(args){args=args||arguments_;if(runDependencies>0){return}preRun();if(runDependencies>0){return}function doRun(){if(calledRun)return;calledRun=true;Module["calledRun"]=true;if(ABORT)return;initRuntime();if(Module["onRuntimeInitialized"])Module["onRuntimeInitialized"]();postRun()}if(Module["setStatus"]){Module["setStatus"]("Running...");setTimeout(function(){setTimeout(function(){Module["setStatus"]("")},1);doRun()},1)}else{doRun()}}Module["run"]=run;function procExit(code){EXITSTATUS=code;if(!keepRuntimeAlive()){if(Module["onExit"])Module["onExit"](code);ABORT=true}quit_(code,new ExitStatus(code))}if(Module["preInit"]){if(typeof Module["preInit"]=="function")Module["preInit"]=[Module["preInit"]];while(Module["preInit"].length>0){Module["preInit"].pop()()}}run(); diff --git a/dist/dx7/wasm/dx7.wasm.js b/dist/dx7/wasm/dx7.wasm.js index 1f9dfe0..e13bc58 100644 --- a/dist/dx7/wasm/dx7.wasm.js +++ b/dist/dx7/wasm/dx7.wasm.js @@ -1,3 +1,3 @@ AudioWorkletGlobalScope.WAM = AudioWorkletGlobalScope.WAM || {} AudioWorkletGlobalScope.WAM.DX7 = { ENVIRONMENT: 'WEB' } -AudioWorkletGlobalScope.WAM.DX7.wasmBinary = new Uint8Array([0,97,115,109,1,0,0,0,1,180,3,52,96,16,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,1,126,96,1,127,1,127,96,2,127,127,0,96,2,127,127,1,127,96,1,127,0,96,3,127,127,127,1,127,96,3,127,127,127,0,96,6,127,127,127,127,127,127,1,127,96,5,127,127,127,127,127,1,127,96,4,127,127,127,127,0,96,4,127,127,127,127,1,127,96,6,127,127,127,127,127,127,0,96,5,127,127,127,127,127,0,96,8,127,127,127,127,127,127,127,127,1,127,96,7,127,127,127,127,127,127,127,1,127,96,0,0,96,5,127,126,126,126,126,0,96,7,127,127,127,127,127,127,127,0,96,0,1,127,96,4,127,127,127,127,1,126,96,5,127,127,127,127,126,1,127,96,1,124,1,124,96,4,127,126,126,127,0,96,10,127,127,127,127,127,127,127,127,127,127,1,127,96,4,127,127,127,124,0,96,2,127,126,0,96,2,124,127,1,124,96,12,127,127,127,127,127,127,127,127,127,127,127,127,1,127,96,5,127,127,127,127,124,1,127,96,6,127,127,127,127,126,126,1,127,96,11,127,127,127,127,127,127,127,127,127,127,127,1,127,96,7,127,127,127,127,127,126,126,1,127,96,10,127,127,127,127,127,127,127,127,127,127,0,96,15,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,0,96,8,127,127,127,127,127,127,127,127,0,96,5,127,127,126,127,127,0,96,1,124,0,96,3,127,127,124,0,96,3,127,127,125,0,96,2,127,124,0,96,4,126,126,126,126,1,127,96,3,126,126,126,1,127,96,2,127,127,1,126,96,2,126,126,1,125,96,2,126,126,1,124,96,3,127,127,126,0,96,2,126,127,1,127,96,6,127,124,127,127,127,127,1,127,96,4,127,127,127,126,1,126,96,3,127,127,127,1,125,96,3,127,127,127,1,124,96,9,127,127,127,127,127,127,127,127,127,1,127,2,246,1,9,3,101,110,118,24,95,95,99,120,97,95,97,108,108,111,99,97,116,101,95,101,120,99,101,112,116,105,111,110,0,1,3,101,110,118,11,95,95,99,120,97,95,116,104,114,111,119,0,6,3,101,110,118,23,101,109,115,99,114,105,112,116,101,110,95,116,104,114,101,97,100,95,115,108,101,101,112,0,36,22,119,97,115,105,95,115,110,97,112,115,104,111,116,95,112,114,101,118,105,101,119,49,17,101,110,118,105,114,111,110,95,115,105,122,101,115,95,103,101,116,0,3,22,119,97,115,105,95,115,110,97,112,115,104,111,116,95,112,114,101,118,105,101,119,49,11,101,110,118,105,114,111,110,95,103,101,116,0,3,3,101,110,118,10,115,116,114,102,116,105,109,101,95,108,0,8,3,101,110,118,5,97,98,111,114,116,0,15,3,101,110,118,22,101,109,115,99,114,105,112,116,101,110,95,114,101,115,105,122,101,95,104,101,97,112,0,1,3,101,110,118,21,101,109,115,99,114,105,112,116,101,110,95,109,101,109,99,112,121,95,98,105,103,0,5,3,223,8,221,8,15,18,10,4,2,9,6,6,37,6,1,4,24,9,12,10,10,4,2,38,9,6,6,6,24,9,12,4,6,6,2,2,4,2,1,4,6,6,2,1,5,3,3,7,4,4,1,1,4,4,3,1,1,2,1,4,21,21,1,5,1,1,18,4,25,1,22,2,22,16,16,39,40,41,16,2,16,22,16,16,9,42,43,44,1,3,10,45,5,5,3,1,3,1,1,3,3,26,8,6,1,6,46,12,47,2,10,5,3,3,3,4,10,1,5,10,1,1,1,3,3,1,1,3,1,3,3,3,3,1,10,1,48,19,19,9,8,9,5,6,5,8,9,5,6,5,7,1,4,1,2,2,14,3,3,5,2,3,3,1,3,1,1,3,4,1,7,1,6,1,1,2,23,10,9,7,19,7,10,7,10,7,19,7,12,27,49,7,50,7,9,7,9,18,5,4,1,1,1,3,5,1,1,3,4,7,1,1,14,3,3,1,3,1,3,7,3,6,23,7,7,7,7,7,12,27,7,7,7,9,3,5,1,1,1,1,2,8,1,1,3,2,4,3,3,3,3,8,9,8,5,17,2,1,5,20,8,20,28,5,1,10,17,1,29,8,8,1,2,4,8,17,7,3,2,5,5,20,8,20,28,17,29,8,13,3,5,1,7,7,7,11,7,11,7,12,8,13,13,3,5,7,7,7,11,7,11,7,12,8,13,14,11,2,3,14,3,8,15,1,2,2,2,1,2,1,1,2,2,2,2,1,2,2,2,2,3,2,2,1,2,14,30,2,3,3,6,6,14,2,2,2,1,2,2,2,1,1,3,1,2,14,30,2,3,14,2,1,2,1,3,31,1,32,33,2,5,7,31,32,33,7,1,5,2,2,5,11,2,11,1,1,4,2,1,4,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1,4,2,1,6,2,2,2,2,2,2,2,2,2,2,2,2,2,2,18,3,4,5,5,3,4,1,1,4,4,2,3,4,2,4,4,1,4,8,9,1,4,8,9,5,10,10,10,3,5,3,5,3,10,5,8,1,4,3,5,3,5,10,5,8,4,1,3,5,3,5,4,1,5,10,10,10,3,5,3,5,3,3,10,5,3,8,13,8,8,3,4,13,5,13,8,8,1,1,8,1,13,13,8,1,13,13,8,1,4,1,4,2,2,2,2,2,3,1,1,5,2,4,4,5,4,1,4,1,4,2,1,4,1,4,1,4,1,4,1,4,1,4,1,4,1,4,1,4,1,4,1,4,1,4,2,4,9,7,9,7,6,3,1,2,2,11,2,11,2,1,4,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,4,1,4,1,4,1,4,1,4,1,4,3,1,3,1,2,5,4,2,2,3,1,1,2,2,6,2,4,9,3,1,1,2,1,3,1,1,3,4,4,1,2,5,5,3,1,2,1,1,5,10,15,15,6,34,6,1,4,11,6,6,6,5,8,3,5,6,2,3,6,34,6,4,17,6,2,6,3,2,9,4,1,4,1,5,35,25,9,5,3,1,1,1,3,5,1,1,4,4,5,4,3,1,2,1,3,1,4,1,1,4,4,9,6,2,2,1,3,1,3,35,1,4,9,1,4,1,4,1,4,1,4,4,15,3,3,3,3,3,1,2,2,2,1,4,2,1,3,4,15,1,1,4,4,5,5,6,9,9,9,3,9,9,6,12,11,12,12,12,11,11,11,1,4,3,2,1,16,21,26,5,5,6,1,18,4,1,14,51,23,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,7,1,112,1,210,3,210,3,5,7,1,1,128,2,128,128,2,6,9,1,127,1,65,208,251,195,2,11,7,164,3,26,6,109,101,109,111,114,121,2,0,17,95,95,119,97,115,109,95,99,97,108,108,95,99,116,111,114,115,0,9,12,99,114,101,97,116,101,77,111,100,117,108,101,0,10,25,95,95,105,110,100,105,114,101,99,116,95,102,117,110,99,116,105,111,110,95,116,97,98,108,101,1,0,27,95,90,78,51,87,65,77,57,80,114,111,99,101,115,115,111,114,52,105,110,105,116,69,106,106,80,118,0,24,8,119,97,109,95,105,110,105,116,0,25,13,119,97,109,95,116,101,114,109,105,110,97,116,101,0,26,10,119,97,109,95,114,101,115,105,122,101,0,27,11,119,97,109,95,111,110,112,97,114,97,109,0,28,10,119,97,109,95,111,110,109,105,100,105,0,29,11,119,97,109,95,111,110,115,121,115,101,120,0,30,13,119,97,109,95,111,110,112,114,111,99,101,115,115,0,31,11,119,97,109,95,111,110,112,97,116,99,104,0,32,14,119,97,109,95,111,110,109,101,115,115,97,103,101,78,0,33,14,119,97,109,95,111,110,109,101,115,115,97,103,101,83,0,34,14,119,97,109,95,111,110,109,101,115,115,97,103,101,65,0,35,16,95,95,101,114,114,110,111,95,108,111,99,97,116,105,111,110,0,71,9,115,116,97,99,107,83,97,118,101,0,159,6,12,115,116,97,99,107,82,101,115,116,111,114,101,0,160,6,10,115,116,97,99,107,65,108,108,111,99,0,161,6,4,102,114,101,101,0,148,6,6,109,97,108,108,111,99,0,147,6,14,100,121,110,67,97,108,108,95,105,105,105,105,105,106,0,162,6,15,100,121,110,67,97,108,108,95,105,105,105,105,105,106,106,0,163,6,16,100,121,110,67,97,108,108,95,105,105,105,105,105,105,106,106,0,164,6,14,100,121,110,67,97,108,108,95,118,105,105,106,105,105,0,165,6,9,169,7,1,0,65,1,11,209,3,166,6,167,6,168,6,169,6,170,6,171,6,172,6,173,6,174,6,175,6,176,6,177,6,178,6,169,6,170,6,179,6,180,6,181,6,182,6,183,6,184,6,185,6,186,6,187,6,170,6,169,6,170,6,188,6,189,6,190,6,191,6,192,6,193,6,194,6,195,6,196,6,197,6,198,6,199,6,200,6,201,6,202,6,203,6,204,6,205,6,206,6,207,6,208,6,209,6,210,6,211,6,212,6,213,6,214,6,215,6,216,6,217,6,218,6,219,6,220,6,221,6,222,6,223,6,224,6,225,6,226,6,227,6,228,6,229,6,230,6,231,6,232,6,233,6,234,6,235,6,236,6,237,6,238,6,239,6,240,6,241,6,242,6,243,6,244,6,245,6,246,6,247,6,248,6,249,6,250,6,251,6,252,6,253,6,254,6,255,6,128,7,129,7,130,7,131,7,132,7,133,7,134,7,135,7,136,7,137,7,138,7,139,7,140,7,141,7,142,7,143,7,144,7,145,7,146,7,147,7,148,7,149,7,150,7,151,7,152,7,153,7,154,7,169,6,170,6,170,6,155,7,156,7,157,7,158,7,159,7,160,7,161,7,162,7,234,6,163,7,164,7,165,7,170,6,166,7,166,7,167,7,189,6,189,6,168,7,189,6,170,6,169,7,170,7,167,7,136,7,136,7,171,7,172,7,170,6,173,7,174,7,167,7,136,7,136,7,175,7,172,7,169,6,170,6,176,7,177,7,169,6,170,6,178,7,179,7,170,6,180,7,181,7,182,7,183,7,184,7,184,7,185,7,186,7,187,7,188,7,189,7,170,6,190,7,191,7,192,7,193,7,194,7,194,7,195,7,196,7,197,7,198,7,199,7,170,6,200,7,201,7,202,7,203,7,204,7,205,7,206,7,207,7,170,6,208,7,209,7,210,7,211,7,212,7,213,7,214,7,215,7,169,6,170,6,216,7,217,7,218,7,219,7,220,7,221,7,222,7,223,7,224,7,225,7,226,7,227,7,228,7,229,7,169,6,170,6,216,7,230,7,231,7,232,7,233,7,234,7,235,7,236,7,237,7,238,7,239,7,240,7,241,7,242,7,243,7,244,7,245,7,246,7,247,7,248,7,249,7,250,7,251,7,252,7,253,7,254,7,255,7,128,8,129,8,130,8,131,8,243,7,244,7,132,8,246,7,247,7,248,7,249,7,250,7,251,7,252,7,253,7,254,7,255,7,128,8,129,8,130,8,131,8,133,8,134,8,135,8,133,8,134,8,136,8,137,8,137,8,170,6,138,8,138,8,139,8,139,8,139,8,140,8,136,7,141,8,141,8,170,6,138,8,138,8,139,8,139,8,139,8,140,8,136,7,141,8,141,8,170,6,142,8,142,8,139,8,139,8,139,8,143,8,136,7,141,8,141,8,170,6,142,8,142,8,139,8,139,8,139,8,143,8,136,7,141,8,141,8,144,8,145,8,141,7,142,7,143,7,146,8,147,8,148,8,149,8,150,8,151,8,152,8,153,8,141,7,142,7,143,7,146,8,147,8,148,8,149,8,150,8,151,8,154,8,155,8,148,7,149,7,150,7,156,8,157,8,158,8,159,8,151,8,160,8,161,8,162,8,148,7,149,7,150,7,156,8,157,8,158,8,159,8,151,8,160,8,170,6,163,8,164,8,170,6,165,8,166,8,170,6,167,8,168,8,170,6,169,8,170,8,170,6,171,8,172,8,173,8,170,6,171,8,174,8,173,8,170,6,170,6,169,6,170,6,175,8,176,8,169,6,170,6,169,6,170,6,177,8,178,8,179,8,180,8,173,8,181,8,182,8,183,8,136,7,136,7,184,8,185,8,186,8,187,8,188,8,187,8,189,8,190,8,191,8,192,8,193,8,194,8,195,8,196,8,197,8,198,8,199,8,200,8,201,8,202,8,203,8,204,8,205,8,206,8,207,8,208,8,209,8,210,8,211,8,169,6,212,8,213,8,214,8,215,8,169,6,170,6,216,8,217,8,218,8,219,8,169,6,170,6,198,6,198,6,220,8,221,8,222,8,223,8,170,6,224,8,225,8,226,8,170,6,227,8,228,8,229,8,10,181,225,9,221,8,122,1,2,127,35,0,65,16,107,34,0,36,0,2,64,32,0,65,12,106,32,0,65,8,106,16,3,13,0,65,220,231,3,32,0,40,2,12,65,2,116,65,4,106,16,147,6,34,1,54,2,0,32,1,69,13,0,32,0,40,2,8,16,147,6,34,1,4,64,65,220,231,3,40,2,0,32,0,40,2,12,65,2,116,106,65,0,54,2,0,65,220,231,3,40,2,0,32,1,16,4,69,13,1,11,65,220,231,3,65,0,54,2,0,11,32,0,65,16,106,36,0,11,51,1,2,127,65,168,192,0,16,242,5,65,0,65,168,192,0,16,156,6,34,0,65,136,8,54,2,0,32,0,65,20,106,34,1,65,0,54,2,128,64,32,1,65,0,54,2,132,64,32,0,11,195,15,3,8,127,3,124,3,126,65,0,33,3,68,0,0,0,0,0,0,176,66,32,2,184,34,14,163,33,12,3,64,32,3,65,2,116,34,2,65,240,245,1,106,2,127,32,12,68,0,0,0,0,0,0,224,63,160,156,34,13,153,68,0,0,0,0,0,0,224,65,99,4,64,32,13,170,12,1,11,65,128,128,128,128,120,11,54,2,0,32,3,65,1,114,34,6,65,129,8,71,4,64,32,6,65,2,116,65,240,245,1,106,2,127,32,12,68,207,232,226,5,198,2,240,63,162,34,12,68,0,0,0,0,0,0,224,63,160,156,34,13,153,68,0,0,0,0,0,0,224,65,99,4,64,32,13,170,12,1,11,65,128,128,128,128,120,11,54,2,0,32,2,65,8,114,65,240,245,1,106,2,127,32,12,68,207,232,226,5,198,2,240,63,162,34,12,68,0,0,0,0,0,0,224,63,160,156,34,13,153,68,0,0,0,0,0,0,224,65,99,4,64,32,13,170,12,1,11,65,128,128,128,128,120,11,54,2,0,32,2,65,12,114,65,240,245,1,106,2,127,32,12,68,207,232,226,5,198,2,240,63,162,34,12,68,0,0,0,0,0,0,224,63,160,156,34,13,153,68,0,0,0,0,0,0,224,65,99,4,64,32,13,170,12,1,11,65,128,128,128,128,120,11,54,2,0,32,3,65,4,106,33,3,32,12,68,207,232,226,5,198,2,240,63,162,33,12,12,1,11,11,65,0,33,3,68,0,0,0,0,0,0,208,65,33,12,3,64,32,3,65,3,116,34,2,65,132,214,2,106,2,127,32,12,68,0,0,0,0,0,0,224,63,160,156,34,13,153,68,0,0,0,0,0,0,224,65,99,4,64,32,13,170,12,1,11,65,128,128,128,128,120,11,54,2,0,32,2,65,12,114,65,128,214,2,106,2,127,32,12,68,207,232,226,5,198,2,240,63,162,34,12,68,0,0,0,0,0,0,224,63,160,156,34,13,153,68,0,0,0,0,0,0,224,65,99,4,64,32,13,170,12,1,11,65,128,128,128,128,120,11,54,2,0,32,12,68,207,232,226,5,198,2,240,63,162,33,12,32,3,65,2,106,34,3,65,128,8,71,13,0,11,65,0,33,3,3,64,32,3,65,3,116,34,2,65,128,214,2,106,32,2,65,12,114,65,128,214,2,106,40,2,0,32,2,65,132,214,2,106,40,2,0,107,54,2,0,32,3,65,1,114,34,2,65,255,7,71,4,64,32,2,65,3,116,34,2,65,128,214,2,106,32,2,65,140,214,2,106,40,2,0,32,2,65,132,214,2,106,40,2,0,107,54,2,0,32,3,65,2,106,33,3,12,1,11,11,65,248,149,3,65,128,128,128,128,120,65,252,149,3,40,2,0,107,54,2,0,65,0,33,2,65,0,33,3,65,0,33,6,66,128,128,128,128,4,33,15,3,64,32,2,65,3,116,34,7,65,132,150,2,106,32,6,65,32,106,65,6,117,34,4,54,2,0,32,7,65,132,182,2,106,65,0,32,4,107,54,2,0,32,6,172,34,16,66,188,240,237,124,126,32,15,66,32,134,66,32,135,34,17,66,139,226,254,255,3,126,124,66,128,128,128,128,2,124,66,30,135,33,15,32,16,66,139,226,254,255,3,126,32,17,66,196,143,146,3,126,124,66,128,128,128,128,2,124,66,30,136,167,33,6,32,2,65,1,106,34,2,65,128,4,71,13,0,11,3,64,32,3,65,3,116,34,2,65,128,150,2,106,32,2,65,12,114,65,128,150,2,106,40,2,0,32,2,65,132,150,2,106,40,2,0,107,54,2,0,32,3,65,1,114,34,2,65,255,7,71,4,64,32,2,65,3,116,34,2,65,128,150,2,106,32,2,65,140,150,2,106,40,2,0,32,2,65,132,150,2,106,40,2,0,107,54,2,0,32,3,65,2,106,33,3,12,1,11,11,65,248,213,2,65,0,65,252,213,2,40,2,0,107,54,2,0,65,224,245,1,2,127,68,0,0,0,128,1,6,216,65,32,14,163,68,0,0,0,0,0,0,224,63,160,34,12,153,68,0,0,0,0,0,0,224,65,99,4,64,32,12,170,12,1,11,65,128,128,128,128,120,11,54,2,0,65,128,150,3,2,127,68,0,0,0,0,0,0,208,65,32,14,68,205,204,204,204,204,76,53,64,162,163,68,0,0,0,0,0,0,224,63,160,34,14,153,68,0,0,0,0,0,0,224,65,99,4,64,32,14,170,12,1,11,65,128,128,128,128,120,11,54,2,0,32,0,32,1,54,2,164,64,32,0,65,127,32,1,32,1,106,34,2,32,1,32,2,75,27,16,242,5,54,2,160,64,65,240,232,0,16,242,5,34,1,33,2,35,0,65,16,107,34,6,36,0,32,2,65,192,231,0,106,66,24,55,2,0,32,2,65,188,231,0,106,65,129,2,59,1,0,32,2,65,199,231,0,106,65,0,54,0,0,32,2,65,204,231,0,106,65,0,54,2,0,32,2,65,207,231,0,106,65,0,54,0,0,32,2,65,212,231,0,106,65,0,54,2,0,32,2,65,215,231,0,106,65,0,54,0,0,32,2,65,220,231,0,106,65,0,54,2,0,32,2,65,223,231,0,106,65,0,54,0,0,32,2,65,164,231,0,106,65,0,54,2,0,32,2,65,156,231,0,106,66,0,55,2,0,32,2,65,148,231,0,106,65,206,14,40,0,0,54,0,0,32,2,65,151,231,0,106,65,209,14,40,0,0,54,0,0,32,2,32,0,65,20,106,54,2,0,65,0,33,3,3,64,65,208,9,16,242,5,33,7,32,6,65,8,106,33,10,65,0,33,4,65,144,4,16,242,5,34,8,66,0,55,2,4,32,8,65,160,36,54,2,12,32,8,65,180,35,54,2,0,32,8,65,12,106,33,11,3,64,32,11,65,4,106,34,9,32,4,65,2,116,106,32,4,65,213,170,213,0,108,65,177,142,160,24,106,54,2,0,32,9,32,4,65,1,114,34,5,65,2,116,106,32,5,65,213,170,213,0,108,65,177,142,160,24,106,54,2,0,32,9,32,4,65,2,114,34,5,65,2,116,106,32,5,65,213,170,213,0,108,65,177,142,160,24,106,54,2,0,32,9,32,4,65,3,114,34,5,65,2,116,106,32,5,65,213,170,213,0,108,65,177,142,160,24,106,54,2,0,32,4,65,4,106,34,4,65,128,1,71,13,0,11,32,10,32,8,54,2,4,32,10,32,11,54,2,0,32,6,32,6,41,3,8,55,3,0,32,7,34,4,32,6,34,5,40,2,0,54,2,0,32,4,32,5,40,2,4,34,5,54,2,4,32,5,4,64,32,5,32,5,40,2,4,65,1,106,54,2,4,11,32,4,65,224,23,54,2,20,32,4,65,0,54,2,16,32,4,66,128,192,0,55,2,8,32,4,65,0,54,2,220,7,32,4,65,0,54,2,236,7,32,4,65,0,54,2,212,7,32,4,65,0,54,2,252,7,32,4,65,0,54,2,228,7,32,4,65,140,8,106,65,0,54,2,0,32,4,65,0,54,2,244,7,32,4,65,156,8,106,65,0,54,2,0,32,4,65,132,8,106,65,0,54,2,0,32,4,65,172,8,106,65,0,54,2,0,32,4,65,148,8,106,65,0,54,2,0,32,4,65,164,8,106,65,0,54,2,0,2,64,32,5,69,13,0,32,5,32,5,40,2,4,34,4,65,1,107,54,2,4,32,4,13,0,32,5,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,5,40,2,0,40,2,8,17,0,0,26,2,64,32,5,65,8,106,34,4,40,2,0,4,64,32,4,16,198,3,65,127,71,13,1,11,32,5,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,5,40,2,0,40,2,16,17,0,0,26,11,11,32,2,32,3,65,12,108,106,34,4,65,0,58,0,10,32,4,65,0,59,1,8,32,4,32,7,54,2,12,32,3,65,1,106,34,3,65,16,71,13,0,11,32,2,65,0,54,2,200,65,32,2,65,204,193,0,106,65,240,242,1,65,128,1,16,155,6,33,3,32,2,65,0,54,2,204,97,32,3,32,2,65,208,225,0,106,16,39,32,2,65,236,226,0,106,32,2,65,217,226,0,106,16,40,32,2,65,168,231,0,106,66,0,55,2,0,32,2,65,132,231,0,106,65,128,192,0,54,2,0,32,2,65,0,54,2,196,1,32,2,65,176,231,0,106,66,0,55,2,0,32,2,65,132,227,0,106,16,36,32,2,65,0,54,2,236,104,32,2,65,0,58,0,232,103,32,6,65,16,106,36,0,32,0,32,1,54,2,156,64,65,0,11,36,1,1,127,32,0,40,2,156,64,34,1,4,64,32,1,16,148,6,11,32,0,40,2,160,64,34,0,4,64,32,0,16,148,6,11,11,52,1,1,127,32,0,40,2,160,64,34,2,4,64,32,2,16,148,6,11,32,0,32,1,54,2,164,64,32,0,65,127,32,1,32,1,106,34,2,32,1,32,2,75,27,16,242,5,54,2,160,64,11,55,1,1,127,35,0,65,16,107,34,4,36,0,32,4,32,3,58,0,15,32,4,32,2,58,0,14,32,4,32,1,58,0,13,32,0,65,20,106,32,4,65,13,106,65,3,16,38,32,4,65,16,106,36,0,11,23,0,32,2,65,136,32,70,4,64,32,0,65,20,106,32,1,65,136,32,16,38,11,11,106,0,32,0,40,2,156,64,33,0,2,64,2,64,2,64,2,64,32,2,65,128,1,107,14,18,0,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,1,3,11,32,1,32,0,65,208,225,0,106,16,39,12,1,11,32,0,65,208,225,0,106,32,1,65,145,1,16,155,6,26,32,0,65,235,226,0,106,65,63,58,0,0,11,32,0,65,236,226,0,106,32,0,65,208,225,0,106,16,40,11,11,48,0,32,0,40,2,156,64,33,0,32,2,153,68,0,0,0,0,0,0,224,65,99,4,64,32,0,32,1,32,2,170,16,37,15,11,32,0,32,1,65,128,128,128,128,120,16,37,11,153,50,4,30,127,3,126,1,124,2,125,32,0,40,2,156,64,33,17,32,0,40,2,164,64,33,2,32,0,40,2,160,64,33,23,35,0,65,144,2,107,34,25,36,0,32,17,40,2,0,34,9,40,2,132,64,32,9,40,2,128,64,107,65,255,63,113,34,3,65,128,192,0,32,17,40,2,200,65,34,4,107,34,11,32,3,32,11,73,27,34,3,65,1,78,4,64,32,4,32,17,106,65,200,1,106,32,17,40,2,0,34,4,40,2,128,64,34,8,32,4,106,32,3,34,9,65,128,192,0,32,8,107,34,11,32,3,32,11,72,27,34,12,16,155,6,33,5,32,3,32,11,74,4,64,32,5,32,12,106,32,4,32,9,32,12,107,16,155,6,26,11,32,4,32,8,32,9,106,65,255,63,113,54,2,128,64,32,17,32,17,40,2,200,65,32,3,106,34,4,54,2,200,65,11,65,0,33,3,2,64,32,4,69,13,0,3,64,32,3,2,127,32,4,32,3,107,33,9,65,0,33,4,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,32,17,34,5,32,3,106,65,200,1,106,34,11,45,0,0,34,3,65,4,118,65,8,115,14,6,1,0,3,6,4,5,3,11,32,11,45,0,2,13,1,11,32,9,65,3,72,33,3,65,0,33,9,32,3,13,5,3,64,2,64,32,5,32,9,65,12,108,106,34,3,40,2,4,32,11,45,0,1,71,13,0,32,3,65,8,106,34,6,45,0,0,69,13,0,2,64,32,5,45,0,232,103,4,64,32,3,65,1,58,0,9,12,1,11,32,3,40,2,12,16,41,11,32,6,65,0,58,0,0,11,32,9,65,1,106,34,9,65,16,71,13,0,11,65,3,12,6,11,32,9,65,3,72,33,3,65,0,33,9,32,3,13,4,32,5,40,2,196,1,33,3,3,64,32,3,65,1,106,65,16,111,33,9,2,64,2,64,32,5,32,3,65,12,108,106,65,8,106,34,6,45,0,0,69,4,64,32,3,33,4,12,1,11,32,9,65,1,106,65,16,111,33,3,32,5,32,9,65,12,108,106,65,8,106,34,6,45,0,0,13,1,32,9,33,4,32,3,33,9,11,32,5,32,9,54,2,196,1,65,3,33,9,32,4,65,0,72,13,6,32,5,65,236,226,0,106,34,9,45,0,10,4,64,32,9,65,255,255,255,255,7,54,2,0,11,32,9,65,0,54,2,12,32,5,32,4,65,12,108,106,34,9,32,11,45,0,1,54,2,4,32,6,65,1,58,0,0,32,5,45,0,232,103,33,3,32,9,65,1,58,0,10,32,9,32,3,58,0,9,32,9,40,2,12,33,22,32,5,65,208,225,0,106,33,19,32,11,45,0,1,33,9,32,11,45,0,2,33,8,35,0,65,32,107,34,12,36,0,32,22,32,9,58,0,188,9,32,9,65,3,110,34,14,65,7,32,14,65,7,74,27,34,14,65,38,32,14,65,38,72,27,65,7,107,33,11,32,8,65,255,0,32,8,65,255,0,72,27,34,8,65,0,32,8,65,0,74,27,65,1,118,65,208,22,106,45,0,0,65,239,1,107,33,5,65,0,33,14,3,64,32,12,32,19,32,14,65,21,108,106,34,8,45,0,0,54,2,16,32,12,32,8,45,0,4,54,2,0,32,12,32,8,45,0,1,54,2,20,32,12,32,8,45,0,5,54,2,4,32,12,32,8,45,0,2,54,2,24,32,12,32,8,45,0,6,54,2,8,32,12,32,8,45,0,3,54,2,28,32,12,32,8,45,0,7,54,2,12,2,127,32,8,45,0,16,34,4,65,28,106,32,4,65,20,79,13,0,26,32,4,65,2,116,65,240,31,106,40,2,0,11,33,3,2,64,2,64,32,9,32,8,45,0,8,107,34,16,65,17,78,4,64,32,8,45,0,10,33,4,32,16,65,16,107,65,3,110,33,16,65,12,33,10,32,8,45,0,12,34,6,14,4,2,1,1,2,1,11,32,8,45,0,9,33,4,65,18,32,16,107,65,3,109,33,16,65,12,33,10,32,8,45,0,11,34,6,14,4,1,0,0,1,0,11,32,16,65,32,32,16,65,32,72,27,65,144,23,106,45,0,0,33,16,65,15,33,10,11,32,8,45,0,15,32,5,108,65,1,116,65,14,106,65,112,113,65,0,32,4,32,16,108,65,201,2,108,32,10,117,34,16,107,32,16,32,6,65,2,72,27,32,3,106,34,16,65,255,0,32,16,65,255,0,72,27,65,5,116,106,34,16,65,0,32,16,65,0,74,27,33,7,32,11,32,8,45,0,13,108,65,3,118,33,13,32,22,32,14,65,196,0,108,106,65,184,4,106,34,3,32,12,65,16,106,34,4,40,2,0,54,2,0,32,3,32,12,40,2,0,54,2,16,32,3,32,4,40,2,4,54,2,4,32,3,32,12,40,2,4,54,2,20,32,3,32,4,40,2,8,54,2,8,32,3,32,12,40,2,8,54,2,24,32,3,32,4,40,2,12,54,2,12,32,12,40,2,12,33,4,32,3,65,1,58,0,64,32,3,65,0,54,2,40,32,3,32,13,54,2,36,32,3,32,7,54,2,32,32,3,32,4,54,2,28,32,3,65,0,16,42,32,8,45,0,20,33,16,32,8,45,0,19,33,3,32,8,45,0,18,33,10,2,127,32,8,45,0,17,34,4,69,4,64,2,127,32,22,40,2,0,34,6,173,32,9,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,6,40,2,0,40,2,8,17,0,0,167,34,6,178,67,0,0,128,51,148,187,68,242,210,77,98,16,88,217,191,162,16,65,68,215,18,242,65,207,102,149,63,162,68,0,0,0,0,0,0,28,64,163,32,6,183,34,36,162,32,16,65,7,107,183,162,32,36,160,34,36,153,68,0,0,0,0,0,0,224,65,99,4,64,32,36,170,12,1,11,65,128,128,128,128,120,11,32,10,65,31,113,65,2,116,65,208,21,106,40,2,0,106,34,10,32,3,69,13,1,26,32,3,184,68,123,20,174,71,225,122,132,63,162,68,0,0,0,0,0,0,240,63,160,16,66,68,6,131,43,101,71,21,119,65,162,68,0,0,0,0,0,0,224,63,160,156,34,36,153,68,0,0,0,0,0,0,224,65,99,4,64,32,10,32,36,170,106,12,2,11,32,10,65,128,128,128,128,120,107,12,1,11,32,10,65,3,113,65,228,0,108,32,3,106,65,248,144,144,2,108,65,3,118,32,16,65,145,233,0,108,65,247,223,5,107,65,0,32,16,65,7,75,27,106,11,33,10,32,22,32,14,65,2,116,106,34,16,65,232,8,106,32,10,54,2,0,32,16,65,164,9,106,32,4,54,2,0,32,16,65,140,9,106,32,8,45,0,14,65,3,113,65,2,116,65,192,23,106,40,2,0,54,2,0,32,14,65,1,106,34,14,65,6,71,13,0,11,32,12,32,19,45,0,126,54,2,16,32,12,32,19,45,0,130,1,54,2,0,32,12,32,19,45,0,127,54,2,20,32,12,32,19,45,0,131,1,54,2,4,32,12,32,19,45,0,128,1,54,2,24,32,12,32,19,45,0,132,1,54,2,8,32,12,32,19,45,0,129,1,54,2,28,32,12,32,19,45,0,133,1,54,2,12,32,22,65,176,8,106,34,7,32,12,65,16,106,34,13,40,2,0,34,4,54,2,0,32,7,32,12,40,2,0,34,9,54,2,16,32,7,32,13,40,2,4,54,2,4,32,7,32,12,40,2,4,54,2,20,32,7,32,13,40,2,8,54,2,8,32,7,32,12,40,2,8,54,2,24,32,7,32,13,40,2,12,54,2,12,32,7,32,12,40,2,12,54,2,28,32,12,40,2,12,33,5,32,7,65,1,58,0,52,32,7,65,0,54,2,44,32,7,32,9,65,128,31,106,44,0,0,65,19,116,34,13,54,2,36,32,7,32,5,65,128,31,106,44,0,0,65,19,116,34,5,54,2,32,32,7,32,5,32,13,72,58,0,40,32,7,65,128,150,3,40,2,0,32,4,65,144,30,106,45,0,0,108,54,2,48,32,22,32,19,45,0,134,1,54,2,196,9,32,22,65,8,32,19,45,0,135,1,34,8,107,65,16,32,8,27,54,2,136,9,32,22,32,19,45,0,139,1,65,165,1,108,65,6,118,54,2,200,9,32,22,32,19,45,0,143,1,65,7,113,65,208,23,106,45,0,0,54,2,204,9,32,19,45,0,140,1,33,8,32,22,65,0,54,2,16,32,22,66,128,192,0,55,2,8,32,22,32,8,65,165,1,108,65,6,118,54,2,192,9,32,12,65,32,106,36,0,65,3,12,7,11,65,3,33,9,32,4,65,2,106,34,4,65,16,71,13,0,11,12,4,11,32,3,65,224,1,70,4,64,32,5,65,132,231,0,106,32,11,45,0,1,32,11,45,0,2,65,7,116,114,54,2,0,65,3,12,5,11,32,3,65,240,1,71,13,3,32,9,65,6,72,13,3,32,11,45,0,1,65,195,0,71,13,3,32,11,45,0,2,13,3,32,11,45,0,3,65,9,71,13,3,32,11,45,0,4,65,32,71,13,3,32,11,45,0,5,13,3,32,9,65,136,32,72,33,3,65,0,33,9,32,3,13,3,32,5,65,204,193,0,106,32,11,65,6,106,65,128,32,16,155,6,26,32,5,32,5,40,2,204,97,34,11,54,2,204,97,32,5,32,11,65,7,116,106,65,204,193,0,106,32,5,65,208,225,0,106,16,39,32,5,65,236,226,0,106,32,5,65,217,226,0,106,16,40,65,136,32,33,9,12,3,11,32,9,65,2,72,33,3,65,0,33,9,32,3,13,2,32,5,32,11,45,0,1,34,9,65,31,32,9,65,31,73,27,34,9,54,2,204,97,32,5,32,9,65,7,116,106,65,204,193,0,106,32,5,65,208,225,0,106,16,39,32,5,65,236,226,0,106,32,5,65,217,226,0,106,16,40,65,2,12,3,11,32,5,65,168,231,0,106,32,11,45,0,1,54,2,0,32,5,65,132,227,0,106,16,36,65,0,12,2,11,32,9,65,3,72,33,3,65,0,33,9,32,3,13,0,32,11,45,0,2,33,3,2,64,2,64,2,64,2,64,2,64,32,11,45,0,1,34,9,65,1,107,14,3,1,2,3,0,11,32,9,65,192,0,70,13,3,65,3,12,5,11,32,5,65,180,231,0,106,32,3,54,2,0,32,5,65,132,227,0,106,16,36,65,3,12,4,11,32,5,65,172,231,0,106,32,3,54,2,0,32,5,65,132,227,0,106,16,36,65,3,12,3,11,32,5,65,176,231,0,106,32,3,54,2,0,32,5,65,132,227,0,106,16,36,65,3,12,2,11,65,0,33,9,32,5,32,3,65,0,71,58,0,232,103,65,3,32,3,13,1,26,3,64,2,64,32,5,32,9,65,12,108,106,34,3,65,9,106,34,11,45,0,0,69,13,0,32,3,45,0,8,13,0,32,3,40,2,12,16,41,32,11,65,0,58,0,0,11,32,9,65,1,106,34,9,65,16,71,13,0,11,65,3,12,1,11,32,9,11,34,11,106,33,3,32,17,40,2,200,65,33,4,32,11,69,13,1,32,3,32,4,73,13,0,11,11,32,17,32,3,32,4,73,4,127,32,17,65,200,1,106,34,11,32,3,32,11,106,32,4,32,3,107,16,157,6,32,17,40,2,200,65,5,32,4,11,32,3,107,54,2,200,65,32,17,40,2,236,104,33,12,2,64,32,2,65,1,72,13,0,65,0,33,3,32,12,65,0,32,12,65,0,74,27,33,18,3,64,32,3,32,18,70,13,1,32,23,32,3,65,1,116,34,4,106,32,4,32,17,106,65,234,231,0,106,47,1,0,59,1,0,32,3,65,1,106,34,3,32,2,71,13,0,11,32,2,33,18,11,2,64,2,64,2,64,32,2,32,12,78,4,64,32,2,32,18,76,13,2,32,17,65,132,227,0,106,33,16,32,17,65,236,226,0,106,33,9,32,25,65,15,106,65,112,113,33,29,12,1,11,32,12,32,2,107,34,23,65,1,72,13,2,32,23,65,3,113,33,11,65,0,33,3,32,12,32,2,65,127,115,106,65,3,79,4,64,32,23,65,124,113,33,12,32,17,65,234,231,0,106,33,4,3,64,32,4,32,3,65,1,116,106,32,4,32,2,32,3,106,65,1,116,106,47,1,0,59,1,0,32,4,32,3,65,1,114,34,18,65,1,116,106,32,4,32,2,32,18,106,65,1,116,106,47,1,0,59,1,0,32,4,32,3,65,2,114,34,18,65,1,116,106,32,4,32,2,32,18,106,65,1,116,106,47,1,0,59,1,0,32,4,32,3,65,3,114,34,18,65,1,116,106,32,4,32,2,32,18,106,65,1,116,106,47,1,0,59,1,0,32,3,65,4,106,33,3,32,12,65,4,107,34,12,13,0,11,11,32,11,69,13,2,32,17,65,234,231,0,106,33,4,3,64,32,4,32,3,65,1,116,106,32,4,32,2,32,3,106,65,1,116,106,47,1,0,59,1,0,32,3,65,1,106,33,3,32,11,65,1,107,34,11,13,0,11,12,2,11,3,64,65,0,33,3,32,29,65,0,65,128,2,16,156,6,33,12,2,127,32,9,34,4,32,4,40,2,4,34,11,32,4,40,2,0,106,34,5,54,2,0,65,128,128,128,4,33,8,2,64,2,64,2,64,2,64,2,64,2,64,2,64,32,4,45,0,8,14,6,0,1,2,3,4,5,6,11,32,5,65,31,117,32,5,65,7,118,115,65,255,255,255,7,113,12,6,11,32,5,65,8,118,65,255,255,255,3,115,12,5,11,32,5,65,8,118,65,128,128,128,4,115,12,4,11,32,5,65,127,115,65,7,118,65,128,128,128,8,113,12,3,11,32,5,65,19,118,34,4,65,4,114,65,252,63,113,65,128,150,2,106,40,2,0,32,4,65,248,63,113,65,128,150,2,106,52,2,0,32,5,65,8,118,65,255,255,0,113,173,126,66,14,136,167,106,65,1,117,65,128,128,128,4,106,12,2,11,32,4,45,0,9,33,8,32,5,32,11,73,4,64,32,4,32,8,65,179,127,108,65,17,106,34,8,58,0,9,11,32,8,65,128,1,115,65,255,1,113,65,16,116,65,128,128,4,106,33,8,11,32,8,11,33,11,2,127,65,128,128,128,8,65,16,65,20,32,9,34,4,40,2,12,34,5,65,127,74,27,32,4,106,53,2,0,32,5,173,124,34,33,66,255,255,255,255,15,86,13,0,26,32,4,32,33,62,2,12,65,0,32,33,66,128,128,128,128,8,84,13,0,26,32,33,167,65,7,118,65,255,255,255,7,113,11,33,19,3,64,32,17,32,3,65,12,108,106,34,4,45,0,10,4,64,32,12,33,22,32,4,40,2,12,34,10,40,2,204,9,32,11,34,4,65,128,128,128,4,107,108,34,7,172,34,33,32,19,34,8,32,10,40,2,200,9,108,173,126,66,39,135,167,34,6,32,6,65,31,117,34,6,106,32,6,115,34,6,32,16,34,5,52,2,156,4,32,33,126,66,14,136,167,34,15,32,15,65,31,117,34,15,106,32,15,115,34,15,32,6,32,15,75,27,33,15,2,64,32,10,65,176,8,106,34,6,40,2,44,34,21,65,3,78,4,64,32,21,65,3,71,13,1,32,6,45,0,52,13,1,11,32,6,40,2,32,33,14,32,6,40,2,48,33,13,32,6,2,127,32,6,45,0,40,4,64,32,6,32,13,32,14,106,34,14,54,2,32,32,14,32,6,40,2,36,34,13,72,13,2,32,6,32,13,54,2,32,32,6,32,21,65,1,106,34,14,54,2,44,32,21,65,2,74,13,2,32,6,32,6,32,14,65,2,116,106,40,2,16,65,128,31,106,44,0,0,65,19,116,34,21,54,2,36,32,13,32,21,72,12,1,11,32,6,32,14,32,13,107,34,14,54,2,32,32,14,32,6,40,2,36,34,13,74,13,1,32,6,32,13,54,2,32,32,6,32,21,65,1,106,34,14,54,2,44,32,21,65,2,74,13,1,32,6,32,6,32,14,65,2,116,106,40,2,16,65,128,31,106,44,0,0,65,19,116,34,21,54,2,36,32,13,32,21,72,11,58,0,40,32,6,65,128,150,3,40,2,0,32,6,32,14,65,2,116,106,40,2,0,65,144,30,106,45,0,0,108,54,2,48,11,32,6,40,2,32,33,13,2,127,65,0,32,5,40,2,128,4,34,21,65,128,64,106,34,14,69,13,0,26,32,5,40,2,136,4,34,6,69,4,64,32,14,65,11,116,178,33,37,32,21,65,128,192,0,78,4,64,32,37,32,5,40,2,132,4,178,148,187,68,0,0,0,0,0,0,40,64,163,34,36,153,68,0,0,0,0,0,0,224,65,99,4,64,32,36,170,12,3,11,65,128,128,128,128,120,12,2,11,32,37,32,5,40,2,140,4,178,148,187,68,0,0,0,0,0,0,40,64,163,34,36,153,68,0,0,0,0,0,0,224,65,99,4,64,32,36,170,12,2,11,65,128,128,128,128,120,12,1,11,65,255,63,65,12,32,6,109,34,6,65,16,116,65,16,117,109,65,16,116,65,16,117,32,6,32,14,108,65,255,63,109,108,65,11,116,11,33,6,65,0,32,15,107,33,14,32,7,65,127,74,33,7,32,5,45,0,185,4,4,64,2,127,32,5,40,2,188,4,178,32,10,40,2,8,65,11,116,65,128,128,128,8,107,178,148,187,68,0,0,0,0,0,0,40,64,163,34,36,153,68,0,0,0,0,0,0,224,65,99,4,64,32,36,170,12,1,11,65,128,128,128,128,120,11,32,6,106,33,6,11,32,15,32,14,32,7,27,33,15,2,64,32,10,40,2,0,34,7,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,7,40,2,0,40,2,12,17,0,0,167,13,0,32,6,69,13,0,2,127,32,6,65,11,117,183,68,0,0,0,0,0,0,40,64,162,68,0,0,0,0,0,0,32,63,162,182,34,37,142,34,38,139,67,0,0,0,79,93,4,64,32,38,168,12,1,11,65,128,128,128,128,120,11,33,6,68,0,0,0,0,0,0,240,63,32,37,32,6,178,147,34,37,187,161,32,10,40,2,0,34,7,173,32,10,45,0,188,9,32,6,106,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,7,40,2,0,40,2,8,17,0,0,167,183,162,32,37,32,10,40,2,0,34,7,173,32,6,32,10,45,0,188,9,106,65,1,106,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,7,40,2,0,40,2,8,17,0,0,167,178,148,187,160,182,32,10,40,2,0,34,6,173,32,10,45,0,188,9,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,6,40,2,0,40,2,8,17,0,0,167,178,147,34,37,139,67,0,0,0,79,93,4,64,32,37,168,33,6,12,1,11,65,128,128,128,128,120,33,6,11,32,13,32,15,106,33,15,65,128,128,248,7,32,5,40,2,160,4,65,17,116,107,34,7,65,128,128,128,8,32,4,107,172,34,33,32,10,52,2,192,9,32,8,172,126,66,8,136,66,255,255,255,255,15,131,126,66,24,136,167,34,4,32,5,52,2,152,4,32,33,126,66,7,136,167,34,8,32,4,32,8,75,27,34,4,32,4,32,7,73,27,173,33,33,32,5,40,2,180,4,32,6,106,33,7,65,0,33,6,3,64,2,64,32,5,32,6,106,45,0,144,4,65,48,70,4,64,32,10,32,6,65,196,0,108,106,65,184,4,106,16,43,26,65,0,33,4,12,1,11,32,10,32,6,65,4,116,106,32,10,32,6,65,2,116,106,34,8,65,232,8,106,40,2,0,32,7,65,0,32,15,32,8,65,164,9,106,40,2,0,27,106,106,34,4,65,12,118,65,252,31,113,34,14,65,240,245,1,106,40,2,0,34,13,32,14,65,244,245,1,106,40,2,0,32,13,107,172,32,4,65,255,255,0,113,173,126,66,14,136,167,106,65,20,32,4,65,24,117,107,117,54,2,216,7,32,10,32,6,65,196,0,108,106,65,184,4,106,16,43,33,4,32,8,65,140,9,106,40,2,0,34,8,69,13,0,32,4,32,4,172,2,127,32,8,172,32,33,126,66,24,136,167,179,67,0,0,128,54,148,187,68,236,81,184,30,133,235,177,63,162,68,102,102,102,102,102,102,40,64,160,16,65,34,36,68,0,0,0,0,0,0,240,65,99,32,36,68,0,0,0,0,0,0,0,0,102,113,4,64,32,36,171,12,1,11,65,0,11,173,126,66,24,136,167,107,33,4,11,32,10,32,6,65,4,116,106,32,4,54,2,208,7,32,6,65,1,106,34,6,65,6,71,13,0,11,32,5,40,2,224,4,33,26,32,10,65,208,7,106,33,30,32,10,40,2,196,9,33,4,32,10,65,128,9,106,33,31,32,10,40,2,136,9,33,27,65,0,33,14,35,0,65,32,107,34,8,36,0,32,8,32,4,65,24,108,34,4,65,144,24,106,41,2,0,55,3,24,32,8,32,4,65,136,24,106,41,2,0,55,3,16,32,8,32,4,65,128,24,106,41,2,0,55,3,8,32,8,65,130,30,45,0,0,58,0,6,32,8,65,128,30,47,0,0,59,1,4,32,27,65,15,74,33,32,3,64,32,30,32,14,65,4,116,106,34,4,40,2,4,33,7,32,8,65,8,106,32,14,65,2,116,106,40,2,0,33,15,32,4,32,4,40,2,0,34,10,65,128,128,128,240,0,107,34,6,65,11,118,65,248,63,113,65,128,214,2,106,34,5,40,2,4,32,5,52,2,0,32,10,65,255,255,0,113,173,126,66,14,136,167,106,65,6,32,6,65,24,117,107,117,34,6,54,2,4,32,15,65,3,113,33,10,32,15,65,4,113,33,5,2,64,32,7,65,223,8,76,65,0,32,6,65,224,8,72,27,69,4,64,32,10,65,144,2,108,32,26,106,65,253,1,107,65,112,113,32,22,32,10,27,33,13,32,8,65,4,106,32,10,106,34,21,45,0,0,65,0,71,32,5,65,0,71,113,33,5,2,64,32,15,65,4,118,65,3,113,34,10,4,64,32,8,65,4,106,32,10,106,45,0,0,13,1,11,32,4,40,2,8,33,10,32,4,40,2,12,33,20,2,64,32,15,65,192,1,113,65,192,1,71,13,0,32,32,13,0,32,13,33,15,32,20,33,24,32,27,65,1,106,33,28,32,6,32,7,107,65,32,106,65,6,117,172,33,33,32,7,172,33,35,32,31,34,20,40,2,4,33,13,32,20,40,2,0,33,7,65,0,33,6,2,64,32,5,4,64,3,64,32,15,32,6,65,2,116,106,34,5,32,5,40,2,0,32,33,32,35,124,34,35,32,24,32,13,34,5,32,7,106,32,28,117,106,34,13,65,11,118,65,248,63,113,65,128,150,2,106,34,7,40,2,4,32,7,52,2,0,32,13,65,255,255,0,113,173,126,66,14,136,167,106,172,126,66,24,136,34,34,167,34,13,106,54,2,0,32,10,32,24,106,33,24,32,5,33,7,32,6,65,1,106,34,6,65,192,0,71,13,0,12,2,11,0,11,3,64,32,15,32,6,65,2,116,106,32,33,32,35,124,34,35,32,13,34,5,32,7,106,32,28,117,32,24,106,34,13,65,11,118,65,248,63,113,65,128,150,2,106,34,7,40,2,4,32,7,52,2,0,32,13,65,255,255,0,113,173,126,66,14,136,167,106,172,126,66,24,136,34,34,167,34,13,54,2,0,32,10,32,24,106,33,24,32,5,33,7,32,6,65,1,106,34,6,65,192,0,71,13,0,11,11,32,20,32,34,62,2,4,32,20,32,5,54,2,0,32,21,65,1,58,0,0,12,3,11,32,6,32,7,107,65,32,106,65,6,117,172,33,33,32,7,172,33,34,65,0,33,7,2,64,32,5,4,64,3,64,32,13,32,7,65,2,116,106,34,5,32,5,40,2,0,32,33,32,34,124,34,34,32,20,65,11,118,65,248,63,113,65,128,150,2,106,34,5,40,2,4,32,5,52,2,0,32,20,65,255,255,0,113,173,126,66,14,136,167,106,172,126,66,24,136,167,106,54,2,0,32,10,32,20,106,33,20,32,7,65,1,106,34,7,65,192,0,71,13,0,12,2,11,0,11,3,64,32,13,32,7,65,2,116,106,32,33,32,34,124,34,34,32,20,65,11,118,65,248,63,113,65,128,150,2,106,34,5,40,2,4,32,5,52,2,0,32,20,65,255,255,0,113,173,126,66,14,136,167,106,172,126,66,24,136,62,2,0,32,10,32,20,106,33,20,32,7,65,1,106,34,7,65,192,0,71,13,0,11,11,32,21,65,1,58,0,0,12,2,11,32,10,65,144,2,108,32,26,106,65,253,1,107,65,112,113,33,10,32,4,40,2,12,33,15,32,4,40,2,8,33,20,32,6,32,7,107,65,32,106,65,6,117,172,33,33,32,7,172,33,34,65,0,33,7,2,64,32,5,4,64,3,64,32,13,32,7,65,2,116,34,5,106,34,6,32,6,40,2,0,32,33,32,34,124,34,34,32,5,32,10,106,40,2,0,32,15,106,34,5,65,11,118,65,248,63,113,65,128,150,2,106,34,6,40,2,4,32,6,52,2,0,32,5,65,255,255,0,113,173,126,66,14,136,167,106,172,126,66,24,136,167,106,54,2,0,32,15,32,20,106,33,15,32,7,65,1,106,34,7,65,192,0,71,13,0,12,2,11,0,11,3,64,32,13,32,7,65,2,116,34,5,106,32,33,32,34,124,34,34,32,5,32,10,106,40,2,0,32,15,106,34,5,65,11,118,65,248,63,113,65,128,150,2,106,34,6,40,2,4,32,6,52,2,0,32,5,65,255,255,0,113,173,126,66,14,136,167,106,172,126,66,24,136,62,2,0,32,15,32,20,106,33,15,32,7,65,1,106,34,7,65,192,0,71,13,0,11,11,32,21,65,1,58,0,0,12,1,11,32,5,13,0,32,8,65,4,106,32,10,106,65,0,58,0,0,11,32,4,32,4,40,2,12,32,4,40,2,8,65,6,116,106,54,2,12,32,14,65,1,106,34,14,65,6,71,13,0,11,32,8,65,32,106,36,0,11,32,3,65,1,106,34,3,65,16,71,13,0,11,32,2,32,18,107,33,11,65,0,33,3,3,64,32,23,32,3,32,18,106,65,1,116,106,32,17,32,3,32,11,107,65,1,116,106,65,234,231,0,106,32,3,32,11,72,27,65,128,128,126,65,255,255,1,32,12,32,3,65,2,116,106,40,2,0,34,4,65,13,118,32,4,65,255,255,255,255,0,74,27,32,4,65,128,128,128,128,127,72,27,59,1,0,32,3,65,1,106,34,3,65,192,0,71,13,0,11,32,18,65,64,107,34,18,32,2,72,13,0,11,11,32,18,32,2,107,33,23,11,32,17,32,23,54,2,236,104,32,25,65,144,2,106,36,0,2,64,32,0,40,2,164,64,34,2,69,13,0,32,0,40,2,160,64,33,18,32,1,40,2,4,40,2,0,33,1,32,2,65,3,113,33,4,65,0,33,0,32,2,65,1,107,65,3,79,4,64,32,2,65,124,113,33,2,3,64,32,1,32,0,65,2,116,106,32,18,32,0,65,1,116,106,46,1,0,178,67,0,0,0,56,148,56,2,0,32,1,32,0,65,1,114,34,3,65,2,116,106,32,18,32,3,65,1,116,106,46,1,0,178,67,0,0,0,56,148,56,2,0,32,1,32,0,65,2,114,34,3,65,2,116,106,32,18,32,3,65,1,116,106,46,1,0,178,67,0,0,0,56,148,56,2,0,32,1,32,0,65,3,114,34,3,65,2,116,106,32,18,32,3,65,1,116,106,46,1,0,178,67,0,0,0,56,148,56,2,0,32,0,65,4,106,33,0,32,2,65,4,107,34,2,13,0,11,11,32,4,69,13,0,3,64,32,1,32,0,65,2,116,106,32,18,32,0,65,1,116,106,46,1,0,178,67,0,0,0,56,148,56,2,0,32,0,65,1,106,33,0,32,4,65,1,107,34,4,13,0,11,11,11,4,0,32,0,11,7,0,32,0,16,148,6,11,3,0,1,11,3,0,1,11,3,0,1,11,18,0,32,0,32,2,54,2,8,32,0,32,1,54,2,4,65,0,11,50,0,32,0,173,32,1,173,32,2,173,32,3,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,0,17,0,0,167,11,47,0,32,0,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,4,17,0,0,26,11,48,0,32,0,173,32,1,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,8,17,0,0,26,11,50,0,32,0,173,32,1,173,32,2,187,189,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,44,17,0,0,26,11,50,0,32,0,173,32,1,173,32,2,173,32,3,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,24,17,0,0,26,11,49,0,32,0,173,32,1,173,32,2,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,28,17,0,0,26,11,49,0,32,0,173,32,1,173,32,2,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,20,17,0,0,26,11,49,0,32,0,173,32,1,173,32,2,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,48,17,0,0,26,11,50,0,32,0,173,32,1,173,32,2,173,32,3,189,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,32,17,0,0,26,11,50,0,32,0,173,32,1,173,32,2,173,32,3,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,36,17,0,0,26,11,51,0,32,0,173,32,1,173,32,2,173,32,3,173,32,4,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,40,17,0,0,26,11,208,4,2,7,127,1,125,32,0,65,0,54,2,160,4,32,0,66,0,55,2,152,4,2,127,32,0,40,2,176,4,178,32,0,40,2,192,4,183,68,123,20,174,71,225,122,132,63,162,182,148,34,8,139,67,0,0,0,79,93,4,64,32,8,168,12,1,11,65,128,128,128,128,120,11,33,1,32,0,45,0,197,4,4,64,32,0,32,1,65,0,32,1,65,0,74,27,34,2,54,2,152,4,11,32,0,45,0,196,4,4,64,32,0,32,1,65,0,32,1,65,0,74,27,34,4,54,2,156,4,11,32,0,45,0,198,4,34,5,4,64,32,0,32,1,65,0,32,1,65,0,74,27,34,3,54,2,160,4,11,2,127,32,0,40,2,168,4,178,32,0,40,2,208,4,183,68,123,20,174,71,225,122,132,63,162,182,148,34,8,139,67,0,0,0,79,93,4,64,32,8,168,12,1,11,65,128,128,128,128,120,11,33,1,32,0,45,0,213,4,4,64,32,0,32,2,32,1,32,1,32,2,72,27,34,2,54,2,152,4,11,32,0,45,0,212,4,4,64,32,0,32,4,32,1,32,1,32,4,72,27,34,4,54,2,156,4,11,32,0,45,0,214,4,34,6,4,64,32,0,32,3,32,1,32,1,32,3,72,27,34,3,54,2,160,4,11,2,127,32,0,40,2,172,4,178,32,0,40,2,200,4,183,68,123,20,174,71,225,122,132,63,162,182,148,34,8,139,67,0,0,0,79,93,4,64,32,8,168,12,1,11,65,128,128,128,128,120,11,33,1,32,0,45,0,205,4,4,64,32,0,32,2,32,1,32,1,32,2,72,27,34,2,54,2,152,4,11,32,0,45,0,204,4,4,64,32,0,32,4,32,1,32,1,32,4,72,27,34,4,54,2,156,4,11,32,0,45,0,206,4,34,7,4,64,32,0,32,3,32,1,32,1,32,3,72,27,34,3,54,2,160,4,11,2,127,32,0,40,2,164,4,178,32,0,40,2,216,4,183,68,123,20,174,71,225,122,132,63,162,182,148,34,8,139,67,0,0,0,79,93,4,64,32,8,168,12,1,11,65,128,128,128,128,120,11,33,1,32,0,45,0,221,4,4,64,32,0,32,2,32,1,32,1,32,2,72,27,54,2,152,4,11,32,0,45,0,220,4,4,64,32,0,32,4,32,1,32,1,32,4,72,27,54,2,156,4,11,32,0,45,0,222,4,34,2,4,64,32,0,32,3,32,1,32,1,32,3,72,27,54,2,160,4,11,2,64,32,5,13,0,32,7,13,0,32,6,13,0,32,2,13,0,32,0,65,255,0,54,2,160,4,11,11,17,0,32,0,32,1,106,65,208,225,0,106,32,2,58,0,0,11,137,2,1,5,127,35,0,65,16,107,34,5,36,0,32,2,65,1,78,4,64,3,64,2,64,32,0,40,2,128,64,32,0,40,2,132,64,34,4,65,127,115,106,65,255,63,113,34,3,69,4,64,32,5,66,128,128,128,128,128,200,208,7,55,3,8,2,64,2,64,2,64,32,5,65,8,106,34,3,69,13,0,32,3,40,2,4,34,4,65,255,147,235,220,3,75,13,0,32,3,40,2,0,34,3,65,127,74,13,1,11,65,148,231,3,65,28,54,2,0,12,1,11,32,4,183,68,0,0,0,0,128,132,46,65,163,32,3,183,68,0,0,0,0,0,64,143,64,162,160,16,2,11,12,1,11,32,0,32,4,106,32,1,32,2,32,3,32,2,32,3,72,27,34,3,65,128,192,0,32,4,107,34,6,32,3,32,6,72,27,34,7,16,155,6,26,32,3,32,6,74,4,64,32,0,32,1,32,7,106,32,3,32,7,107,16,155,6,26,11,32,0,32,3,32,4,106,65,255,63,113,54,2,132,64,32,1,32,3,106,33,1,32,2,32,3,107,33,2,11,32,2,65,0,74,13,0,11,11,32,5,65,16,106,36,0,11,186,2,1,4,127,3,64,32,1,32,5,65,21,108,106,34,2,32,0,32,5,65,17,108,106,34,3,41,0,0,55,0,0,32,2,32,3,40,0,7,54,0,7,32,2,32,3,45,0,11,34,4,65,3,113,58,0,11,32,2,32,4,65,2,118,65,3,113,58,0,12,32,2,32,3,44,0,12,34,4,65,3,118,58,0,20,32,2,32,4,65,7,113,58,0,13,32,2,32,3,44,0,13,34,4,65,2,118,58,0,15,32,2,32,4,65,3,113,58,0,14,32,2,32,3,45,0,14,58,0,16,32,2,32,3,44,0,15,34,4,65,1,118,58,0,18,32,2,32,4,65,1,113,58,0,17,32,2,32,3,45,0,16,58,0,19,32,5,65,1,106,34,5,65,6,71,13,0,11,32,1,32,0,41,0,102,55,0,126,32,1,32,0,45,0,110,58,0,134,1,32,1,32,0,45,0,111,34,2,65,7,113,58,0,135,1,32,1,32,2,65,24,116,65,24,117,65,3,118,58,0,136,1,32,1,32,0,40,0,112,54,0,137,1,32,1,32,0,44,0,116,34,2,65,4,118,58,0,143,1,32,1,32,2,65,1,113,58,0,141,1,32,1,32,2,65,1,118,65,7,113,58,0,142,1,32,1,32,0,41,0,117,55,0,144,1,32,1,32,0,40,0,124,54,0,151,1,32,1,65,63,58,0,155,1,11,167,1,1,3,127,32,0,32,1,44,0,0,34,2,65,165,1,108,65,6,117,65,1,32,2,27,34,2,65,224,245,1,40,2,0,34,4,108,65,11,32,2,65,160,1,107,65,4,117,65,11,106,32,2,65,160,1,72,27,108,54,2,4,32,0,2,127,32,1,44,0,1,34,2,69,4,64,65,127,33,2,65,127,12,1,11,65,227,0,32,2,107,34,2,65,15,113,65,16,114,32,2,65,4,117,65,1,106,116,34,3,32,4,108,33,2,32,3,65,128,255,3,113,34,3,65,128,1,32,3,27,32,4,108,11,54,2,20,32,0,32,2,54,2,16,32,0,32,1,45,0,5,58,0,8,32,0,32,1,45,0,4,65,0,71,58,0,10,11,145,1,1,2,127,32,0,65,184,4,106,16,44,32,0,65,252,4,106,16,44,32,0,65,192,5,106,16,44,32,0,65,132,6,106,16,44,32,0,65,200,6,106,16,44,32,0,65,140,7,106,16,44,32,0,65,176,8,106,34,0,45,0,52,4,64,32,0,65,0,58,0,52,32,0,65,3,54,2,44,32,0,32,0,65,12,106,34,1,40,2,16,65,128,31,106,44,0,0,65,19,116,34,2,54,2,36,32,0,32,2,32,0,40,2,32,74,58,0,40,32,0,65,128,150,3,40,2,0,32,1,40,2,0,65,144,30,106,45,0,0,108,54,2,48,11,11,182,2,2,6,127,1,126,32,0,32,1,54,2,52,32,1,65,3,76,4,64,32,0,32,0,40,2,32,2,127,32,0,32,1,65,2,116,106,40,2,16,34,3,65,20,78,4,64,32,3,65,28,106,12,1,11,32,3,65,2,116,65,240,31,106,40,2,0,11,65,5,116,65,64,113,106,34,2,65,176,33,32,2,65,176,33,74,27,65,16,116,65,128,128,128,133,1,107,34,2,54,2,44,32,0,32,2,32,0,40,2,40,34,5,74,58,0,48,32,0,40,2,36,34,6,32,0,32,1,65,2,116,106,40,2,0,34,7,65,41,108,65,6,117,106,34,4,65,63,32,4,65,63,72,27,33,4,2,64,32,2,32,5,71,65,0,32,1,32,3,114,27,69,4,64,32,0,65,240,243,1,53,2,0,34,8,2,127,32,6,32,7,106,34,2,65,227,0,32,2,65,227,0,72,27,34,2,65,205,0,78,4,64,65,227,0,32,2,107,65,20,108,12,1,11,32,2,65,2,116,65,192,32,106,40,2,0,34,2,32,1,32,3,114,13,0,26,32,2,65,20,109,11,172,126,66,24,136,62,2,60,12,1,11,32,0,65,0,54,2,60,65,240,243,1,53,2,0,33,8,11,32,0,32,8,32,4,65,3,113,65,4,114,32,4,65,2,117,65,8,106,116,172,126,66,24,136,62,2,56,11,11,236,1,1,3,127,2,64,32,0,40,2,60,34,2,69,13,0,32,0,32,2,65,64,106,54,2,60,32,2,65,192,0,74,13,0,32,0,65,0,54,2,60,32,0,32,0,40,2,52,65,1,106,16,42,11,2,64,2,64,32,0,40,2,52,34,2,65,3,78,4,64,32,2,65,3,71,13,2,32,0,45,0,64,13,2,32,0,40,2,60,69,13,1,12,2,11,32,0,40,2,60,13,1,11,2,64,32,0,45,0,48,4,64,32,0,32,0,40,2,56,65,128,128,128,136,1,32,0,40,2,40,34,1,65,128,128,208,53,32,1,65,128,128,208,53,74,27,34,1,107,65,24,117,108,32,1,106,34,1,54,2,40,32,1,32,0,40,2,44,34,3,72,13,2,32,0,32,3,54,2,40,12,1,11,32,0,32,0,40,2,40,32,0,40,2,56,107,34,1,54,2,40,32,1,32,0,40,2,44,34,3,74,13,1,32,0,32,3,54,2,40,11,32,0,32,2,65,1,106,16,42,11,32,0,40,2,40,11,23,0,32,0,45,0,64,4,64,32,0,65,0,58,0,64,32,0,65,3,16,42,11,11,48,0,32,0,32,2,32,1,16,167,5,34,2,41,2,0,55,2,0,32,0,32,2,65,8,106,34,0,40,2,0,54,2,8,32,2,66,0,55,2,0,32,0,65,0,54,2,0,11,48,0,32,0,32,1,32,2,16,171,5,34,1,41,2,0,55,2,0,32,0,32,1,65,8,106,34,0,40,2,0,54,2,8,32,1,66,0,55,2,0,32,0,65,0,54,2,0,11,64,0,32,0,65,160,35,54,2,0,32,0,65,4,106,33,0,32,1,44,0,11,65,0,78,4,64,32,0,32,1,41,2,0,55,2,0,32,0,32,1,40,2,8,54,2,8,15,11,32,0,32,1,40,2,0,32,1,40,2,4,16,163,5,11,31,0,32,0,65,160,35,54,2,0,32,0,44,0,15,65,127,76,4,64,32,0,40,2,4,16,148,6,11,32,0,11,239,1,1,6,127,35,0,65,16,107,34,3,36,0,32,3,32,0,16,208,5,33,5,2,64,32,3,45,0,0,69,13,0,32,1,32,2,106,34,6,32,1,32,0,32,0,40,2,0,65,12,107,40,2,0,106,34,2,40,2,4,65,176,1,113,65,32,70,27,33,7,32,2,40,2,24,33,8,32,2,40,2,76,34,4,65,127,70,4,64,32,3,65,8,106,32,2,16,244,5,32,3,65,8,106,65,188,233,3,16,162,1,34,4,173,65,32,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,4,40,2,0,40,2,28,17,0,0,167,33,4,32,3,65,8,106,16,157,1,32,2,32,4,54,2,76,11,32,8,32,1,32,7,32,6,32,2,32,4,65,24,116,65,24,117,16,52,13,0,32,0,32,0,40,2,0,65,12,107,40,2,0,106,34,2,32,2,40,2,16,65,5,114,16,245,5,11,32,5,16,210,5,32,3,65,16,106,36,0,32,0,11,119,1,3,127,32,1,16,158,6,34,2,65,112,73,4,64,2,64,2,64,32,2,65,11,79,4,64,32,2,65,16,106,65,112,113,34,4,16,242,5,33,3,32,0,32,4,65,128,128,128,128,120,114,54,2,8,32,0,32,3,54,2,0,32,0,32,2,54,2,4,12,1,11,32,0,32,2,58,0,11,32,0,33,3,32,2,69,13,1,11,32,3,32,1,32,2,16,155,6,26,11,32,2,32,3,106,65,0,58,0,0,32,0,15,11,16,154,5,0,11,53,0,32,1,44,0,11,65,0,78,4,64,32,0,32,1,41,2,0,55,2,0,32,0,32,1,40,2,8,54,2,8,32,0,15,11,32,0,32,1,40,2,0,32,1,40,2,4,16,163,5,32,0,11,129,3,1,4,127,35,0,65,16,107,34,6,36,0,2,64,32,0,69,13,0,32,4,40,2,12,33,7,32,2,32,1,107,34,9,65,1,78,4,64,32,0,173,32,1,173,32,9,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,48,17,0,0,167,32,9,71,13,1,11,32,7,32,3,32,1,107,34,8,107,65,0,32,7,32,8,74,27,34,1,65,1,78,4,64,2,64,32,1,65,11,79,4,64,32,1,65,16,106,65,112,113,34,8,16,242,5,33,7,32,6,32,8,65,128,128,128,128,120,114,54,2,8,32,6,32,7,54,2,0,32,6,32,1,54,2,4,12,1,11,32,6,32,1,58,0,11,32,6,33,7,11,65,0,33,8,32,7,32,5,32,1,16,156,6,32,1,106,65,0,58,0,0,32,0,173,32,6,40,2,0,32,6,32,6,44,0,11,65,0,72,27,173,32,1,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,48,17,0,0,167,33,7,32,6,44,0,11,65,127,76,4,64,32,6,40,2,0,16,148,6,11,32,1,32,7,71,13,1,11,32,3,32,2,107,34,1,65,1,78,4,64,65,0,33,8,32,0,173,32,2,173,32,1,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,48,17,0,0,167,32,1,71,13,1,11,32,4,65,0,54,2,12,32,0,33,8,11,32,6,65,16,106,36,0,32,8,11,107,1,5,127,65,8,16,0,34,4,34,5,34,3,65,140,207,1,54,2,0,32,3,65,184,207,1,54,2,0,32,0,16,158,6,34,1,65,13,106,16,242,5,34,2,65,0,54,2,8,32,2,32,1,54,2,4,32,2,32,1,54,2,0,32,3,65,4,106,32,2,65,12,106,32,0,32,1,65,1,106,16,155,6,54,2,0,32,5,65,232,207,1,54,2,0,32,4,65,136,208,1,65,17,16,1,0,11,34,0,32,0,65,160,35,54,2,0,32,0,44,0,15,65,127,76,4,64,32,0,40,2,4,16,148,6,11,32,0,16,148,6,11,21,0,32,0,40,2,4,32,0,65,4,106,32,0,44,0,15,65,0,72,27,11,12,0,32,0,65,180,35,54,2,0,32,0,11,15,0,32,0,65,180,35,54,2,0,32,0,16,148,6,11,51,0,32,0,65,12,106,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,12,40,2,0,17,0,0,167,26,11,13,0,32,0,32,1,65,2,116,106,40,2,4,11,4,0,65,1,11,4,0,65,12,11,59,0,32,0,65,16,16,242,5,34,1,54,2,0,32,0,66,143,128,128,128,128,130,128,128,128,127,55,2,4,32,1,65,241,11,41,0,0,55,0,7,32,1,65,234,11,41,0,0,55,0,0,32,1,65,0,58,0,15,11,182,102,2,34,127,5,124,2,64,65,144,231,3,45,0,0,65,1,113,13,0,65,144,231,3,16,249,5,69,13,0,35,0,65,144,1,107,34,21,36,0,32,21,65,144,1,16,242,5,34,13,54,2,8,32,21,66,128,129,128,128,128,146,128,128,128,127,55,2,12,32,13,65,202,20,65,128,1,16,155,6,65,0,58,0,128,1,35,0,65,144,1,107,34,22,36,0,32,22,65,128,203,1,54,2,60,32,22,65,140,203,1,40,2,0,34,23,54,2,0,32,22,32,23,65,12,107,40,2,0,106,65,144,203,1,40,2,0,54,2,0,32,22,40,2,0,33,23,32,22,65,0,54,2,4,32,22,32,23,65,12,107,40,2,0,106,34,8,32,22,65,8,106,34,23,16,248,5,32,8,66,128,128,128,128,112,55,2,72,32,22,65,128,203,1,54,2,60,32,22,65,236,202,1,54,2,0,32,23,16,186,5,33,32,32,22,66,0,55,3,40,32,22,66,0,55,3,48,32,22,65,8,54,2,56,32,22,65,160,198,1,54,2,8,32,23,32,21,65,8,106,16,218,5,32,22,33,23,35,0,65,176,2,107,34,8,36,0,32,8,65,168,2,106,34,33,65,0,54,2,0,32,8,66,0,55,3,160,2,32,21,65,216,0,106,34,24,34,15,65,16,16,242,5,34,3,54,2,0,32,15,66,139,128,128,128,128,130,128,128,128,127,55,2,4,32,3,65,159,13,40,0,0,54,0,7,32,3,65,152,13,41,0,0,55,0,0,32,3,65,0,58,0,11,32,15,65,0,58,0,35,32,15,65,0,58,0,12,32,15,65,0,59,0,23,32,15,66,0,55,2,36,32,15,66,0,55,2,44,32,8,65,204,201,1,54,2,208,1,32,8,65,216,201,1,40,2,0,34,25,54,2,152,1,32,25,65,12,107,40,2,0,32,8,65,152,1,106,106,65,220,201,1,40,2,0,54,2,0,32,8,40,2,152,1,65,12,107,40,2,0,32,8,65,152,1,106,106,34,25,32,8,65,152,1,106,65,4,114,34,26,16,248,5,32,25,66,128,128,128,128,112,55,2,72,32,8,65,204,201,1,54,2,208,1,32,8,65,184,201,1,54,2,152,1,32,26,16,186,5,33,34,32,8,66,0,55,2,188,1,32,8,66,0,55,2,196,1,32,8,65,16,54,2,204,1,32,8,65,160,198,1,54,2,156,1,32,15,65,40,106,33,27,32,15,65,36,106,33,30,32,15,65,24,106,33,29,32,15,65,12,106,33,28,32,8,65,128,1,106,33,31,65,0,33,25,3,64,2,64,32,8,65,232,0,106,32,23,32,23,40,2,0,65,12,107,40,2,0,106,16,244,5,32,8,65,232,0,106,65,188,233,3,16,162,1,34,3,173,65,10,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,3,40,2,0,40,2,28,17,0,0,167,33,3,32,8,65,232,0,106,16,157,1,32,8,65,160,2,106,33,11,65,0,33,17,35,0,65,16,107,34,18,36,0,32,18,65,8,106,32,23,34,13,65,1,16,202,5,26,32,18,45,0,8,4,64,2,64,32,11,44,0,11,65,127,76,4,64,32,11,40,2,0,65,0,58,0,0,32,11,65,0,54,2,4,12,1,11,32,11,65,0,58,0,11,32,11,65,0,58,0,0,11,32,3,65,255,1,113,33,19,2,127,2,64,3,64,2,64,32,13,40,2,0,65,12,107,40,2,0,32,13,106,40,2,24,34,3,40,2,12,34,9,32,3,40,2,16,71,4,64,32,3,32,9,65,1,106,54,2,12,32,9,45,0,0,33,3,12,1,11,32,3,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,3,40,2,0,40,2,40,17,0,0,167,34,3,65,127,70,13,2,11,65,0,32,19,32,3,65,255,1,113,70,13,2,26,32,11,32,3,65,24,116,65,24,117,16,170,5,32,17,65,1,106,33,17,32,11,40,2,4,32,11,45,0,11,34,3,32,3,65,24,116,65,24,117,65,0,72,27,65,111,71,13,0,11,65,4,12,1,11,65,2,65,6,32,17,27,11,33,3,32,13,32,13,40,2,0,65,12,107,40,2,0,106,34,11,32,11,40,2,16,32,3,114,16,245,5,11,32,18,65,16,106,36,0,32,13,34,3,32,3,40,2,0,65,12,107,40,2,0,106,45,0,16,65,5,113,13,0,32,8,65,152,1,106,32,8,40,2,160,2,32,8,65,160,2,106,32,8,45,0,171,2,34,3,65,24,116,65,24,117,65,0,72,34,13,27,32,8,40,2,164,2,32,3,32,13,27,16,49,65,201,21,65,1,16,49,26,32,25,65,1,106,33,25,32,8,40,2,160,2,34,11,32,8,65,160,2,106,32,8,45,0,171,2,34,17,65,24,116,65,24,117,65,0,72,34,13,27,34,3,45,0,0,65,33,70,13,1,2,64,2,64,2,64,32,7,14,3,0,1,2,4,11,65,1,33,7,32,28,32,8,65,160,2,106,70,13,3,32,28,44,0,11,65,0,78,4,64,32,13,69,4,64,32,28,32,8,41,3,160,2,55,2,0,32,28,32,33,40,2,0,54,2,8,12,5,11,32,28,32,11,32,8,40,2,164,2,16,169,5,12,4,11,32,28,32,3,32,8,40,2,164,2,32,17,32,13,27,16,168,5,26,12,3,11,32,30,32,3,16,67,54,2,0,65,2,33,7,12,2,11,32,25,33,11,35,0,65,208,0,107,34,19,36,0,32,8,65,232,0,106,34,18,66,129,128,128,128,16,55,3,16,32,18,66,0,55,3,8,32,18,65,1,54,2,0,32,18,65,3,58,0,35,32,18,65,213,14,47,0,0,59,0,24,32,18,65,215,14,45,0,0,58,0,26,32,18,66,128,128,128,128,128,128,128,248,63,55,3,40,32,18,65,0,58,0,27,2,64,32,8,65,160,2,106,34,9,32,18,65,24,106,34,3,70,13,0,32,9,44,0,11,65,0,78,4,64,32,3,32,9,41,2,0,55,2,0,32,3,32,9,40,2,8,54,2,8,12,1,11,32,3,32,9,40,2,0,32,9,40,2,4,16,169,5,11,32,9,40,2,0,32,9,32,9,45,0,11,34,3,65,24,116,65,24,117,65,0,72,34,7,27,33,13,2,124,2,64,2,64,2,64,2,64,32,9,40,2,4,32,3,32,7,27,34,17,65,0,74,4,64,32,13,32,17,106,33,0,32,17,33,3,32,13,33,7,3,64,32,7,65,46,32,3,16,68,34,3,69,13,2,32,3,45,0,0,65,46,71,4,64,32,0,32,3,65,1,106,34,7,107,34,3,65,1,78,13,1,12,3,11,11,32,0,32,3,70,13,1,32,3,32,13,107,65,127,70,13,1,32,18,65,0,54,2,0,2,124,35,0,65,192,1,107,34,9,36,0,32,9,66,0,55,3,176,1,32,13,16,158,6,34,11,65,112,73,4,64,2,64,2,64,32,11,65,11,79,4,64,32,11,65,16,106,65,112,113,34,7,16,242,5,33,3,32,9,32,7,65,128,128,128,128,120,114,54,2,24,32,9,32,3,54,2,16,32,9,32,11,54,2,20,12,1,11,32,9,32,11,58,0,27,32,9,65,16,106,33,3,32,11,69,13,1,11,32,3,32,13,32,11,16,155,6,26,11,32,3,32,11,106,65,0,58,0,0,32,9,65,128,203,1,54,2,92,32,9,65,140,203,1,40,2,0,34,11,54,2,32,32,11,65,12,107,40,2,0,32,9,65,32,106,106,65,144,203,1,40,2,0,54,2,0,32,9,65,0,54,2,36,32,9,40,2,32,65,12,107,40,2,0,32,9,65,32,106,106,34,13,32,9,65,40,106,34,11,16,248,5,32,13,66,128,128,128,128,112,55,2,72,32,9,65,128,203,1,54,2,92,32,9,65,236,202,1,54,2,32,32,11,16,186,5,33,13,32,9,66,0,55,3,72,32,9,66,0,55,3,80,32,9,65,8,54,2,88,32,9,65,160,198,1,54,2,40,32,11,32,9,65,16,106,16,218,5,32,9,44,0,27,65,127,76,4,64,32,9,40,2,16,16,148,6,11,32,9,40,2,32,65,12,107,40,2,0,33,3,35,0,65,16,107,34,11,36,0,65,168,1,16,242,5,34,7,33,20,32,11,65,244,13,16,50,34,17,33,0,32,20,65,0,16,146,3,32,20,65,136,135,1,54,2,0,32,20,65,8,106,16,147,3,33,6,32,20,65,152,1,106,32,0,16,51,33,5,32,6,34,0,16,190,3,40,2,0,65,8,106,34,10,71,4,64,32,10,40,2,0,33,12,32,10,40,2,4,33,2,35,0,65,16,107,34,16,36,0,2,64,32,12,32,2,16,205,4,34,14,32,0,16,252,4,77,4,64,32,16,32,2,54,2,12,32,2,33,1,32,12,32,0,16,171,3,32,14,79,34,4,4,127,32,1,5,32,16,32,12,54,2,12,32,0,16,171,3,33,1,32,16,65,12,106,34,12,32,12,40,2,0,32,1,65,2,116,106,54,2,0,32,16,40,2,12,11,32,0,40,2,0,16,136,3,33,12,32,4,69,4,64,32,0,32,16,40,2,12,32,2,32,14,32,0,16,171,3,107,16,131,5,12,2,11,32,0,32,12,16,201,3,12,1,11,32,0,34,1,40,2,0,4,64,32,1,16,148,3,32,1,16,216,4,32,1,40,2,0,32,1,16,252,4,16,128,5,32,1,16,245,4,65,0,54,2,0,32,1,66,0,55,3,0,11,32,0,32,0,32,14,16,132,5,16,169,3,32,0,32,12,32,2,32,14,16,131,5,11,32,16,65,16,106,36,0,11,65,0,33,0,3,64,32,6,16,171,3,32,0,75,4,64,32,6,32,0,16,191,3,40,2,0,4,64,32,6,32,0,16,191,3,40,2,0,16,192,3,11,32,0,65,1,106,33,0,12,1,11,11,32,20,2,127,65,12,16,242,5,33,6,35,0,65,16,107,34,10,36,0,32,6,65,0,16,176,3,32,6,65,156,135,1,54,2,0,32,6,32,5,34,0,16,207,1,16,103,34,1,54,2,8,32,1,69,4,64,32,10,65,131,18,32,0,16,179,5,16,199,2,0,11,32,10,65,16,106,36,0,32,6,11,16,149,3,32,20,2,127,65,12,16,242,5,33,6,35,0,65,16,107,34,10,36,0,32,6,65,0,16,177,3,32,6,65,188,135,1,54,2,0,32,6,32,5,16,207,1,16,103,34,1,54,2,8,32,1,69,4,64,32,10,65,184,19,32,0,16,179,5,16,199,2,0,11,32,10,65,16,106,36,0,32,6,11,16,150,3,32,20,65,20,16,242,5,32,5,65,0,16,193,3,16,151,3,32,20,65,12,16,242,5,32,5,65,0,16,194,3,16,152,3,32,20,2,127,65,8,16,242,5,34,0,33,1,32,5,16,207,1,26,32,1,65,0,16,146,3,32,1,65,168,142,1,54,2,0,32,0,65,172,184,1,54,2,0,32,0,11,16,153,3,32,20,2,127,65,12,16,242,5,34,0,33,2,32,5,16,207,1,33,1,35,0,65,32,107,34,10,36,0,32,2,65,0,16,146,3,32,2,65,136,137,1,54,2,0,32,2,32,1,16,103,34,2,54,2,8,32,2,69,4,64,32,10,65,16,106,65,177,15,32,10,32,1,16,50,16,45,16,199,2,0,11,32,10,65,32,106,36,0,32,0,65,148,185,1,54,2,0,32,0,11,16,154,3,32,20,2,127,65,8,16,242,5,34,0,33,1,32,5,16,207,1,26,32,1,65,0,16,146,3,32,1,65,188,143,1,54,2,0,32,0,65,252,185,1,54,2,0,32,0,11,16,155,3,32,20,2,127,65,8,16,242,5,34,0,33,1,32,5,16,207,1,26,32,1,65,0,16,146,3,32,1,65,176,144,1,54,2,0,32,0,65,228,186,1,54,2,0,32,0,11,16,156,3,32,20,2,127,65,24,16,242,5,34,0,65,0,16,180,3,32,0,65,180,138,1,54,2,0,32,0,33,1,32,5,16,207,1,33,12,35,0,65,48,107,34,10,36,0,2,64,2,64,32,12,65,244,13,16,99,4,64,32,10,65,40,106,32,12,16,160,4,34,2,16,161,4,69,13,1,32,1,65,8,106,32,2,40,2,0,16,162,4,34,12,40,2,0,32,2,40,2,0,16,163,4,26,32,1,65,9,106,32,12,40,2,4,32,2,40,2,0,16,163,4,26,32,1,65,12,106,32,12,40,2,8,16,164,4,32,2,16,165,4,11,32,10,65,48,106,36,0,12,1,11,32,10,65,24,106,65,195,17,32,10,65,8,106,32,12,16,50,16,45,16,199,2,0,11,32,0,11,16,157,3,32,20,2,127,65,28,16,242,5,34,0,65,0,16,181,3,32,0,65,220,138,1,54,2,0,32,0,33,1,32,5,16,207,1,33,12,35,0,65,48,107,34,10,36,0,2,64,2,64,32,12,65,244,13,16,99,4,64,32,10,65,40,106,32,12,16,160,4,34,2,16,161,4,69,13,1,32,1,65,8,106,32,2,40,2,0,16,162,4,34,12,40,2,0,32,2,40,2,0,16,167,4,26,32,1,65,12,106,32,12,40,2,4,32,2,40,2,0,16,167,4,26,32,1,65,16,106,32,12,40,2,8,16,164,4,32,2,16,165,4,11,32,10,65,48,106,36,0,12,1,11,32,10,65,24,106,65,128,17,32,10,65,8,106,32,12,16,50,16,45,16,199,2,0,11,32,0,11,16,158,3,32,20,2,127,65,200,0,16,242,5,34,0,65,0,16,182,3,32,0,65,148,173,1,54,2,0,32,0,65,12,106,16,178,1,26,32,0,65,24,106,16,178,1,26,32,0,65,36,106,16,178,1,26,32,0,65,48,106,16,178,1,26,32,0,33,1,32,5,16,207,1,33,4,35,0,65,48,107,34,6,36,0,2,64,32,6,65,40,106,32,4,16,160,4,34,2,16,161,4,4,64,32,1,65,8,106,32,2,40,2,0,16,162,4,34,4,40,2,20,32,2,40,2,0,16,163,4,69,4,64,32,1,65,255,0,58,0,8,11,32,1,65,9,106,32,4,40,2,24,32,2,40,2,0,16,163,4,69,4,64,32,1,65,255,0,58,0,9,11,32,1,65,12,106,32,4,40,2,28,16,164,4,32,1,65,24,106,34,10,32,4,40,2,16,16,164,4,32,1,32,4,44,0,41,34,12,65,255,0,70,4,127,65,0,5,32,12,11,54,2,60,32,1,65,36,106,32,4,45,0,46,4,127,32,4,40,2,32,5,65,133,15,11,16,164,4,32,1,65,48,106,32,4,45,0,47,4,127,32,4,40,2,36,5,65,133,15,11,16,164,4,32,1,65,64,107,32,6,65,24,106,32,10,16,51,34,12,65,0,32,4,44,0,42,32,4,44,0,43,32,4,44,0,46,16,209,4,32,1,65,196,0,106,32,10,65,0,32,4,44,0,44,32,4,44,0,45,32,4,44,0,47,16,209,4,32,12,16,159,5,26,32,2,16,165,4,32,6,65,48,106,36,0,12,1,11,32,6,65,24,106,65,213,16,32,6,65,8,106,32,4,16,50,16,45,16,199,2,0,11,32,0,11,16,159,3,32,20,2,127,65,200,0,16,242,5,34,0,65,0,16,183,3,32,0,65,252,173,1,54,2,0,32,0,65,12,106,16,178,1,26,32,0,65,24,106,16,178,1,26,32,0,65,36,106,16,178,1,26,32,0,65,48,106,16,178,1,26,32,0,33,1,32,5,16,207,1,33,4,35,0,65,48,107,34,6,36,0,2,64,32,6,65,40,106,32,4,16,160,4,34,2,16,161,4,4,64,32,1,65,8,106,32,2,40,2,0,16,162,4,34,4,40,2,20,32,2,40,2,0,16,163,4,69,4,64,32,1,65,255,0,58,0,8,11,32,1,65,9,106,32,4,40,2,24,32,2,40,2,0,16,163,4,69,4,64,32,1,65,255,0,58,0,9,11,32,1,65,12,106,32,4,40,2,28,16,164,4,32,1,65,24,106,34,10,32,4,40,2,12,16,164,4,32,1,32,4,44,0,40,34,12,65,255,0,70,4,127,65,0,5,32,12,11,54,2,60,32,1,65,36,106,32,4,45,0,52,4,127,32,4,40,2,32,5,65,133,15,11,16,164,4,32,1,65,48,106,32,4,45,0,53,4,127,32,4,40,2,36,5,65,133,15,11,16,164,4,32,1,65,64,107,32,6,65,24,106,32,10,16,51,34,12,65,1,32,4,44,0,48,32,4,44,0,49,32,4,44,0,52,16,209,4,32,1,65,196,0,106,32,10,65,1,32,4,44,0,50,32,4,44,0,51,32,4,44,0,53,16,209,4,32,12,16,159,5,26,32,2,16,165,4,32,6,65,48,106,36,0,12,1,11,32,6,65,24,106,65,213,16,32,6,65,8,106,32,4,16,50,16,45,16,199,2,0,11,32,0,11,16,160,3,32,20,2,127,65,204,0,16,242,5,34,0,65,0,16,184,3,32,0,65,228,174,1,54,2,0,32,0,65,16,106,16,178,1,26,32,0,65,28,106,16,178,1,26,32,0,65,40,106,16,178,1,26,32,0,65,52,106,16,178,1,26,32,0,33,1,32,5,16,207,1,33,6,35,0,65,192,3,107,34,4,36,0,2,64,2,64,2,64,2,64,32,4,65,184,3,106,32,6,16,160,4,34,2,16,161,4,4,64,32,1,65,8,106,32,2,40,2,0,16,162,4,34,6,40,2,20,32,2,40,2,0,16,167,4,69,4,64,32,1,65,255,255,255,255,7,54,2,8,11,32,1,65,12,106,32,6,40,2,24,32,2,40,2,0,16,167,4,69,4,64,32,1,65,255,255,255,255,7,54,2,12,11,32,1,65,16,106,32,6,40,2,28,16,164,4,32,4,66,0,55,3,8,32,4,32,6,40,2,16,54,2,4,32,4,65,16,106,32,4,65,4,106,65,228,0,32,4,65,8,106,32,2,40,2,0,16,198,2,34,12,65,127,70,13,1,32,1,65,28,106,34,10,32,4,65,16,106,32,4,65,16,106,32,12,65,2,116,106,16,204,4,32,1,32,6,44,0,41,34,12,65,255,0,70,4,127,65,0,5,32,12,11,54,2,64,2,64,32,6,45,0,46,69,4,64,32,1,65,40,106,65,200,140,1,16,173,4,12,1,11,32,4,66,0,55,3,8,32,4,32,6,40,2,32,54,2,4,32,4,65,16,106,32,4,65,4,106,65,228,0,32,4,65,8,106,32,2,40,2,0,16,198,2,34,12,65,127,70,13,3,32,1,65,40,106,32,4,65,16,106,32,4,65,16,106,32,12,65,2,116,106,16,204,4,11,2,64,32,6,45,0,47,69,4,64,32,1,65,52,106,65,200,140,1,16,173,4,12,1,11,32,4,66,0,55,3,8,32,4,32,6,40,2,36,54,2,4,32,4,65,16,106,32,4,65,4,106,65,228,0,32,4,65,8,106,32,2,40,2,0,16,198,2,34,12,65,127,70,13,4,32,1,65,52,106,32,4,65,16,106,32,4,65,16,106,32,12,65,2,116,106,16,204,4,11,32,1,65,196,0,106,32,4,65,168,3,106,32,10,16,217,2,34,12,65,0,32,6,44,0,42,32,6,44,0,43,32,6,44,0,46,16,211,4,32,1,65,200,0,106,32,10,65,0,32,6,44,0,44,32,6,44,0,45,32,6,44,0,47,16,211,4,32,12,16,159,5,26,32,2,16,165,4,32,4,65,192,3,106,36,0,12,4,11,32,4,65,16,106,65,213,16,32,4,65,168,3,106,32,6,16,50,16,45,16,199,2,0,11,16,199,2,0,11,16,199,2,0,11,16,199,2,0,11,32,0,11,16,161,3,32,20,2,127,65,204,0,16,242,5,34,0,65,0,16,185,3,32,0,65,204,175,1,54,2,0,32,0,65,16,106,16,178,1,26,32,0,65,28,106,16,178,1,26,32,0,65,40,106,16,178,1,26,32,0,65,52,106,16,178,1,26,32,0,33,1,32,5,16,207,1,33,6,35,0,65,192,3,107,34,4,36,0,2,64,2,64,2,64,2,64,32,4,65,184,3,106,32,6,16,160,4,34,2,16,161,4,4,64,32,1,65,8,106,32,2,40,2,0,16,162,4,34,6,40,2,20,32,2,40,2,0,16,167,4,69,4,64,32,1,65,255,255,255,255,7,54,2,8,11,32,1,65,12,106,32,6,40,2,24,32,2,40,2,0,16,167,4,69,4,64,32,1,65,255,255,255,255,7,54,2,12,11,32,1,65,16,106,32,6,40,2,28,16,164,4,32,4,66,0,55,3,8,32,4,32,6,40,2,12,54,2,4,32,4,65,16,106,32,4,65,4,106,65,228,0,32,4,65,8,106,32,2,40,2,0,16,198,2,34,12,65,127,70,13,1,32,1,65,28,106,34,10,32,4,65,16,106,32,4,65,16,106,32,12,65,2,116,106,16,204,4,32,1,32,6,44,0,40,34,12,65,255,0,70,4,127,65,0,5,32,12,11,54,2,64,2,64,32,6,45,0,52,69,4,64,32,1,65,40,106,65,200,140,1,16,173,4,12,1,11,32,4,66,0,55,3,8,32,4,32,6,40,2,32,54,2,4,32,4,65,16,106,32,4,65,4,106,65,228,0,32,4,65,8,106,32,2,40,2,0,16,198,2,34,12,65,127,70,13,3,32,1,65,40,106,32,4,65,16,106,32,4,65,16,106,32,12,65,2,116,106,16,204,4,11,2,64,32,6,45,0,53,69,4,64,32,1,65,52,106,65,200,140,1,16,173,4,12,1,11,32,4,66,0,55,3,8,32,4,32,6,40,2,36,54,2,4,32,4,65,16,106,32,4,65,4,106,65,228,0,32,4,65,8,106,32,2,40,2,0,16,198,2,34,12,65,127,70,13,4,32,1,65,52,106,32,4,65,16,106,32,4,65,16,106,32,12,65,2,116,106,16,204,4,11,32,1,65,196,0,106,32,4,65,168,3,106,32,10,16,217,2,34,12,65,1,32,6,44,0,48,32,6,44,0,49,32,6,44,0,52,16,211,4,32,1,65,200,0,106,32,10,65,1,32,6,44,0,50,32,6,44,0,51,32,6,44,0,53,16,211,4,32,12,16,159,5,26,32,2,16,165,4,32,4,65,192,3,106,36,0,12,4,11,32,4,65,16,106,65,213,16,32,4,65,168,3,106,32,6,16,50,16,45,16,199,2,0,11,16,199,2,0,11,16,199,2,0,11,16,199,2,0,11,32,0,11,16,162,3,32,20,2,127,65,160,4,16,242,5,34,0,65,0,16,186,3,35,0,65,32,107,34,12,36,0,32,0,65,12,106,34,14,32,5,34,2,16,198,4,32,14,65,172,1,106,33,10,32,14,65,4,106,33,1,3,64,32,1,16,178,1,65,12,106,34,1,32,10,71,13,0,11,32,14,65,204,3,106,33,10,32,14,65,172,1,106,33,1,3,64,32,1,16,178,1,65,12,106,34,1,32,10,71,13,0,11,32,14,65,228,3,106,33,10,32,14,65,204,3,106,33,1,3,64,32,1,16,178,1,65,12,106,34,1,32,10,71,13,0,11,32,14,65,228,3,106,16,178,1,26,32,14,65,240,3,106,16,178,1,26,32,14,65,252,3,106,16,178,1,26,32,14,65,136,4,106,16,178,1,26,32,12,65,8,106,34,10,32,2,65,1,16,193,3,26,32,10,65,136,195,1,54,2,0,32,10,34,1,33,4,65,0,33,10,35,0,65,176,1,107,34,2,36,0,32,2,65,128,1,106,65,0,65,44,16,156,6,26,3,64,32,10,65,7,70,4,64,2,64,65,0,33,10,3,64,32,10,65,12,70,13,1,32,2,32,10,54,2,144,1,32,2,65,16,106,65,228,0,65,246,13,32,2,65,128,1,106,32,14,40,2,0,16,5,26,32,14,32,10,65,12,108,106,34,6,65,172,1,106,32,2,65,16,106,16,164,4,32,2,65,16,106,65,228,0,65,176,13,32,2,65,128,1,106,32,14,40,2,0,16,5,26,32,6,65,188,2,106,32,2,65,16,106,16,164,4,32,10,65,1,106,33,10,12,0,11,0,11,5,32,2,32,10,54,2,152,1,32,2,65,16,106,65,228,0,65,249,13,32,2,65,128,1,106,32,14,40,2,0,16,5,26,32,14,32,10,65,12,108,106,34,6,65,4,106,32,2,65,16,106,16,164,4,32,2,65,16,106,65,228,0,65,179,13,32,2,65,128,1,106,32,14,40,2,0,16,5,26,32,6,65,216,0,106,32,2,65,16,106,16,164,4,32,10,65,1,106,33,10,12,1,11,11,32,2,65,1,54,2,136,1,32,2,65,16,106,65,228,0,65,213,10,32,2,65,128,1,106,32,14,40,2,0,16,5,26,32,14,65,204,3,106,32,2,65,16,106,16,164,4,32,2,65,13,54,2,136,1,32,2,65,16,106,65,228,0,65,213,10,32,2,65,128,1,106,32,14,40,2,0,16,5,26,32,14,65,216,3,106,32,2,65,16,106,16,164,4,32,2,32,14,65,227,0,32,4,16,200,4,32,14,65,228,3,106,32,2,16,236,2,32,2,16,159,5,26,32,2,32,14,65,242,0,32,4,16,200,4,32,14,65,240,3,106,32,2,16,236,2,32,2,16,159,5,26,32,2,32,14,65,248,0,32,4,16,200,4,32,14,65,252,3,106,32,2,16,236,2,32,2,16,159,5,26,32,2,32,14,65,216,0,32,4,16,200,4,32,14,65,136,4,106,32,2,16,236,2,32,2,16,159,5,26,32,2,65,176,1,106,36,0,32,1,16,237,3,26,32,12,65,32,106,36,0,32,0,65,184,161,1,54,2,8,32,0,65,236,160,1,54,2,0,32,0,11,16,163,3,32,20,2,127,65,160,4,16,242,5,34,0,65,0,16,187,3,35,0,65,16,107,34,1,36,0,32,0,65,12,106,34,16,32,5,34,2,16,198,4,32,16,65,172,1,106,33,14,32,16,65,4,106,33,10,3,64,32,10,16,178,1,65,12,106,34,10,32,14,71,13,0,11,32,16,65,204,3,106,33,14,32,16,65,172,1,106,33,10,3,64,32,10,16,178,1,65,12,106,34,10,32,14,71,13,0,11,32,16,65,228,3,106,33,14,32,16,65,204,3,106,33,10,3,64,32,10,16,178,1,65,12,106,34,10,32,14,71,13,0,11,32,16,65,228,3,106,16,178,1,26,32,16,65,240,3,106,16,178,1,26,32,16,65,252,3,106,16,178,1,26,32,16,65,136,4,106,16,178,1,26,32,1,32,2,65,1,16,194,3,26,32,1,65,232,195,1,54,2,0,32,1,34,10,33,6,65,0,33,14,35,0,65,208,4,107,34,2,36,0,32,2,65,160,4,106,65,0,65,44,16,156,6,26,32,2,66,0,55,3,24,2,64,2,64,3,64,32,14,65,7,70,4,64,65,0,33,14,2,64,2,64,2,64,3,64,2,64,32,14,65,12,70,4,64,32,2,65,1,54,2,168,4,32,2,65,176,3,106,65,228,0,65,213,10,32,2,65,160,4,106,32,16,40,2,0,16,5,26,32,2,66,0,55,3,24,32,2,32,2,65,176,3,106,54,2,20,32,2,65,32,106,32,2,65,20,106,65,228,0,32,2,65,24,106,32,16,40,2,0,16,198,2,34,14,65,127,71,13,1,16,199,2,0,11,32,2,32,14,54,2,176,4,32,2,65,176,3,106,65,228,0,65,246,13,32,2,65,160,4,106,32,16,40,2,0,16,5,26,32,2,66,0,55,3,24,32,2,32,2,65,176,3,106,54,2,8,32,2,65,32,106,32,2,65,8,106,65,228,0,32,2,65,24,106,32,16,40,2,0,16,198,2,34,4,65,1,106,65,1,77,13,2,32,16,32,14,65,12,108,106,34,12,65,172,1,106,32,2,65,32,106,32,2,65,32,106,32,4,65,2,116,106,16,204,4,32,2,65,176,3,106,65,228,0,65,176,13,32,2,65,160,4,106,32,16,40,2,0,16,5,26,32,2,66,0,55,3,24,32,2,32,2,65,176,3,106,54,2,8,32,2,65,32,106,32,2,65,8,106,65,228,0,32,2,65,24,106,32,16,40,2,0,16,198,2,34,4,65,1,106,65,1,77,13,3,32,12,65,188,2,106,32,2,65,32,106,32,2,65,32,106,32,4,65,2,116,106,16,204,4,32,14,65,1,106,33,14,12,1,11,11,32,16,65,204,3,106,32,2,65,32,106,32,2,65,32,106,32,14,65,2,116,106,16,204,4,32,2,65,13,54,2,168,4,32,2,65,176,3,106,65,228,0,65,213,10,32,2,65,160,4,106,32,16,40,2,0,16,5,26,32,2,66,0,55,3,24,32,2,32,2,65,176,3,106,54,2,20,32,2,65,32,106,32,2,65,20,106,65,228,0,32,2,65,24,106,32,16,40,2,0,16,198,2,34,14,65,127,70,13,2,32,16,65,216,3,106,32,2,65,32,106,32,2,65,32,106,32,14,65,2,116,106,16,204,4,32,2,65,8,106,32,16,65,227,0,32,6,16,202,4,32,16,65,228,3,106,32,2,65,8,106,16,249,2,32,2,65,8,106,16,159,5,26,32,2,65,8,106,32,16,65,242,0,32,6,16,202,4,32,16,65,240,3,106,32,2,65,8,106,16,249,2,32,2,65,8,106,16,159,5,26,32,2,65,8,106,32,16,65,248,0,32,6,16,202,4,32,16,65,252,3,106,32,2,65,8,106,16,249,2,32,2,65,8,106,16,159,5,26,32,2,65,8,106,32,16,65,216,0,32,6,16,202,4,32,16,65,136,4,106,32,2,65,8,106,16,249,2,32,2,65,8,106,16,159,5,26,32,2,65,208,4,106,36,0,12,6,11,16,199,2,0,11,16,199,2,0,11,16,199,2,0,11,32,2,32,14,54,2,184,4,32,2,65,176,3,106,65,228,0,65,249,13,32,2,65,160,4,106,32,16,40,2,0,16,5,26,32,2,66,0,55,3,24,32,2,32,2,65,176,3,106,54,2,8,32,2,65,32,106,32,2,65,8,106,65,228,0,32,2,65,24,106,32,16,40,2,0,16,198,2,34,4,65,1,106,65,1,75,4,64,32,16,32,14,65,12,108,106,34,12,65,4,106,32,2,65,32,106,32,2,65,32,106,32,4,65,2,116,106,16,204,4,32,2,65,176,3,106,65,228,0,65,179,13,32,2,65,160,4,106,32,16,40,2,0,16,5,26,32,2,66,0,55,3,24,32,2,32,2,65,176,3,106,54,2,8,32,2,65,32,106,32,2,65,8,106,65,228,0,32,2,65,24,106,32,16,40,2,0,16,198,2,34,4,65,1,106,65,1,77,13,2,32,12,65,216,0,106,32,2,65,32,106,32,2,65,32,106,32,4,65,2,116,106,16,204,4,32,14,65,1,106,33,14,12,1,11,11,16,199,2,0,11,16,199,2,0,11,32,10,16,243,3,26,32,1,65,16,106,36,0,32,0,65,224,163,1,54,2,8,32,0,65,148,163,1,54,2,0,32,0,11,16,164,3,32,20,2,127,65,12,16,242,5,34,0,34,1,65,0,16,146,3,32,1,65,8,106,32,5,16,208,4,32,1,65,160,165,1,54,2,0,32,0,65,188,167,1,54,2,0,32,0,11,16,165,3,32,20,2,127,65,12,16,242,5,34,0,34,1,65,0,16,146,3,32,1,65,8,106,32,5,16,208,4,32,1,65,188,166,1,54,2,0,32,0,65,176,168,1,54,2,0,32,0,11,16,166,3,32,20,2,127,65,8,16,242,5,34,0,65,0,16,188,3,32,0,65,148,183,1,54,2,0,32,0,11,16,167,3,32,20,2,127,65,8,16,242,5,34,0,65,0,16,189,3,32,0,65,224,183,1,54,2,0,32,0,11,16,168,3,32,17,16,159,5,26,32,9,32,7,54,2,0,32,20,16,192,3,32,11,65,16,106,36,0,32,9,65,8,106,32,3,32,9,65,32,106,106,34,3,16,244,5,32,9,65,16,106,32,3,65,28,106,34,7,16,202,3,26,32,7,32,9,34,11,16,204,3,32,3,65,1,16,243,5,32,9,65,16,106,16,157,1,32,3,40,2,24,34,3,4,64,32,3,173,32,11,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,3,40,2,0,40,2,8,17,0,0,26,32,9,65,184,1,106,32,3,65,4,106,34,3,16,202,3,33,7,32,3,32,11,16,204,3,32,7,16,157,1,11,32,9,65,8,106,16,157,1,32,11,16,157,1,32,9,65,176,1,106,33,1,35,0,65,32,107,34,3,36,0,32,3,65,0,54,2,28,32,3,65,24,106,32,9,65,32,106,34,11,65,0,16,202,5,45,0,0,4,64,32,3,65,16,106,32,11,32,11,40,2,0,65,12,107,40,2,0,106,16,244,5,32,3,65,16,106,65,128,232,3,16,162,1,33,7,32,3,65,8,106,32,11,16,204,5,33,17,32,3,16,205,5,33,0,32,7,173,32,17,40,2,0,173,32,0,40,2,0,173,32,11,32,11,40,2,0,65,12,107,40,2,0,106,173,32,3,65,28,106,173,32,1,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,7,40,2,0,40,2,44,17,0,0,167,26,32,3,65,16,106,16,157,1,32,11,32,11,40,2,0,65,12,107,40,2,0,106,32,3,40,2,28,16,206,5,11,32,3,65,32,106,36,0,32,9,65,136,203,1,40,2,0,34,11,54,2,32,32,11,65,12,107,40,2,0,32,9,65,32,106,106,65,148,203,1,40,2,0,54,2,0,32,9,65,160,198,1,54,2,40,32,9,43,3,176,1,33,36,32,9,44,0,83,65,127,76,4,64,32,9,40,2,72,16,148,6,11,32,13,16,184,5,26,32,9,65,220,0,106,16,183,5,32,9,65,192,1,106,36,0,32,36,12,1,11,16,154,5,0,11,12,5,11,32,18,65,1,54,2,0,12,1,11,32,18,65,1,54,2,0,32,17,65,1,72,13,0,32,13,33,3,3,64,32,3,65,47,32,17,16,68,34,3,69,13,1,32,3,45,0,0,65,47,71,4,64,32,0,32,3,65,1,106,34,3,107,34,17,65,1,78,13,1,12,2,11,11,32,0,32,3,70,13,0,32,3,32,13,107,34,3,65,127,71,13,1,11,65,1,33,7,32,13,16,67,33,3,32,18,65,1,54,2,16,32,18,32,3,54,2,20,12,1,11,32,18,32,19,65,64,107,32,9,65,0,32,3,32,9,16,166,5,34,7,40,2,0,34,0,32,19,65,64,107,32,7,44,0,11,34,7,65,0,72,27,16,67,54,2,20,32,7,65,127,76,4,64,32,0,16,148,6,11,32,18,32,19,65,64,107,32,9,32,3,65,1,106,65,127,32,9,16,166,5,34,3,40,2,0,34,0,32,19,65,64,107,32,3,44,0,11,34,3,65,0,72,27,16,67,34,7,54,2,16,32,3,65,127,76,4,64,32,0,16,148,6,32,18,40,2,16,33,7,11,32,18,40,2,20,33,3,11,32,3,65,0,32,7,27,69,4,64,32,19,65,64,107,65,225,14,16,50,33,3,2,64,32,11,65,0,72,13,0,32,19,65,16,106,32,11,16,181,5,32,19,32,19,65,16,106,65,134,20,16,167,5,34,18,65,8,106,34,7,40,2,0,54,2,40,32,19,32,18,41,2,0,55,3,32,32,18,66,0,55,2,0,32,7,65,0,54,2,0,32,19,32,19,65,32,106,65,252,14,16,171,5,34,18,65,8,106,34,7,40,2,0,54,2,56,32,19,32,18,41,2,0,55,3,48,32,18,66,0,55,2,0,32,7,65,0,54,2,0,32,3,32,19,40,2,48,32,19,65,48,106,32,19,45,0,59,34,18,65,24,116,65,24,117,65,0,72,34,7,27,32,19,40,2,52,32,18,32,7,27,16,165,5,26,32,19,44,0,59,65,127,76,4,64,32,19,40,2,48,16,148,6,11,32,19,44,0,43,65,127,76,4,64,32,19,40,2,32,16,148,6,11,32,19,44,0,27,65,127,74,13,0,32,19,40,2,16,16,148,6,11,32,19,65,32,106,65,136,15,32,9,16,179,5,32,19,65,48,106,32,19,65,32,106,65,251,14,16,46,32,3,32,19,65,48,106,34,9,40,2,0,32,9,32,9,45,0,11,34,18,65,24,116,65,24,117,65,0,72,34,11,27,32,9,40,2,4,32,18,32,11,27,16,165,5,26,32,19,65,48,106,16,159,5,26,32,19,65,32,106,16,159,5,26,65,16,16,0,34,18,32,19,32,3,16,51,16,47,32,18,65,140,35,65,16,16,1,0,11,32,3,183,32,7,183,163,16,66,68,0,0,0,0,0,192,146,64,162,68,239,57,250,254,66,46,230,63,163,11,33,36,32,18,32,36,57,3,8,32,18,32,36,68,0,0,0,0,0,192,146,64,163,68,0,0,0,0,0,0,240,63,160,57,3,40,32,19,65,208,0,106,36,0,2,64,32,15,40,2,44,34,3,32,15,40,2,48,71,4,64,32,3,32,8,41,3,104,55,3,0,32,3,32,8,41,3,120,55,3,16,32,3,32,8,41,3,112,55,3,8,32,3,65,24,106,33,13,2,64,32,8,44,0,139,1,65,0,78,4,64,32,13,32,31,41,3,0,55,3,0,32,13,32,31,40,2,8,54,2,8,12,1,11,32,13,32,8,40,2,128,1,32,8,40,2,132,1,16,163,5,11,32,3,32,8,43,3,144,1,57,3,40,32,15,32,3,65,48,106,34,3,54,2,44,12,1,11,32,8,65,232,0,106,33,13,65,0,33,9,2,64,2,64,2,64,32,27,34,11,40,2,4,34,7,32,11,40,2,0,34,19,107,65,48,109,34,1,65,1,106,34,3,65,214,170,213,42,73,4,64,32,3,32,11,40,2,8,32,19,107,65,48,109,34,17,65,1,116,34,18,32,3,32,18,75,27,65,213,170,213,42,32,17,65,170,213,170,21,73,27,34,17,4,64,32,17,65,214,170,213,42,79,13,2,32,17,65,48,108,16,242,5,33,9,11,32,9,32,1,65,48,108,106,34,3,32,13,41,3,0,55,3,0,32,3,32,13,41,3,16,55,3,16,32,3,32,13,41,3,8,55,3,8,32,17,65,48,108,33,18,32,3,65,24,106,33,17,2,64,32,13,44,0,35,65,0,78,4,64,32,17,32,13,65,24,106,34,0,41,3,0,55,3,0,32,17,32,0,40,2,8,54,2,8,12,1,11,32,17,32,13,40,2,24,32,13,40,2,28,16,163,5,32,11,40,2,4,33,7,32,11,40,2,0,33,19,11,32,9,32,18,106,33,17,32,9,32,1,65,48,108,106,32,13,43,3,40,57,3,40,32,3,65,48,106,33,9,32,7,32,19,70,13,2,3,64,32,3,65,48,107,34,3,32,7,65,48,107,34,7,41,3,0,55,3,0,32,3,32,7,41,3,16,55,3,16,32,3,32,7,41,3,8,55,3,8,32,3,32,7,65,32,106,34,13,40,2,0,54,2,32,32,3,32,7,41,3,24,55,3,24,32,7,66,0,55,3,24,32,13,65,0,54,2,0,32,3,32,7,43,3,40,57,3,40,32,7,32,19,71,13,0,11,32,11,32,17,54,2,8,32,11,40,2,4,33,13,32,11,32,9,54,2,4,32,11,40,2,0,33,7,32,11,32,3,54,2,0,32,7,32,13,70,13,3,3,64,32,13,65,48,107,33,3,32,13,65,13,107,44,0,0,65,127,76,4,64,32,13,65,24,107,40,2,0,16,148,6,11,32,3,33,13,32,3,32,7,71,13,0,11,12,3,11,16,236,5,0,11,65,136,12,16,53,0,11,32,11,32,17,54,2,8,32,11,32,9,54,2,4,32,11,32,3,54,2,0,11,32,7,4,64,32,7,16,148,6,11,32,15,40,2,44,33,3,11,32,30,40,2,0,32,3,32,27,40,2,0,107,65,48,109,70,33,3,32,8,44,0,139,1,65,127,76,4,64,32,8,40,2,128,1,16,148,6,11,65,3,65,2,32,3,27,33,7,12,1,11,11,2,64,2,64,32,7,65,2,113,4,64,32,15,40,2,36,34,23,32,15,40,2,44,32,15,40,2,40,107,65,48,109,71,13,1,32,8,65,232,0,106,33,11,35,0,65,32,107,34,13,36,0,2,64,32,26,34,15,40,2,48,34,3,65,16,113,4,64,32,15,40,2,24,32,15,40,2,44,75,4,64,32,15,32,15,40,2,24,54,2,44,11,32,11,32,15,40,2,20,32,15,40,2,44,32,13,65,24,106,16,153,5,26,12,1,11,32,3,65,8,113,4,64,32,11,32,15,40,2,8,32,15,40,2,16,32,13,65,16,106,16,153,5,26,12,1,11,32,11,32,13,65,8,106,16,180,5,26,11,32,13,65,32,106,36,0,32,29,44,0,11,65,127,76,4,64,32,29,40,2,0,16,148,6,11,32,29,32,8,41,3,104,55,2,0,32,29,32,8,40,2,112,54,2,8,32,8,65,212,201,1,40,2,0,34,23,54,2,152,1,32,23,65,12,107,40,2,0,32,8,65,152,1,106,106,65,224,201,1,40,2,0,54,2,0,32,8,65,160,198,1,54,2,156,1,32,8,44,0,199,1,65,127,76,4,64,32,8,40,2,188,1,16,148,6,11,32,34,16,184,5,26,32,8,65,208,1,106,16,183,5,32,8,44,0,171,2,65,127,76,4,64,32,8,40,2,160,2,16,148,6,11,32,8,65,176,2,106,36,0,12,2,11,65,16,16,0,34,23,32,8,65,216,0,106,65,224,12,16,50,16,47,32,23,65,140,35,65,16,16,1,0,11,32,8,65,40,106,32,23,16,181,5,32,8,65,56,106,65,252,13,32,8,65,40,106,16,45,32,8,65,200,0,106,32,8,65,56,106,65,168,14,16,46,32,15,40,2,44,32,15,40,2,40,107,65,48,109,33,15,35,0,65,32,107,34,24,36,0,32,24,65,8,106,32,24,65,21,106,32,24,65,32,106,32,15,16,182,5,32,8,65,24,106,32,24,65,21,106,32,24,40,2,8,16,147,1,26,32,24,65,32,106,36,0,32,8,65,232,0,106,34,15,32,8,65,200,0,106,32,8,65,24,106,34,24,40,2,0,32,24,32,24,45,0,11,34,3,65,24,116,65,24,117,65,0,72,34,23,27,32,24,40,2,4,32,3,32,23,27,16,165,5,34,24,41,2,0,55,2,0,32,15,32,24,65,8,106,34,15,40,2,0,54,2,8,32,24,66,0,55,2,0,32,15,65,0,54,2,0,32,8,65,24,106,16,159,5,26,32,8,65,200,0,106,16,159,5,26,32,8,65,56,106,16,159,5,26,32,8,65,40,106,16,159,5,26,65,16,16,0,34,23,32,8,65,8,106,32,8,65,232,0,106,16,51,16,47,32,23,65,140,35,65,16,16,1,0,11,32,24,65,194,11,65,16,16,164,5,32,22,65,136,203,1,40,2,0,34,24,54,2,0,32,22,32,24,65,12,107,40,2,0,106,65,148,203,1,40,2,0,54,2,0,32,22,65,160,198,1,54,2,8,32,22,44,0,51,65,127,76,4,64,32,22,40,2,40,16,148,6,11,32,32,16,184,5,26,32,22,65,60,106,16,183,5,32,22,65,144,1,106,36,0,32,21,44,0,19,65,127,76,4,64,32,21,40,2,8,16,148,6,11,32,21,66,0,55,3,56,32,21,65,215,0,106,34,13,65,0,58,0,0,32,21,65,0,59,0,75,32,21,66,12,55,3,48,32,21,66,128,128,128,128,128,128,128,160,192,0,55,3,40,32,21,66,216,242,138,134,165,192,150,184,192,0,55,3,32,32,21,65,60,54,2,24,32,21,66,255,128,128,128,192,7,55,3,16,32,21,66,0,55,3,8,32,21,65,0,58,0,64,35,0,65,48,107,34,22,36,0,65,136,150,3,65,16,16,242,5,34,0,54,2,0,65,140,150,3,66,139,128,128,128,128,130,128,128,128,127,55,2,0,32,0,65,159,13,40,0,0,54,0,7,32,0,65,152,13,41,0,0,55,0,0,32,0,65,0,58,0,11,65,171,150,3,65,0,58,0,0,65,148,150,3,65,0,58,0,0,65,159,150,3,65,0,59,0,0,65,172,150,3,66,0,55,2,0,65,180,150,3,66,0,55,2,0,65,240,150,3,66,0,55,3,0,65,232,150,3,66,12,55,3,0,65,224,150,3,66,128,128,128,128,128,128,128,160,192,0,55,3,0,65,216,150,3,66,216,242,138,134,165,192,150,184,192,0,55,3,0,65,208,150,3,65,60,54,2,0,65,200,150,3,66,255,128,128,128,192,7,55,3,0,65,192,150,3,66,0,55,3,0,65,143,151,3,65,0,58,0,0,65,248,150,3,65,0,58,0,0,65,131,151,3,65,0,59,0,0,2,64,2,64,2,64,32,21,65,216,0,106,34,25,34,0,65,136,150,3,71,4,64,32,0,45,0,11,34,5,65,24,116,65,24,117,33,1,2,64,65,147,150,3,44,0,0,65,0,78,4,64,32,1,65,0,78,4,64,65,136,150,3,32,0,41,2,0,55,2,0,65,144,150,3,32,0,40,2,8,54,2,0,12,2,11,65,136,150,3,32,0,40,2,0,32,0,40,2,4,16,169,5,12,1,11,65,136,150,3,32,0,40,2,0,32,0,32,1,65,0,72,34,1,27,32,0,40,2,4,32,5,32,1,27,16,168,5,26,11,32,0,65,12,106,33,5,32,0,45,0,23,34,3,65,24,116,65,24,117,33,1,2,64,65,159,150,3,44,0,0,65,0,78,4,64,32,1,65,0,78,4,64,65,148,150,3,32,5,41,2,0,55,2,0,65,156,150,3,32,5,40,2,8,54,2,0,12,2,11,65,148,150,3,32,0,40,2,12,32,0,40,2,16,16,169,5,12,1,11,65,148,150,3,32,0,40,2,12,32,5,32,1,65,0,72,34,1,27,32,0,40,2,16,32,3,32,1,27,16,168,5,26,11,32,0,65,24,106,33,5,32,0,45,0,35,34,3,65,24,116,65,24,117,33,1,65,171,150,3,44,0,0,65,0,78,4,64,32,1,65,0,72,13,2,65,160,150,3,32,5,41,2,0,55,2,0,65,168,150,3,32,5,40,2,8,54,2,0,12,3,11,65,160,150,3,32,0,40,2,24,32,5,32,1,65,0,72,34,1,27,32,0,40,2,28,32,3,32,1,27,16,168,5,26,12,2,11,65,172,150,3,32,0,40,2,36,54,2,0,12,2,11,65,160,150,3,32,0,40,2,24,32,0,40,2,28,16,169,5,11,65,172,150,3,32,0,40,2,36,54,2,0,2,64,32,0,40,2,44,34,6,32,0,40,2,40,34,1,107,65,48,109,34,15,65,184,150,3,40,2,0,34,0,65,176,150,3,40,2,0,34,5,107,65,48,109,77,4,64,32,1,32,1,65,180,150,3,40,2,0,32,5,107,65,48,109,34,20,65,48,108,106,34,0,32,6,32,15,32,20,75,27,34,26,71,4,64,3,64,32,5,32,1,41,3,0,55,3,0,32,5,32,1,41,3,16,55,3,16,32,5,32,1,41,3,8,55,3,8,2,64,32,1,32,5,70,13,0,32,1,65,24,106,34,17,45,0,11,34,27,65,24,116,65,24,117,33,7,32,5,65,24,106,34,3,44,0,11,65,0,78,4,64,32,7,65,0,78,4,64,32,3,32,17,41,3,0,55,3,0,32,3,32,17,40,2,8,54,2,8,12,2,11,32,3,32,1,40,2,24,32,1,40,2,28,16,169,5,12,1,11,32,3,32,1,40,2,24,32,17,32,7,65,0,72,34,7,27,32,1,40,2,28,32,27,32,7,27,16,168,5,26,11,32,5,32,1,43,3,40,57,3,40,32,5,65,48,106,33,5,32,1,65,48,106,34,1,32,26,71,13,0,11,11,65,180,150,3,40,2,0,33,1,32,15,32,20,75,4,64,32,6,32,26,71,4,64,3,64,32,1,32,0,41,3,0,55,3,0,32,1,32,0,41,3,16,55,3,16,32,1,32,0,41,3,8,55,3,8,32,1,65,24,106,33,5,2,64,32,0,44,0,35,65,0,78,4,64,32,5,32,0,65,24,106,34,3,41,3,0,55,3,0,32,5,32,3,40,2,8,54,2,8,12,1,11,32,5,32,0,40,2,24,32,0,40,2,28,16,163,5,11,32,1,32,0,43,3,40,57,3,40,32,1,65,48,106,33,1,32,0,65,48,106,34,0,32,6,71,13,0,11,11,65,180,150,3,32,1,54,2,0,12,2,11,32,1,32,5,71,4,64,3,64,32,1,65,48,107,33,0,32,1,65,13,107,44,0,0,65,127,76,4,64,32,1,65,24,107,40,2,0,16,148,6,11,32,5,32,0,34,1,71,13,0,11,11,65,180,150,3,32,5,54,2,0,12,1,11,32,5,4,64,32,5,65,180,150,3,40,2,0,34,0,70,4,127,32,5,5,3,64,32,0,65,48,107,33,3,32,0,65,13,107,44,0,0,65,127,76,4,64,32,0,65,24,107,40,2,0,16,148,6,11,32,3,34,0,32,5,71,13,0,11,65,176,150,3,40,2,0,11,33,0,65,180,150,3,32,5,54,2,0,32,0,16,148,6,65,184,150,3,65,0,54,2,0,65,176,150,3,66,0,55,2,0,65,0,33,0,11,2,64,32,15,65,214,170,213,42,79,13,0,32,15,32,0,65,48,109,34,5,65,1,116,34,0,32,0,32,15,73,27,65,213,170,213,42,32,5,65,170,213,170,21,73,27,34,5,65,214,170,213,42,79,13,0,65,176,150,3,32,5,65,48,108,34,0,16,242,5,34,5,54,2,0,65,180,150,3,32,5,54,2,0,65,184,150,3,32,0,32,5,106,54,2,0,32,1,32,6,71,4,64,3,64,32,5,32,1,41,3,0,55,3,0,32,5,32,1,41,3,16,55,3,16,32,5,32,1,41,3,8,55,3,8,32,5,65,24,106,33,0,2,64,32,1,44,0,35,65,0,78,4,64,32,0,32,1,65,24,106,34,3,41,3,0,55,3,0,32,0,32,3,40,2,8,54,2,8,12,1,11,32,0,32,1,40,2,24,32,1,40,2,28,16,163,5,11,32,5,32,1,43,3,40,57,3,40,32,5,65,48,106,33,5,32,1,65,48,106,34,1,32,6,71,13,0,11,11,65,180,150,3,32,5,54,2,0,12,1,11,16,236,5,0,11,11,65,192,150,3,32,21,65,8,106,34,15,34,1,41,3,0,55,3,0,65,232,150,3,32,1,40,2,40,54,2,0,65,224,150,3,32,1,41,3,32,55,3,0,65,216,150,3,32,1,41,3,24,55,3,0,65,208,150,3,32,1,41,3,16,55,3,0,65,200,150,3,32,1,41,3,8,55,3,0,32,1,65,192,150,3,71,4,64,2,64,2,64,32,1,40,2,48,34,17,32,1,40,2,44,34,3,107,34,5,65,2,117,34,6,65,244,150,3,40,2,0,34,7,65,236,150,3,40,2,0,34,0,107,65,2,117,77,4,64,32,3,65,240,150,3,40,2,0,32,0,107,34,5,106,32,17,32,6,32,5,65,2,117,34,7,75,27,34,20,32,3,107,34,5,4,64,32,0,32,3,32,5,16,157,6,11,32,6,32,7,75,4,64,65,240,150,3,40,2,0,33,3,65,240,150,3,32,17,32,20,107,34,0,65,1,78,4,127,32,3,32,20,32,0,16,155,6,32,0,106,5,32,3,11,54,2,0,12,2,11,65,240,150,3,32,0,32,5,106,54,2,0,12,1,11,32,0,4,64,65,240,150,3,32,0,54,2,0,32,0,16,148,6,65,244,150,3,65,0,54,2,0,65,236,150,3,66,0,55,2,0,65,0,33,7,11,2,64,32,5,65,127,76,13,0,32,6,32,7,65,1,117,34,0,32,0,32,6,73,27,65,255,255,255,255,3,32,7,65,2,117,65,255,255,255,255,1,73,27,34,0,65,128,128,128,128,4,79,13,0,65,236,150,3,32,0,65,2,116,34,6,16,242,5,34,0,54,2,0,65,240,150,3,32,0,54,2,0,65,244,150,3,32,0,32,6,106,54,2,0,65,240,150,3,32,5,65,1,78,4,127,32,0,32,3,32,5,16,155,6,32,5,106,5,32,0,11,54,2,0,12,1,11,16,236,5,0,11,32,1,65,56,106,33,5,32,1,45,0,67,34,3,65,24,116,65,24,117,33,0,2,64,65,131,151,3,44,0,0,65,0,78,4,64,32,0,65,0,78,4,64,65,248,150,3,32,5,41,3,0,55,3,0,65,128,151,3,32,5,40,2,8,54,2,0,12,2,11,65,248,150,3,32,1,40,2,56,32,1,40,2,60,16,169,5,12,1,11,65,248,150,3,32,1,40,2,56,32,5,32,0,65,0,72,34,0,27,32,1,40,2,60,32,3,32,0,27,16,168,5,26,11,32,1,65,196,0,106,33,5,32,1,45,0,79,34,3,65,24,116,65,24,117,33,0,65,143,151,3,44,0,0,65,0,78,4,64,32,0,65,0,78,4,64,65,132,151,3,32,5,41,2,0,55,2,0,65,140,151,3,32,5,40,2,8,54,2,0,12,2,11,65,132,151,3,32,1,40,2,68,32,1,40,2,72,16,169,5,12,1,11,65,132,151,3,32,1,40,2,68,32,5,32,0,65,0,72,34,0,27,32,1,40,2,72,32,3,32,0,27,16,168,5,26,11,11,2,124,2,64,2,64,32,25,40,2,36,34,0,65,0,74,4,64,32,15,40,2,16,34,1,32,15,40,2,12,34,3,107,33,5,32,1,65,128,2,106,33,20,32,15,43,3,32,16,66,68,239,57,250,254,66,46,230,63,163,68,0,0,0,0,0,0,240,191,160,33,38,2,127,32,15,40,2,0,65,1,78,4,64,32,15,40,2,44,32,5,65,2,116,106,40,2,0,33,5,11,32,5,69,11,4,64,32,25,40,2,40,33,17,65,0,33,5,68,0,0,0,0,0,0,0,0,12,4,11,32,25,40,2,40,34,17,32,0,65,48,108,106,65,8,107,43,3,0,68,0,0,0,0,0,0,240,191,160,33,37,32,5,65,0,72,13,1,12,2,11,65,16,16,0,33,0,32,22,32,25,40,2,36,16,181,5,32,22,65,16,106,65,140,20,32,22,16,45,32,22,65,32,106,32,22,65,16,106,65,217,14,16,46,32,0,32,22,65,32,106,16,47,32,0,65,140,35,65,16,16,1,0,11,3,64,32,37,32,35,160,33,35,32,0,32,5,106,34,5,65,0,72,13,0,11,11,32,0,32,5,72,4,64,3,64,32,35,32,37,161,33,35,32,5,32,0,107,34,5,32,0,74,13,0,11,11,32,5,69,4,64,65,0,33,5,32,35,154,12,1,11,32,5,65,48,108,32,17,106,65,8,107,43,3,0,68,0,0,0,0,0,0,240,191,160,32,35,161,11,33,39,65,128,126,32,3,107,33,26,32,20,65,2,116,65,144,215,3,106,33,27,32,20,65,3,116,65,136,150,3,106,34,0,65,136,1,106,33,10,32,0,65,136,33,106,33,23,32,15,40,2,44,33,2,32,38,68,0,0,0,0,0,0,240,63,160,34,37,16,153,6,33,36,65,0,33,0,3,64,2,64,32,0,32,20,70,4,64,32,23,32,37,57,3,0,32,10,32,36,57,3,0,32,27,32,5,32,25,40,2,36,111,54,2,0,12,1,11,32,0,32,26,106,33,1,2,64,2,64,32,17,2,127,32,15,40,2,0,34,6,69,4,64,32,1,65,1,107,34,3,32,3,32,25,40,2,36,34,1,109,34,7,32,1,108,107,34,3,65,31,117,32,1,113,32,3,106,12,1,11,65,127,33,3,32,1,65,0,32,2,32,1,32,6,111,34,7,65,31,117,32,6,113,32,7,106,34,6,65,2,116,106,40,2,0,34,7,32,6,107,32,7,65,0,72,34,6,27,106,65,1,107,34,11,32,25,40,2,36,34,1,109,33,7,32,6,13,1,32,11,32,1,32,7,108,107,34,3,65,31,117,32,1,113,32,3,106,11,34,6,65,48,108,106,43,3,40,32,1,65,48,108,32,17,106,65,8,107,43,3,0,68,0,0,0,0,0,0,240,191,160,32,3,65,31,117,32,7,106,183,162,160,32,39,161,33,35,32,6,65,1,106,32,1,111,33,3,12,1,11,68,0,0,0,0,0,0,0,0,33,35,11,32,0,65,2,116,65,144,215,3,106,32,3,54,2,0,32,0,65,3,116,65,136,150,3,106,34,1,32,38,32,35,160,34,35,16,153,6,57,3,136,1,32,1,65,136,33,106,32,35,57,3,0,11,32,0,65,1,106,34,0,65,128,4,71,13,0,11,32,22,65,48,106,36,0,32,13,44,0,0,65,127,76,4,64,32,21,40,2,76,16,148,6,11,32,21,44,0,75,65,127,76,4,64,32,21,40,2,64,16,148,6,11,32,21,40,2,52,34,0,4,64,32,21,32,0,54,2,56,32,0,16,148,6,11,32,21,40,2,128,1,34,1,4,64,32,1,32,21,40,2,132,1,34,0,70,4,127,32,1,5,3,64,32,0,65,48,107,33,13,32,0,65,13,107,44,0,0,65,127,76,4,64,32,0,65,24,107,40,2,0,16,148,6,11,32,1,32,13,34,0,71,13,0,11,32,21,40,2,128,1,11,33,0,32,21,32,1,54,2,132,1,32,0,16,148,6,11,32,21,44,0,123,65,127,76,4,64,32,21,40,2,112,16,148,6,11,32,21,44,0,111,65,127,76,4,64,32,21,40,2,100,16,148,6,11,32,21,44,0,99,65,127,76,4,64,32,21,40,2,88,16,148,6,11,32,21,65,144,1,106,36,0,65,144,231,3,16,251,5,11,65,136,150,3,11,242,1,1,2,127,65,143,151,3,44,0,0,65,127,76,4,64,65,132,151,3,40,2,0,16,148,6,11,65,131,151,3,44,0,0,65,127,76,4,64,65,248,150,3,40,2,0,16,148,6,11,65,236,150,3,40,2,0,34,0,4,64,65,240,150,3,32,0,54,2,0,32,0,16,148,6,11,65,176,150,3,40,2,0,34,1,4,64,32,1,65,180,150,3,40,2,0,34,0,70,4,127,32,1,5,3,64,32,0,65,13,107,44,0,0,65,127,76,4,64,32,0,65,24,107,40,2,0,16,148,6,11,32,0,65,48,107,34,2,33,0,32,1,32,2,71,13,0,11,65,176,150,3,40,2,0,11,33,0,65,180,150,3,32,1,54,2,0,32,0,16,148,6,11,65,171,150,3,44,0,0,65,127,76,4,64,65,160,150,3,40,2,0,16,148,6,11,65,159,150,3,44,0,0,65,127,76,4,64,65,148,150,3,40,2,0,16,148,6,11,65,147,150,3,44,0,0,65,127,76,4,64,65,136,150,3,40,2,0,16,148,6,11,11,177,3,3,2,124,2,127,1,126,32,0,189,34,5,66,63,136,167,33,4,2,64,2,64,2,124,2,64,32,0,2,127,2,64,2,64,32,5,66,32,136,167,65,255,255,255,255,7,113,34,3,65,171,198,152,132,4,79,4,64,32,0,189,66,255,255,255,255,255,255,255,255,255,0,131,66,128,128,128,128,128,128,128,248,255,0,86,4,64,32,0,15,11,32,0,68,239,57,250,254,66,46,134,64,100,4,64,32,0,68,0,0,0,0,0,0,224,127,162,15,11,32,0,68,210,188,122,221,43,35,134,192,99,69,13,1,32,0,68,81,48,45,213,16,73,135,192,99,69,13,1,12,6,11,32,3,65,195,220,216,254,3,73,13,3,32,3,65,178,197,194,255,3,73,13,1,11,32,0,68,254,130,43,101,71,21,247,63,162,32,4,65,3,116,65,240,36,106,43,3,0,160,34,1,153,68,0,0,0,0,0,0,224,65,99,4,64,32,1,170,12,2,11,65,128,128,128,128,120,12,1,11,32,4,69,32,4,107,11,34,3,183,34,1,68,0,0,224,254,66,46,230,191,162,160,34,0,32,1,68,118,60,121,53,239,57,234,61,162,34,2,161,12,1,11,32,3,65,128,128,192,241,3,77,13,2,65,0,33,3,32,0,11,33,1,32,0,32,1,32,1,32,1,32,1,162,34,1,32,1,32,1,32,1,32,1,68,208,164,190,114,105,55,102,62,162,68,241,107,210,197,65,189,187,190,160,162,68,44,222,37,175,106,86,17,63,160,162,68,147,189,190,22,108,193,102,191,160,162,68,62,85,85,85,85,85,197,63,160,162,161,34,1,162,68,0,0,0,0,0,0,0,64,32,1,161,163,32,2,161,160,68,0,0,0,0,0,0,240,63,160,33,1,32,3,69,13,0,32,1,32,3,16,154,6,33,1,11,32,1,15,11,32,0,68,0,0,0,0,0,0,240,63,160,11,157,3,3,2,124,1,126,3,127,2,64,2,64,2,64,32,0,189,34,3,66,32,136,167,34,4,65,128,128,192,0,79,65,0,32,3,66,127,85,27,69,4,64,32,3,66,255,255,255,255,255,255,255,255,255,0,131,80,4,64,68,0,0,0,0,0,0,240,191,32,0,32,0,162,163,15,11,32,3,66,127,85,13,1,32,0,32,0,161,68,0,0,0,0,0,0,0,0,163,15,11,32,4,65,255,255,191,255,7,75,13,2,65,128,128,192,255,3,33,5,65,129,120,33,6,32,4,65,128,128,192,255,3,71,4,64,32,4,33,5,12,2,11,32,3,167,13,1,68,0,0,0,0,0,0,0,0,15,11,32,0,68,0,0,0,0,0,0,80,67,162,189,34,3,66,32,136,167,33,5,65,203,119,33,6,11,32,6,32,5,65,226,190,37,106,34,4,65,20,118,106,183,34,1,68,0,0,224,254,66,46,230,63,162,32,3,66,255,255,255,255,15,131,32,4,65,255,255,63,113,65,158,193,154,255,3,106,173,66,32,134,132,191,68,0,0,0,0,0,0,240,191,160,34,0,32,1,68,118,60,121,53,239,57,234,61,162,32,0,32,0,68,0,0,0,0,0,0,0,64,160,163,34,1,32,0,32,0,68,0,0,0,0,0,0,224,63,162,162,34,2,32,1,32,1,162,34,1,32,1,162,34,0,32,0,32,0,68,159,198,120,208,9,154,195,63,162,68,175,120,142,29,197,113,204,63,160,162,68,4,250,151,153,153,153,217,63,160,162,32,1,32,0,32,0,32,0,68,68,82,62,223,18,241,194,63,162,68,222,3,203,150,100,70,199,63,160,162,68,89,147,34,148,36,73,210,63,160,162,68,147,85,85,85,85,85,229,63,160,162,160,160,162,160,32,2,161,160,160,33,0,11,32,0,11,125,1,5,127,3,64,32,0,34,1,65,1,106,33,0,32,1,44,0,0,16,70,13,0,11,2,64,2,64,2,64,32,1,44,0,0,34,5,65,43,107,14,3,1,2,0,2,11,65,1,33,3,11,32,0,44,0,0,33,5,32,0,33,1,32,3,33,4,11,32,5,16,69,4,64,3,64,32,2,65,10,108,32,1,44,0,0,107,65,48,106,33,2,32,1,44,0,1,33,0,32,1,65,1,106,33,1,32,0,16,69,13,0,11,11,32,2,65,0,32,2,107,32,4,27,11,227,1,1,2,127,32,2,65,0,71,33,3,2,64,2,64,2,64,32,0,65,3,113,69,13,0,32,2,69,13,0,32,1,65,255,1,113,33,4,3,64,32,0,45,0,0,32,4,70,13,2,32,2,65,1,107,34,2,65,0,71,33,3,32,0,65,1,106,34,0,65,3,113,69,13,1,32,2,13,0,11,11,32,3,69,13,1,11,2,64,32,0,45,0,0,32,1,65,255,1,113,70,13,0,32,2,65,4,73,13,0,32,1,65,255,1,113,65,129,130,132,8,108,33,4,3,64,32,0,40,2,0,32,4,115,34,3,65,127,115,32,3,65,129,130,132,8,107,113,65,128,129,130,132,120,113,13,1,32,0,65,4,106,33,0,32,2,65,4,107,34,2,65,3,75,13,0,11,11,32,2,69,13,0,32,1,65,255,1,113,33,3,3,64,32,3,32,0,45,0,0,70,4,64,32,0,15,11,32,0,65,1,106,33,0,32,2,65,1,107,34,2,13,0,11,11,65,0,11,10,0,32,0,65,48,107,65,10,73,11,16,0,32,0,65,32,70,32,0,65,9,107,65,5,73,114,11,6,0,65,148,231,3,11,3,0,1,11,63,2,2,127,1,126,32,0,32,1,55,3,112,32,0,32,0,40,2,8,34,2,32,0,40,2,4,34,3,107,172,34,4,55,3,120,32,0,32,3,32,1,167,106,32,2,32,1,32,4,83,27,32,2,32,1,66,0,82,27,54,2,104,11,158,3,2,6,127,1,126,2,64,2,64,32,0,41,3,112,34,7,80,69,4,64,32,0,41,3,120,32,7,89,13,1,11,35,0,65,16,107,34,4,36,0,65,127,33,5,2,64,2,127,32,0,34,3,34,1,32,0,45,0,74,34,2,65,1,107,32,2,114,58,0,74,32,0,40,2,20,32,0,40,2,28,75,4,64,32,1,173,65,0,173,65,0,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,1,40,2,36,17,0,0,167,26,11,32,1,65,0,54,2,28,32,1,66,0,55,3,16,32,1,40,2,0,34,2,65,4,113,4,64,32,1,32,2,65,32,114,54,2,0,65,127,12,1,11,32,1,32,1,40,2,44,32,1,40,2,48,106,34,6,54,2,8,32,1,32,6,54,2,4,32,2,65,27,116,65,31,117,11,13,0,32,3,173,32,4,65,15,106,173,65,1,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,3,40,2,32,17,0,0,167,65,1,71,13,0,32,4,45,0,15,33,5,11,32,4,65,16,106,36,0,32,5,34,2,65,127,74,13,1,11,32,0,65,0,54,2,104,65,127,15,11,32,0,2,127,32,0,40,2,8,34,3,32,0,41,3,112,34,7,80,13,0,26,32,3,32,7,32,0,41,3,120,66,127,133,124,34,7,32,3,32,0,40,2,4,34,1,107,172,89,13,0,26,32,1,32,7,167,106,11,54,2,104,32,0,40,2,4,33,1,32,3,4,64,32,0,32,0,41,3,120,32,3,32,1,107,65,1,106,172,124,55,3,120,11,32,1,65,1,107,34,0,45,0,0,32,2,71,4,64,32,0,32,2,58,0,0,11,32,2,11,80,1,1,126,2,64,32,3,65,192,0,113,4,64,32,1,32,3,65,64,106,173,134,33,2,66,0,33,1,12,1,11,32,3,69,13,0,32,2,32,3,173,34,4,134,32,1,65,192,0,32,3,107,173,136,132,33,2,32,1,32,4,134,33,1,11,32,0,32,1,55,3,0,32,0,32,2,55,3,8,11,126,2,2,127,1,126,35,0,65,16,107,34,3,36,0,32,0,2,126,32,1,69,4,64,66,0,12,1,11,32,3,32,1,32,1,65,31,117,34,2,106,32,2,115,34,2,173,66,0,32,2,103,34,2,65,209,0,106,16,75,32,3,41,3,8,66,128,128,128,128,128,128,192,0,133,65,158,128,1,32,2,107,173,66,48,134,124,32,1,65,128,128,128,128,120,113,173,66,32,134,132,33,4,32,3,41,3,0,11,55,3,0,32,0,32,4,55,3,8,32,3,65,16,106,36,0,11,80,1,1,126,2,64,32,3,65,192,0,113,4,64,32,2,32,3,65,64,106,173,136,33,1,66,0,33,2,12,1,11,32,3,69,13,0,32,2,65,192,0,32,3,107,173,134,32,1,32,3,173,34,4,136,132,33,1,32,2,32,4,136,33,2,11,32,0,32,1,55,3,0,32,0,32,2,55,3,8,11,152,11,2,5,127,15,126,35,0,65,224,0,107,34,5,36,0,32,2,66,32,134,32,1,66,32,136,132,33,14,32,4,66,47,134,32,3,66,17,136,132,33,11,32,4,66,255,255,255,255,255,255,63,131,34,12,66,15,134,32,3,66,49,136,132,33,16,32,2,32,4,133,66,128,128,128,128,128,128,128,128,128,127,131,33,10,32,2,66,255,255,255,255,255,255,63,131,34,13,66,32,136,33,17,32,12,66,17,136,33,18,32,4,66,48,136,167,65,255,255,1,113,33,6,2,64,2,127,32,2,66,48,136,167,65,255,255,1,113,34,8,65,1,107,65,253,255,1,77,4,64,65,0,32,6,65,1,107,65,254,255,1,73,13,1,26,11,32,1,80,32,2,66,255,255,255,255,255,255,255,255,255,0,131,34,15,66,128,128,128,128,128,128,192,255,255,0,84,32,15,66,128,128,128,128,128,128,192,255,255,0,81,27,69,4,64,32,2,66,128,128,128,128,128,128,32,132,33,10,12,2,11,32,3,80,32,4,66,255,255,255,255,255,255,255,255,255,0,131,34,2,66,128,128,128,128,128,128,192,255,255,0,84,32,2,66,128,128,128,128,128,128,192,255,255,0,81,27,69,4,64,32,4,66,128,128,128,128,128,128,32,132,33,10,32,3,33,1,12,2,11,32,1,32,15,66,128,128,128,128,128,128,192,255,255,0,133,132,80,4,64,32,2,32,3,132,80,4,64,66,128,128,128,128,128,128,224,255,255,0,33,10,66,0,33,1,12,3,11,32,10,66,128,128,128,128,128,128,192,255,255,0,132,33,10,66,0,33,1,12,2,11,32,3,32,2,66,128,128,128,128,128,128,192,255,255,0,133,132,80,4,64,32,1,32,15,132,33,2,66,0,33,1,32,2,80,4,64,66,128,128,128,128,128,128,224,255,255,0,33,10,12,3,11,32,10,66,128,128,128,128,128,128,192,255,255,0,132,33,10,12,2,11,32,1,32,15,132,80,4,64,66,0,33,1,12,2,11,32,2,32,3,132,80,4,64,66,0,33,1,12,2,11,32,15,66,255,255,255,255,255,255,63,88,4,64,32,5,65,208,0,106,32,1,32,13,32,1,32,13,32,13,80,34,7,27,121,32,7,65,6,116,173,124,167,34,7,65,15,107,16,75,32,5,41,3,88,34,13,66,32,134,32,5,41,3,80,34,1,66,32,136,132,33,14,32,13,66,32,136,33,17,65,16,32,7,107,33,7,11,32,7,32,2,66,255,255,255,255,255,255,63,86,13,0,26,32,5,65,64,107,32,3,32,12,32,3,32,12,32,12,80,34,9,27,121,32,9,65,6,116,173,124,167,34,9,65,15,107,16,75,32,5,41,3,72,34,2,66,15,134,32,5,41,3,64,34,3,66,49,136,132,33,16,32,2,66,47,134,32,3,66,17,136,132,33,11,32,2,66,17,136,33,18,32,7,32,9,107,65,16,106,11,33,7,32,11,66,255,255,255,255,15,131,34,2,32,1,66,255,255,255,255,15,131,34,4,126,34,19,32,3,66,15,134,66,128,128,254,255,15,131,34,1,32,14,66,255,255,255,255,15,131,34,3,126,124,34,14,66,32,134,34,12,32,1,32,4,126,124,34,11,32,12,84,173,32,2,32,3,126,34,21,32,1,32,13,66,255,255,255,255,15,131,34,12,126,124,34,15,32,16,66,255,255,255,255,15,131,34,13,32,4,126,124,34,16,32,14,32,19,84,173,66,32,134,32,14,66,32,136,132,124,34,19,32,2,32,12,126,34,22,32,1,32,17,66,128,128,4,132,34,14,126,124,34,17,32,3,32,13,126,124,34,20,32,18,66,255,255,255,255,7,131,66,128,128,128,128,8,132,34,1,32,4,126,124,34,18,66,32,134,124,34,23,124,33,4,32,6,32,8,106,32,7,106,65,255,255,0,107,33,6,2,64,32,12,32,13,126,34,24,32,2,32,14,126,124,34,2,32,24,84,173,32,2,32,1,32,3,126,124,34,3,32,2,84,173,124,32,3,32,15,32,21,84,173,32,15,32,16,86,173,124,124,34,2,32,3,84,173,124,32,1,32,14,126,124,32,1,32,12,126,34,3,32,13,32,14,126,124,34,1,32,3,84,173,66,32,134,32,1,66,32,136,132,124,32,2,32,1,66,32,134,124,34,1,32,2,84,173,124,32,1,32,18,32,20,84,173,32,17,32,22,84,173,32,17,32,20,86,173,124,124,66,32,134,32,18,66,32,136,132,124,34,3,32,1,84,173,124,32,3,32,16,32,19,86,173,32,19,32,23,86,173,124,124,34,2,32,3,84,173,124,34,1,66,128,128,128,128,128,128,192,0,131,80,69,4,64,32,6,65,1,106,33,6,12,1,11,32,11,66,63,136,33,3,32,1,66,1,134,32,2,66,63,136,132,33,1,32,2,66,1,134,32,4,66,63,136,132,33,2,32,11,66,1,134,33,11,32,3,32,4,66,1,134,132,33,4,11,32,6,65,255,255,1,78,4,64,32,10,66,128,128,128,128,128,128,192,255,255,0,132,33,10,66,0,33,1,12,1,11,2,126,32,6,65,0,76,4,64,65,1,32,6,107,34,8,65,128,1,79,4,64,66,0,33,1,12,3,11,32,5,65,48,106,32,11,32,4,32,6,65,255,0,106,34,6,16,75,32,5,65,32,106,32,2,32,1,32,6,16,75,32,5,65,16,106,32,11,32,4,32,8,16,77,32,5,32,2,32,1,32,8,16,77,32,5,41,3,48,32,5,41,3,56,132,66,0,82,173,32,5,41,3,32,32,5,41,3,16,132,132,33,11,32,5,41,3,40,32,5,41,3,24,132,33,4,32,5,41,3,0,33,2,32,5,41,3,8,12,1,11,32,1,66,255,255,255,255,255,255,63,131,32,6,173,66,48,134,132,11,32,10,132,33,10,32,11,80,32,4,66,127,85,32,4,66,128,128,128,128,128,128,128,128,128,127,81,27,69,4,64,32,10,32,2,66,1,124,34,1,32,2,84,173,124,33,10,12,1,11,32,11,32,4,66,128,128,128,128,128,128,128,128,128,127,133,132,80,69,4,64,32,2,33,1,12,1,11,32,10,32,2,32,2,66,1,131,124,34,1,32,2,84,173,124,33,10,11,32,0,32,1,55,3,0,32,0,32,10,55,3,8,32,5,65,224,0,106,36,0,11,218,9,2,4,127,4,126,35,0,65,240,0,107,34,5,36,0,32,4,66,255,255,255,255,255,255,255,255,255,0,131,33,10,2,64,2,64,32,1,66,1,125,34,9,66,127,81,32,2,66,255,255,255,255,255,255,255,255,255,0,131,34,11,32,1,32,9,86,173,124,66,1,125,34,9,66,255,255,255,255,255,255,191,255,255,0,86,32,9,66,255,255,255,255,255,255,191,255,255,0,81,27,69,4,64,32,3,66,1,125,34,9,66,127,82,32,10,32,3,32,9,86,173,124,66,1,125,34,9,66,255,255,255,255,255,255,191,255,255,0,84,32,9,66,255,255,255,255,255,255,191,255,255,0,81,27,13,1,11,32,1,80,32,11,66,128,128,128,128,128,128,192,255,255,0,84,32,11,66,128,128,128,128,128,128,192,255,255,0,81,27,69,4,64,32,2,66,128,128,128,128,128,128,32,132,33,4,32,1,33,3,12,2,11,32,3,80,32,10,66,128,128,128,128,128,128,192,255,255,0,84,32,10,66,128,128,128,128,128,128,192,255,255,0,81,27,69,4,64,32,4,66,128,128,128,128,128,128,32,132,33,4,12,2,11,32,1,32,11,66,128,128,128,128,128,128,192,255,255,0,133,132,80,4,64,66,128,128,128,128,128,128,224,255,255,0,32,2,32,1,32,3,133,32,2,32,4,133,66,128,128,128,128,128,128,128,128,128,127,133,132,80,34,6,27,33,4,66,0,32,1,32,6,27,33,3,12,2,11,32,3,32,10,66,128,128,128,128,128,128,192,255,255,0,133,132,80,13,1,32,1,32,11,132,80,4,64,32,3,32,10,132,66,0,82,13,2,32,1,32,3,131,33,3,32,2,32,4,131,33,4,12,2,11,32,3,32,10,132,80,69,13,0,32,1,33,3,32,2,33,4,12,1,11,32,3,32,1,32,1,32,3,84,32,10,32,11,86,32,10,32,11,81,27,34,7,27,33,10,32,4,32,2,32,7,27,34,11,66,255,255,255,255,255,255,63,131,33,9,32,2,32,4,32,7,27,34,2,66,48,136,167,65,255,255,1,113,33,8,32,11,66,48,136,167,65,255,255,1,113,34,6,69,4,64,32,5,65,224,0,106,32,10,32,9,32,10,32,9,32,9,80,34,6,27,121,32,6,65,6,116,173,124,167,34,6,65,15,107,16,75,32,5,41,3,104,33,9,32,5,41,3,96,33,10,65,16,32,6,107,33,6,11,32,1,32,3,32,7,27,33,3,32,2,66,255,255,255,255,255,255,63,131,33,4,32,8,69,4,64,32,5,65,208,0,106,32,3,32,4,32,3,32,4,32,4,80,34,7,27,121,32,7,65,6,116,173,124,167,34,7,65,15,107,16,75,65,16,32,7,107,33,8,32,5,41,3,88,33,4,32,5,41,3,80,33,3,11,32,4,66,3,134,32,3,66,61,136,132,66,128,128,128,128,128,128,128,4,132,33,4,32,9,66,3,134,32,10,66,61,136,132,33,1,32,2,32,11,133,33,9,2,126,32,3,66,3,134,34,3,32,6,32,8,107,34,7,69,13,0,26,32,7,65,255,0,75,4,64,66,0,33,4,66,1,12,1,11,32,5,65,64,107,32,3,32,4,65,128,1,32,7,107,16,75,32,5,65,48,106,32,3,32,4,32,7,16,77,32,5,41,3,56,33,4,32,5,41,3,48,32,5,41,3,64,32,5,41,3,72,132,66,0,82,173,132,11,33,3,32,1,66,128,128,128,128,128,128,128,4,132,33,12,32,10,66,3,134,33,2,2,64,32,9,66,127,87,4,64,32,2,32,3,125,34,1,32,12,32,4,125,32,2,32,3,84,173,125,34,4,132,80,4,64,66,0,33,3,66,0,33,4,12,3,11,32,4,66,255,255,255,255,255,255,255,3,86,13,1,32,5,65,32,106,32,1,32,4,32,1,32,4,32,4,80,34,7,27,121,32,7,65,6,116,173,124,167,65,12,107,34,7,16,75,32,6,32,7,107,33,6,32,5,41,3,40,33,4,32,5,41,3,32,33,1,12,1,11,32,2,32,3,124,34,1,32,3,84,173,32,4,32,12,124,124,34,4,66,128,128,128,128,128,128,128,8,131,80,13,0,32,1,66,1,131,32,4,66,63,134,32,1,66,1,136,132,132,33,1,32,6,65,1,106,33,6,32,4,66,1,136,33,4,11,32,11,66,128,128,128,128,128,128,128,128,128,127,131,33,2,32,6,65,255,255,1,78,4,64,32,2,66,128,128,128,128,128,128,192,255,255,0,132,33,4,66,0,33,3,12,1,11,65,0,33,7,2,64,32,6,65,0,74,4,64,32,6,33,7,12,1,11,32,5,65,16,106,32,1,32,4,32,6,65,255,0,106,16,75,32,5,32,1,32,4,65,1,32,6,107,16,77,32,5,41,3,0,32,5,41,3,16,32,5,41,3,24,132,66,0,82,173,132,33,1,32,5,41,3,8,33,4,11,32,4,66,61,134,32,1,66,3,136,132,34,3,32,3,32,1,167,65,7,113,34,6,65,4,75,173,124,34,1,86,173,32,4,66,3,136,66,255,255,255,255,255,255,63,131,32,7,173,66,48,134,132,32,2,132,124,33,4,2,64,2,64,32,6,65,4,71,4,64,32,1,33,3,12,1,11,32,4,32,1,66,1,131,34,2,32,1,124,34,3,32,2,84,173,124,33,4,12,1,11,32,6,69,13,1,11,11,32,0,32,3,55,3,0,32,0,32,4,55,3,8,32,5,65,240,0,106,36,0,11,249,1,2,3,126,2,127,35,0,65,16,107,34,5,36,0,2,126,32,1,189,34,3,66,255,255,255,255,255,255,255,255,255,0,131,34,2,66,128,128,128,128,128,128,128,8,125,66,255,255,255,255,255,255,255,239,255,0,88,4,64,32,2,66,60,134,33,4,32,2,66,4,136,66,128,128,128,128,128,128,128,128,60,124,12,1,11,32,2,66,128,128,128,128,128,128,128,248,255,0,90,4,64,32,3,66,60,134,33,4,32,3,66,4,136,66,128,128,128,128,128,128,192,255,255,0,132,12,1,11,32,2,80,4,64,66,0,12,1,11,32,5,32,2,66,0,32,3,167,103,65,32,106,32,2,66,32,136,167,103,32,2,66,128,128,128,128,16,84,27,34,6,65,49,106,16,75,32,5,41,3,0,33,4,32,5,41,3,8,66,128,128,128,128,128,128,192,0,133,65,140,248,0,32,6,107,173,66,48,134,132,11,33,2,32,0,32,4,55,3,0,32,0,32,2,32,3,66,128,128,128,128,128,128,128,128,128,127,131,132,55,3,8,32,5,65,16,106,36,0,11,219,1,2,1,127,2,126,65,1,33,4,2,64,32,0,66,0,82,32,1,66,255,255,255,255,255,255,255,255,255,0,131,34,5,66,128,128,128,128,128,128,192,255,255,0,86,32,5,66,128,128,128,128,128,128,192,255,255,0,81,27,13,0,32,2,66,0,82,32,3,66,255,255,255,255,255,255,255,255,255,0,131,34,6,66,128,128,128,128,128,128,192,255,255,0,86,32,6,66,128,128,128,128,128,128,192,255,255,0,81,27,13,0,32,0,32,2,132,32,5,32,6,132,132,80,4,64,65,0,15,11,32,1,32,3,131,66,0,89,4,64,65,127,33,4,32,0,32,2,84,32,1,32,3,83,32,1,32,3,81,27,13,1,32,0,32,2,133,32,1,32,3,133,132,66,0,82,15,11,65,127,33,4,32,0,32,2,86,32,1,32,3,85,32,1,32,3,81,27,13,0,32,0,32,2,133,32,1,32,3,133,132,66,0,82,33,4,11,32,4,11,196,1,2,1,127,2,126,65,127,33,3,2,64,32,0,66,0,82,32,1,66,255,255,255,255,255,255,255,255,255,0,131,34,4,66,128,128,128,128,128,128,192,255,255,0,86,32,4,66,128,128,128,128,128,128,192,255,255,0,81,27,13,0,65,0,32,2,66,255,255,255,255,255,255,255,255,255,0,131,34,5,66,128,128,128,128,128,128,192,255,255,0,86,32,5,66,128,128,128,128,128,128,192,255,255,0,81,27,13,0,32,0,32,4,32,5,132,132,80,4,64,65,0,15,11,32,1,32,2,131,66,0,89,4,64,65,0,32,1,32,2,83,32,1,32,2,81,27,13,1,32,0,32,1,32,2,133,132,66,0,82,15,11,32,0,66,0,82,32,1,32,2,85,32,1,32,2,81,27,13,0,32,0,32,1,32,2,133,132,66,0,82,33,3,11,32,3,11,53,0,32,0,32,1,55,3,0,32,0,32,2,66,255,255,255,255,255,255,63,131,32,4,66,48,136,167,65,128,128,2,113,32,2,66,48,136,167,65,255,255,1,113,114,173,66,48,134,132,55,3,8,11,99,2,1,127,1,126,35,0,65,16,107,34,2,36,0,32,0,2,126,32,1,69,4,64,66,0,12,1,11,32,2,32,1,173,66,0,32,1,103,34,1,65,209,0,106,16,75,32,2,41,3,8,66,128,128,128,128,128,128,192,0,133,65,158,128,1,32,1,107,173,66,48,134,124,33,3,32,2,41,3,0,11,55,3,0,32,0,32,3,55,3,8,32,2,65,16,106,36,0,11,68,1,1,127,35,0,65,16,107,34,5,36,0,32,5,32,1,32,2,32,3,32,4,66,128,128,128,128,128,128,128,128,128,127,133,16,79,32,5,41,3,0,33,1,32,0,32,5,41,3,8,55,3,8,32,0,32,1,55,3,0,32,5,65,16,106,36,0,11,191,2,1,1,127,35,0,65,208,0,107,34,4,36,0,2,64,32,3,65,128,128,1,78,4,64,32,4,65,32,106,32,1,32,2,66,0,66,128,128,128,128,128,128,128,255,255,0,16,78,32,4,41,3,40,33,2,32,4,41,3,32,33,1,32,3,65,255,255,1,72,4,64,32,3,65,255,255,0,107,33,3,12,2,11,32,4,65,16,106,32,1,32,2,66,0,66,128,128,128,128,128,128,128,255,255,0,16,78,32,3,65,253,255,2,32,3,65,253,255,2,72,27,65,254,255,1,107,33,3,32,4,41,3,24,33,2,32,4,41,3,16,33,1,12,1,11,32,3,65,129,128,127,74,13,0,32,4,65,64,107,32,1,32,2,66,0,66,128,128,128,128,128,128,192,0,16,78,32,4,41,3,72,33,2,32,4,41,3,64,33,1,32,3,65,131,128,126,74,4,64,32,3,65,254,255,0,106,33,3,12,1,11,32,4,65,48,106,32,1,32,2,66,0,66,128,128,128,128,128,128,192,0,16,78,32,3,65,134,128,125,32,3,65,134,128,125,74,27,65,252,255,1,106,33,3,32,4,41,3,56,33,2,32,4,41,3,48,33,1,11,32,4,32,1,32,2,66,0,32,3,65,255,255,0,106,173,66,48,134,16,78,32,0,32,4,41,3,8,55,3,8,32,0,32,4,41,3,0,55,3,0,32,4,65,208,0,106,36,0,11,117,1,1,126,32,0,32,1,32,4,126,32,2,32,3,126,124,32,3,66,32,136,34,4,32,1,66,32,136,34,2,126,124,32,3,66,255,255,255,255,15,131,34,3,32,1,66,255,255,255,255,15,131,34,1,126,34,5,66,32,136,32,2,32,3,126,124,34,3,66,32,136,124,32,1,32,4,126,32,3,66,255,255,255,255,15,131,124,34,3,66,32,136,124,55,3,8,32,0,32,5,66,255,255,255,255,15,131,32,3,66,32,134,132,55,3,0,11,179,15,2,5,127,14,126,35,0,65,208,2,107,34,5,36,0,32,4,66,255,255,255,255,255,255,63,131,33,11,32,2,66,255,255,255,255,255,255,63,131,33,15,32,2,32,4,133,66,128,128,128,128,128,128,128,128,128,127,131,33,12,32,4,66,48,136,167,65,255,255,1,113,33,6,2,64,2,64,32,2,66,48,136,167,65,255,255,1,113,34,9,65,1,107,65,253,255,1,77,4,64,32,6,65,1,107,65,254,255,1,73,13,1,11,32,1,80,32,2,66,255,255,255,255,255,255,255,255,255,0,131,34,10,66,128,128,128,128,128,128,192,255,255,0,84,32,10,66,128,128,128,128,128,128,192,255,255,0,81,27,69,4,64,32,2,66,128,128,128,128,128,128,32,132,33,12,12,2,11,32,3,80,32,4,66,255,255,255,255,255,255,255,255,255,0,131,34,2,66,128,128,128,128,128,128,192,255,255,0,84,32,2,66,128,128,128,128,128,128,192,255,255,0,81,27,69,4,64,32,4,66,128,128,128,128,128,128,32,132,33,12,32,3,33,1,12,2,11,32,1,32,10,66,128,128,128,128,128,128,192,255,255,0,133,132,80,4,64,32,3,32,2,66,128,128,128,128,128,128,192,255,255,0,133,132,80,4,64,66,0,33,1,66,128,128,128,128,128,128,224,255,255,0,33,12,12,3,11,32,12,66,128,128,128,128,128,128,192,255,255,0,132,33,12,66,0,33,1,12,2,11,32,3,32,2,66,128,128,128,128,128,128,192,255,255,0,133,132,80,4,64,66,0,33,1,12,2,11,32,1,32,10,132,80,4,64,66,128,128,128,128,128,128,224,255,255,0,32,12,32,2,32,3,132,80,27,33,12,66,0,33,1,12,2,11,32,2,32,3,132,80,4,64,32,12,66,128,128,128,128,128,128,192,255,255,0,132,33,12,66,0,33,1,12,2,11,32,10,66,255,255,255,255,255,255,63,88,4,64,32,5,65,192,2,106,32,1,32,15,32,1,32,15,32,15,80,34,7,27,121,32,7,65,6,116,173,124,167,34,7,65,15,107,16,75,65,16,32,7,107,33,7,32,5,41,3,200,2,33,15,32,5,41,3,192,2,33,1,11,32,2,66,255,255,255,255,255,255,63,86,13,0,32,5,65,176,2,106,32,3,32,11,32,3,32,11,32,11,80,34,8,27,121,32,8,65,6,116,173,124,167,34,8,65,15,107,16,75,32,7,32,8,106,65,16,107,33,7,32,5,41,3,184,2,33,11,32,5,41,3,176,2,33,3,11,32,5,65,160,2,106,32,11,66,128,128,128,128,128,128,192,0,132,34,17,66,15,134,32,3,66,49,136,132,34,2,66,0,66,128,128,128,128,176,230,188,130,245,0,32,2,125,34,4,66,0,16,87,32,5,65,144,2,106,66,0,32,5,41,3,168,2,125,66,0,32,4,66,0,16,87,32,5,65,128,2,106,32,5,41,3,152,2,66,1,134,32,5,41,3,144,2,66,63,136,132,34,4,66,0,32,2,66,0,16,87,32,5,65,240,1,106,32,4,66,0,66,0,32,5,41,3,136,2,125,66,0,16,87,32,5,65,224,1,106,32,5,41,3,248,1,66,1,134,32,5,41,3,240,1,66,63,136,132,34,4,66,0,32,2,66,0,16,87,32,5,65,208,1,106,32,4,66,0,66,0,32,5,41,3,232,1,125,66,0,16,87,32,5,65,192,1,106,32,5,41,3,216,1,66,1,134,32,5,41,3,208,1,66,63,136,132,34,4,66,0,32,2,66,0,16,87,32,5,65,176,1,106,32,4,66,0,66,0,32,5,41,3,200,1,125,66,0,16,87,32,5,65,160,1,106,32,2,66,0,32,5,41,3,184,1,66,1,134,32,5,41,3,176,1,66,63,136,132,66,1,125,34,4,66,0,16,87,32,5,65,144,1,106,32,3,66,15,134,66,0,32,4,66,0,16,87,32,5,65,240,0,106,32,4,66,0,66,0,32,5,41,3,168,1,32,5,41,3,160,1,34,11,32,5,41,3,152,1,124,34,2,32,11,84,173,124,32,2,66,1,86,173,124,125,66,0,16,87,32,5,65,128,1,106,66,1,32,2,125,66,0,32,4,66,0,16,87,32,7,32,9,32,6,107,106,33,6,2,126,32,5,41,3,112,34,13,66,1,134,34,14,32,5,41,3,136,1,34,18,66,1,134,32,5,41,3,128,1,66,63,136,132,124,34,10,66,231,236,0,125,34,19,66,32,136,34,2,32,15,66,128,128,128,128,128,128,192,0,132,34,21,66,31,136,66,255,255,255,255,15,131,34,4,126,34,16,32,1,66,31,136,66,255,255,255,255,15,131,34,11,32,10,32,19,86,173,32,10,32,14,84,173,32,5,41,3,120,66,1,134,32,13,66,63,136,132,32,18,66,63,136,124,124,124,66,1,125,34,13,66,32,136,34,10,126,124,34,14,32,16,84,173,32,14,32,13,66,255,255,255,255,15,131,34,13,32,1,66,63,136,34,23,32,15,66,1,134,132,66,255,255,255,255,15,131,34,15,126,124,34,18,32,14,84,173,124,32,4,32,10,126,124,32,4,32,13,126,34,16,32,10,32,15,126,124,34,14,32,16,84,173,66,32,134,32,14,66,32,136,132,124,32,18,32,14,66,32,134,124,34,14,32,18,84,173,124,32,14,32,13,32,1,66,1,134,34,22,66,254,255,255,255,15,131,34,18,126,34,20,32,19,66,255,255,255,255,15,131,34,19,32,15,126,124,34,16,32,20,84,173,32,16,32,2,32,11,126,124,34,20,32,16,84,173,124,124,34,16,32,14,84,173,124,32,16,32,4,32,19,126,34,14,32,10,32,18,126,124,34,4,32,11,32,13,126,124,34,10,32,2,32,15,126,124,34,13,66,32,136,32,10,32,13,86,173,32,4,32,14,84,173,32,4,32,10,86,173,124,124,66,32,134,132,124,34,4,32,16,84,173,124,32,4,32,20,32,2,32,18,126,34,2,32,11,32,19,126,124,34,11,66,32,136,32,2,32,11,86,173,66,32,134,132,124,34,2,32,20,84,173,32,2,32,13,66,32,134,124,32,2,84,173,124,124,34,2,32,4,84,173,124,34,4,66,255,255,255,255,255,255,255,0,88,4,64,32,21,66,1,134,32,23,132,33,21,32,5,65,208,0,106,32,2,32,4,32,3,32,17,16,87,32,1,66,49,134,32,5,41,3,88,125,32,5,41,3,80,34,1,66,0,82,173,125,33,10,32,6,65,254,255,0,106,33,6,66,0,32,1,125,12,1,11,32,5,65,224,0,106,32,4,66,63,134,32,2,66,1,136,132,34,2,32,4,66,1,136,34,4,32,3,32,17,16,87,32,1,66,48,134,32,5,41,3,104,125,32,5,41,3,96,34,11,66,0,82,173,125,33,10,32,6,65,255,255,0,106,33,6,32,1,33,22,66,0,32,11,125,11,33,11,32,6,65,255,255,1,78,4,64,32,12,66,128,128,128,128,128,128,192,255,255,0,132,33,12,66,0,33,1,12,1,11,2,126,32,6,65,1,78,4,64,32,10,66,1,134,32,11,66,63,136,132,33,10,32,4,66,255,255,255,255,255,255,63,131,32,6,173,66,48,134,132,33,13,32,11,66,1,134,12,1,11,32,6,65,143,127,76,4,64,66,0,33,1,12,2,11,32,5,65,64,107,32,2,32,4,65,1,32,6,107,16,77,32,5,65,48,106,32,22,32,21,32,6,65,240,0,106,16,75,32,5,65,32,106,32,3,32,17,32,5,41,3,64,34,2,32,5,41,3,72,34,13,16,87,32,5,41,3,56,32,5,41,3,40,66,1,134,32,5,41,3,32,34,1,66,63,136,132,125,32,5,41,3,48,34,4,32,1,66,1,134,34,1,84,173,125,33,10,32,4,32,1,125,11,33,4,32,5,65,16,106,32,3,32,17,66,3,66,0,16,87,32,5,32,3,32,17,66,5,66,0,16,87,32,13,32,2,32,2,66,1,131,34,1,32,4,124,34,4,32,3,86,32,10,32,1,32,4,86,173,124,34,1,32,17,86,32,1,32,17,81,27,173,124,34,3,32,2,84,173,124,34,2,32,3,32,2,66,128,128,128,128,128,128,192,255,255,0,84,32,4,32,5,41,3,16,86,32,1,32,5,41,3,24,34,2,86,32,1,32,2,81,27,113,173,124,34,2,32,3,84,173,124,34,3,32,2,32,3,66,128,128,128,128,128,128,192,255,255,0,84,32,4,32,5,41,3,0,86,32,1,32,5,41,3,8,34,4,86,32,1,32,4,81,27,113,173,124,34,1,32,2,84,173,124,32,12,132,33,12,11,32,0,32,1,55,3,0,32,0,32,12,55,3,8,32,5,65,208,2,106,36,0,11,225,50,3,17,127,7,126,1,124,35,0,65,48,107,34,13,36,0,2,64,32,2,65,2,77,4,64,32,1,65,4,106,33,6,32,2,65,2,116,34,2,65,188,37,106,40,2,0,33,15,32,2,65,176,37,106,40,2,0,33,14,3,64,2,127,32,1,40,2,4,34,2,32,1,40,2,104,73,4,64,32,6,32,2,65,1,106,54,2,0,32,2,45,0,0,12,1,11,32,1,16,74,11,34,2,16,70,13,0,11,65,1,33,7,2,64,2,64,32,2,65,43,107,14,3,0,1,0,1,11,65,127,65,1,32,2,65,45,70,27,33,7,32,1,40,2,4,34,2,32,1,40,2,104,73,4,64,32,6,32,2,65,1,106,54,2,0,32,2,45,0,0,33,2,12,1,11,32,1,16,74,33,2,11,2,64,2,64,3,64,32,5,65,236,8,106,44,0,0,32,2,65,32,114,70,4,64,2,64,32,5,65,6,75,13,0,32,1,40,2,4,34,2,32,1,40,2,104,73,4,64,32,6,32,2,65,1,106,54,2,0,32,2,45,0,0,33,2,12,1,11,32,1,16,74,33,2,11,32,5,65,1,106,34,5,65,8,71,13,1,12,2,11,11,32,5,65,3,71,4,64,32,5,65,8,70,13,1,32,5,65,4,73,13,2,32,3,69,13,2,32,5,65,8,70,13,1,11,32,1,40,2,104,34,1,4,64,32,6,32,6,40,2,0,65,1,107,54,2,0,11,32,3,69,13,0,32,5,65,4,73,13,0,3,64,32,1,4,64,32,6,32,6,40,2,0,65,1,107,54,2,0,11,32,5,65,1,107,34,5,65,3,75,13,0,11,11,32,13,33,1,35,0,65,16,107,34,3,36,0,2,126,32,7,178,67,0,0,128,127,148,188,34,5,65,255,255,255,255,7,113,34,2,65,128,128,128,4,107,65,255,255,255,247,7,77,4,64,32,2,173,66,25,134,66,128,128,128,128,128,128,128,192,63,124,12,1,11,32,5,173,66,25,134,66,128,128,128,128,128,128,192,255,255,0,132,32,2,65,128,128,128,252,7,79,13,0,26,66,0,32,2,69,13,0,26,32,3,32,2,173,66,0,32,2,103,34,2,65,209,0,106,16,75,32,3,41,3,0,33,21,32,3,41,3,8,66,128,128,128,128,128,128,192,0,133,65,137,255,0,32,2,107,173,66,48,134,132,11,33,22,32,1,32,21,55,3,0,32,1,32,22,32,5,65,128,128,128,128,120,113,173,66,32,134,132,55,3,8,32,3,65,16,106,36,0,32,13,41,3,8,33,21,32,13,41,3,0,33,22,12,2,11,2,64,2,64,2,64,32,5,13,0,65,0,33,5,3,64,32,5,65,169,11,106,44,0,0,32,2,65,32,114,71,13,1,2,64,32,5,65,1,75,13,0,32,1,40,2,4,34,2,32,1,40,2,104,73,4,64,32,6,32,2,65,1,106,54,2,0,32,2,45,0,0,33,2,12,1,11,32,1,16,74,33,2,11,32,5,65,1,106,34,5,65,3,71,13,0,11,12,1,11,2,64,2,64,32,5,14,4,0,1,1,2,1,11,2,64,32,2,65,48,71,13,0,2,127,32,1,40,2,4,34,5,32,1,40,2,104,73,4,64,32,6,32,5,65,1,106,54,2,0,32,5,45,0,0,12,1,11,32,1,16,74,11,65,95,113,65,216,0,70,4,64,32,13,65,16,106,33,9,65,0,33,6,35,0,65,176,3,107,34,2,36,0,2,127,32,1,40,2,4,34,5,32,1,40,2,104,73,4,64,32,1,32,5,65,1,106,54,2,4,32,5,45,0,0,12,1,11,32,1,16,74,11,33,5,2,64,2,127,3,64,2,64,32,5,65,48,71,4,64,32,5,65,46,71,13,4,32,1,40,2,4,34,5,32,1,40,2,104,79,13,1,32,1,32,5,65,1,106,54,2,4,32,5,45,0,0,12,3,11,32,1,40,2,4,34,5,32,1,40,2,104,73,4,64,65,1,33,4,32,1,32,5,65,1,106,54,2,4,32,5,45,0,0,33,5,12,2,5,65,1,33,4,32,1,16,74,33,5,12,2,11,0,11,11,32,1,16,74,11,33,5,65,1,33,11,32,5,65,48,71,13,0,3,64,32,24,66,1,125,33,24,2,127,32,1,40,2,4,34,5,32,1,40,2,104,73,4,64,32,1,32,5,65,1,106,54,2,4,32,5,45,0,0,12,1,11,32,1,16,74,11,34,5,65,48,70,13,0,11,65,1,33,4,11,66,128,128,128,128,128,128,192,255,63,33,22,2,64,3,64,2,64,32,5,65,32,114,33,8,2,64,2,64,32,5,65,48,107,34,12,65,10,73,13,0,32,8,65,225,0,107,65,6,79,65,0,32,5,65,46,71,27,13,4,32,5,65,46,71,13,0,32,11,13,2,65,1,33,11,32,21,33,24,12,1,11,32,8,65,215,0,107,32,12,32,5,65,57,74,27,33,5,2,64,32,21,66,7,87,4,64,32,5,32,6,65,4,116,106,33,6,12,1,11,32,21,66,28,87,4,64,32,2,65,48,106,32,5,16,76,32,2,65,32,106,32,26,32,22,66,0,66,128,128,128,128,128,128,192,253,63,16,78,32,2,65,16,106,32,2,41,3,32,34,26,32,2,41,3,40,34,22,32,2,41,3,48,32,2,41,3,56,16,78,32,2,32,23,32,25,32,2,41,3,16,32,2,41,3,24,16,79,32,2,41,3,8,33,25,32,2,41,3,0,33,23,12,1,11,32,5,69,13,0,32,10,13,0,32,2,65,208,0,106,32,26,32,22,66,0,66,128,128,128,128,128,128,128,255,63,16,78,32,2,65,64,107,32,23,32,25,32,2,41,3,80,32,2,41,3,88,16,79,32,2,41,3,72,33,25,65,1,33,10,32,2,41,3,64,33,23,11,32,21,66,1,124,33,21,65,1,33,4,11,32,1,40,2,4,34,5,32,1,40,2,104,73,4,64,32,1,32,5,65,1,106,54,2,4,32,5,45,0,0,33,5,12,2,5,32,1,16,74,33,5,12,2,11,0,11,11,65,46,33,5,11,2,126,2,64,2,64,32,4,69,4,64,32,1,40,2,104,69,4,64,32,3,13,3,12,2,11,32,1,32,1,40,2,4,34,5,65,1,107,54,2,4,32,3,69,13,1,32,1,32,5,65,2,107,54,2,4,32,11,69,13,2,32,1,32,5,65,3,107,54,2,4,12,2,11,32,21,66,7,87,4,64,32,21,33,22,3,64,32,6,65,4,116,33,6,32,22,66,1,124,34,22,66,8,82,13,0,11,11,2,64,2,64,2,64,32,5,65,95,113,65,208,0,70,4,64,32,1,32,3,16,90,34,22,66,128,128,128,128,128,128,128,128,128,127,82,13,3,32,3,4,64,32,1,40,2,104,13,2,12,3,11,66,0,33,23,32,1,66,0,16,73,66,0,12,6,11,32,1,40,2,104,69,13,1,11,32,1,32,1,40,2,4,65,1,107,54,2,4,11,66,0,33,22,11,32,6,69,4,64,32,2,65,240,0,106,32,7,183,68,0,0,0,0,0,0,0,0,162,16,80,32,2,41,3,112,33,23,32,2,41,3,120,12,3,11,32,24,32,21,32,11,27,66,2,134,32,22,124,66,32,125,34,21,65,0,32,15,107,173,85,4,64,65,148,231,3,65,196,0,54,2,0,32,2,65,160,1,106,32,7,16,76,32,2,65,144,1,106,32,2,41,3,160,1,32,2,41,3,168,1,66,127,66,255,255,255,255,255,255,191,255,255,0,16,78,32,2,65,128,1,106,32,2,41,3,144,1,32,2,41,3,152,1,66,127,66,255,255,255,255,255,255,191,255,255,0,16,78,32,2,41,3,128,1,33,23,32,2,41,3,136,1,12,3,11,32,15,65,226,1,107,172,32,21,87,4,64,32,6,65,127,74,4,64,3,64,32,2,65,160,3,106,32,23,32,25,66,0,66,128,128,128,128,128,128,192,255,191,127,16,79,32,23,32,25,66,128,128,128,128,128,128,128,255,63,16,82,33,5,32,2,65,144,3,106,32,23,32,25,32,23,32,2,41,3,160,3,32,5,65,0,72,34,1,27,32,25,32,2,41,3,168,3,32,1,27,16,79,32,21,66,1,125,33,21,32,2,41,3,152,3,33,25,32,2,41,3,144,3,33,23,32,6,65,1,116,32,5,65,127,74,114,34,6,65,127,74,13,0,11,11,2,126,32,21,32,15,172,125,66,32,124,34,24,167,34,5,65,0,32,5,65,0,74,27,32,14,32,24,32,14,173,83,27,34,5,65,241,0,78,4,64,32,2,65,128,3,106,32,7,16,76,32,2,41,3,136,3,33,24,32,2,41,3,128,3,33,26,66,0,12,1,11,32,2,65,224,2,106,68,0,0,0,0,0,0,240,63,65,144,1,32,5,107,16,154,6,16,80,32,2,65,208,2,106,32,7,16,76,32,2,65,240,2,106,32,2,41,3,224,2,32,2,41,3,232,2,32,2,41,3,208,2,34,26,32,2,41,3,216,2,34,24,16,83,32,2,41,3,248,2,33,27,32,2,41,3,240,2,11,33,22,32,2,65,192,2,106,32,6,32,6,65,1,113,69,32,23,32,25,66,0,66,0,16,81,65,0,71,32,5,65,32,72,113,113,34,5,106,16,84,32,2,65,176,2,106,32,26,32,24,32,2,41,3,192,2,32,2,41,3,200,2,16,78,32,2,65,144,2,106,32,2,41,3,176,2,32,2,41,3,184,2,32,22,32,27,16,79,32,2,65,160,2,106,66,0,32,23,32,5,27,66,0,32,25,32,5,27,32,26,32,24,16,78,32,2,65,128,2,106,32,2,41,3,160,2,32,2,41,3,168,2,32,2,41,3,144,2,32,2,41,3,152,2,16,79,32,2,65,240,1,106,32,2,41,3,128,2,32,2,41,3,136,2,32,22,32,27,16,85,32,2,41,3,240,1,34,23,32,2,41,3,248,1,34,25,66,0,66,0,16,81,69,4,64,65,148,231,3,65,196,0,54,2,0,11,32,2,65,224,1,106,32,23,32,25,32,21,167,16,86,32,2,41,3,224,1,33,23,32,2,41,3,232,1,12,3,11,65,148,231,3,65,196,0,54,2,0,32,2,65,208,1,106,32,7,16,76,32,2,65,192,1,106,32,2,41,3,208,1,32,2,41,3,216,1,66,0,66,128,128,128,128,128,128,192,0,16,78,32,2,65,176,1,106,32,2,41,3,192,1,32,2,41,3,200,1,66,0,66,128,128,128,128,128,128,192,0,16,78,32,2,41,3,176,1,33,23,32,2,41,3,184,1,12,2,11,32,1,66,0,16,73,11,32,2,65,224,0,106,32,7,183,68,0,0,0,0,0,0,0,0,162,16,80,32,2,41,3,96,33,23,32,2,41,3,104,11,33,21,32,9,32,23,55,3,0,32,9,32,21,55,3,8,32,2,65,176,3,106,36,0,32,13,41,3,24,33,21,32,13,41,3,16,33,22,12,6,11,32,1,40,2,104,69,13,0,32,6,32,6,40,2,0,65,1,107,54,2,0,11,32,13,65,32,106,33,17,32,1,33,5,32,7,33,11,65,0,33,7,65,0,33,6,35,0,65,144,198,0,107,34,4,36,0,65,0,32,14,32,15,106,34,19,107,33,20,2,64,2,127,3,64,2,64,32,2,65,48,71,4,64,32,2,65,46,71,13,4,32,5,40,2,4,34,2,32,5,40,2,104,79,13,1,32,5,32,2,65,1,106,54,2,4,32,2,45,0,0,12,3,11,32,5,40,2,4,34,2,32,5,40,2,104,73,4,64,65,1,33,7,32,5,32,2,65,1,106,54,2,4,32,2,45,0,0,33,2,12,2,5,65,1,33,7,32,5,16,74,33,2,12,2,11,0,11,11,32,5,16,74,11,33,2,65,1,33,8,32,2,65,48,71,13,0,3,64,32,21,66,1,125,33,21,2,127,32,5,40,2,4,34,2,32,5,40,2,104,73,4,64,32,5,32,2,65,1,106,54,2,4,32,2,45,0,0,12,1,11,32,5,16,74,11,34,2,65,48,70,13,0,11,65,1,33,7,11,32,4,65,0,54,2,144,6,2,126,2,64,2,64,2,64,2,64,2,64,32,2,65,46,70,34,1,65,1,32,2,65,48,107,34,9,65,9,75,27,4,64,3,64,2,64,32,1,65,1,113,4,64,32,8,69,4,64,32,22,33,21,65,1,33,8,12,2,11,32,7,69,33,1,12,4,11,32,22,66,1,124,33,22,32,6,65,252,15,76,4,64,32,12,32,22,167,32,2,65,48,70,27,33,12,32,4,65,144,6,106,32,6,65,2,116,106,34,1,32,10,4,127,32,2,32,1,40,2,0,65,10,108,106,65,48,107,5,32,9,11,54,2,0,65,1,33,7,65,0,32,10,65,1,106,34,2,32,2,65,9,70,34,2,27,33,10,32,2,32,6,106,33,6,12,1,11,32,2,65,48,70,13,0,32,4,32,4,40,2,128,70,65,1,114,54,2,128,70,65,220,143,1,33,12,11,2,127,32,5,40,2,4,34,2,32,5,40,2,104,73,4,64,32,5,32,2,65,1,106,54,2,4,32,2,45,0,0,12,1,11,32,5,16,74,11,34,2,65,48,107,33,9,32,2,65,46,70,34,1,13,0,32,9,65,10,73,13,0,11,11,32,21,32,22,32,8,27,33,21,2,64,32,7,69,13,0,32,2,65,95,113,65,197,0,71,13,0,2,64,32,5,32,3,16,90,34,24,66,128,128,128,128,128,128,128,128,128,127,82,13,0,32,3,69,13,5,66,0,33,24,32,5,40,2,104,69,13,0,32,5,32,5,40,2,4,65,1,107,54,2,4,11,32,7,69,13,3,32,21,32,24,124,33,21,12,5,11,32,7,69,33,1,32,2,65,0,72,13,1,11,32,5,40,2,104,69,13,0,32,5,32,5,40,2,4,65,1,107,54,2,4,11,32,1,69,13,2,11,65,148,231,3,65,28,54,2,0,11,66,0,33,22,32,5,66,0,16,73,66,0,12,1,11,32,4,40,2,144,6,34,5,69,4,64,32,4,32,11,183,68,0,0,0,0,0,0,0,0,162,16,80,32,4,41,3,0,33,22,32,4,41,3,8,12,1,11,2,64,32,22,66,9,85,13,0,32,21,32,22,82,13,0,32,14,65,30,76,65,0,32,5,32,14,118,27,13,0,32,4,65,48,106,32,11,16,76,32,4,65,32,106,32,5,16,84,32,4,65,16,106,32,4,41,3,48,32,4,41,3,56,32,4,41,3,32,32,4,41,3,40,16,78,32,4,41,3,16,33,22,32,4,41,3,24,12,1,11,32,15,65,126,109,173,32,21,83,4,64,65,148,231,3,65,196,0,54,2,0,32,4,65,224,0,106,32,11,16,76,32,4,65,208,0,106,32,4,41,3,96,32,4,41,3,104,66,127,66,255,255,255,255,255,255,191,255,255,0,16,78,32,4,65,64,107,32,4,41,3,80,32,4,41,3,88,66,127,66,255,255,255,255,255,255,191,255,255,0,16,78,32,4,41,3,64,33,22,32,4,41,3,72,12,1,11,32,15,65,226,1,107,172,32,21,85,4,64,65,148,231,3,65,196,0,54,2,0,32,4,65,144,1,106,32,11,16,76,32,4,65,128,1,106,32,4,41,3,144,1,32,4,41,3,152,1,66,0,66,128,128,128,128,128,128,192,0,16,78,32,4,65,240,0,106,32,4,41,3,128,1,32,4,41,3,136,1,66,0,66,128,128,128,128,128,128,192,0,16,78,32,4,41,3,112,33,22,32,4,41,3,120,12,1,11,32,10,4,64,32,10,65,8,76,4,64,32,4,65,144,6,106,32,6,65,2,116,106,34,2,40,2,0,33,5,3,64,32,5,65,10,108,33,5,32,10,65,1,106,34,10,65,9,71,13,0,11,32,2,32,5,54,2,0,11,32,6,65,1,106,33,6,11,32,21,167,33,8,2,64,32,12,65,9,78,13,0,32,8,32,12,72,13,0,32,8,65,17,74,13,0,32,8,65,9,70,4,64,32,4,65,192,1,106,32,11,16,76,32,4,65,176,1,106,32,4,40,2,144,6,16,84,32,4,65,160,1,106,32,4,41,3,192,1,32,4,41,3,200,1,32,4,41,3,176,1,32,4,41,3,184,1,16,78,32,4,41,3,160,1,33,22,32,4,41,3,168,1,12,2,11,32,8,65,8,76,4,64,32,4,65,144,2,106,32,11,16,76,32,4,65,128,2,106,32,4,40,2,144,6,16,84,32,4,65,240,1,106,32,4,41,3,144,2,32,4,41,3,152,2,32,4,41,3,128,2,32,4,41,3,136,2,16,78,32,4,65,224,1,106,65,0,32,8,107,65,2,116,65,176,37,106,40,2,0,16,76,32,4,65,208,1,106,32,4,41,3,240,1,32,4,41,3,248,1,32,4,41,3,224,1,32,4,41,3,232,1,16,88,32,4,41,3,208,1,33,22,32,4,41,3,216,1,12,2,11,32,14,32,8,65,125,108,106,65,27,106,34,2,65,30,76,65,0,32,4,40,2,144,6,34,5,32,2,118,27,13,0,32,4,65,224,2,106,32,11,16,76,32,4,65,208,2,106,32,5,16,84,32,4,65,192,2,106,32,4,41,3,224,2,32,4,41,3,232,2,32,4,41,3,208,2,32,4,41,3,216,2,16,78,32,4,65,176,2,106,32,8,65,2,116,65,232,36,106,40,2,0,16,76,32,4,65,160,2,106,32,4,41,3,192,2,32,4,41,3,200,2,32,4,41,3,176,2,32,4,41,3,184,2,16,78,32,4,41,3,160,2,33,22,32,4,41,3,168,2,12,1,11,3,64,32,4,65,144,6,106,32,6,34,2,65,1,107,34,6,65,2,116,106,40,2,0,69,13,0,11,65,0,33,10,2,64,32,8,65,9,111,34,5,69,4,64,65,0,33,1,12,1,11,32,5,32,5,65,9,106,32,8,65,127,74,27,33,3,2,64,32,2,69,4,64,65,0,33,1,65,0,33,2,12,1,11,65,128,148,235,220,3,65,0,32,3,107,65,2,116,65,176,37,106,40,2,0,34,7,109,33,16,65,0,33,9,65,0,33,5,65,0,33,1,3,64,32,4,65,144,6,106,32,5,65,2,116,106,34,6,32,6,40,2,0,34,6,32,7,110,34,12,32,9,106,34,9,54,2,0,32,1,65,1,106,65,255,15,113,32,1,32,9,69,32,1,32,5,70,113,34,9,27,33,1,32,8,65,9,107,32,8,32,9,27,33,8,32,16,32,6,32,7,32,12,108,107,108,33,9,32,5,65,1,106,34,5,32,2,71,13,0,11,32,9,69,13,0,32,4,65,144,6,106,32,2,65,2,116,106,32,9,54,2,0,32,2,65,1,106,33,2,11,32,8,32,3,107,65,9,106,33,8,11,3,64,32,4,65,144,6,106,32,1,65,2,116,106,33,12,2,64,3,64,32,8,65,36,78,4,64,32,8,65,36,71,13,2,32,12,40,2,0,65,209,233,249,4,79,13,2,11,32,2,65,255,15,106,33,7,65,0,33,9,3,64,32,9,173,32,4,65,144,6,106,32,7,65,255,15,113,34,5,65,2,116,106,34,7,53,2,0,66,29,134,124,34,21,66,129,148,235,220,3,84,4,127,65,0,5,32,21,32,21,66,128,148,235,220,3,128,34,22,66,128,148,235,220,3,126,125,33,21,32,22,167,11,33,9,32,7,32,21,167,34,6,54,2,0,32,2,32,2,32,2,32,5,32,6,27,32,1,32,5,70,27,32,5,32,2,65,1,107,65,255,15,113,71,27,33,2,32,5,65,1,107,33,7,32,1,32,5,71,13,0,11,32,10,65,29,107,33,10,32,9,69,13,0,11,32,2,32,1,65,1,107,65,255,15,113,34,1,70,4,64,32,4,65,144,6,106,32,2,65,254,15,106,65,255,15,113,65,2,116,106,34,5,32,5,40,2,0,32,4,65,144,6,106,32,2,65,1,107,65,255,15,113,34,5,65,2,116,106,40,2,0,114,54,2,0,32,5,33,2,11,32,8,65,9,106,33,8,32,4,65,144,6,106,32,1,65,2,116,106,32,9,54,2,0,12,1,11,11,2,64,3,64,32,2,65,1,106,65,255,15,113,33,3,32,4,65,144,6,106,32,2,65,1,107,65,255,15,113,65,2,116,106,33,18,3,64,65,9,65,1,32,8,65,45,74,27,33,6,2,64,3,64,32,1,33,7,65,0,33,5,2,64,3,64,2,64,32,5,32,7,106,65,255,15,113,34,1,32,2,70,13,0,32,4,65,144,6,106,32,1,65,2,116,106,40,2,0,34,1,32,5,65,2,116,65,128,37,106,40,2,0,34,9,73,13,0,32,1,32,9,75,13,2,32,5,65,1,106,34,5,65,4,71,13,1,11,11,32,8,65,36,71,13,0,66,0,33,21,65,0,33,5,66,0,33,22,3,64,32,2,32,5,32,7,106,65,255,15,113,34,1,70,4,64,32,2,65,1,106,65,255,15,113,34,2,65,2,116,32,4,106,65,0,54,2,140,6,11,32,4,65,128,6,106,32,21,32,22,66,0,66,128,128,128,128,229,154,183,142,192,0,16,78,32,4,65,240,5,106,32,4,65,144,6,106,32,1,65,2,116,106,40,2,0,16,84,32,4,65,224,5,106,32,4,41,3,128,6,32,4,41,3,136,6,32,4,41,3,240,5,32,4,41,3,248,5,16,79,32,4,41,3,232,5,33,22,32,4,41,3,224,5,33,21,32,5,65,1,106,34,5,65,4,71,13,0,11,32,4,65,208,5,106,32,11,16,76,32,4,65,192,5,106,32,21,32,22,32,4,41,3,208,5,32,4,41,3,216,5,16,78,32,4,41,3,200,5,33,22,66,0,33,21,32,4,41,3,192,5,33,24,32,10,65,241,0,106,34,9,32,15,107,34,5,65,0,32,5,65,0,74,27,32,14,32,5,32,14,72,34,8,27,34,1,65,240,0,76,13,2,12,5,11,32,6,32,10,106,33,10,32,2,33,1,32,2,32,7,70,13,0,11,65,128,148,235,220,3,32,6,118,33,12,65,127,32,6,116,65,127,115,33,16,65,0,33,5,32,7,33,1,3,64,32,4,65,144,6,106,32,7,65,2,116,106,34,9,32,9,40,2,0,34,9,32,6,118,32,5,106,34,5,54,2,0,32,1,65,1,106,65,255,15,113,32,1,32,5,69,32,1,32,7,70,113,34,5,27,33,1,32,8,65,9,107,32,8,32,5,27,33,8,32,9,32,16,113,32,12,108,33,5,32,7,65,1,106,65,255,15,113,34,7,32,2,71,13,0,11,32,5,69,13,1,32,1,32,3,71,4,64,32,4,65,144,6,106,32,2,65,2,116,106,32,5,54,2,0,32,3,33,2,12,3,11,32,18,32,18,40,2,0,65,1,114,54,2,0,32,3,33,1,12,1,11,11,11,32,4,65,144,5,106,68,0,0,0,0,0,0,240,63,65,225,1,32,1,107,16,154,6,16,80,32,4,65,176,5,106,32,4,41,3,144,5,32,4,41,3,152,5,32,24,32,22,16,83,32,4,41,3,184,5,33,26,32,4,41,3,176,5,33,25,32,4,65,128,5,106,68,0,0,0,0,0,0,240,63,65,241,0,32,1,107,16,154,6,16,80,32,4,65,160,5,106,32,24,32,22,32,4,41,3,128,5,32,4,41,3,136,5,16,152,6,32,4,65,240,4,106,32,24,32,22,32,4,41,3,160,5,34,21,32,4,41,3,168,5,34,23,16,85,32,4,65,224,4,106,32,25,32,26,32,4,41,3,240,4,32,4,41,3,248,4,16,79,32,4,41,3,232,4,33,22,32,4,41,3,224,4,33,24,11,2,64,32,7,65,4,106,65,255,15,113,34,6,32,2,70,13,0,2,64,32,4,65,144,6,106,32,6,65,2,116,106,40,2,0,34,6,65,255,201,181,238,1,77,4,64,32,6,65,1,32,7,65,5,106,65,255,15,113,32,2,70,27,69,13,1,32,4,65,240,3,106,32,11,183,68,0,0,0,0,0,0,208,63,162,16,80,32,4,65,224,3,106,32,21,32,23,32,4,41,3,240,3,32,4,41,3,248,3,16,79,32,4,41,3,232,3,33,23,32,4,41,3,224,3,33,21,12,1,11,32,6,65,128,202,181,238,1,71,4,64,32,4,65,208,4,106,32,11,183,68,0,0,0,0,0,0,232,63,162,16,80,32,4,65,192,4,106,32,21,32,23,32,4,41,3,208,4,32,4,41,3,216,4,16,79,32,4,41,3,200,4,33,23,32,4,41,3,192,4,33,21,12,1,11,32,11,183,33,28,32,2,32,7,65,5,106,65,255,15,113,70,4,64,32,4,65,144,4,106,32,28,68,0,0,0,0,0,0,224,63,162,16,80,32,4,65,128,4,106,32,21,32,23,32,4,41,3,144,4,32,4,41,3,152,4,16,79,32,4,41,3,136,4,33,23,32,4,41,3,128,4,33,21,12,1,11,32,4,65,176,4,106,32,28,68,0,0,0,0,0,0,232,63,162,16,80,32,4,65,160,4,106,32,21,32,23,32,4,41,3,176,4,32,4,41,3,184,4,16,79,32,4,41,3,168,4,33,23,32,4,41,3,160,4,33,21,11,32,1,65,239,0,74,13,0,32,4,65,208,3,106,32,21,32,23,66,0,66,128,128,128,128,128,128,192,255,63,16,152,6,32,4,41,3,208,3,32,4,41,3,216,3,66,0,66,0,16,81,13,0,32,4,65,192,3,106,32,21,32,23,66,0,66,128,128,128,128,128,128,192,255,63,16,79,32,4,41,3,200,3,33,23,32,4,41,3,192,3,33,21,11,32,4,65,176,3,106,32,24,32,22,32,21,32,23,16,79,32,4,65,160,3,106,32,4,41,3,176,3,32,4,41,3,184,3,32,25,32,26,16,85,32,4,41,3,168,3,33,22,32,4,41,3,160,3,33,24,2,64,65,126,32,19,107,32,9,65,255,255,255,255,7,113,78,13,0,32,4,65,144,3,106,34,2,32,22,66,255,255,255,255,255,255,255,255,255,0,131,55,3,8,32,2,32,24,55,3,0,32,4,65,128,3,106,32,24,32,22,66,0,66,128,128,128,128,128,128,128,255,63,16,78,32,4,41,3,144,3,34,25,32,4,41,3,152,3,34,26,66,128,128,128,128,128,128,128,184,192,0,16,82,33,2,32,22,32,4,41,3,136,3,32,2,65,0,72,34,9,27,33,22,32,24,32,4,41,3,128,3,32,9,27,33,24,32,20,32,10,32,2,65,127,74,106,34,10,65,238,0,106,78,4,64,32,8,32,8,32,1,32,5,71,113,32,25,32,26,66,128,128,128,128,128,128,128,184,192,0,16,82,65,0,72,27,65,1,71,13,1,32,21,32,23,66,0,66,0,16,81,69,13,1,11,65,148,231,3,65,196,0,54,2,0,11,32,4,65,240,2,106,32,24,32,22,32,10,16,86,32,4,41,3,240,2,33,22,32,4,41,3,248,2,11,33,21,32,17,32,22,55,3,0,32,17,32,21,55,3,8,32,4,65,144,198,0,106,36,0,32,13,41,3,40,33,21,32,13,41,3,32,33,22,12,4,11,32,1,40,2,104,4,64,32,6,32,6,40,2,0,65,1,107,54,2,0,11,65,148,231,3,65,28,54,2,0,12,1,11,2,64,2,127,32,1,40,2,4,34,2,32,1,40,2,104,73,4,64,32,6,32,2,65,1,106,54,2,0,32,2,45,0,0,12,1,11,32,1,16,74,11,65,40,70,4,64,65,1,33,5,12,1,11,66,128,128,128,128,128,128,224,255,255,0,33,21,32,1,40,2,104,69,13,3,32,6,32,6,40,2,0,65,1,107,54,2,0,12,3,11,3,64,2,127,32,1,40,2,4,34,2,32,1,40,2,104,73,4,64,32,6,32,2,65,1,106,54,2,0,32,2,45,0,0,12,1,11,32,1,16,74,11,34,2,65,193,0,107,33,7,2,64,2,64,32,2,65,48,107,65,10,73,13,0,32,7,65,26,73,13,0,32,2,65,225,0,107,33,7,32,2,65,223,0,70,13,0,32,7,65,26,79,13,1,11,32,5,65,1,106,33,5,12,1,11,11,66,128,128,128,128,128,128,224,255,255,0,33,21,32,2,65,41,70,13,2,32,1,40,2,104,34,2,4,64,32,6,32,6,40,2,0,65,1,107,54,2,0,11,32,3,4,64,32,5,69,13,3,3,64,32,5,65,1,107,33,5,32,2,4,64,32,6,32,6,40,2,0,65,1,107,54,2,0,11,32,5,13,0,11,12,3,11,65,148,231,3,65,28,54,2,0,11,32,1,66,0,16,73,11,66,0,33,21,11,32,0,32,22,55,3,0,32,0,32,21,55,3,8,32,13,65,48,106,36,0,11,249,3,2,4,127,1,126,2,64,2,64,2,64,2,127,32,0,40,2,4,34,2,32,0,40,2,104,73,4,64,32,0,32,2,65,1,106,54,2,4,32,2,45,0,0,12,1,11,32,0,16,74,11,34,2,65,43,107,14,3,1,0,1,0,11,32,2,65,48,107,33,4,12,1,11,32,2,65,45,70,33,5,2,64,2,127,32,0,40,2,4,34,3,32,0,40,2,104,73,4,64,32,0,32,3,65,1,106,54,2,4,32,3,45,0,0,12,1,11,32,0,16,74,11,34,3,65,48,107,34,4,65,10,73,13,0,32,1,69,13,0,32,0,40,2,104,69,13,0,32,0,32,0,40,2,4,65,1,107,54,2,4,11,32,3,33,2,11,2,64,32,4,65,10,73,4,64,65,0,33,3,3,64,32,2,32,3,65,10,108,106,33,3,2,127,32,0,40,2,4,34,2,32,0,40,2,104,73,4,64,32,0,32,2,65,1,106,54,2,4,32,2,45,0,0,12,1,11,32,0,16,74,11,34,2,65,48,107,34,4,65,9,77,65,0,32,3,65,48,107,34,3,65,204,153,179,230,0,72,27,13,0,11,32,3,172,33,6,2,64,32,4,65,10,79,13,0,3,64,32,2,173,32,6,66,10,126,124,66,48,125,33,6,2,127,32,0,40,2,4,34,2,32,0,40,2,104,73,4,64,32,0,32,2,65,1,106,54,2,4,32,2,45,0,0,12,1,11,32,0,16,74,11,34,2,65,48,107,34,4,65,9,75,13,1,32,6,66,174,143,133,215,199,194,235,163,1,83,13,0,11,11,32,4,65,10,73,4,64,3,64,2,127,32,0,40,2,4,34,2,32,0,40,2,104,73,4,64,32,0,32,2,65,1,106,54,2,4,32,2,45,0,0,12,1,11,32,0,16,74,11,65,48,107,65,10,73,13,0,11,11,32,0,40,2,104,4,64,32,0,32,0,40,2,4,65,1,107,54,2,4,11,66,0,32,6,125,32,6,32,5,27,33,6,12,1,11,66,128,128,128,128,128,128,128,128,128,127,33,6,32,0,40,2,104,69,13,0,32,0,32,0,40,2,4,65,1,107,54,2,4,66,128,128,128,128,128,128,128,128,128,127,15,11,32,6,11,180,3,2,1,126,3,127,35,0,65,32,107,34,4,36,0,2,64,32,1,66,255,255,255,255,255,255,255,255,255,0,131,34,2,66,128,128,128,128,128,128,192,192,63,125,32,2,66,128,128,128,128,128,128,192,191,192,0,125,84,4,64,32,1,66,25,136,167,33,5,32,0,80,32,1,66,255,255,255,15,131,34,2,66,128,128,128,8,84,32,2,66,128,128,128,8,81,27,69,4,64,32,5,65,129,128,128,128,4,106,33,3,12,2,11,32,5,65,128,128,128,128,4,106,33,3,32,0,32,2,66,128,128,128,8,133,132,66,0,82,13,1,32,3,32,5,65,1,113,106,33,3,12,1,11,32,0,80,32,2,66,128,128,128,128,128,128,192,255,255,0,84,32,2,66,128,128,128,128,128,128,192,255,255,0,81,27,69,4,64,32,1,66,25,136,167,65,255,255,255,1,113,65,128,128,128,254,7,114,33,3,12,1,11,65,128,128,128,252,7,33,3,32,2,66,255,255,255,255,255,255,191,191,192,0,86,13,0,65,0,33,3,32,2,66,48,136,167,34,5,65,145,254,0,73,13,0,32,4,65,16,106,32,0,32,1,66,255,255,255,255,255,255,63,131,66,128,128,128,128,128,128,192,0,132,34,2,32,5,65,129,254,0,107,16,75,32,4,32,0,32,2,65,129,255,0,32,5,107,16,77,32,4,41,3,8,34,2,66,25,136,167,33,3,32,4,41,3,0,32,4,41,3,16,32,4,41,3,24,132,66,0,82,173,132,34,0,80,32,2,66,255,255,255,15,131,34,2,66,128,128,128,8,84,32,2,66,128,128,128,8,81,27,69,4,64,32,3,65,1,106,33,3,12,1,11,32,0,32,2,66,128,128,128,8,133,132,66,0,82,13,0,32,3,65,1,113,32,3,106,33,3,11,32,4,65,32,106,36,0,32,3,32,1,66,32,136,167,65,128,128,128,128,120,113,114,190,11,215,3,2,2,126,2,127,35,0,65,32,107,34,4,36,0,2,64,32,1,66,255,255,255,255,255,255,255,255,255,0,131,34,2,66,128,128,128,128,128,128,192,128,60,125,32,2,66,128,128,128,128,128,128,192,255,195,0,125,84,4,64,32,1,66,4,134,32,0,66,60,136,132,33,2,32,0,66,255,255,255,255,255,255,255,255,15,131,34,0,66,129,128,128,128,128,128,128,128,8,90,4,64,32,2,66,129,128,128,128,128,128,128,128,192,0,124,33,3,12,2,11,32,2,66,128,128,128,128,128,128,128,128,64,125,33,3,32,0,66,128,128,128,128,128,128,128,128,8,133,66,0,82,13,1,32,3,32,2,66,1,131,124,33,3,12,1,11,32,0,80,32,2,66,128,128,128,128,128,128,192,255,255,0,84,32,2,66,128,128,128,128,128,128,192,255,255,0,81,27,69,4,64,32,1,66,4,134,32,0,66,60,136,132,66,255,255,255,255,255,255,255,3,131,66,128,128,128,128,128,128,128,252,255,0,132,33,3,12,1,11,66,128,128,128,128,128,128,128,248,255,0,33,3,32,2,66,255,255,255,255,255,255,191,255,195,0,86,13,0,66,0,33,3,32,2,66,48,136,167,34,5,65,145,247,0,73,13,0,32,4,65,16,106,32,0,32,1,66,255,255,255,255,255,255,63,131,66,128,128,128,128,128,128,192,0,132,34,2,32,5,65,129,247,0,107,16,75,32,4,32,0,32,2,65,129,248,0,32,5,107,16,77,32,4,41,3,8,66,4,134,32,4,41,3,0,34,2,66,60,136,132,33,3,32,4,41,3,16,32,4,41,3,24,132,66,0,82,173,32,2,66,255,255,255,255,255,255,255,255,15,131,132,34,2,66,129,128,128,128,128,128,128,128,8,90,4,64,32,3,66,1,124,33,3,12,1,11,32,2,66,128,128,128,128,128,128,128,128,8,133,66,0,82,13,0,32,3,66,1,131,32,3,124,33,3,11,32,4,65,32,106,36,0,32,3,32,1,66,128,128,128,128,128,128,128,128,128,127,131,132,191,11,4,0,65,0,11,4,0,65,0,11,228,2,1,6,127,35,0,65,16,107,34,7,36,0,32,3,65,216,231,3,32,3,27,34,5,40,2,0,33,3,2,64,2,64,2,64,32,1,69,4,64,32,3,13,1,12,3,11,65,126,33,4,32,2,69,13,2,32,0,32,7,65,12,106,32,0,27,33,6,2,64,32,3,4,64,32,2,33,0,12,1,11,32,1,45,0,0,34,3,65,24,116,65,24,117,34,0,65,0,78,4,64,32,6,32,3,54,2,0,32,0,65,0,71,33,4,12,4,11,32,1,44,0,0,33,0,65,156,245,1,40,2,0,40,2,0,69,4,64,32,6,32,0,65,255,191,3,113,54,2,0,65,1,33,4,12,4,11,32,0,65,255,1,113,65,194,1,107,34,3,65,50,75,13,1,32,3,65,2,116,65,224,39,106,40,2,0,33,3,32,2,65,1,107,34,0,69,13,2,32,1,65,1,106,33,1,11,32,1,45,0,0,34,8,65,3,118,34,9,65,16,107,32,3,65,26,117,32,9,106,114,65,7,75,13,0,3,64,32,0,65,1,107,33,0,32,8,65,128,1,107,32,3,65,6,116,114,34,3,65,0,78,4,64,32,5,65,0,54,2,0,32,6,32,3,54,2,0,32,2,32,0,107,33,4,12,4,11,32,0,69,13,2,32,1,65,1,106,34,1,45,0,0,34,8,65,192,1,113,65,128,1,70,13,0,11,11,32,5,65,0,54,2,0,65,148,231,3,65,25,54,2,0,65,127,33,4,12,1,11,32,5,32,3,54,2,0,11,32,7,65,16,106,36,0,32,4,11,67,0,2,64,32,0,69,13,0,2,64,2,64,2,64,2,64,32,1,65,2,106,14,6,0,1,2,2,4,3,4,11,32,0,32,2,60,0,0,15,11,32,0,32,2,61,1,0,15,11,32,0,32,2,62,2,0,15,11,32,0,32,2,55,3,0,11,11,184,29,2,18,127,5,126,35,0,65,144,1,107,34,12,36,0,32,12,65,0,65,144,1,16,156,6,34,12,65,127,54,2,76,32,12,32,0,54,2,44,32,12,65,33,54,2,32,32,12,32,0,54,2,84,32,2,33,15,35,0,65,176,2,107,34,6,36,0,32,12,34,3,40,2,76,26,2,64,32,1,34,2,45,0,0,34,1,69,13,0,32,6,65,16,106,33,20,2,64,2,64,2,64,2,64,3,64,2,64,2,64,32,1,65,255,1,113,16,70,4,64,3,64,32,2,34,1,65,1,106,33,2,32,1,45,0,1,16,70,13,0,11,32,3,66,0,16,73,3,64,2,127,32,3,40,2,4,34,2,32,3,40,2,104,73,4,64,32,3,32,2,65,1,106,54,2,4,32,2,45,0,0,12,1,11,32,3,16,74,11,16,70,13,0,11,32,3,40,2,4,33,2,32,3,40,2,104,4,64,32,3,32,2,65,1,107,34,2,54,2,4,11,32,2,32,3,40,2,8,107,172,32,3,41,3,120,32,23,124,124,33,23,12,1,11,2,127,2,64,2,64,32,2,45,0,0,34,1,65,37,70,4,64,32,2,45,0,1,34,0,65,42,70,13,1,32,0,65,37,71,13,2,11,32,3,66,0,16,73,32,2,32,1,65,37,70,106,33,1,2,127,32,3,40,2,4,34,2,32,3,40,2,104,73,4,64,32,3,32,2,65,1,106,54,2,4,32,2,45,0,0,12,1,11,32,3,16,74,11,34,2,32,1,45,0,0,71,4,64,32,3,40,2,104,4,64,32,3,32,3,40,2,4,65,1,107,54,2,4,11,32,2,65,127,74,13,11,65,0,33,13,32,14,13,11,12,9,11,32,23,66,1,124,33,23,12,3,11,65,0,33,8,32,2,65,2,106,12,1,11,2,64,32,0,16,69,69,13,0,32,2,45,0,2,65,36,71,13,0,32,2,45,0,1,65,48,107,33,1,35,0,65,16,107,34,0,32,15,54,2,12,32,0,32,15,32,1,65,2,116,65,4,107,65,0,32,1,65,1,75,27,106,34,0,65,4,106,54,2,8,32,0,40,2,0,33,8,32,2,65,3,106,12,1,11,32,15,40,2,0,33,8,32,15,65,4,106,33,15,32,2,65,1,106,11,33,1,65,0,33,13,65,0,33,2,32,1,45,0,0,16,69,4,64,3,64,32,1,45,0,0,32,2,65,10,108,106,65,48,107,33,2,32,1,45,0,1,33,0,32,1,65,1,106,33,1,32,0,16,69,13,0,11,11,32,1,45,0,0,34,4,65,237,0,71,4,127,32,1,5,65,0,33,9,32,8,65,0,71,33,13,32,1,45,0,1,33,4,65,0,33,10,32,1,65,1,106,11,34,0,65,1,106,33,1,65,3,33,5,2,64,2,64,2,64,2,64,2,64,2,64,32,4,65,255,1,113,65,193,0,107,14,58,4,10,4,10,4,4,4,10,10,10,10,3,10,10,10,10,10,10,4,10,10,10,10,4,10,10,4,10,10,10,10,10,4,10,4,4,4,4,4,0,4,5,10,1,10,4,4,4,10,10,4,2,4,10,10,4,10,2,10,11,32,0,65,2,106,32,1,32,0,45,0,1,65,232,0,70,34,0,27,33,1,65,126,65,127,32,0,27,33,5,12,4,11,32,0,65,2,106,32,1,32,0,45,0,1,65,236,0,70,34,0,27,33,1,65,3,65,1,32,0,27,33,5,12,3,11,65,1,33,5,12,2,11,65,2,33,5,12,1,11,65,0,33,5,32,0,33,1,11,65,1,32,5,32,1,45,0,0,34,0,65,47,113,65,3,70,34,4,27,33,16,2,64,32,0,65,32,114,32,0,32,4,27,34,11,65,219,0,70,13,0,2,64,32,11,65,238,0,71,4,64,32,11,65,227,0,71,13,1,32,2,65,1,32,2,65,1,74,27,33,2,12,2,11,32,8,32,16,32,23,16,96,12,2,11,32,3,66,0,16,73,3,64,2,127,32,3,40,2,4,34,0,32,3,40,2,104,73,4,64,32,3,32,0,65,1,106,54,2,4,32,0,45,0,0,12,1,11,32,3,16,74,11,16,70,13,0,11,32,3,40,2,4,33,0,32,3,40,2,104,4,64,32,3,32,0,65,1,107,34,0,54,2,4,11,32,0,32,3,40,2,8,107,172,32,3,41,3,120,32,23,124,124,33,23,11,32,3,32,2,172,34,21,16,73,2,64,32,3,40,2,4,34,5,32,3,40,2,104,34,0,73,4,64,32,3,32,5,65,1,106,54,2,4,12,1,11,32,3,16,74,65,0,72,13,5,32,3,40,2,104,33,0,11,32,0,4,64,32,3,32,3,40,2,4,65,1,107,54,2,4,11,65,16,33,0,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,32,11,65,216,0,107,14,33,6,11,11,2,11,11,11,11,11,1,11,2,4,1,1,1,11,5,11,11,11,11,11,3,6,11,11,2,11,4,11,11,6,0,11,32,11,65,193,0,107,34,2,65,6,75,13,10,65,1,32,2,116,65,241,0,113,69,13,10,11,32,6,65,8,106,32,3,32,16,65,0,16,89,32,3,41,3,120,66,0,32,3,40,2,4,32,3,40,2,8,107,172,125,81,13,16,32,8,69,13,9,32,20,41,3,0,33,21,32,6,41,3,8,33,22,32,16,14,3,5,6,7,9,11,32,11,65,239,1,113,65,227,0,70,4,64,32,6,65,32,106,65,127,65,129,2,16,156,6,26,32,6,65,0,58,0,32,32,11,65,243,0,71,13,8,32,6,65,0,58,0,65,32,6,65,0,58,0,46,32,6,65,0,54,1,42,12,8,11,32,6,65,32,106,32,1,45,0,1,34,5,65,222,0,70,34,0,65,129,2,16,156,6,26,32,6,65,0,58,0,32,32,1,65,2,106,32,1,65,1,106,32,0,27,33,4,2,127,2,64,2,64,32,1,65,2,65,1,32,0,27,106,45,0,0,34,1,65,45,71,4,64,32,1,65,221,0,70,13,1,32,5,65,222,0,71,33,5,32,4,12,3,11,32,6,32,5,65,222,0,71,34,5,58,0,78,12,1,11,32,6,32,5,65,222,0,71,34,5,58,0,126,11,32,4,65,1,106,11,33,1,3,64,2,64,32,1,45,0,0,34,0,65,45,71,4,64,32,0,69,13,16,32,0,65,221,0,71,13,1,12,10,11,65,45,33,0,32,1,45,0,1,34,7,69,13,0,32,7,65,221,0,70,13,0,32,1,65,1,106,33,4,2,64,32,7,32,1,65,1,107,45,0,0,34,1,77,4,64,32,7,33,0,12,1,11,3,64,32,1,65,1,106,34,1,32,6,65,32,106,106,32,5,58,0,0,32,1,32,4,45,0,0,34,0,73,13,0,11,11,32,4,33,1,11,32,0,32,6,106,32,5,58,0,33,32,1,65,1,106,33,1,12,0,11,0,11,65,8,33,0,12,2,11,65,10,33,0,12,1,11,65,0,33,0,11,32,3,33,2,66,0,33,21,65,0,33,7,65,0,33,5,65,0,33,17,35,0,65,16,107,34,18,36,0,2,126,2,64,2,64,2,64,2,64,2,64,32,0,65,36,77,4,64,3,64,2,127,32,2,40,2,4,34,4,32,2,40,2,104,73,4,64,32,2,32,4,65,1,106,54,2,4,32,4,45,0,0,12,1,11,32,2,16,74,11,34,4,16,70,13,0,11,2,64,2,64,32,4,65,43,107,14,3,0,1,0,1,11,65,127,65,0,32,4,65,45,70,27,33,17,32,2,40,2,4,34,4,32,2,40,2,104,73,4,64,32,2,32,4,65,1,106,54,2,4,32,4,45,0,0,33,4,12,1,11,32,2,16,74,33,4,11,2,64,2,64,32,0,65,111,113,13,0,32,4,65,48,71,13,0,2,127,32,2,40,2,4,34,4,32,2,40,2,104,73,4,64,32,2,32,4,65,1,106,54,2,4,32,4,45,0,0,12,1,11,32,2,16,74,11,34,4,65,95,113,65,216,0,70,4,64,65,16,33,0,2,127,32,2,40,2,4,34,4,32,2,40,2,104,73,4,64,32,2,32,4,65,1,106,54,2,4,32,4,45,0,0,12,1,11,32,2,16,74,11,34,4,65,209,37,106,45,0,0,65,16,73,13,5,32,2,40,2,104,69,13,8,32,2,32,2,40,2,4,65,1,107,54,2,4,12,8,11,32,0,13,1,65,8,33,0,12,4,11,32,0,65,10,32,0,27,34,0,32,4,65,209,37,106,45,0,0,75,13,0,32,2,40,2,104,4,64,32,2,32,2,40,2,4,65,1,107,54,2,4,11,32,2,66,0,16,73,65,148,231,3,65,28,54,2,0,66,0,12,7,11,32,0,65,10,71,13,2,32,4,65,48,107,34,7,65,9,77,4,64,65,0,33,0,3,64,32,7,32,0,65,10,108,106,33,0,2,127,32,2,40,2,4,34,4,32,2,40,2,104,73,4,64,32,2,32,4,65,1,106,54,2,4,32,4,45,0,0,12,1,11,32,2,16,74,11,34,4,65,48,107,34,7,65,9,77,65,0,32,0,65,153,179,230,204,1,73,27,13,0,11,32,0,173,33,21,11,32,7,65,9,75,13,1,32,21,66,10,126,33,24,32,7,173,33,22,3,64,32,22,32,24,124,33,21,2,127,32,2,40,2,4,34,4,32,2,40,2,104,73,4,64,32,2,32,4,65,1,106,54,2,4,32,4,45,0,0,12,1,11,32,2,16,74,11,34,4,65,48,107,34,7,65,9,75,13,2,32,21,66,154,179,230,204,153,179,230,204,25,90,13,2,32,21,66,10,126,34,24,32,7,173,34,22,66,127,133,88,13,0,11,65,10,33,0,12,3,11,65,148,231,3,65,28,54,2,0,66,0,12,5,11,65,10,33,0,32,7,65,9,77,13,1,12,2,11,32,0,32,0,65,1,107,113,4,64,32,4,65,209,37,106,45,0,0,34,5,32,0,73,4,64,3,64,32,5,32,0,32,7,108,106,33,7,2,127,32,2,40,2,4,34,4,32,2,40,2,104,73,4,64,32,2,32,4,65,1,106,54,2,4,32,4,45,0,0,12,1,11,32,2,16,74,11,34,4,65,209,37,106,45,0,0,34,5,32,0,73,65,0,32,7,65,199,227,241,56,73,27,13,0,11,32,7,173,33,21,11,32,0,32,5,77,13,1,32,0,173,33,24,3,64,32,21,32,24,126,34,22,32,5,173,66,255,1,131,34,25,66,127,133,86,13,2,32,22,32,25,124,33,21,32,0,2,127,32,2,40,2,4,34,4,32,2,40,2,104,73,4,64,32,2,32,4,65,1,106,54,2,4,32,4,45,0,0,12,1,11,32,2,16,74,11,34,4,65,209,37,106,45,0,0,34,5,77,13,2,32,18,32,24,66,0,32,21,66,0,16,87,32,18,41,3,8,80,13,0,11,12,1,11,32,0,65,23,108,65,5,118,65,7,113,65,209,39,106,44,0,0,33,19,32,4,65,209,37,106,45,0,0,34,7,32,0,73,4,64,3,64,32,5,32,19,116,32,7,114,33,5,2,127,32,2,40,2,4,34,4,32,2,40,2,104,73,4,64,32,2,32,4,65,1,106,54,2,4,32,4,45,0,0,12,1,11,32,2,16,74,11,34,4,65,209,37,106,45,0,0,34,7,32,0,73,65,0,32,5,65,128,128,128,192,0,73,27,13,0,11,32,5,173,33,21,11,32,0,32,7,77,13,0,66,127,32,19,173,34,22,136,34,25,32,21,84,13,0,3,64,32,7,173,66,255,1,131,32,21,32,22,134,132,33,21,32,0,2,127,32,2,40,2,4,34,4,32,2,40,2,104,73,4,64,32,2,32,4,65,1,106,54,2,4,32,4,45,0,0,12,1,11,32,2,16,74,11,34,4,65,209,37,106,45,0,0,34,7,77,13,1,32,21,32,25,88,13,0,11,11,32,0,32,4,65,209,37,106,45,0,0,77,13,0,3,64,32,0,2,127,32,2,40,2,4,34,4,32,2,40,2,104,73,4,64,32,2,32,4,65,1,106,54,2,4,32,4,45,0,0,12,1,11,32,2,16,74,11,65,209,37,106,45,0,0,75,13,0,11,65,148,231,3,65,196,0,54,2,0,65,0,33,17,66,127,33,21,11,32,2,40,2,104,4,64,32,2,32,2,40,2,4,65,1,107,54,2,4,11,2,64,32,21,66,127,82,13,0,11,32,21,32,17,172,34,22,133,32,22,125,12,1,11,32,2,66,0,16,73,66,0,11,33,22,32,18,65,16,106,36,0,32,22,33,21,32,3,41,3,120,66,0,32,3,40,2,4,32,3,40,2,8,107,172,125,81,13,11,2,64,32,11,65,240,0,71,13,0,32,8,69,13,0,32,8,32,21,62,2,0,12,5,11,32,8,32,16,32,21,16,96,12,4,11,32,8,32,22,32,21,16,91,56,2,0,12,3,11,32,8,32,22,32,21,16,92,57,3,0,12,2,11,32,8,32,22,55,3,0,32,8,32,21,55,3,8,12,1,11,32,2,65,1,106,65,31,32,11,65,227,0,70,34,4,27,33,5,2,64,32,16,65,1,71,34,7,69,4,64,32,8,33,0,32,13,4,64,32,5,65,2,116,16,147,6,34,0,69,13,7,11,32,6,66,0,55,3,168,2,65,0,33,2,32,13,33,9,3,64,32,0,33,10,2,64,3,64,2,127,32,3,40,2,4,34,0,32,3,40,2,104,73,4,64,32,3,32,0,65,1,106,54,2,4,32,0,45,0,0,12,1,11,32,3,16,74,11,34,0,32,6,106,45,0,33,69,13,1,32,6,32,0,58,0,27,32,6,65,28,106,32,6,65,27,106,65,1,32,6,65,168,2,106,16,95,34,0,65,126,70,13,0,32,0,65,127,70,13,7,32,10,4,64,32,10,32,2,65,2,116,106,32,6,40,2,28,54,2,0,32,2,65,1,106,33,2,11,32,9,32,2,32,5,70,113,69,13,0,11,32,10,32,5,65,1,116,65,1,114,34,5,65,2,116,16,149,6,34,0,13,1,12,6,11,11,32,6,65,168,2,106,34,0,4,127,32,0,40,2,0,5,65,0,11,13,4,65,0,33,9,12,1,11,32,13,4,64,65,0,33,2,32,5,16,147,6,34,0,69,13,6,3,64,32,0,33,9,3,64,2,127,32,3,40,2,4,34,0,32,3,40,2,104,73,4,64,32,3,32,0,65,1,106,54,2,4,32,0,45,0,0,12,1,11,32,3,16,74,11,34,0,32,6,106,45,0,33,69,4,64,65,0,33,10,12,4,11,32,2,32,9,106,32,0,58,0,0,32,2,65,1,106,34,2,32,5,71,13,0,11,65,0,33,10,32,9,32,5,65,1,116,65,1,114,34,5,16,149,6,34,0,13,0,11,12,7,11,65,0,33,2,32,8,4,64,3,64,2,127,32,3,40,2,4,34,0,32,3,40,2,104,73,4,64,32,3,32,0,65,1,106,54,2,4,32,0,45,0,0,12,1,11,32,3,16,74,11,34,0,32,6,106,45,0,33,4,64,32,2,32,8,106,32,0,58,0,0,32,2,65,1,106,33,2,12,1,5,65,0,33,10,32,8,33,9,12,3,11,0,11,0,11,3,64,2,127,32,3,40,2,4,34,2,32,3,40,2,104,73,4,64,32,3,32,2,65,1,106,54,2,4,32,2,45,0,0,12,1,11,32,3,16,74,11,32,6,106,45,0,33,13,0,11,65,0,33,9,65,0,33,10,65,0,33,2,11,32,3,40,2,4,33,0,32,3,40,2,104,4,64,32,3,32,0,65,1,107,34,0,54,2,4,11,32,3,41,3,120,32,0,32,3,40,2,8,107,172,124,34,22,80,13,7,32,11,65,227,0,70,65,0,32,21,32,22,82,27,13,7,2,64,32,13,69,13,0,32,7,69,4,64,32,8,32,10,54,2,0,12,1,11,32,8,32,9,54,2,0,11,32,4,13,0,32,10,4,64,32,10,32,2,65,2,116,106,65,0,54,2,0,11,32,9,69,4,64,65,0,33,9,12,1,11,32,2,32,9,106,65,0,58,0,0,11,32,3,40,2,4,32,3,40,2,8,107,172,32,3,41,3,120,32,23,124,124,33,23,32,14,32,8,65,0,71,106,33,14,11,32,1,65,1,106,33,2,32,1,45,0,1,34,1,13,1,12,6,11,11,65,0,33,9,12,1,11,65,0,33,9,65,0,33,10,11,32,14,13,1,11,65,127,33,14,11,32,13,69,13,0,32,9,16,148,6,32,10,16,148,6,11,32,6,65,176,2,106,36,0,32,14,33,0,32,12,65,144,1,106,36,0,32,0,11,84,1,2,127,32,1,32,0,40,2,84,34,3,32,3,65,0,32,2,65,128,2,106,34,1,16,68,34,4,32,3,107,32,1,32,4,27,34,1,32,2,32,1,32,2,73,27,34,2,16,155,6,26,32,0,32,1,32,3,106,34,1,54,2,84,32,0,32,1,54,2,8,32,0,32,2,32,3,106,54,2,4,32,2,11,77,1,2,127,32,1,45,0,0,33,2,2,64,32,0,45,0,0,34,3,69,13,0,32,2,32,3,71,13,0,3,64,32,1,45,0,1,33,2,32,0,45,0,1,34,3,69,13,1,32,1,65,1,106,33,1,32,0,65,1,106,33,0,32,2,32,3,70,13,0,11,11,32,3,32,2,107,11,182,3,1,8,127,32,0,16,158,6,33,6,2,64,65,220,231,3,40,2,0,69,13,0,32,0,45,0,0,69,13,0,2,127,2,64,32,0,34,1,65,3,113,4,64,3,64,32,1,45,0,0,34,2,69,13,2,32,2,65,61,70,13,2,32,1,65,1,106,34,1,65,3,113,13,0,11,11,2,64,32,1,40,2,0,34,2,65,127,115,32,2,65,129,130,132,8,107,113,65,128,129,130,132,120,113,13,0,3,64,32,2,65,189,250,244,233,3,115,34,2,65,127,115,32,2,65,129,130,132,8,107,113,65,128,129,130,132,120,113,13,1,32,1,40,2,4,33,2,32,1,65,4,106,33,1,32,2,65,129,130,132,8,107,32,2,65,127,115,113,65,128,129,130,132,120,113,69,13,0,11,11,3,64,32,1,34,2,45,0,0,34,4,4,64,32,2,65,1,106,33,1,32,4,65,61,71,13,1,11,11,32,2,12,1,11,32,1,11,34,1,65,0,32,1,45,0,0,65,61,70,27,13,0,65,220,231,3,40,2,0,40,2,0,34,3,69,13,0,2,64,3,64,2,127,32,0,33,2,65,0,33,7,65,0,32,6,34,1,69,13,0,26,2,64,32,2,45,0,0,34,4,69,13,0,3,64,2,64,32,3,45,0,0,34,8,69,13,0,32,1,65,1,107,34,1,69,13,0,32,4,32,8,71,13,0,32,3,65,1,106,33,3,32,2,45,0,1,33,4,32,2,65,1,106,33,2,32,4,13,1,12,2,11,11,32,4,33,7,11,32,7,65,255,1,113,32,3,45,0,0,107,11,33,1,65,220,231,3,40,2,0,33,3,32,1,69,4,64,32,3,32,5,65,2,116,106,40,2,0,32,6,106,34,1,45,0,0,65,61,70,13,2,11,32,3,32,5,65,1,106,34,5,65,2,116,106,40,2,0,34,3,13,0,11,65,0,15,11,32,1,65,1,106,33,5,11,32,5,11,144,3,1,3,127,2,64,32,1,45,0,0,13,0,65,228,13,16,100,34,1,4,64,32,1,45,0,0,13,1,11,32,0,65,12,108,65,144,42,106,16,100,34,1,4,64,32,1,45,0,0,13,1,11,65,235,13,16,100,34,1,4,64,32,1,45,0,0,13,1,11,65,198,14,33,1,11,2,64,3,64,2,64,32,1,32,2,106,45,0,0,34,4,69,13,0,32,4,65,47,70,13,0,65,15,33,4,32,2,65,1,106,34,2,65,15,71,13,1,12,2,11,11,32,2,33,4,11,65,198,14,33,3,2,64,2,64,2,64,2,64,2,64,32,1,45,0,0,34,2,65,46,70,13,0,32,1,32,4,106,45,0,0,13,0,32,1,33,3,32,2,65,195,0,71,13,1,11,32,3,45,0,1,69,13,1,11,32,3,65,198,14,16,99,69,13,0,32,3,65,203,13,16,99,13,1,11,32,0,69,4,64,65,196,41,33,2,32,3,45,0,1,65,46,70,13,2,11,65,0,15,11,65,232,231,3,40,2,0,34,2,4,64,3,64,32,3,32,2,65,8,106,16,99,69,13,2,32,2,40,2,24,34,2,13,0,11,11,65,232,231,3,40,2,0,34,2,4,64,3,64,32,3,32,2,65,8,106,16,99,69,4,64,32,2,15,11,32,2,40,2,24,34,2,13,0,11,11,2,64,65,28,16,147,6,34,2,69,4,64,65,0,33,2,12,1,11,32,2,65,196,41,41,2,0,55,2,0,32,2,65,8,106,34,1,32,3,32,4,16,155,6,26,32,1,32,4,106,65,0,58,0,0,32,2,65,232,231,3,40,2,0,54,2,24,65,232,231,3,32,2,54,2,0,11,32,2,65,196,41,32,0,32,2,114,27,33,2,11,32,2,11,21,0,32,0,65,0,71,32,0,65,224,41,71,113,32,0,65,248,41,71,113,11,217,1,1,4,127,35,0,65,32,107,34,3,36,0,2,64,65,0,16,102,4,64,3,64,65,255,255,255,255,7,32,2,118,65,1,113,4,64,32,2,65,2,116,32,2,32,0,16,101,54,2,0,11,32,2,65,1,106,34,2,65,6,71,13,0,11,12,1,11,3,64,32,3,65,8,106,32,2,65,2,116,106,32,2,32,0,65,202,21,65,1,32,2,116,65,255,255,255,255,7,113,27,16,101,34,1,54,2,0,32,4,32,1,65,0,71,106,33,4,32,2,65,1,106,34,2,65,6,71,13,0,11,65,224,41,33,1,2,64,2,64,32,4,14,2,2,0,1,11,32,3,40,2,8,65,196,41,71,13,0,65,248,41,33,1,12,1,11,65,24,16,147,6,34,1,69,13,0,32,1,32,3,41,3,8,55,2,0,32,1,32,3,41,3,24,55,2,16,32,1,32,3,41,3,16,55,2,8,11,32,3,65,32,106,36,0,32,1,11,148,2,0,2,64,32,0,4,127,32,1,65,255,0,77,13,1,2,64,65,156,245,1,40,2,0,40,2,0,69,4,64,32,1,65,128,127,113,65,128,191,3,70,13,3,65,148,231,3,65,25,54,2,0,12,1,11,32,1,65,255,15,77,4,64,32,0,32,1,65,63,113,65,128,1,114,58,0,1,32,0,32,1,65,6,118,65,192,1,114,58,0,0,65,2,15,11,32,1,65,128,176,3,79,65,0,32,1,65,128,64,113,65,128,192,3,71,27,69,4,64,32,0,32,1,65,63,113,65,128,1,114,58,0,2,32,0,32,1,65,12,118,65,224,1,114,58,0,0,32,0,32,1,65,6,118,65,63,113,65,128,1,114,58,0,1,65,3,15,11,32,1,65,128,128,4,107,65,255,255,63,77,4,64,32,0,32,1,65,63,113,65,128,1,114,58,0,3,32,0,32,1,65,18,118,65,240,1,114,58,0,0,32,0,32,1,65,6,118,65,63,113,65,128,1,114,58,0,2,32,0,32,1,65,12,118,65,63,113,65,128,1,114,58,0,1,65,4,15,11,65,148,231,3,65,25,54,2,0,11,65,127,5,65,1,11,15,11,32,0,32,1,58,0,0,65,1,11,17,0,32,0,69,4,64,65,0,15,11,32,0,32,1,16,104,11,126,2,1,127,1,126,32,0,189,34,3,66,52,136,167,65,255,15,113,34,2,65,255,15,71,4,124,32,2,69,4,64,32,1,32,0,68,0,0,0,0,0,0,0,0,97,4,127,65,0,5,32,0,68,0,0,0,0,0,0,240,67,162,32,1,16,106,33,0,32,1,40,2,0,65,64,106,11,54,2,0,32,0,15,11,32,1,32,2,65,254,7,107,54,2,0,32,3,66,255,255,255,255,255,255,255,135,128,127,131,66,128,128,128,128,128,128,128,240,63,132,191,5,32,0,11,11,146,18,2,15,127,1,126,35,0,65,208,0,107,34,5,36,0,32,5,32,1,54,2,76,32,5,65,55,106,33,19,32,5,65,56,106,33,16,65,0,33,1,2,64,3,64,2,64,32,13,65,0,72,13,0,65,255,255,255,255,7,32,13,107,32,1,72,4,64,65,148,231,3,65,61,54,2,0,65,127,33,13,12,1,11,32,1,32,13,106,33,13,11,32,5,40,2,76,34,9,33,1,2,64,2,64,2,64,32,9,45,0,0,34,6,4,64,3,64,2,64,2,64,32,6,65,255,1,113,34,6,69,4,64,32,1,33,6,12,1,11,32,6,65,37,71,13,1,32,1,33,6,3,64,32,1,45,0,1,65,37,71,13,1,32,5,32,1,65,2,106,34,7,54,2,76,32,6,65,1,106,33,6,32,1,45,0,2,33,10,32,7,33,1,32,10,65,37,70,13,0,11,11,32,6,32,9,107,33,1,32,0,4,64,32,0,32,9,32,1,16,108,11,32,1,13,6,65,127,33,15,65,1,33,6,32,5,40,2,76,44,0,1,16,69,33,7,32,5,40,2,76,33,1,2,64,32,7,69,13,0,32,1,45,0,2,65,36,71,13,0,32,1,44,0,1,65,48,107,33,15,65,1,33,17,65,3,33,6,11,32,5,32,1,32,6,106,34,1,54,2,76,65,0,33,14,2,64,32,1,44,0,0,34,10,65,32,107,34,7,65,31,75,4,64,32,1,33,6,12,1,11,32,1,33,6,65,1,32,7,116,34,7,65,137,209,4,113,69,13,0,3,64,32,5,32,1,65,1,106,34,6,54,2,76,32,7,32,14,114,33,14,32,1,44,0,1,34,10,65,32,107,34,7,65,32,79,13,1,32,6,33,1,65,1,32,7,116,34,7,65,137,209,4,113,13,0,11,11,2,64,32,10,65,42,70,4,64,32,5,2,127,2,64,32,6,44,0,1,16,69,69,13,0,32,5,40,2,76,34,6,45,0,2,65,36,71,13,0,32,6,44,0,1,65,2,116,32,4,106,65,192,1,107,65,10,54,2,0,32,6,44,0,1,65,3,116,32,3,106,65,128,3,107,40,2,0,33,11,65,1,33,17,32,6,65,3,106,12,1,11,32,17,13,6,65,0,33,17,65,0,33,11,32,0,4,64,32,2,32,2,40,2,0,34,1,65,4,106,54,2,0,32,1,40,2,0,33,11,11,32,5,40,2,76,65,1,106,11,34,1,54,2,76,32,11,65,127,74,13,1,65,0,32,11,107,33,11,32,14,65,128,192,0,114,33,14,12,1,11,32,5,65,204,0,106,16,109,34,11,65,0,72,13,4,32,5,40,2,76,33,1,11,65,127,33,8,2,64,32,1,45,0,0,65,46,71,13,0,32,1,45,0,1,65,42,70,4,64,2,64,32,1,44,0,2,16,69,69,13,0,32,5,40,2,76,34,1,45,0,3,65,36,71,13,0,32,1,44,0,2,65,2,116,32,4,106,65,192,1,107,65,10,54,2,0,32,1,44,0,2,65,3,116,32,3,106,65,128,3,107,40,2,0,33,8,32,5,32,1,65,4,106,34,1,54,2,76,12,2,11,32,17,13,5,32,0,4,127,32,2,32,2,40,2,0,34,1,65,4,106,54,2,0,32,1,40,2,0,5,65,0,11,33,8,32,5,32,5,40,2,76,65,2,106,34,1,54,2,76,12,1,11,32,5,32,1,65,1,106,54,2,76,32,5,65,204,0,106,16,109,33,8,32,5,40,2,76,33,1,11,65,0,33,6,3,64,32,6,33,7,65,127,33,12,32,1,44,0,0,65,193,0,107,65,57,75,13,8,32,5,32,1,65,1,106,34,10,54,2,76,32,1,44,0,0,33,6,32,10,33,1,32,6,32,7,65,58,108,106,65,159,42,106,45,0,0,34,6,65,1,107,65,8,73,13,0,11,2,64,2,64,32,6,65,19,71,4,64,32,6,69,13,10,32,15,65,0,78,4,64,32,4,32,15,65,2,116,106,32,6,54,2,0,32,5,32,3,32,15,65,3,116,106,41,3,0,55,3,64,12,2,11,32,0,69,13,8,32,5,65,64,107,32,6,32,2,16,110,32,5,40,2,76,33,10,12,2,11,32,15,65,127,74,13,9,11,65,0,33,1,32,0,69,13,7,11,32,14,65,255,255,123,113,34,18,32,14,32,14,65,128,192,0,113,27,33,6,65,0,33,12,65,209,9,33,15,32,16,33,14,2,64,2,64,2,64,2,127,2,64,2,64,2,64,2,64,2,127,2,64,2,64,2,64,2,64,2,64,2,64,2,64,32,10,65,1,107,44,0,0,34,1,65,95,113,32,1,32,1,65,15,113,65,3,70,27,32,1,32,7,27,34,1,65,216,0,107,14,33,4,20,20,20,20,20,20,20,20,14,20,15,6,14,14,14,20,6,20,20,20,20,2,5,3,20,20,9,20,1,20,20,4,0,11,2,64,32,1,65,193,0,107,14,7,14,20,11,20,14,14,14,0,11,32,1,65,211,0,70,13,9,12,19,11,32,5,41,3,64,33,20,65,209,9,12,5,11,65,0,33,1,2,64,2,64,2,64,2,64,2,64,2,64,2,64,32,7,65,255,1,113,14,8,0,1,2,3,4,26,5,6,26,11,32,5,40,2,64,32,13,54,2,0,12,25,11,32,5,40,2,64,32,13,54,2,0,12,24,11,32,5,40,2,64,32,13,172,55,3,0,12,23,11,32,5,40,2,64,32,13,59,1,0,12,22,11,32,5,40,2,64,32,13,58,0,0,12,21,11,32,5,40,2,64,32,13,54,2,0,12,20,11,32,5,40,2,64,32,13,172,55,3,0,12,19,11,32,8,65,8,32,8,65,8,75,27,33,8,32,6,65,8,114,33,6,65,248,0,33,1,11,32,16,33,7,32,1,65,32,113,33,18,32,5,41,3,64,34,20,80,69,4,64,3,64,32,7,65,1,107,34,7,32,20,167,65,15,113,65,176,46,106,45,0,0,32,18,114,58,0,0,32,20,66,15,86,33,9,32,20,66,4,136,33,20,32,9,13,0,11,11,32,7,33,9,32,5,41,3,64,80,13,3,32,6,65,8,113,69,13,3,32,1,65,4,118,65,209,9,106,33,15,65,2,33,12,12,3,11,32,16,33,1,32,5,41,3,64,34,20,80,69,4,64,3,64,32,1,65,1,107,34,1,32,20,167,65,7,113,65,48,114,58,0,0,32,20,66,7,86,33,7,32,20,66,3,136,33,20,32,7,13,0,11,11,32,1,33,9,32,6,65,8,113,69,13,2,32,8,32,16,32,9,107,34,1,65,1,106,32,1,32,8,72,27,33,8,12,2,11,32,5,41,3,64,34,20,66,127,87,4,64,32,5,66,0,32,20,125,34,20,55,3,64,65,1,33,12,65,209,9,12,1,11,32,6,65,128,16,113,4,64,65,1,33,12,65,210,9,12,1,11,65,211,9,65,209,9,32,6,65,1,113,34,12,27,11,33,15,32,20,32,16,16,111,33,9,11,32,6,65,255,255,123,113,32,6,32,8,65,127,74,27,33,6,2,64,32,5,41,3,64,34,20,66,0,82,13,0,32,8,13,0,65,0,33,8,32,16,33,9,12,12,11,32,8,32,20,80,32,16,32,9,107,106,34,1,32,1,32,8,72,27,33,8,12,11,11,32,5,40,2,64,34,1,65,254,14,32,1,27,34,9,65,0,32,8,16,68,34,1,32,8,32,9,106,32,1,27,33,14,32,18,33,6,32,1,32,9,107,32,8,32,1,27,33,8,12,10,11,32,8,4,64,32,5,40,2,64,12,2,11,65,0,33,1,32,0,65,32,32,11,65,0,32,6,16,112,12,2,11,32,5,65,0,54,2,12,32,5,32,5,41,3,64,62,2,8,32,5,32,5,65,8,106,54,2,64,65,127,33,8,32,5,65,8,106,11,33,7,65,0,33,1,2,64,3,64,32,7,40,2,0,34,10,69,13,1,2,64,32,5,65,4,106,32,10,16,105,34,10,65,0,72,34,9,13,0,32,10,32,8,32,1,107,75,13,0,32,7,65,4,106,33,7,32,8,32,1,32,10,106,34,1,75,13,1,12,2,11,11,65,127,33,12,32,9,13,11,11,32,0,65,32,32,11,32,1,32,6,16,112,32,1,69,4,64,65,0,33,1,12,1,11,65,0,33,7,32,5,40,2,64,33,10,3,64,32,10,40,2,0,34,9,69,13,1,32,5,65,4,106,32,9,16,105,34,9,32,7,106,34,7,32,1,74,13,1,32,0,32,5,65,4,106,32,9,16,108,32,10,65,4,106,33,10,32,1,32,7,75,13,0,11,11,32,0,65,32,32,11,32,1,32,6,65,128,192,0,115,16,112,32,11,32,1,32,1,32,11,72,27,33,1,12,8,11,32,0,173,32,5,43,3,64,189,32,11,173,32,8,173,32,6,173,32,1,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,65,34,17,0,0,167,33,1,12,7,11,32,5,32,5,41,3,64,60,0,55,65,1,33,8,32,19,33,9,32,18,33,6,12,4,11,32,5,32,1,65,1,106,34,7,54,2,76,32,1,45,0,1,33,6,32,7,33,1,12,0,11,0,11,32,13,33,12,32,0,13,4,32,17,69,13,2,65,1,33,1,3,64,32,4,32,1,65,2,116,106,40,2,0,34,6,4,64,32,3,32,1,65,3,116,106,32,6,32,2,16,110,65,1,33,12,32,1,65,1,106,34,1,65,10,71,13,1,12,6,11,11,65,1,33,12,32,1,65,10,79,13,4,3,64,32,4,32,1,65,2,116,106,40,2,0,13,1,32,1,65,1,106,34,1,65,10,71,13,0,11,12,4,11,65,127,33,12,12,3,11,32,0,65,32,32,12,32,14,32,9,107,34,10,32,8,32,8,32,10,72,27,34,14,106,34,7,32,11,32,7,32,11,74,27,34,1,32,7,32,6,16,112,32,0,32,15,32,12,16,108,32,0,65,48,32,1,32,7,32,6,65,128,128,4,115,16,112,32,0,65,48,32,14,32,10,65,0,16,112,32,0,32,9,32,10,16,108,32,0,65,32,32,1,32,7,32,6,65,128,192,0,115,16,112,12,1,11,11,65,0,33,12,11,32,5,65,208,0,106,36,0,32,12,11,201,2,1,3,127,32,0,45,0,0,65,32,113,69,4,64,2,64,32,2,32,0,34,4,40,2,16,34,3,4,127,32,3,5,2,127,32,4,32,4,45,0,74,34,3,65,1,107,32,3,114,58,0,74,32,4,40,2,0,34,3,65,8,113,4,64,32,0,32,3,65,32,114,54,2,0,65,127,12,1,11,32,0,66,0,55,2,4,32,0,32,0,40,2,44,34,3,54,2,28,32,0,32,3,54,2,20,32,0,32,3,32,0,40,2,48,106,54,2,16,65,0,11,13,1,32,4,40,2,16,11,32,4,40,2,20,34,5,107,75,4,64,32,4,173,32,1,173,32,2,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,4,40,2,36,17,0,0,167,26,12,1,11,2,64,32,4,44,0,75,65,0,72,13,0,32,2,33,0,3,64,32,0,34,3,69,13,1,32,1,32,3,65,1,107,34,0,106,45,0,0,65,10,71,13,0,11,32,4,173,32,1,173,32,3,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,4,40,2,36,17,0,0,167,32,3,73,13,1,32,1,32,3,106,33,1,32,2,32,3,107,33,2,32,4,40,2,20,33,5,11,32,5,32,1,32,2,16,155,6,26,32,4,32,4,40,2,20,32,2,106,54,2,20,11,11,11,66,1,3,127,32,0,40,2,0,44,0,0,16,69,4,64,3,64,32,0,40,2,0,34,2,44,0,0,33,3,32,0,32,2,65,1,106,54,2,0,32,3,32,1,65,10,108,106,65,48,107,33,1,32,2,44,0,1,16,69,13,0,11,11,32,1,11,218,2,0,2,64,32,1,65,20,75,13,0,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,32,1,65,9,107,14,10,0,1,2,3,4,5,6,7,8,9,10,11,32,2,32,2,40,2,0,34,1,65,4,106,54,2,0,32,0,32,1,40,2,0,54,2,0,15,11,32,2,32,2,40,2,0,34,1,65,4,106,54,2,0,32,0,32,1,52,2,0,55,3,0,15,11,32,2,32,2,40,2,0,34,1,65,4,106,54,2,0,32,0,32,1,53,2,0,55,3,0,15,11,32,2,32,2,40,2,0,65,7,106,65,120,113,34,1,65,8,106,54,2,0,32,0,32,1,41,3,0,55,3,0,15,11,32,2,32,2,40,2,0,34,1,65,4,106,54,2,0,32,0,32,1,50,1,0,55,3,0,15,11,32,2,32,2,40,2,0,34,1,65,4,106,54,2,0,32,0,32,1,51,1,0,55,3,0,15,11,32,2,32,2,40,2,0,34,1,65,4,106,54,2,0,32,0,32,1,48,0,0,55,3,0,15,11,32,2,32,2,40,2,0,34,1,65,4,106,54,2,0,32,0,32,1,49,0,0,55,3,0,15,11,32,2,32,2,40,2,0,65,7,106,65,120,113,34,1,65,8,106,54,2,0,32,0,32,1,43,3,0,57,3,0,15,11,32,0,173,32,2,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,65,35,17,0,0,26,11,11,131,1,2,3,127,1,126,2,64,32,0,66,128,128,128,128,16,84,4,64,32,0,33,5,12,1,11,3,64,32,1,65,1,107,34,1,32,0,32,0,66,10,128,34,5,66,10,126,125,167,65,48,114,58,0,0,32,0,66,255,255,255,255,159,1,86,33,2,32,5,33,0,32,2,13,0,11,11,32,5,167,34,2,4,64,3,64,32,1,65,1,107,34,1,32,2,32,2,65,10,110,34,3,65,10,108,107,65,48,114,58,0,0,32,2,65,9,75,33,4,32,3,33,2,32,4,13,0,11,11,32,1,11,112,1,1,127,35,0,65,128,2,107,34,5,36,0,2,64,32,4,65,128,192,4,113,13,0,32,2,32,3,76,13,0,32,5,32,1,65,255,1,113,32,2,32,3,107,34,2,65,128,2,32,2,65,128,2,73,34,3,27,16,156,6,26,32,3,69,4,64,3,64,32,0,32,5,65,128,2,16,108,32,2,65,128,2,107,34,2,65,255,1,75,13,0,11,11,32,0,32,5,32,2,16,108,11,32,5,65,128,2,106,36,0,11,143,23,3,17,127,1,124,2,126,35,0,65,176,4,107,34,9,36,0,32,9,65,0,54,2,44,2,64,32,1,189,34,24,66,127,87,4,64,65,1,33,17,65,219,9,33,19,32,1,154,34,1,189,33,24,12,1,11,32,4,65,128,16,113,4,64,65,1,33,17,65,222,9,33,19,12,1,11,65,225,9,65,220,9,32,4,65,1,113,34,17,27,33,19,32,17,69,33,22,11,2,64,32,24,66,128,128,128,128,128,128,128,248,255,0,131,66,128,128,128,128,128,128,128,248,255,0,81,4,64,32,0,65,32,32,2,32,17,65,3,106,34,12,32,4,65,255,255,123,113,16,112,32,0,32,19,32,17,16,108,32,0,65,169,11,65,218,13,32,5,65,32,113,34,6,27,65,250,11,65,240,13,32,6,27,32,1,32,1,98,27,65,3,16,108,32,0,65,32,32,2,32,12,32,4,65,128,192,0,115,16,112,12,1,11,32,9,65,16,106,33,16,2,64,2,127,2,64,32,1,32,9,65,44,106,16,106,34,1,32,1,160,34,1,68,0,0,0,0,0,0,0,0,98,4,64,32,9,32,9,40,2,44,34,6,65,1,107,54,2,44,32,5,65,32,114,34,20,65,225,0,71,13,1,12,3,11,32,5,65,32,114,34,20,65,225,0,70,13,2,32,9,40,2,44,33,8,65,6,32,3,32,3,65,0,72,27,12,1,11,32,9,32,6,65,29,107,34,8,54,2,44,32,1,68,0,0,0,0,0,0,176,65,162,33,1,65,6,32,3,32,3,65,0,72,27,11,33,11,32,9,65,48,106,32,9,65,208,2,106,32,8,65,0,72,27,34,15,33,7,3,64,32,7,2,127,32,1,68,0,0,0,0,0,0,240,65,99,32,1,68,0,0,0,0,0,0,0,0,102,113,4,64,32,1,171,12,1,11,65,0,11,34,6,54,2,0,32,7,65,4,106,33,7,32,1,32,6,184,161,68,0,0,0,0,101,205,205,65,162,34,1,68,0,0,0,0,0,0,0,0,98,13,0,11,2,64,32,8,65,1,72,4,64,32,7,33,6,32,15,33,10,12,1,11,32,15,33,10,3,64,32,8,65,29,32,8,65,29,72,27,33,8,2,64,32,7,65,4,107,34,6,32,10,73,13,0,32,8,173,33,25,66,0,33,24,3,64,32,6,32,24,66,255,255,255,255,15,131,32,6,53,2,0,32,25,134,124,34,24,32,24,66,128,148,235,220,3,128,34,24,66,128,148,235,220,3,126,125,62,2,0,32,6,65,4,107,34,6,32,10,79,13,0,11,32,24,167,34,6,69,13,0,32,10,65,4,107,34,10,32,6,54,2,0,11,3,64,32,10,32,7,34,6,73,4,64,32,6,65,4,107,34,7,40,2,0,69,13,1,11,11,32,9,32,9,40,2,44,32,8,107,34,8,54,2,44,32,6,33,7,32,8,65,0,74,13,0,11,11,32,11,65,25,106,65,9,109,33,7,32,8,65,127,76,4,64,32,7,65,1,106,33,18,32,20,65,230,0,70,33,21,3,64,65,0,32,8,107,34,7,65,9,32,7,65,9,72,27,33,12,2,64,32,6,32,10,75,4,64,65,128,148,235,220,3,32,12,118,33,13,65,127,32,12,116,65,127,115,33,14,65,0,33,8,32,10,33,7,3,64,32,7,32,7,40,2,0,34,3,32,12,118,32,8,106,54,2,0,32,3,32,14,113,32,13,108,33,8,32,7,65,4,106,34,7,32,6,73,13,0,11,32,10,40,2,0,33,7,32,8,69,13,1,32,6,32,8,54,2,0,32,6,65,4,106,33,6,12,1,11,32,10,40,2,0,33,7,11,32,9,32,9,40,2,44,32,12,106,34,8,54,2,44,32,15,32,10,32,7,69,65,2,116,106,34,10,32,21,27,34,7,32,18,65,2,116,106,32,6,32,6,32,7,107,65,2,117,32,18,74,27,33,6,32,8,65,0,72,13,0,11,11,65,0,33,7,2,64,32,6,32,10,77,13,0,32,15,32,10,107,65,2,117,65,9,108,33,7,65,10,33,8,32,10,40,2,0,34,3,65,10,73,13,0,3,64,32,7,65,1,106,33,7,32,3,32,8,65,10,108,34,8,79,13,0,11,11,32,11,65,0,32,7,32,20,65,230,0,70,27,107,32,20,65,231,0,70,32,11,65,0,71,113,107,34,8,32,6,32,15,107,65,2,117,65,9,108,65,9,107,72,4,64,32,8,65,128,200,0,106,34,3,65,9,109,34,13,65,2,116,32,15,106,65,252,31,107,33,12,65,10,33,8,32,3,32,13,65,9,108,107,34,3,65,7,76,4,64,3,64,32,8,65,10,108,33,8,32,3,65,1,106,34,3,65,8,71,13,0,11,11,2,64,32,12,40,2,0,34,3,32,3,32,8,110,34,18,32,8,108,107,34,13,65,1,32,12,65,4,106,34,14,32,6,70,27,69,13,0,68,0,0,0,0,0,0,224,63,68,0,0,0,0,0,0,240,63,68,0,0,0,0,0,0,248,63,32,6,32,14,70,27,68,0,0,0,0,0,0,248,63,32,13,32,8,65,1,118,34,14,70,27,32,13,32,14,73,27,33,23,68,1,0,0,0,0,0,64,67,68,0,0,0,0,0,0,64,67,32,18,65,1,113,27,33,1,2,64,32,22,13,0,32,19,45,0,0,65,45,71,13,0,32,23,154,33,23,32,1,154,33,1,11,32,12,32,3,32,13,107,34,3,54,2,0,32,1,32,23,160,32,1,97,13,0,32,12,32,3,32,8,106,34,7,54,2,0,32,7,65,128,148,235,220,3,79,4,64,3,64,32,12,65,0,54,2,0,32,10,32,12,65,4,107,34,12,75,4,64,32,10,65,4,107,34,10,65,0,54,2,0,11,32,12,32,12,40,2,0,65,1,106,34,7,54,2,0,32,7,65,255,147,235,220,3,75,13,0,11,11,32,15,32,10,107,65,2,117,65,9,108,33,7,65,10,33,8,32,10,40,2,0,34,3,65,10,73,13,0,3,64,32,7,65,1,106,33,7,32,3,32,8,65,10,108,34,8,79,13,0,11,11,32,12,65,4,106,34,8,32,6,32,6,32,8,75,27,33,6,11,3,64,32,6,34,3,32,10,77,34,8,69,4,64,32,3,65,4,107,34,6,40,2,0,69,13,1,11,11,2,64,32,20,65,231,0,71,4,64,32,4,65,8,113,33,14,12,1,11,32,7,65,127,115,65,127,32,11,65,1,32,11,27,34,6,32,7,74,32,7,65,123,74,113,34,12,27,32,6,106,33,11,65,127,65,126,32,12,27,32,5,106,33,5,32,4,65,8,113,34,14,13,0,65,119,33,6,2,64,32,8,13,0,32,3,65,4,107,40,2,0,34,12,69,13,0,65,10,33,8,65,0,33,6,32,12,65,10,112,13,0,3,64,32,6,34,13,65,1,106,33,6,32,12,32,8,65,10,108,34,8,112,69,13,0,11,32,13,65,127,115,33,6,11,32,3,32,15,107,65,2,117,65,9,108,33,8,32,5,65,95,113,65,198,0,70,4,64,65,0,33,14,32,11,32,6,32,8,106,65,9,107,34,6,65,0,32,6,65,0,74,27,34,6,32,6,32,11,74,27,33,11,12,1,11,65,0,33,14,32,11,32,7,32,8,106,32,6,106,65,9,107,34,6,65,0,32,6,65,0,74,27,34,6,32,6,32,11,74,27,33,11,11,32,11,32,14,114,65,0,71,33,18,32,0,65,32,32,2,32,5,65,95,113,34,8,65,198,0,70,4,127,32,7,65,0,32,7,65,0,74,27,5,32,16,32,7,32,7,65,31,117,34,6,106,32,6,115,173,32,16,16,111,34,6,107,65,1,76,4,64,3,64,32,6,65,1,107,34,6,65,48,58,0,0,32,16,32,6,107,65,2,72,13,0,11,11,32,6,65,2,107,34,21,32,5,58,0,0,32,6,65,1,107,65,45,65,43,32,7,65,0,72,27,58,0,0,32,16,32,21,107,11,32,11,32,17,106,32,18,106,106,65,1,106,34,12,32,4,16,112,32,0,32,19,32,17,16,108,32,0,65,48,32,2,32,12,32,4,65,128,128,4,115,16,112,2,64,2,64,2,64,32,8,65,198,0,70,4,64,32,9,65,16,106,65,8,114,33,13,32,9,65,16,106,65,9,114,33,8,32,15,32,10,32,10,32,15,75,27,34,10,33,7,3,64,32,7,53,2,0,32,8,16,111,33,6,2,64,32,7,32,10,71,4,64,32,6,32,9,65,16,106,77,13,1,3,64,32,6,65,1,107,34,6,65,48,58,0,0,32,6,32,9,65,16,106,75,13,0,11,12,1,11,32,6,32,8,71,13,0,32,9,65,48,58,0,24,32,13,33,6,11,32,0,32,6,32,8,32,6,107,16,108,32,7,65,4,106,34,7,32,15,77,13,0,11,65,0,33,6,32,18,69,13,2,32,0,65,252,14,65,1,16,108,32,3,32,7,77,13,1,32,11,65,1,72,13,1,3,64,32,7,53,2,0,32,8,16,111,34,6,32,9,65,16,106,75,4,64,3,64,32,6,65,1,107,34,6,65,48,58,0,0,32,6,32,9,65,16,106,75,13,0,11,11,32,0,32,6,32,11,65,9,32,11,65,9,72,27,16,108,32,11,65,9,107,33,6,32,7,65,4,106,34,7,32,3,79,13,3,32,11,65,9,74,33,10,32,6,33,11,32,10,13,0,11,12,2,11,2,64,32,11,65,0,72,13,0,32,3,32,10,65,4,106,32,3,32,10,75,27,33,13,32,9,65,16,106,65,9,114,33,8,32,9,65,16,106,65,8,114,33,15,32,10,33,7,3,64,32,8,32,7,53,2,0,32,8,16,111,34,6,70,4,64,32,9,65,48,58,0,24,32,15,33,6,11,2,64,32,7,32,10,71,4,64,32,6,32,9,65,16,106,77,13,1,3,64,32,6,65,1,107,34,6,65,48,58,0,0,32,6,32,9,65,16,106,75,13,0,11,12,1,11,32,0,32,6,65,1,16,108,32,6,65,1,106,33,6,65,0,32,11,65,0,76,32,14,27,13,0,32,0,65,252,14,65,1,16,108,11,32,0,32,6,32,8,32,6,107,34,3,32,11,32,3,32,11,72,27,16,108,32,11,32,3,107,33,11,32,7,65,4,106,34,7,32,13,79,13,1,32,11,65,127,74,13,0,11,11,32,0,65,48,32,11,65,18,106,65,18,65,0,16,112,32,0,32,21,32,16,32,21,107,16,108,12,2,11,32,11,33,6,11,32,0,65,48,32,6,65,9,106,65,9,65,0,16,112,11,32,0,65,32,32,2,32,12,32,4,65,128,192,0,115,16,112,12,1,11,32,19,32,5,65,26,116,65,31,117,65,9,113,106,33,11,2,64,32,3,65,11,75,13,0,65,12,32,3,107,34,6,69,13,0,68,0,0,0,0,0,0,32,64,33,23,3,64,32,23,68,0,0,0,0,0,0,48,64,162,33,23,32,6,65,1,107,34,6,13,0,11,32,11,45,0,0,65,45,70,4,64,32,23,32,1,154,32,23,161,160,154,33,1,12,1,11,32,1,32,23,160,32,23,161,33,1,11,32,16,32,9,40,2,44,34,6,32,6,65,31,117,34,6,106,32,6,115,173,32,16,16,111,34,6,70,4,64,32,9,65,48,58,0,15,32,9,65,15,106,33,6,11,32,17,65,2,114,33,14,32,5,65,32,113,33,10,32,9,40,2,44,33,7,32,6,65,2,107,34,13,32,5,65,15,106,58,0,0,32,6,65,1,107,65,45,65,43,32,7,65,0,72,27,58,0,0,32,4,65,8,113,33,8,32,9,65,16,106,33,7,3,64,32,7,34,6,2,127,32,1,153,68,0,0,0,0,0,0,224,65,99,4,64,32,1,170,12,1,11,65,128,128,128,128,120,11,34,7,65,176,46,106,45,0,0,32,10,114,58,0,0,32,1,32,7,183,161,68,0,0,0,0,0,0,48,64,162,33,1,2,64,32,6,65,1,106,34,7,32,9,65,16,106,107,65,1,71,13,0,2,64,32,1,68,0,0,0,0,0,0,0,0,98,13,0,32,3,65,0,74,13,0,32,8,69,13,1,11,32,6,65,46,58,0,1,32,6,65,2,106,33,7,11,32,1,68,0,0,0,0,0,0,0,0,98,13,0,11,32,0,65,32,32,2,32,14,2,127,2,64,32,3,69,13,0,32,7,32,9,107,65,18,107,32,3,78,13,0,32,3,32,16,106,32,13,107,65,2,106,12,1,11,32,16,32,9,65,16,106,32,13,106,107,32,7,106,11,34,6,106,34,12,32,4,16,112,32,0,32,11,32,14,16,108,32,0,65,48,32,2,32,12,32,4,65,128,128,4,115,16,112,32,0,32,9,65,16,106,32,7,32,9,65,16,106,107,34,7,16,108,32,0,65,48,32,6,32,7,32,16,32,13,107,34,10,106,107,65,0,65,0,16,112,32,0,32,13,32,10,16,108,32,0,65,32,32,2,32,12,32,4,65,128,192,0,115,16,112,11,32,9,65,176,4,106,36,0,32,2,32,12,32,2,32,12,74,27,11,40,0,32,1,32,1,40,2,0,65,7,106,65,120,113,34,1,65,16,106,54,2,0,32,0,32,1,41,3,0,32,1,41,3,8,16,92,57,3,0,11,172,4,1,4,127,35,0,65,160,1,107,34,5,36,0,32,5,65,8,106,65,192,46,65,144,1,16,155,6,26,2,64,2,64,32,1,65,0,76,4,64,32,1,13,1,65,1,33,1,32,5,65,159,1,106,33,0,11,32,5,32,0,54,2,52,32,5,32,0,54,2,28,32,5,65,126,32,0,107,34,4,32,1,32,1,32,4,75,27,34,1,54,2,56,32,5,32,0,32,1,106,34,0,54,2,36,32,5,32,0,54,2,24,32,5,65,8,106,33,0,35,0,65,208,1,107,34,4,36,0,32,4,32,3,54,2,204,1,32,4,65,160,1,106,65,0,65,40,16,156,6,26,32,4,32,4,40,2,204,1,54,2,200,1,2,64,65,0,32,2,32,4,65,200,1,106,32,4,65,208,0,106,32,4,65,160,1,106,16,107,65,0,72,4,64,65,127,33,2,12,1,11,32,0,40,2,76,65,0,78,33,3,32,0,40,2,0,33,7,32,0,44,0,74,65,0,76,4,64,32,0,32,7,65,95,113,54,2,0,11,32,7,65,32,113,33,7,2,127,32,0,40,2,48,4,64,32,0,32,2,32,4,65,200,1,106,32,4,65,208,0,106,32,4,65,160,1,106,16,107,12,1,11,32,0,65,208,0,54,2,48,32,0,32,4,65,208,0,106,54,2,16,32,0,32,4,54,2,28,32,0,32,4,54,2,20,32,0,40,2,44,33,6,32,0,32,4,54,2,44,32,0,32,2,32,4,65,200,1,106,32,4,65,208,0,106,32,4,65,160,1,106,16,107,34,2,32,6,69,13,0,26,32,0,173,65,0,173,65,0,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,36,17,0,0,167,26,32,0,65,0,54,2,48,32,0,32,6,54,2,44,32,0,65,0,54,2,28,32,0,65,0,54,2,16,32,0,40,2,20,33,6,32,0,65,0,54,2,20,32,2,65,127,32,6,27,11,33,2,32,0,32,0,40,2,0,34,6,32,7,114,54,2,0,65,127,32,2,32,6,65,32,113,27,33,2,32,3,69,13,0,11,32,4,65,208,1,106,36,0,32,2,33,0,32,1,69,13,1,32,5,40,2,28,34,1,32,1,32,5,40,2,24,70,107,65,0,58,0,0,12,1,11,65,148,231,3,65,61,54,2,0,65,127,33,0,11,32,5,65,160,1,106,36,0,32,0,11,52,1,1,127,32,0,40,2,20,34,3,32,1,32,2,32,0,40,2,16,32,3,107,34,3,32,2,32,3,73,27,34,3,16,155,6,26,32,0,32,0,40,2,20,32,3,106,54,2,20,32,2,11,22,0,32,0,16,69,65,0,71,32,0,65,32,114,65,225,0,107,65,6,73,114,11,40,1,1,127,35,0,65,16,107,34,2,36,0,32,2,32,1,54,2,12,32,0,65,132,12,32,1,16,97,33,1,32,2,65,16,106,36,0,32,1,11,43,1,1,127,35,0,65,16,107,34,2,36,0,32,2,32,1,54,2,12,32,0,65,228,0,65,254,11,32,1,16,115,33,1,32,2,65,16,106,36,0,32,1,11,14,0,32,0,16,102,4,64,32,0,16,148,6,11,11,213,1,0,32,2,32,1,16,158,6,34,3,75,4,64,2,64,2,64,32,0,32,1,115,65,3,113,13,0,32,1,65,3,113,4,64,3,64,32,0,32,1,45,0,0,34,2,58,0,0,32,2,69,13,3,32,0,65,1,106,33,0,32,1,65,1,106,34,1,65,3,113,13,0,11,11,32,1,40,2,0,34,2,65,127,115,32,2,65,129,130,132,8,107,113,65,128,129,130,132,120,113,13,0,3,64,32,0,32,2,54,2,0,32,1,40,2,4,33,2,32,0,65,4,106,33,0,32,1,65,4,106,33,1,32,2,65,129,130,132,8,107,32,2,65,127,115,113,65,128,129,130,132,120,113,69,13,0,11,11,32,0,32,1,45,0,0,34,2,58,0,0,32,2,69,13,0,3,64,32,0,32,1,45,0,1,34,2,58,0,1,32,0,65,1,106,33,0,32,1,65,1,106,33,1,32,2,13,0,11,11,11,32,3,11,35,1,2,127,32,0,33,1,3,64,32,1,34,2,65,4,106,33,1,32,2,40,2,0,13,0,11,32,2,32,0,107,65,2,117,11,51,1,1,127,32,2,4,64,32,0,33,3,3,64,32,3,32,1,40,2,0,54,2,0,32,3,65,4,106,33,3,32,1,65,4,106,33,1,32,2,65,1,107,34,2,13,0,11,11,32,0,11,63,0,32,2,32,1,16,122,34,3,75,4,64,32,0,32,1,32,3,65,1,106,16,123,26,32,3,15,11,32,2,4,64,32,0,32,1,32,2,65,1,107,34,2,16,123,26,32,0,32,2,65,2,116,106,65,0,54,2,0,11,32,3,11,20,0,32,0,65,223,0,113,32,0,32,0,65,225,0,107,65,26,73,27,11,19,0,32,0,65,32,114,32,0,32,0,65,193,0,107,65,26,73,27,11,82,1,3,127,32,0,69,4,64,65,0,15,11,2,127,65,128,206,0,33,1,32,0,4,64,3,64,32,1,34,2,40,2,0,34,3,4,64,32,2,65,4,106,33,1,32,0,32,3,71,13,1,11,11,32,2,65,0,32,3,27,12,1,11,65,128,206,0,16,122,65,2,116,65,128,206,0,106,11,65,0,71,11,97,0,32,0,65,254,1,77,4,127,32,0,65,1,106,65,255,0,113,65,32,75,5,65,1,33,1,2,64,32,0,65,128,192,3,107,65,249,63,73,13,0,32,0,65,168,192,0,73,13,0,32,0,65,170,192,0,107,65,214,239,2,73,13,0,32,0,65,254,255,3,113,65,254,255,3,71,32,0,65,252,255,3,107,65,132,128,192,0,73,113,33,1,11,32,1,11,11,39,0,32,0,65,32,73,32,0,65,255,0,107,65,33,73,114,32,0,65,126,113,65,168,192,0,70,114,32,0,65,249,255,3,107,65,3,73,114,11,62,0,32,0,65,255,255,7,77,4,64,32,0,65,3,118,65,31,113,32,0,65,8,118,65,224,206,0,106,45,0,0,65,5,116,114,65,224,206,0,106,45,0,0,32,0,65,7,113,118,65,1,113,15,11,32,0,65,254,255,11,73,11,9,0,32,0,65,0,16,132,1,11,136,3,1,6,127,2,64,32,0,16,130,1,69,13,0,32,0,65,128,12,107,65,128,20,73,13,0,32,0,65,128,220,0,107,65,192,240,1,73,13,0,32,0,65,128,208,2,107,65,128,174,1,73,13,0,2,64,32,1,69,13,0,32,0,65,160,33,107,65,45,75,13,0,2,64,32,0,65,198,33,72,13,0,32,0,65,205,33,70,13,0,32,0,65,199,33,71,13,2,11,32,0,65,224,56,106,15,11,32,1,65,1,107,33,4,32,1,65,1,116,65,1,107,33,5,2,64,32,1,13,0,32,0,65,128,218,0,107,65,37,75,13,0,32,0,65,224,56,107,15,11,2,64,3,64,32,0,32,4,32,2,65,2,116,34,3,65,130,230,0,106,44,0,0,34,6,113,32,3,65,128,230,0,106,47,1,0,34,7,106,107,32,3,65,131,230,0,106,45,0,0,79,4,64,32,2,65,1,106,34,2,65,61,71,13,1,12,2,11,11,66,252,225,247,191,128,128,152,255,15,32,2,173,136,66,1,131,80,69,4,64,32,0,32,1,106,32,0,32,7,107,65,1,113,107,15,11,32,5,32,6,108,32,0,106,15,11,65,1,32,1,107,34,4,65,1,116,65,128,232,0,106,47,1,0,34,2,4,64,65,0,33,3,3,64,32,0,32,2,65,255,255,3,113,70,4,64,32,3,65,2,116,32,1,65,1,116,106,65,128,232,0,106,47,1,0,15,11,32,3,65,1,106,34,3,65,2,116,32,4,65,1,116,106,65,128,232,0,106,47,1,0,34,2,13,0,11,11,32,0,32,1,65,40,108,106,65,168,136,4,107,65,39,75,13,0,32,0,32,1,65,208,0,108,106,65,40,107,33,0,11,32,0,11,9,0,32,0,65,1,16,132,1,11,10,0,32,0,16,133,1,32,0,71,11,10,0,32,0,16,131,1,32,0,71,11,57,0,32,0,65,255,255,7,77,4,127,32,0,65,3,118,65,31,113,32,0,65,8,118,65,240,235,0,106,45,0,0,65,5,116,114,65,240,235,0,106,45,0,0,32,0,65,7,113,118,65,1,113,5,65,0,11,11,23,0,32,0,65,48,107,65,10,73,32,0,65,32,114,65,225,0,107,65,6,73,114,11,13,0,32,0,65,32,70,32,0,65,9,70,114,11,181,8,1,5,127,32,1,40,2,0,33,4,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,127,2,64,2,64,2,64,2,64,32,3,69,13,0,32,3,40,2,0,34,6,69,13,0,32,0,69,4,64,32,2,33,3,12,3,11,32,3,65,0,54,2,0,32,2,33,3,12,1,11,2,64,65,156,245,1,40,2,0,40,2,0,69,4,64,32,0,69,13,1,32,2,69,13,12,32,2,33,6,3,64,32,4,44,0,0,34,3,4,64,32,0,32,3,65,255,191,3,113,54,2,0,32,0,65,4,106,33,0,32,4,65,1,106,33,4,32,6,65,1,107,34,6,13,1,12,14,11,11,32,0,65,0,54,2,0,32,1,65,0,54,2,0,32,2,32,6,107,15,11,32,2,33,3,32,0,69,13,3,12,5,11,32,4,16,158,6,15,11,65,1,33,5,12,3,11,65,0,12,1,11,65,1,11,33,5,3,64,32,5,69,4,64,32,4,45,0,0,65,3,118,34,5,65,16,107,32,6,65,26,117,32,5,106,114,65,7,75,13,3,2,127,32,4,65,1,106,34,5,32,6,65,128,128,128,16,113,69,13,0,26,32,5,45,0,0,65,192,1,113,65,128,1,71,4,64,32,4,65,1,107,33,4,12,7,11,32,4,65,2,106,34,5,32,6,65,128,128,32,113,69,13,0,26,32,5,45,0,0,65,192,1,113,65,128,1,71,4,64,32,4,65,1,107,33,4,12,7,11,32,4,65,3,106,11,33,4,32,3,65,1,107,33,3,65,1,33,5,12,1,11,3,64,2,64,32,4,45,0,0,34,6,65,1,107,65,254,0,75,13,0,32,4,65,3,113,13,0,32,4,40,2,0,34,6,65,129,130,132,8,107,32,6,114,65,128,129,130,132,120,113,13,0,3,64,32,3,65,4,107,33,3,32,4,40,2,4,33,6,32,4,65,4,106,34,5,33,4,32,6,32,6,65,129,130,132,8,107,114,65,128,129,130,132,120,113,69,13,0,11,32,5,33,4,11,32,6,65,255,1,113,34,5,65,1,107,65,254,0,77,4,64,32,3,65,1,107,33,3,32,4,65,1,106,33,4,12,1,11,11,32,5,65,194,1,107,34,5,65,50,75,13,3,32,4,65,1,106,33,4,32,5,65,2,116,65,224,39,106,40,2,0,33,6,65,0,33,5,12,0,11,0,11,3,64,32,5,69,4,64,32,3,69,13,7,3,64,2,64,2,64,2,64,32,4,45,0,0,34,5,65,1,107,34,7,65,254,0,75,4,64,32,5,33,6,12,1,11,32,4,65,3,113,13,1,32,3,65,5,73,13,1,2,64,3,64,32,4,40,2,0,34,6,65,129,130,132,8,107,32,6,114,65,128,129,130,132,120,113,13,1,32,0,32,6,65,255,1,113,54,2,0,32,0,32,4,45,0,1,54,2,4,32,0,32,4,45,0,2,54,2,8,32,0,32,4,45,0,3,54,2,12,32,0,65,16,106,33,0,32,4,65,4,106,33,4,32,3,65,4,107,34,3,65,4,75,13,0,11,32,4,45,0,0,33,6,11,32,6,65,255,1,113,34,5,65,1,107,33,7,11,32,7,65,254,0,75,13,1,11,32,0,32,5,54,2,0,32,0,65,4,106,33,0,32,4,65,1,106,33,4,32,3,65,1,107,34,3,13,1,12,9,11,11,32,5,65,194,1,107,34,5,65,50,75,13,3,32,4,65,1,106,33,4,32,5,65,2,116,65,224,39,106,40,2,0,33,6,65,1,33,5,12,1,11,32,4,45,0,0,34,7,65,3,118,34,5,65,16,107,32,5,32,6,65,26,117,106,114,65,7,75,13,1,2,64,2,64,2,127,32,4,65,1,106,34,8,32,7,65,128,1,107,32,6,65,6,116,114,34,5,65,127,74,13,0,26,32,8,45,0,0,65,128,1,107,34,7,65,63,75,13,1,32,4,65,2,106,34,8,32,7,32,5,65,6,116,114,34,5,65,127,74,13,0,26,32,8,45,0,0,65,128,1,107,34,7,65,63,75,13,1,32,7,32,5,65,6,116,114,33,5,32,4,65,3,106,11,33,4,32,0,32,5,54,2,0,32,3,65,1,107,33,3,32,0,65,4,106,33,0,12,1,11,65,148,231,3,65,25,54,2,0,32,4,65,1,107,33,4,12,5,11,65,0,33,5,12,0,11,0,11,32,4,65,1,107,33,4,32,6,13,1,32,4,45,0,0,33,6,11,32,6,65,255,1,113,13,0,32,0,4,64,32,0,65,0,54,2,0,32,1,65,0,54,2,0,11,32,2,32,3,107,15,11,65,148,231,3,65,25,54,2,0,32,0,69,13,1,11,32,1,32,4,54,2,0,11,65,127,15,11,32,1,32,4,54,2,0,32,2,11,49,1,1,127,65,156,245,1,40,2,0,33,1,32,0,4,64,65,156,245,1,65,192,231,3,32,0,32,0,65,127,70,27,54,2,0,11,65,127,32,1,32,1,65,192,231,3,70,27,11,156,4,2,7,127,4,126,35,0,65,16,107,34,8,36,0,2,64,2,64,2,64,32,2,65,36,76,4,64,32,0,45,0,0,34,5,13,1,32,0,33,4,12,2,11,65,148,231,3,65,28,54,2,0,66,0,33,3,12,2,11,32,0,33,4,2,64,3,64,32,5,65,24,116,65,24,117,16,70,69,13,1,32,4,45,0,1,33,5,32,4,65,1,106,34,6,33,4,32,5,13,0,11,32,6,33,4,12,1,11,2,64,32,4,45,0,0,34,5,65,43,107,14,3,0,1,0,1,11,65,127,65,0,32,5,65,45,70,27,33,7,32,4,65,1,106,33,4,11,2,127,2,64,32,2,65,111,113,13,0,32,4,45,0,0,65,48,71,13,0,65,1,33,9,32,4,45,0,1,65,223,1,113,65,216,0,70,4,64,32,4,65,2,106,33,4,65,16,12,2,11,32,4,65,1,106,33,4,32,2,65,8,32,2,27,12,1,11,32,2,65,10,32,2,27,11,34,10,172,33,11,65,0,33,2,3,64,2,64,65,80,33,5,2,64,32,4,44,0,0,34,6,65,48,107,65,255,1,113,65,10,73,13,0,65,169,127,33,5,32,6,65,225,0,107,65,255,1,113,65,26,73,13,0,65,73,33,5,32,6,65,193,0,107,65,255,1,113,65,25,75,13,1,11,32,5,32,6,106,34,6,32,10,78,13,0,32,8,32,11,66,0,32,12,66,0,16,87,65,1,33,5,2,64,32,8,41,3,8,66,0,82,13,0,32,11,32,12,126,34,13,32,6,172,34,14,66,127,133,86,13,0,32,13,32,14,124,33,12,65,1,33,9,32,2,33,5,11,32,4,65,1,106,33,4,32,5,33,2,12,1,11,11,32,1,4,64,32,1,32,4,32,0,32,9,27,54,2,0,11,2,64,2,64,32,2,4,64,65,148,231,3,65,196,0,54,2,0,32,7,65,0,32,3,66,1,131,34,11,80,27,33,7,32,3,33,12,12,1,11,32,3,32,12,86,13,1,32,3,66,1,131,33,11,11,2,64,32,11,66,0,82,13,0,32,7,13,0,65,148,231,3,65,196,0,54,2,0,32,3,66,1,125,33,3,12,2,11,32,3,32,12,90,13,0,65,148,231,3,65,196,0,54,2,0,12,1,11,32,12,32,7,172,34,11,133,32,11,125,33,3,11,32,8,65,16,106,36,0,32,3,11,13,0,32,0,32,1,32,2,66,127,16,141,1,11,22,0,32,0,32,1,32,2,66,128,128,128,128,128,128,128,128,128,127,16,141,1,11,147,1,2,1,127,2,126,35,0,65,160,1,107,34,4,36,0,32,4,65,16,106,65,0,65,144,1,16,156,6,26,32,4,65,127,54,2,92,32,4,32,1,54,2,60,32,4,65,127,54,2,24,32,4,32,1,54,2,20,32,4,65,16,106,66,0,16,73,32,4,32,4,65,16,106,32,3,65,1,16,89,32,4,41,3,8,33,5,32,4,41,3,0,33,6,32,2,4,64,32,2,32,1,32,4,40,2,20,32,4,40,2,136,1,106,32,4,40,2,24,107,106,54,2,0,11,32,0,32,6,55,3,0,32,0,32,5,55,3,8,32,4,65,160,1,106,36,0,11,94,1,3,127,32,1,32,4,32,3,107,106,33,5,2,64,3,64,32,3,32,4,71,4,64,65,127,33,0,32,1,32,2,70,13,2,32,1,44,0,0,34,6,32,3,44,0,0,34,7,72,13,2,32,6,32,7,74,4,64,65,1,15,5,32,3,65,1,106,33,3,32,1,65,1,106,33,1,12,2,11,0,11,11,32,2,32,5,71,33,0,11,32,0,11,12,0,32,0,32,2,32,3,16,147,1,26,11,31,1,1,127,35,0,65,16,107,34,3,36,0,32,0,32,1,32,2,16,148,1,32,3,65,16,106,36,0,32,0,11,149,1,1,4,127,35,0,65,16,107,34,5,36,0,32,1,32,2,16,137,5,34,4,65,111,77,4,64,2,64,32,4,65,10,77,4,64,32,0,32,4,16,232,2,32,0,33,3,12,1,11,32,0,32,4,16,253,4,65,1,106,34,6,16,242,5,34,3,16,254,4,32,0,32,6,16,255,4,32,0,32,4,16,231,2,11,3,64,32,1,32,2,71,4,64,32,3,32,1,16,230,2,32,3,65,1,106,33,3,32,1,65,1,106,33,1,12,1,11,11,32,5,65,0,58,0,15,32,3,32,5,65,15,106,16,230,2,32,5,65,16,106,36,0,15,11,16,154,5,0,11,64,1,1,127,65,0,33,0,3,127,32,1,32,2,70,4,127,32,0,5,32,1,44,0,0,32,0,65,4,116,106,34,0,65,128,128,128,128,127,113,34,3,65,24,118,32,3,114,32,0,115,33,0,32,1,65,1,106,33,1,12,1,11,11,11,84,1,2,127,2,64,3,64,32,3,32,4,71,4,64,65,127,33,0,32,1,32,2,70,13,2,32,1,40,2,0,34,5,32,3,40,2,0,34,6,72,13,2,32,5,32,6,74,4,64,65,1,15,5,32,3,65,4,106,33,3,32,1,65,4,106,33,1,12,2,11,0,11,11,32,1,32,2,71,33,0,11,32,0,11,12,0,32,0,32,2,32,3,16,152,1,26,11,31,1,1,127,35,0,65,16,107,34,3,36,0,32,0,32,1,32,2,16,153,1,32,3,65,16,106,36,0,32,0,11,155,1,1,4,127,35,0,65,16,107,34,5,36,0,32,1,32,2,16,205,4,34,4,65,239,255,255,255,3,77,4,64,2,64,32,4,65,1,77,4,64,32,0,32,4,16,232,2,32,0,33,3,12,1,11,32,0,32,0,32,4,16,139,5,65,1,106,34,6,16,140,5,34,3,16,254,4,32,0,32,6,16,255,4,32,0,32,4,16,231,2,11,3,64,32,1,32,2,71,4,64,32,3,32,1,16,247,2,32,3,65,4,106,33,3,32,1,65,4,106,33,1,12,1,11,11,32,5,65,0,54,2,12,32,3,32,5,65,12,106,16,247,2,32,5,65,16,106,36,0,15,11,16,154,5,0,11,64,1,1,127,65,0,33,0,3,127,32,1,32,2,70,4,127,32,0,5,32,1,40,2,0,32,0,65,4,116,106,34,0,65,128,128,128,128,127,113,34,3,65,24,118,32,3,114,32,0,115,33,0,32,1,65,4,106,33,1,12,1,11,11,11,146,2,1,1,127,35,0,65,32,107,34,6,36,0,32,6,32,1,54,2,24,2,64,32,3,40,2,4,65,1,113,69,4,64,32,6,65,127,54,2,0,32,6,32,0,173,32,1,173,32,2,173,32,3,173,32,4,173,32,6,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,16,17,0,0,167,34,1,54,2,24,2,64,2,64,2,64,32,6,40,2,0,14,2,0,1,2,11,32,5,65,0,58,0,0,12,3,11,32,5,65,1,58,0,0,12,2,11,32,5,65,1,58,0,0,32,4,65,4,54,2,0,12,1,11,32,6,32,3,16,244,5,32,6,16,156,1,33,1,32,6,16,157,1,32,6,32,3,16,244,5,32,6,16,158,1,33,3,32,6,16,157,1,32,6,32,3,16,159,1,32,6,65,12,114,32,3,16,160,1,32,5,32,6,65,24,106,32,2,32,6,32,6,65,24,106,34,3,32,1,32,4,65,1,16,161,1,32,6,70,58,0,0,32,6,40,2,24,33,1,3,64,32,3,65,12,107,16,159,5,34,3,32,6,71,13,0,11,11,32,6,65,32,106,36,0,32,1,11,11,0,32,0,65,188,233,3,16,162,1,11,10,0,32,0,40,2,0,16,196,3,11,11,0,32,0,65,228,233,3,16,162,1,11,48,0,32,0,173,32,1,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,1,40,2,0,40,2,24,17,0,0,26,11,48,0,32,0,173,32,1,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,1,40,2,0,40,2,28,17,0,0,26,11,197,4,1,11,127,35,0,65,128,1,107,34,8,36,0,32,8,32,1,54,2,120,32,2,32,3,16,163,1,33,9,32,8,65,37,54,2,16,32,8,65,8,106,65,0,32,8,65,16,106,16,164,1,33,16,32,8,65,16,106,33,10,2,64,32,9,65,229,0,79,4,64,32,9,16,147,6,34,10,69,13,1,32,16,32,10,16,165,1,11,32,10,33,7,32,2,33,1,3,64,32,1,32,3,70,4,64,3,64,2,64,32,0,32,8,65,248,0,106,16,166,1,65,0,32,9,27,69,4,64,32,0,32,8,65,248,0,106,16,167,1,4,64,32,5,32,5,40,2,0,65,2,114,54,2,0,11,12,1,11,32,0,16,168,1,33,14,32,6,69,4,64,32,4,32,14,16,169,1,33,14,11,32,12,65,1,106,33,13,65,0,33,15,32,10,33,7,32,2,33,1,3,64,32,1,32,3,70,4,64,32,13,33,12,32,15,69,13,3,32,0,16,170,1,26,32,10,33,7,32,2,33,1,32,9,32,11,106,65,2,73,13,3,3,64,32,1,32,3,70,4,64,12,5,5,2,64,32,7,45,0,0,65,2,71,13,0,32,1,16,171,1,32,13,70,13,0,32,7,65,0,58,0,0,32,11,65,1,107,33,11,11,32,7,65,1,106,33,7,32,1,65,12,106,33,1,12,1,11,0,11,0,5,2,64,32,7,45,0,0,65,1,71,13,0,32,1,32,12,16,172,1,44,0,0,33,17,2,64,32,14,65,255,1,113,32,6,4,127,32,17,5,32,4,32,17,16,169,1,11,65,255,1,113,70,4,64,65,1,33,15,32,1,16,171,1,32,13,71,13,2,32,7,65,2,58,0,0,32,11,65,1,106,33,11,12,1,11,32,7,65,0,58,0,0,11,32,9,65,1,107,33,9,11,32,7,65,1,106,33,7,32,1,65,12,106,33,1,12,1,11,0,11,0,11,11,2,64,2,64,3,64,32,2,32,3,70,13,1,32,10,45,0,0,65,2,71,4,64,32,10,65,1,106,33,10,32,2,65,12,106,33,2,12,1,11,11,32,2,33,3,12,1,11,32,5,32,5,40,2,0,65,4,114,54,2,0,11,32,16,16,173,1,32,8,65,128,1,106,36,0,32,3,15,5,2,64,32,1,16,174,1,69,4,64,32,7,65,1,58,0,0,12,1,11,32,7,65,2,58,0,0,32,11,65,1,106,33,11,32,9,65,1,107,33,9,11,32,7,65,1,106,33,7,32,1,65,12,106,33,1,12,1,11,0,11,0,11,16,199,2,0,11,78,1,2,127,2,127,32,0,40,2,0,34,0,33,2,32,1,16,174,3,34,1,33,3,32,2,65,8,106,34,2,16,171,3,32,3,75,4,127,32,2,32,3,16,191,3,40,2,0,65,0,71,5,65,0,11,69,11,4,64,16,199,2,0,11,32,0,65,8,106,32,1,16,191,3,40,2,0,11,10,0,32,1,32,0,107,65,12,109,11,49,1,1,127,35,0,65,16,107,34,3,36,0,32,3,32,1,54,2,12,32,0,32,3,65,12,106,16,247,2,32,0,65,4,106,32,2,16,247,2,32,3,65,16,106,36,0,32,0,11,68,1,1,127,32,0,40,2,0,33,2,32,0,32,1,54,2,0,32,2,4,64,32,2,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,16,144,2,40,2,0,17,0,0,26,11,11,12,0,32,0,32,1,16,208,1,65,1,115,11,9,0,32,0,32,1,16,208,1,11,16,0,32,0,40,2,0,16,210,1,65,24,116,65,24,117,11,48,0,32,0,173,32,1,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,12,17,0,0,167,11,13,0,32,0,40,2,0,16,211,1,26,32,0,11,21,0,32,0,16,205,1,4,64,32,0,40,2,4,15,11,32,0,45,0,11,11,10,0,32,0,16,207,1,32,1,106,11,9,0,32,0,65,0,16,165,1,11,8,0,32,0,16,171,1,69,11,166,3,1,1,127,35,0,65,144,2,107,34,0,36,0,32,0,32,2,54,2,128,2,32,0,32,1,54,2,136,2,32,3,16,176,1,33,1,32,0,65,208,1,106,32,3,32,0,65,255,1,106,16,177,1,32,0,65,192,1,106,16,178,1,34,3,32,3,16,179,1,16,180,1,32,0,32,3,65,0,16,172,1,34,6,54,2,188,1,32,0,32,0,65,16,106,54,2,12,32,0,65,0,54,2,8,3,64,2,64,32,0,65,136,2,106,32,0,65,128,2,106,16,166,1,69,13,0,32,0,40,2,188,1,32,3,16,171,1,32,6,106,70,4,64,32,3,16,171,1,33,2,32,3,32,3,16,171,1,65,1,116,16,180,1,32,3,32,3,16,179,1,16,180,1,32,0,32,2,32,3,65,0,16,172,1,34,6,106,54,2,188,1,11,32,0,65,136,2,106,16,168,1,32,1,32,6,32,0,65,188,1,106,32,0,65,8,106,32,0,44,0,255,1,32,0,65,208,1,106,32,0,65,16,106,32,0,65,12,106,65,144,133,1,16,181,1,13,0,32,0,65,136,2,106,16,170,1,26,12,1,11,11,2,64,32,0,65,208,1,106,16,171,1,69,13,0,32,0,40,2,12,34,2,32,0,65,16,106,107,65,159,1,74,13,0,32,0,32,2,65,4,106,54,2,12,32,2,32,0,40,2,8,54,2,0,11,32,5,32,6,32,0,40,2,188,1,32,4,32,1,16,182,1,54,2,0,32,0,65,208,1,106,32,0,65,16,106,32,0,40,2,12,32,4,16,183,1,32,0,65,136,2,106,32,0,65,128,2,106,16,167,1,4,64,32,4,32,4,40,2,0,65,2,114,54,2,0,11,32,0,40,2,136,2,33,6,32,3,16,159,5,26,32,0,65,208,1,106,16,159,5,26,32,0,65,144,2,106,36,0,32,6,11,46,0,2,64,32,0,40,2,4,65,202,0,113,34,0,4,64,32,0,65,192,0,70,4,64,65,8,15,11,32,0,65,8,71,13,1,65,16,15,11,65,0,15,11,65,10,11,63,1,1,127,35,0,65,16,107,34,3,36,0,32,3,65,8,106,32,1,16,244,5,32,2,32,3,65,8,106,16,158,1,34,1,16,244,1,58,0,0,32,0,32,1,16,245,1,32,3,65,8,106,16,157,1,32,3,65,16,106,36,0,11,27,1,1,127,35,0,65,16,107,34,1,36,0,32,0,16,204,1,32,1,65,16,106,36,0,32,0,11,27,1,1,127,65,10,33,1,32,0,16,205,1,4,127,32,0,16,206,1,65,1,107,5,32,1,11,11,230,1,1,4,127,2,64,32,1,32,0,16,171,1,34,2,75,4,64,35,0,65,16,107,34,4,36,0,32,1,32,2,107,34,5,4,64,32,0,16,179,1,33,1,32,0,16,171,1,34,2,32,5,106,33,3,32,5,32,1,32,2,107,75,4,64,32,0,32,1,32,3,32,1,107,32,2,32,2,65,0,16,161,5,11,32,2,32,0,16,207,1,34,1,106,32,5,65,0,16,162,5,32,0,32,3,16,207,4,32,4,65,0,58,0,15,32,1,32,3,106,32,4,65,15,106,16,230,2,11,32,4,65,16,106,36,0,12,1,11,35,0,65,16,107,34,2,36,0,2,64,32,0,16,205,1,4,64,32,0,40,2,0,33,3,32,2,65,0,58,0,15,32,1,32,3,106,32,2,65,15,106,16,230,2,32,0,32,1,16,231,2,12,1,11,32,2,65,0,58,0,14,32,0,32,1,106,32,2,65,14,106,16,230,2,32,0,32,1,16,232,2,11,32,2,65,16,106,36,0,11,11,243,2,1,3,127,35,0,65,16,107,34,10,36,0,32,10,32,0,58,0,15,2,64,2,64,2,64,32,3,40,2,0,32,2,71,13,0,65,43,33,11,32,0,65,255,1,113,34,12,32,9,45,0,24,71,4,64,65,45,33,11,32,9,45,0,25,32,12,71,13,1,11,32,3,32,2,65,1,106,54,2,0,32,2,32,11,58,0,0,12,1,11,2,64,32,6,16,171,1,69,13,0,32,0,32,5,71,13,0,65,0,33,0,32,8,40,2,0,34,9,32,7,107,65,159,1,74,13,2,32,4,40,2,0,33,0,32,8,32,9,65,4,106,54,2,0,32,9,32,0,54,2,0,12,1,11,65,127,33,0,32,9,32,9,65,26,106,32,10,65,15,106,16,209,1,32,9,107,34,9,65,23,74,13,1,2,64,2,64,2,64,32,1,65,8,107,14,3,0,2,0,1,11,32,1,32,9,74,13,1,12,3,11,32,1,65,16,71,13,0,32,9,65,22,72,13,0,32,3,40,2,0,34,6,32,2,70,13,2,32,6,32,2,107,65,2,74,13,2,32,6,65,1,107,45,0,0,65,48,71,13,2,65,0,33,0,32,4,65,0,54,2,0,32,3,32,6,65,1,106,54,2,0,32,6,32,9,65,144,133,1,106,45,0,0,58,0,0,12,2,11,32,3,32,3,40,2,0,34,0,65,1,106,54,2,0,32,0,32,9,65,144,133,1,106,45,0,0,58,0,0,32,4,32,4,40,2,0,65,1,106,54,2,0,65,0,33,0,12,1,11,65,0,33,0,32,4,65,0,54,2,0,11,32,10,65,16,106,36,0,32,0,11,209,1,2,2,127,1,126,35,0,65,16,107,34,4,36,0,2,127,2,64,2,64,2,64,32,0,32,1,71,4,64,65,148,231,3,40,2,0,33,5,65,148,231,3,65,0,54,2,0,32,0,32,4,65,12,106,32,3,16,202,1,16,143,1,33,6,2,64,65,148,231,3,40,2,0,34,0,4,64,32,4,40,2,12,32,1,71,13,1,32,0,65,196,0,70,13,5,12,4,11,65,148,231,3,32,5,54,2,0,32,4,40,2,12,32,1,70,13,3,11,32,2,65,4,54,2,0,12,1,11,32,2,65,4,54,2,0,11,65,0,12,2,11,32,6,66,128,128,128,128,120,83,13,0,32,6,66,255,255,255,255,7,85,13,0,32,6,167,12,1,11,32,2,65,4,54,2,0,65,255,255,255,255,7,32,6,66,1,89,13,0,26,65,128,128,128,128,120,11,33,0,32,4,65,16,106,36,0,32,0,11,168,1,1,2,127,2,64,32,0,16,171,1,69,13,0,32,2,32,1,107,65,5,72,13,0,32,1,32,2,16,155,2,32,2,65,4,107,33,4,32,0,16,207,1,34,2,32,0,16,171,1,106,33,5,2,64,3,64,2,64,32,2,44,0,0,33,0,32,1,32,4,79,13,0,2,64,32,0,65,1,72,13,0,32,0,65,255,0,78,13,0,32,1,40,2,0,32,2,44,0,0,71,13,3,11,32,1,65,4,106,33,1,32,2,32,5,32,2,107,65,1,74,106,33,2,12,1,11,11,32,0,65,1,72,13,1,32,0,65,255,0,78,13,1,32,2,44,0,0,32,4,40,2,0,65,1,107,75,13,1,11,32,3,65,4,54,2,0,11,11,166,3,1,1,127,35,0,65,144,2,107,34,0,36,0,32,0,32,2,54,2,128,2,32,0,32,1,54,2,136,2,32,3,16,176,1,33,1,32,0,65,208,1,106,32,3,32,0,65,255,1,106,16,177,1,32,0,65,192,1,106,16,178,1,34,3,32,3,16,179,1,16,180,1,32,0,32,3,65,0,16,172,1,34,6,54,2,188,1,32,0,32,0,65,16,106,54,2,12,32,0,65,0,54,2,8,3,64,2,64,32,0,65,136,2,106,32,0,65,128,2,106,16,166,1,69,13,0,32,0,40,2,188,1,32,3,16,171,1,32,6,106,70,4,64,32,3,16,171,1,33,2,32,3,32,3,16,171,1,65,1,116,16,180,1,32,3,32,3,16,179,1,16,180,1,32,0,32,2,32,3,65,0,16,172,1,34,6,106,54,2,188,1,11,32,0,65,136,2,106,16,168,1,32,1,32,6,32,0,65,188,1,106,32,0,65,8,106,32,0,44,0,255,1,32,0,65,208,1,106,32,0,65,16,106,32,0,65,12,106,65,144,133,1,16,181,1,13,0,32,0,65,136,2,106,16,170,1,26,12,1,11,11,2,64,32,0,65,208,1,106,16,171,1,69,13,0,32,0,40,2,12,34,2,32,0,65,16,106,107,65,159,1,74,13,0,32,0,32,2,65,4,106,54,2,12,32,2,32,0,40,2,8,54,2,0,11,32,5,32,6,32,0,40,2,188,1,32,4,32,1,16,185,1,55,3,0,32,0,65,208,1,106,32,0,65,16,106,32,0,40,2,12,32,4,16,183,1,32,0,65,136,2,106,32,0,65,128,2,106,16,167,1,4,64,32,4,32,4,40,2,0,65,2,114,54,2,0,11,32,0,40,2,136,2,33,6,32,3,16,159,5,26,32,0,65,208,1,106,16,159,5,26,32,0,65,144,2,106,36,0,32,6,11,195,1,2,1,126,2,127,35,0,65,16,107,34,5,36,0,2,64,2,64,2,64,32,0,32,1,71,4,64,65,148,231,3,40,2,0,33,6,65,148,231,3,65,0,54,2,0,32,0,32,5,65,12,106,32,3,16,202,1,16,143,1,33,4,2,64,65,148,231,3,40,2,0,34,0,4,64,32,5,40,2,12,32,1,71,13,1,32,0,65,196,0,70,13,4,12,5,11,65,148,231,3,32,6,54,2,0,32,5,40,2,12,32,1,70,13,4,11,32,2,65,4,54,2,0,12,1,11,32,2,65,4,54,2,0,11,66,0,33,4,12,1,11,32,2,65,4,54,2,0,32,4,66,1,89,4,64,66,255,255,255,255,255,255,255,255,255,0,33,4,12,1,11,66,128,128,128,128,128,128,128,128,128,127,33,4,11,32,5,65,16,106,36,0,32,4,11,166,3,1,1,127,35,0,65,144,2,107,34,0,36,0,32,0,32,2,54,2,128,2,32,0,32,1,54,2,136,2,32,3,16,176,1,33,1,32,0,65,208,1,106,32,3,32,0,65,255,1,106,16,177,1,32,0,65,192,1,106,16,178,1,34,3,32,3,16,179,1,16,180,1,32,0,32,3,65,0,16,172,1,34,6,54,2,188,1,32,0,32,0,65,16,106,54,2,12,32,0,65,0,54,2,8,3,64,2,64,32,0,65,136,2,106,32,0,65,128,2,106,16,166,1,69,13,0,32,0,40,2,188,1,32,3,16,171,1,32,6,106,70,4,64,32,3,16,171,1,33,2,32,3,32,3,16,171,1,65,1,116,16,180,1,32,3,32,3,16,179,1,16,180,1,32,0,32,2,32,3,65,0,16,172,1,34,6,106,54,2,188,1,11,32,0,65,136,2,106,16,168,1,32,1,32,6,32,0,65,188,1,106,32,0,65,8,106,32,0,44,0,255,1,32,0,65,208,1,106,32,0,65,16,106,32,0,65,12,106,65,144,133,1,16,181,1,13,0,32,0,65,136,2,106,16,170,1,26,12,1,11,11,2,64,32,0,65,208,1,106,16,171,1,69,13,0,32,0,40,2,12,34,2,32,0,65,16,106,107,65,159,1,74,13,0,32,0,32,2,65,4,106,54,2,12,32,2,32,0,40,2,8,54,2,0,11,32,5,32,6,32,0,40,2,188,1,32,4,32,1,16,187,1,59,1,0,32,0,65,208,1,106,32,0,65,16,106,32,0,40,2,12,32,4,16,183,1,32,0,65,136,2,106,32,0,65,128,2,106,16,167,1,4,64,32,4,32,4,40,2,0,65,2,114,54,2,0,11,32,0,40,2,136,2,33,6,32,3,16,159,5,26,32,0,65,208,1,106,16,159,5,26,32,0,65,144,2,106,36,0,32,6,11,237,1,2,3,127,1,126,35,0,65,16,107,34,4,36,0,2,127,2,64,2,64,2,64,2,64,32,0,32,1,71,4,64,2,64,32,0,45,0,0,34,5,65,45,71,13,0,32,0,65,1,106,34,0,32,1,71,13,0,32,2,65,4,54,2,0,12,2,11,65,148,231,3,40,2,0,33,6,65,148,231,3,65,0,54,2,0,32,0,32,4,65,12,106,32,3,16,202,1,16,142,1,33,7,2,64,65,148,231,3,40,2,0,34,0,4,64,32,4,40,2,12,32,1,71,13,1,32,0,65,196,0,70,13,5,12,4,11,65,148,231,3,32,6,54,2,0,32,4,40,2,12,32,1,70,13,3,11,32,2,65,4,54,2,0,12,1,11,32,2,65,4,54,2,0,11,65,0,12,3,11,32,7,66,255,255,3,88,13,1,11,32,2,65,4,54,2,0,65,255,255,3,12,1,11,65,0,32,7,167,34,0,107,32,0,32,5,65,45,70,27,11,33,0,32,4,65,16,106,36,0,32,0,65,255,255,3,113,11,166,3,1,1,127,35,0,65,144,2,107,34,0,36,0,32,0,32,2,54,2,128,2,32,0,32,1,54,2,136,2,32,3,16,176,1,33,1,32,0,65,208,1,106,32,3,32,0,65,255,1,106,16,177,1,32,0,65,192,1,106,16,178,1,34,3,32,3,16,179,1,16,180,1,32,0,32,3,65,0,16,172,1,34,6,54,2,188,1,32,0,32,0,65,16,106,54,2,12,32,0,65,0,54,2,8,3,64,2,64,32,0,65,136,2,106,32,0,65,128,2,106,16,166,1,69,13,0,32,0,40,2,188,1,32,3,16,171,1,32,6,106,70,4,64,32,3,16,171,1,33,2,32,3,32,3,16,171,1,65,1,116,16,180,1,32,3,32,3,16,179,1,16,180,1,32,0,32,2,32,3,65,0,16,172,1,34,6,106,54,2,188,1,11,32,0,65,136,2,106,16,168,1,32,1,32,6,32,0,65,188,1,106,32,0,65,8,106,32,0,44,0,255,1,32,0,65,208,1,106,32,0,65,16,106,32,0,65,12,106,65,144,133,1,16,181,1,13,0,32,0,65,136,2,106,16,170,1,26,12,1,11,11,2,64,32,0,65,208,1,106,16,171,1,69,13,0,32,0,40,2,12,34,2,32,0,65,16,106,107,65,159,1,74,13,0,32,0,32,2,65,4,106,54,2,12,32,2,32,0,40,2,8,54,2,0,11,32,5,32,6,32,0,40,2,188,1,32,4,32,1,16,189,1,54,2,0,32,0,65,208,1,106,32,0,65,16,106,32,0,40,2,12,32,4,16,183,1,32,0,65,136,2,106,32,0,65,128,2,106,16,167,1,4,64,32,4,32,4,40,2,0,65,2,114,54,2,0,11,32,0,40,2,136,2,33,6,32,3,16,159,5,26,32,0,65,208,1,106,16,159,5,26,32,0,65,144,2,106,36,0,32,6,11,232,1,2,3,127,1,126,35,0,65,16,107,34,4,36,0,2,127,2,64,2,64,2,64,2,64,32,0,32,1,71,4,64,2,64,32,0,45,0,0,34,5,65,45,71,13,0,32,0,65,1,106,34,0,32,1,71,13,0,32,2,65,4,54,2,0,12,2,11,65,148,231,3,40,2,0,33,6,65,148,231,3,65,0,54,2,0,32,0,32,4,65,12,106,32,3,16,202,1,16,142,1,33,7,2,64,65,148,231,3,40,2,0,34,0,4,64,32,4,40,2,12,32,1,71,13,1,32,0,65,196,0,70,13,5,12,4,11,65,148,231,3,32,6,54,2,0,32,4,40,2,12,32,1,70,13,3,11,32,2,65,4,54,2,0,12,1,11,32,2,65,4,54,2,0,11,65,0,12,3,11,32,7,66,255,255,255,255,15,88,13,1,11,32,2,65,4,54,2,0,65,127,12,1,11,65,0,32,7,167,34,0,107,32,0,32,5,65,45,70,27,11,33,0,32,4,65,16,106,36,0,32,0,11,166,3,1,1,127,35,0,65,144,2,107,34,0,36,0,32,0,32,2,54,2,128,2,32,0,32,1,54,2,136,2,32,3,16,176,1,33,1,32,0,65,208,1,106,32,3,32,0,65,255,1,106,16,177,1,32,0,65,192,1,106,16,178,1,34,3,32,3,16,179,1,16,180,1,32,0,32,3,65,0,16,172,1,34,6,54,2,188,1,32,0,32,0,65,16,106,54,2,12,32,0,65,0,54,2,8,3,64,2,64,32,0,65,136,2,106,32,0,65,128,2,106,16,166,1,69,13,0,32,0,40,2,188,1,32,3,16,171,1,32,6,106,70,4,64,32,3,16,171,1,33,2,32,3,32,3,16,171,1,65,1,116,16,180,1,32,3,32,3,16,179,1,16,180,1,32,0,32,2,32,3,65,0,16,172,1,34,6,106,54,2,188,1,11,32,0,65,136,2,106,16,168,1,32,1,32,6,32,0,65,188,1,106,32,0,65,8,106,32,0,44,0,255,1,32,0,65,208,1,106,32,0,65,16,106,32,0,65,12,106,65,144,133,1,16,181,1,13,0,32,0,65,136,2,106,16,170,1,26,12,1,11,11,2,64,32,0,65,208,1,106,16,171,1,69,13,0,32,0,40,2,12,34,2,32,0,65,16,106,107,65,159,1,74,13,0,32,0,32,2,65,4,106,54,2,12,32,2,32,0,40,2,8,54,2,0,11,32,5,32,6,32,0,40,2,188,1,32,4,32,1,16,191,1,55,3,0,32,0,65,208,1,106,32,0,65,16,106,32,0,40,2,12,32,4,16,183,1,32,0,65,136,2,106,32,0,65,128,2,106,16,167,1,4,64,32,4,32,4,40,2,0,65,2,114,54,2,0,11,32,0,40,2,136,2,33,6,32,3,16,159,5,26,32,0,65,208,1,106,16,159,5,26,32,0,65,144,2,106,36,0,32,6,11,215,1,2,3,127,1,126,35,0,65,16,107,34,4,36,0,2,126,2,64,2,64,2,64,32,0,32,1,71,4,64,2,64,32,0,45,0,0,34,5,65,45,71,13,0,32,0,65,1,106,34,0,32,1,71,13,0,32,2,65,4,54,2,0,12,2,11,65,148,231,3,40,2,0,33,6,65,148,231,3,65,0,54,2,0,32,0,32,4,65,12,106,32,3,16,202,1,16,142,1,33,7,2,64,65,148,231,3,40,2,0,34,0,4,64,32,4,40,2,12,32,1,71,13,1,32,0,65,196,0,70,13,4,12,5,11,65,148,231,3,32,6,54,2,0,32,4,40,2,12,32,1,70,13,4,11,32,2,65,4,54,2,0,12,1,11,32,2,65,4,54,2,0,11,66,0,12,2,11,32,2,65,4,54,2,0,66,127,12,1,11,66,0,32,7,125,32,7,32,5,65,45,70,27,11,33,7,32,4,65,16,106,36,0,32,7,11,206,3,0,35,0,65,144,2,107,34,0,36,0,32,0,32,2,54,2,128,2,32,0,32,1,54,2,136,2,32,0,65,208,1,106,32,3,32,0,65,224,1,106,32,0,65,223,1,106,32,0,65,222,1,106,16,193,1,32,0,65,192,1,106,16,178,1,34,3,32,3,16,179,1,16,180,1,32,0,32,3,65,0,16,172,1,34,1,54,2,188,1,32,0,32,0,65,16,106,54,2,12,32,0,65,0,54,2,8,32,0,65,1,58,0,7,32,0,65,197,0,58,0,6,3,64,2,64,32,0,65,136,2,106,32,0,65,128,2,106,16,166,1,69,13,0,32,0,40,2,188,1,32,3,16,171,1,32,1,106,70,4,64,32,3,16,171,1,33,2,32,3,32,3,16,171,1,65,1,116,16,180,1,32,3,32,3,16,179,1,16,180,1,32,0,32,2,32,3,65,0,16,172,1,34,1,106,54,2,188,1,11,32,0,65,136,2,106,16,168,1,32,0,65,7,106,32,0,65,6,106,32,1,32,0,65,188,1,106,32,0,44,0,223,1,32,0,44,0,222,1,32,0,65,208,1,106,32,0,65,16,106,32,0,65,12,106,32,0,65,8,106,32,0,65,224,1,106,16,194,1,13,0,32,0,65,136,2,106,16,170,1,26,12,1,11,11,2,64,32,0,65,208,1,106,16,171,1,69,13,0,32,0,45,0,7,69,13,0,32,0,40,2,12,34,2,32,0,65,16,106,107,65,159,1,74,13,0,32,0,32,2,65,4,106,54,2,12,32,2,32,0,40,2,8,54,2,0,11,32,5,32,1,32,0,40,2,188,1,32,4,16,195,1,56,2,0,32,0,65,208,1,106,32,0,65,16,106,32,0,40,2,12,32,4,16,183,1,32,0,65,136,2,106,32,0,65,128,2,106,16,167,1,4,64,32,4,32,4,40,2,0,65,2,114,54,2,0,11,32,0,40,2,136,2,33,1,32,3,16,159,5,26,32,0,65,208,1,106,16,159,5,26,32,0,65,144,2,106,36,0,32,1,11,94,1,1,127,35,0,65,16,107,34,5,36,0,32,5,65,8,106,32,1,16,244,5,32,5,65,8,106,16,156,1,65,144,133,1,65,176,133,1,32,2,16,201,1,32,3,32,5,65,8,106,16,158,1,34,2,16,243,1,58,0,0,32,4,32,2,16,244,1,58,0,0,32,0,32,2,16,245,1,32,5,65,8,106,16,157,1,32,5,65,16,106,36,0,11,238,3,1,1,127,35,0,65,16,107,34,12,36,0,32,12,32,0,58,0,15,2,64,2,64,32,0,32,5,70,4,64,32,1,45,0,0,69,13,1,65,0,33,0,32,1,65,0,58,0,0,32,4,32,4,40,2,0,34,11,65,1,106,54,2,0,32,11,65,46,58,0,0,32,7,16,171,1,69,13,2,32,9,40,2,0,34,11,32,8,107,65,159,1,74,13,2,32,10,40,2,0,33,5,32,9,32,11,65,4,106,54,2,0,32,11,32,5,54,2,0,12,2,11,2,64,32,0,32,6,71,13,0,32,7,16,171,1,69,13,0,32,1,45,0,0,69,13,1,65,0,33,0,32,9,40,2,0,34,11,32,8,107,65,159,1,74,13,2,32,10,40,2,0,33,0,32,9,32,11,65,4,106,54,2,0,32,11,32,0,54,2,0,65,0,33,0,32,10,65,0,54,2,0,12,2,11,65,127,33,0,32,11,32,11,65,32,106,32,12,65,15,106,16,209,1,32,11,107,34,11,65,31,74,13,1,32,11,65,144,133,1,106,45,0,0,33,5,2,64,2,64,2,64,2,64,32,11,65,22,107,14,4,1,1,0,0,2,11,32,3,32,4,40,2,0,34,11,71,4,64,32,11,65,1,107,45,0,0,65,223,0,113,32,2,45,0,0,65,255,0,113,71,13,5,11,32,4,32,11,65,1,106,54,2,0,32,11,32,5,58,0,0,65,0,33,0,12,4,11,32,2,65,208,0,58,0,0,12,1,11,32,2,44,0,0,34,0,32,5,65,223,0,113,71,13,0,32,2,32,0,65,128,1,114,58,0,0,32,1,45,0,0,69,13,0,32,1,65,0,58,0,0,32,7,16,171,1,69,13,0,32,9,40,2,0,34,0,32,8,107,65,159,1,74,13,0,32,10,40,2,0,33,1,32,9,32,0,65,4,106,54,2,0,32,0,32,1,54,2,0,11,32,4,32,4,40,2,0,34,0,65,1,106,54,2,0,32,0,32,5,58,0,0,65,0,33,0,32,11,65,21,74,13,1,32,10,32,10,40,2,0,65,1,106,54,2,0,12,1,11,65,127,33,0,11,32,12,65,16,106,36,0,32,0,11,182,1,2,2,125,3,127,35,0,65,16,107,34,5,36,0,2,64,2,64,2,64,32,0,32,1,71,4,64,65,148,231,3,40,2,0,33,7,65,148,231,3,65,0,54,2,0,16,202,1,26,35,0,65,16,107,34,6,36,0,32,6,32,0,32,5,65,12,106,65,0,16,144,1,32,6,41,3,0,32,6,41,3,8,16,91,33,3,32,6,65,16,106,36,0,65,148,231,3,40,2,0,34,0,69,13,1,32,5,40,2,12,32,1,71,13,2,32,3,33,4,32,0,65,196,0,71,13,3,12,2,11,32,2,65,4,54,2,0,12,2,11,65,148,231,3,32,7,54,2,0,32,5,40,2,12,32,1,70,13,1,11,32,2,65,4,54,2,0,32,4,33,3,11,32,5,65,16,106,36,0,32,3,11,206,3,0,35,0,65,144,2,107,34,0,36,0,32,0,32,2,54,2,128,2,32,0,32,1,54,2,136,2,32,0,65,208,1,106,32,3,32,0,65,224,1,106,32,0,65,223,1,106,32,0,65,222,1,106,16,193,1,32,0,65,192,1,106,16,178,1,34,3,32,3,16,179,1,16,180,1,32,0,32,3,65,0,16,172,1,34,1,54,2,188,1,32,0,32,0,65,16,106,54,2,12,32,0,65,0,54,2,8,32,0,65,1,58,0,7,32,0,65,197,0,58,0,6,3,64,2,64,32,0,65,136,2,106,32,0,65,128,2,106,16,166,1,69,13,0,32,0,40,2,188,1,32,3,16,171,1,32,1,106,70,4,64,32,3,16,171,1,33,2,32,3,32,3,16,171,1,65,1,116,16,180,1,32,3,32,3,16,179,1,16,180,1,32,0,32,2,32,3,65,0,16,172,1,34,1,106,54,2,188,1,11,32,0,65,136,2,106,16,168,1,32,0,65,7,106,32,0,65,6,106,32,1,32,0,65,188,1,106,32,0,44,0,223,1,32,0,44,0,222,1,32,0,65,208,1,106,32,0,65,16,106,32,0,65,12,106,32,0,65,8,106,32,0,65,224,1,106,16,194,1,13,0,32,0,65,136,2,106,16,170,1,26,12,1,11,11,2,64,32,0,65,208,1,106,16,171,1,69,13,0,32,0,45,0,7,69,13,0,32,0,40,2,12,34,2,32,0,65,16,106,107,65,159,1,74,13,0,32,0,32,2,65,4,106,54,2,12,32,2,32,0,40,2,8,54,2,0,11,32,5,32,1,32,0,40,2,188,1,32,4,16,197,1,57,3,0,32,0,65,208,1,106,32,0,65,16,106,32,0,40,2,12,32,4,16,183,1,32,0,65,136,2,106,32,0,65,128,2,106,16,167,1,4,64,32,4,32,4,40,2,0,65,2,114,54,2,0,11,32,0,40,2,136,2,33,1,32,3,16,159,5,26,32,0,65,208,1,106,16,159,5,26,32,0,65,144,2,106,36,0,32,1,11,182,1,2,2,124,3,127,35,0,65,16,107,34,5,36,0,2,64,2,64,2,64,32,0,32,1,71,4,64,65,148,231,3,40,2,0,33,7,65,148,231,3,65,0,54,2,0,16,202,1,26,35,0,65,16,107,34,6,36,0,32,6,32,0,32,5,65,12,106,65,1,16,144,1,32,6,41,3,0,32,6,41,3,8,16,92,33,3,32,6,65,16,106,36,0,65,148,231,3,40,2,0,34,0,69,13,1,32,5,40,2,12,32,1,71,13,2,32,3,33,4,32,0,65,196,0,71,13,3,12,2,11,32,2,65,4,54,2,0,12,2,11,65,148,231,3,32,7,54,2,0,32,5,40,2,12,32,1,70,13,1,11,32,2,65,4,54,2,0,32,4,33,3,11,32,5,65,16,106,36,0,32,3,11,229,3,1,1,126,35,0,65,160,2,107,34,0,36,0,32,0,32,2,54,2,144,2,32,0,32,1,54,2,152,2,32,0,65,224,1,106,32,3,32,0,65,240,1,106,32,0,65,239,1,106,32,0,65,238,1,106,16,193,1,32,0,65,208,1,106,16,178,1,34,3,32,3,16,179,1,16,180,1,32,0,32,3,65,0,16,172,1,34,1,54,2,204,1,32,0,32,0,65,32,106,54,2,28,32,0,65,0,54,2,24,32,0,65,1,58,0,23,32,0,65,197,0,58,0,22,3,64,2,64,32,0,65,152,2,106,32,0,65,144,2,106,16,166,1,69,13,0,32,0,40,2,204,1,32,3,16,171,1,32,1,106,70,4,64,32,3,16,171,1,33,2,32,3,32,3,16,171,1,65,1,116,16,180,1,32,3,32,3,16,179,1,16,180,1,32,0,32,2,32,3,65,0,16,172,1,34,1,106,54,2,204,1,11,32,0,65,152,2,106,16,168,1,32,0,65,23,106,32,0,65,22,106,32,1,32,0,65,204,1,106,32,0,44,0,239,1,32,0,44,0,238,1,32,0,65,224,1,106,32,0,65,32,106,32,0,65,28,106,32,0,65,24,106,32,0,65,240,1,106,16,194,1,13,0,32,0,65,152,2,106,16,170,1,26,12,1,11,11,2,64,32,0,65,224,1,106,16,171,1,69,13,0,32,0,45,0,23,69,13,0,32,0,40,2,28,34,2,32,0,65,32,106,107,65,159,1,74,13,0,32,0,32,2,65,4,106,54,2,28,32,2,32,0,40,2,24,54,2,0,11,32,0,32,1,32,0,40,2,204,1,32,4,16,199,1,32,0,41,3,0,33,6,32,5,32,0,41,3,8,55,3,8,32,5,32,6,55,3,0,32,0,65,224,1,106,32,0,65,32,106,32,0,40,2,28,32,4,16,183,1,32,0,65,152,2,106,32,0,65,144,2,106,16,167,1,4,64,32,4,32,4,40,2,0,65,2,114,54,2,0,11,32,0,40,2,152,2,33,1,32,3,16,159,5,26,32,0,65,224,1,106,16,159,5,26,32,0,65,160,2,106,36,0,32,1,11,183,2,2,4,126,5,127,35,0,65,32,107,34,8,36,0,2,64,2,64,2,64,32,1,32,2,71,4,64,65,148,231,3,40,2,0,33,12,65,148,231,3,65,0,54,2,0,35,0,65,16,107,34,9,36,0,16,202,1,26,35,0,65,16,107,34,10,36,0,35,0,65,16,107,34,11,36,0,32,11,32,1,32,8,65,28,106,65,2,16,144,1,32,11,41,3,0,33,4,32,10,32,11,41,3,8,55,3,8,32,10,32,4,55,3,0,32,11,65,16,106,36,0,32,10,41,3,0,33,4,32,9,32,10,41,3,8,55,3,8,32,9,32,4,55,3,0,32,10,65,16,106,36,0,32,9,41,3,0,33,4,32,8,65,8,106,34,1,32,9,41,3,8,55,3,8,32,1,32,4,55,3,0,32,9,65,16,106,36,0,32,8,41,3,16,33,4,32,8,41,3,8,33,5,65,148,231,3,40,2,0,34,1,69,13,1,32,8,40,2,28,32,2,71,13,2,32,5,33,6,32,4,33,7,32,1,65,196,0,71,13,3,12,2,11,32,3,65,4,54,2,0,12,2,11,65,148,231,3,32,12,54,2,0,32,8,40,2,28,32,2,70,13,1,11,32,3,65,4,54,2,0,32,6,33,5,32,7,33,4,11,32,0,32,5,55,3,0,32,0,32,4,55,3,8,32,8,65,32,106,36,0,11,146,3,1,1,127,35,0,65,144,2,107,34,0,36,0,32,0,32,2,54,2,128,2,32,0,32,1,54,2,136,2,32,0,65,208,1,106,16,178,1,33,2,32,0,65,16,106,32,3,16,244,5,32,0,65,16,106,16,156,1,65,144,133,1,65,170,133,1,32,0,65,224,1,106,16,201,1,32,0,65,16,106,16,157,1,32,0,65,192,1,106,16,178,1,34,3,32,3,16,179,1,16,180,1,32,0,32,3,65,0,16,172,1,34,1,54,2,188,1,32,0,32,0,65,16,106,54,2,12,32,0,65,0,54,2,8,3,64,2,64,32,0,65,136,2,106,32,0,65,128,2,106,16,166,1,69,13,0,32,0,40,2,188,1,32,3,16,171,1,32,1,106,70,4,64,32,3,16,171,1,33,6,32,3,32,3,16,171,1,65,1,116,16,180,1,32,3,32,3,16,179,1,16,180,1,32,0,32,6,32,3,65,0,16,172,1,34,1,106,54,2,188,1,11,32,0,65,136,2,106,16,168,1,65,16,32,1,32,0,65,188,1,106,32,0,65,8,106,65,0,32,2,32,0,65,16,106,32,0,65,12,106,32,0,65,224,1,106,16,181,1,13,0,32,0,65,136,2,106,16,170,1,26,12,1,11,11,32,3,32,0,40,2,188,1,32,1,107,16,180,1,32,3,16,207,1,33,1,16,202,1,33,6,32,0,32,5,54,2,0,32,1,32,6,32,0,16,203,1,65,1,71,4,64,32,4,65,4,54,2,0,11,32,0,65,136,2,106,32,0,65,128,2,106,16,167,1,4,64,32,4,32,4,40,2,0,65,2,114,54,2,0,11,32,0,40,2,136,2,33,1,32,3,16,159,5,26,32,2,16,159,5,26,32,0,65,144,2,106,36,0,32,1,11,51,0,32,0,173,32,1,173,32,2,173,32,3,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,32,17,0,0,167,26,11,53,0,2,64,65,148,233,3,45,0,0,65,1,113,13,0,65,148,233,3,16,249,5,69,13,0,65,144,233,3,65,244,13,16,103,54,2,0,65,148,233,3,16,251,5,11,65,144,233,3,40,2,0,11,67,1,1,127,35,0,65,16,107,34,3,36,0,32,3,32,1,54,2,12,32,3,32,2,54,2,8,32,3,32,3,65,12,106,16,212,1,33,1,32,0,65,213,10,32,3,40,2,8,16,97,33,0,32,1,16,213,1,32,3,65,16,106,36,0,32,0,11,45,1,1,127,32,0,33,1,65,0,33,0,3,64,32,0,65,3,71,4,64,32,1,32,0,65,2,116,106,65,0,54,2,0,32,0,65,1,106,33,0,12,1,11,11,11,10,0,32,0,45,0,11,65,7,118,11,14,0,32,0,40,2,8,65,255,255,255,255,7,113,11,18,0,32,0,16,205,1,4,64,32,0,40,2,0,15,11,32,0,11,16,0,32,0,16,150,5,32,1,16,150,5,115,65,1,115,11,49,0,32,2,45,0,0,33,2,3,64,2,64,32,0,32,1,71,4,127,32,0,45,0,0,32,2,71,13,1,32,0,5,32,1,11,15,11,32,0,65,1,106,33,0,12,0,11,0,11,74,1,1,127,32,0,40,2,12,34,1,32,0,40,2,16,70,4,64,32,0,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,36,17,0,0,167,15,11,32,1,44,0,0,16,138,5,11,84,1,1,127,32,0,40,2,12,34,1,32,0,40,2,16,70,4,64,32,0,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,40,17,0,0,167,15,11,32,0,32,1,65,1,106,54,2,12,32,1,44,0,0,16,138,5,11,17,0,32,0,32,1,40,2,0,16,140,1,54,2,0,32,0,11,18,0,32,0,40,2,0,34,0,4,64,32,0,16,140,1,26,11,11,146,2,1,1,127,35,0,65,32,107,34,6,36,0,32,6,32,1,54,2,24,2,64,32,3,40,2,4,65,1,113,69,4,64,32,6,65,127,54,2,0,32,6,32,0,173,32,1,173,32,2,173,32,3,173,32,4,173,32,6,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,16,17,0,0,167,34,1,54,2,24,2,64,2,64,2,64,32,6,40,2,0,14,2,0,1,2,11,32,5,65,0,58,0,0,12,3,11,32,5,65,1,58,0,0,12,2,11,32,5,65,1,58,0,0,32,4,65,4,54,2,0,12,1,11,32,6,32,3,16,244,5,32,6,16,215,1,33,1,32,6,16,157,1,32,6,32,3,16,244,5,32,6,16,216,1,33,3,32,6,16,157,1,32,6,32,3,16,159,1,32,6,65,12,114,32,3,16,160,1,32,5,32,6,65,24,106,32,2,32,6,32,6,65,24,106,34,3,32,1,32,4,65,1,16,217,1,32,6,70,58,0,0,32,6,40,2,24,33,1,3,64,32,3,65,12,107,16,159,5,34,3,32,6,71,13,0,11,11,32,6,65,32,106,36,0,32,1,11,11,0,32,0,65,180,233,3,16,162,1,11,11,0,32,0,65,236,233,3,16,162,1,11,189,4,1,11,127,35,0,65,128,1,107,34,8,36,0,32,8,32,1,54,2,120,32,2,32,3,16,163,1,33,9,32,8,65,37,54,2,16,32,8,65,8,106,65,0,32,8,65,16,106,16,164,1,33,16,32,8,65,16,106,33,10,2,64,32,9,65,229,0,79,4,64,32,9,16,147,6,34,10,69,13,1,32,16,32,10,16,165,1,11,32,10,33,7,32,2,33,1,3,64,32,1,32,3,70,4,64,3,64,2,64,32,0,32,8,65,248,0,106,16,218,1,65,0,32,9,27,69,4,64,32,0,32,8,65,248,0,106,16,219,1,4,64,32,5,32,5,40,2,0,65,2,114,54,2,0,11,12,1,11,32,0,16,220,1,33,14,32,6,69,4,64,32,4,32,14,16,221,1,33,14,11,32,12,65,1,106,33,13,65,0,33,15,32,10,33,7,32,2,33,1,3,64,32,1,32,3,70,4,64,32,13,33,12,32,15,69,13,3,32,0,16,222,1,26,32,10,33,7,32,2,33,1,32,9,32,11,106,65,2,73,13,3,3,64,32,1,32,3,70,4,64,12,5,5,2,64,32,7,45,0,0,65,2,71,13,0,32,1,16,171,1,32,13,70,13,0,32,7,65,0,58,0,0,32,11,65,1,107,33,11,11,32,7,65,1,106,33,7,32,1,65,12,106,33,1,12,1,11,0,11,0,5,2,64,32,7,45,0,0,65,1,71,13,0,32,1,32,12,16,223,1,40,2,0,33,17,2,64,32,6,4,127,32,17,5,32,4,32,17,16,221,1,11,32,14,70,4,64,65,1,33,15,32,1,16,171,1,32,13,71,13,2,32,7,65,2,58,0,0,32,11,65,1,106,33,11,12,1,11,32,7,65,0,58,0,0,11,32,9,65,1,107,33,9,11,32,7,65,1,106,33,7,32,1,65,12,106,33,1,12,1,11,0,11,0,11,11,2,64,2,64,3,64,32,2,32,3,70,13,1,32,10,45,0,0,65,2,71,4,64,32,10,65,1,106,33,10,32,2,65,12,106,33,2,12,1,11,11,32,2,33,3,12,1,11,32,5,32,5,40,2,0,65,4,114,54,2,0,11,32,16,16,173,1,32,8,65,128,1,106,36,0,32,3,15,5,2,64,32,1,16,174,1,69,4,64,32,7,65,1,58,0,0,12,1,11,32,7,65,2,58,0,0,32,11,65,1,106,33,11,32,9,65,1,107,33,9,11,32,7,65,1,106,33,7,32,1,65,12,106,33,1,12,1,11,0,11,0,11,16,199,2,0,11,12,0,32,0,32,1,16,239,1,65,1,115,11,9,0,32,0,32,1,16,239,1,11,10,0,32,0,40,2,0,16,241,1,11,48,0,32,0,173,32,1,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,28,17,0,0,167,11,13,0,32,0,40,2,0,16,242,1,26,32,0,11,13,0,32,0,16,207,1,32,1,65,2,116,106,11,177,3,1,2,127,35,0,65,224,2,107,34,0,36,0,32,0,32,2,54,2,208,2,32,0,32,1,54,2,216,2,32,3,16,176,1,33,1,32,3,32,0,65,224,1,106,16,225,1,33,2,32,0,65,208,1,106,32,3,32,0,65,204,2,106,16,226,1,32,0,65,192,1,106,16,178,1,34,3,32,3,16,179,1,16,180,1,32,0,32,3,65,0,16,172,1,34,6,54,2,188,1,32,0,32,0,65,16,106,54,2,12,32,0,65,0,54,2,8,3,64,2,64,32,0,65,216,2,106,32,0,65,208,2,106,16,218,1,69,13,0,32,0,40,2,188,1,32,3,16,171,1,32,6,106,70,4,64,32,3,16,171,1,33,7,32,3,32,3,16,171,1,65,1,116,16,180,1,32,3,32,3,16,179,1,16,180,1,32,0,32,7,32,3,65,0,16,172,1,34,6,106,54,2,188,1,11,32,0,65,216,2,106,16,220,1,32,1,32,6,32,0,65,188,1,106,32,0,65,8,106,32,0,40,2,204,2,32,0,65,208,1,106,32,0,65,16,106,32,0,65,12,106,32,2,16,227,1,13,0,32,0,65,216,2,106,16,222,1,26,12,1,11,11,2,64,32,0,65,208,1,106,16,171,1,69,13,0,32,0,40,2,12,34,2,32,0,65,16,106,107,65,159,1,74,13,0,32,0,32,2,65,4,106,54,2,12,32,2,32,0,40,2,8,54,2,0,11,32,5,32,6,32,0,40,2,188,1,32,4,32,1,16,182,1,54,2,0,32,0,65,208,1,106,32,0,65,16,106,32,0,40,2,12,32,4,16,183,1,32,0,65,216,2,106,32,0,65,208,2,106,16,219,1,4,64,32,4,32,4,40,2,0,65,2,114,54,2,0,11,32,0,40,2,216,2,33,6,32,3,16,159,5,26,32,0,65,208,1,106,16,159,5,26,32,0,65,224,2,106,36,0,32,6,11,61,1,1,127,35,0,65,16,107,34,2,36,0,32,2,65,8,106,32,0,16,244,5,32,2,65,8,106,16,215,1,65,144,133,1,65,170,133,1,32,1,16,238,1,32,2,65,8,106,16,157,1,32,2,65,16,106,36,0,32,1,11,63,1,1,127,35,0,65,16,107,34,3,36,0,32,3,65,8,106,32,1,16,244,5,32,2,32,3,65,8,106,16,216,1,34,1,16,244,1,54,2,0,32,0,32,1,16,245,1,32,3,65,8,106,16,157,1,32,3,65,16,106,36,0,11,247,2,1,2,127,35,0,65,16,107,34,10,36,0,32,10,32,0,54,2,12,2,64,2,64,2,64,32,3,40,2,0,32,2,71,13,0,65,43,33,11,32,0,32,9,40,2,96,71,4,64,65,45,33,11,32,9,40,2,100,32,0,71,13,1,11,32,3,32,2,65,1,106,54,2,0,32,2,32,11,58,0,0,12,1,11,2,64,32,6,16,171,1,69,13,0,32,0,32,5,71,13,0,65,0,33,0,32,8,40,2,0,34,9,32,7,107,65,159,1,74,13,2,32,4,40,2,0,33,0,32,8,32,9,65,4,106,54,2,0,32,9,32,0,54,2,0,12,1,11,65,127,33,0,32,9,32,9,65,232,0,106,32,10,65,12,106,16,240,1,32,9,107,34,9,65,220,0,74,13,1,32,9,65,2,117,33,6,2,64,2,64,2,64,32,1,65,8,107,14,3,0,2,0,1,11,32,1,32,6,74,13,1,12,3,11,32,1,65,16,71,13,0,32,9,65,216,0,72,13,0,32,3,40,2,0,34,9,32,2,70,13,2,32,9,32,2,107,65,2,74,13,2,32,9,65,1,107,45,0,0,65,48,71,13,2,65,0,33,0,32,4,65,0,54,2,0,32,3,32,9,65,1,106,54,2,0,32,9,32,6,65,144,133,1,106,45,0,0,58,0,0,12,2,11,32,3,32,3,40,2,0,34,0,65,1,106,54,2,0,32,0,32,6,65,144,133,1,106,45,0,0,58,0,0,32,4,32,4,40,2,0,65,1,106,54,2,0,65,0,33,0,12,1,11,65,0,33,0,32,4,65,0,54,2,0,11,32,10,65,16,106,36,0,32,0,11,177,3,1,2,127,35,0,65,224,2,107,34,0,36,0,32,0,32,2,54,2,208,2,32,0,32,1,54,2,216,2,32,3,16,176,1,33,1,32,3,32,0,65,224,1,106,16,225,1,33,2,32,0,65,208,1,106,32,3,32,0,65,204,2,106,16,226,1,32,0,65,192,1,106,16,178,1,34,3,32,3,16,179,1,16,180,1,32,0,32,3,65,0,16,172,1,34,6,54,2,188,1,32,0,32,0,65,16,106,54,2,12,32,0,65,0,54,2,8,3,64,2,64,32,0,65,216,2,106,32,0,65,208,2,106,16,218,1,69,13,0,32,0,40,2,188,1,32,3,16,171,1,32,6,106,70,4,64,32,3,16,171,1,33,7,32,3,32,3,16,171,1,65,1,116,16,180,1,32,3,32,3,16,179,1,16,180,1,32,0,32,7,32,3,65,0,16,172,1,34,6,106,54,2,188,1,11,32,0,65,216,2,106,16,220,1,32,1,32,6,32,0,65,188,1,106,32,0,65,8,106,32,0,40,2,204,2,32,0,65,208,1,106,32,0,65,16,106,32,0,65,12,106,32,2,16,227,1,13,0,32,0,65,216,2,106,16,222,1,26,12,1,11,11,2,64,32,0,65,208,1,106,16,171,1,69,13,0,32,0,40,2,12,34,2,32,0,65,16,106,107,65,159,1,74,13,0,32,0,32,2,65,4,106,54,2,12,32,2,32,0,40,2,8,54,2,0,11,32,5,32,6,32,0,40,2,188,1,32,4,32,1,16,185,1,55,3,0,32,0,65,208,1,106,32,0,65,16,106,32,0,40,2,12,32,4,16,183,1,32,0,65,216,2,106,32,0,65,208,2,106,16,219,1,4,64,32,4,32,4,40,2,0,65,2,114,54,2,0,11,32,0,40,2,216,2,33,6,32,3,16,159,5,26,32,0,65,208,1,106,16,159,5,26,32,0,65,224,2,106,36,0,32,6,11,177,3,1,2,127,35,0,65,224,2,107,34,0,36,0,32,0,32,2,54,2,208,2,32,0,32,1,54,2,216,2,32,3,16,176,1,33,1,32,3,32,0,65,224,1,106,16,225,1,33,2,32,0,65,208,1,106,32,3,32,0,65,204,2,106,16,226,1,32,0,65,192,1,106,16,178,1,34,3,32,3,16,179,1,16,180,1,32,0,32,3,65,0,16,172,1,34,6,54,2,188,1,32,0,32,0,65,16,106,54,2,12,32,0,65,0,54,2,8,3,64,2,64,32,0,65,216,2,106,32,0,65,208,2,106,16,218,1,69,13,0,32,0,40,2,188,1,32,3,16,171,1,32,6,106,70,4,64,32,3,16,171,1,33,7,32,3,32,3,16,171,1,65,1,116,16,180,1,32,3,32,3,16,179,1,16,180,1,32,0,32,7,32,3,65,0,16,172,1,34,6,106,54,2,188,1,11,32,0,65,216,2,106,16,220,1,32,1,32,6,32,0,65,188,1,106,32,0,65,8,106,32,0,40,2,204,2,32,0,65,208,1,106,32,0,65,16,106,32,0,65,12,106,32,2,16,227,1,13,0,32,0,65,216,2,106,16,222,1,26,12,1,11,11,2,64,32,0,65,208,1,106,16,171,1,69,13,0,32,0,40,2,12,34,2,32,0,65,16,106,107,65,159,1,74,13,0,32,0,32,2,65,4,106,54,2,12,32,2,32,0,40,2,8,54,2,0,11,32,5,32,6,32,0,40,2,188,1,32,4,32,1,16,187,1,59,1,0,32,0,65,208,1,106,32,0,65,16,106,32,0,40,2,12,32,4,16,183,1,32,0,65,216,2,106,32,0,65,208,2,106,16,219,1,4,64,32,4,32,4,40,2,0,65,2,114,54,2,0,11,32,0,40,2,216,2,33,6,32,3,16,159,5,26,32,0,65,208,1,106,16,159,5,26,32,0,65,224,2,106,36,0,32,6,11,177,3,1,2,127,35,0,65,224,2,107,34,0,36,0,32,0,32,2,54,2,208,2,32,0,32,1,54,2,216,2,32,3,16,176,1,33,1,32,3,32,0,65,224,1,106,16,225,1,33,2,32,0,65,208,1,106,32,3,32,0,65,204,2,106,16,226,1,32,0,65,192,1,106,16,178,1,34,3,32,3,16,179,1,16,180,1,32,0,32,3,65,0,16,172,1,34,6,54,2,188,1,32,0,32,0,65,16,106,54,2,12,32,0,65,0,54,2,8,3,64,2,64,32,0,65,216,2,106,32,0,65,208,2,106,16,218,1,69,13,0,32,0,40,2,188,1,32,3,16,171,1,32,6,106,70,4,64,32,3,16,171,1,33,7,32,3,32,3,16,171,1,65,1,116,16,180,1,32,3,32,3,16,179,1,16,180,1,32,0,32,7,32,3,65,0,16,172,1,34,6,106,54,2,188,1,11,32,0,65,216,2,106,16,220,1,32,1,32,6,32,0,65,188,1,106,32,0,65,8,106,32,0,40,2,204,2,32,0,65,208,1,106,32,0,65,16,106,32,0,65,12,106,32,2,16,227,1,13,0,32,0,65,216,2,106,16,222,1,26,12,1,11,11,2,64,32,0,65,208,1,106,16,171,1,69,13,0,32,0,40,2,12,34,2,32,0,65,16,106,107,65,159,1,74,13,0,32,0,32,2,65,4,106,54,2,12,32,2,32,0,40,2,8,54,2,0,11,32,5,32,6,32,0,40,2,188,1,32,4,32,1,16,189,1,54,2,0,32,0,65,208,1,106,32,0,65,16,106,32,0,40,2,12,32,4,16,183,1,32,0,65,216,2,106,32,0,65,208,2,106,16,219,1,4,64,32,4,32,4,40,2,0,65,2,114,54,2,0,11,32,0,40,2,216,2,33,6,32,3,16,159,5,26,32,0,65,208,1,106,16,159,5,26,32,0,65,224,2,106,36,0,32,6,11,177,3,1,2,127,35,0,65,224,2,107,34,0,36,0,32,0,32,2,54,2,208,2,32,0,32,1,54,2,216,2,32,3,16,176,1,33,1,32,3,32,0,65,224,1,106,16,225,1,33,2,32,0,65,208,1,106,32,3,32,0,65,204,2,106,16,226,1,32,0,65,192,1,106,16,178,1,34,3,32,3,16,179,1,16,180,1,32,0,32,3,65,0,16,172,1,34,6,54,2,188,1,32,0,32,0,65,16,106,54,2,12,32,0,65,0,54,2,8,3,64,2,64,32,0,65,216,2,106,32,0,65,208,2,106,16,218,1,69,13,0,32,0,40,2,188,1,32,3,16,171,1,32,6,106,70,4,64,32,3,16,171,1,33,7,32,3,32,3,16,171,1,65,1,116,16,180,1,32,3,32,3,16,179,1,16,180,1,32,0,32,7,32,3,65,0,16,172,1,34,6,106,54,2,188,1,11,32,0,65,216,2,106,16,220,1,32,1,32,6,32,0,65,188,1,106,32,0,65,8,106,32,0,40,2,204,2,32,0,65,208,1,106,32,0,65,16,106,32,0,65,12,106,32,2,16,227,1,13,0,32,0,65,216,2,106,16,222,1,26,12,1,11,11,2,64,32,0,65,208,1,106,16,171,1,69,13,0,32,0,40,2,12,34,2,32,0,65,16,106,107,65,159,1,74,13,0,32,0,32,2,65,4,106,54,2,12,32,2,32,0,40,2,8,54,2,0,11,32,5,32,6,32,0,40,2,188,1,32,4,32,1,16,191,1,55,3,0,32,0,65,208,1,106,32,0,65,16,106,32,0,40,2,12,32,4,16,183,1,32,0,65,216,2,106,32,0,65,208,2,106,16,219,1,4,64,32,4,32,4,40,2,0,65,2,114,54,2,0,11,32,0,40,2,216,2,33,6,32,3,16,159,5,26,32,0,65,208,1,106,16,159,5,26,32,0,65,224,2,106,36,0,32,6,11,206,3,0,35,0,65,240,2,107,34,0,36,0,32,0,32,2,54,2,224,2,32,0,32,1,54,2,232,2,32,0,65,200,1,106,32,3,32,0,65,224,1,106,32,0,65,220,1,106,32,0,65,216,1,106,16,233,1,32,0,65,184,1,106,16,178,1,34,3,32,3,16,179,1,16,180,1,32,0,32,3,65,0,16,172,1,34,1,54,2,180,1,32,0,32,0,65,16,106,54,2,12,32,0,65,0,54,2,8,32,0,65,1,58,0,7,32,0,65,197,0,58,0,6,3,64,2,64,32,0,65,232,2,106,32,0,65,224,2,106,16,218,1,69,13,0,32,0,40,2,180,1,32,3,16,171,1,32,1,106,70,4,64,32,3,16,171,1,33,2,32,3,32,3,16,171,1,65,1,116,16,180,1,32,3,32,3,16,179,1,16,180,1,32,0,32,2,32,3,65,0,16,172,1,34,1,106,54,2,180,1,11,32,0,65,232,2,106,16,220,1,32,0,65,7,106,32,0,65,6,106,32,1,32,0,65,180,1,106,32,0,40,2,220,1,32,0,40,2,216,1,32,0,65,200,1,106,32,0,65,16,106,32,0,65,12,106,32,0,65,8,106,32,0,65,224,1,106,16,234,1,13,0,32,0,65,232,2,106,16,222,1,26,12,1,11,11,2,64,32,0,65,200,1,106,16,171,1,69,13,0,32,0,45,0,7,69,13,0,32,0,40,2,12,34,2,32,0,65,16,106,107,65,159,1,74,13,0,32,0,32,2,65,4,106,54,2,12,32,2,32,0,40,2,8,54,2,0,11,32,5,32,1,32,0,40,2,180,1,32,4,16,195,1,56,2,0,32,0,65,200,1,106,32,0,65,16,106,32,0,40,2,12,32,4,16,183,1,32,0,65,232,2,106,32,0,65,224,2,106,16,219,1,4,64,32,4,32,4,40,2,0,65,2,114,54,2,0,11,32,0,40,2,232,2,33,1,32,3,16,159,5,26,32,0,65,200,1,106,16,159,5,26,32,0,65,240,2,106,36,0,32,1,11,94,1,1,127,35,0,65,16,107,34,5,36,0,32,5,65,8,106,32,1,16,244,5,32,5,65,8,106,16,215,1,65,144,133,1,65,176,133,1,32,2,16,238,1,32,3,32,5,65,8,106,16,216,1,34,2,16,243,1,54,2,0,32,4,32,2,16,244,1,54,2,0,32,0,32,2,16,245,1,32,5,65,8,106,16,157,1,32,5,65,16,106,36,0,11,248,3,1,1,127,35,0,65,16,107,34,12,36,0,32,12,32,0,54,2,12,2,64,2,64,32,0,32,5,70,4,64,32,1,45,0,0,69,13,1,65,0,33,0,32,1,65,0,58,0,0,32,4,32,4,40,2,0,34,11,65,1,106,54,2,0,32,11,65,46,58,0,0,32,7,16,171,1,69,13,2,32,9,40,2,0,34,11,32,8,107,65,159,1,74,13,2,32,10,40,2,0,33,5,32,9,32,11,65,4,106,54,2,0,32,11,32,5,54,2,0,12,2,11,2,64,32,0,32,6,71,13,0,32,7,16,171,1,69,13,0,32,1,45,0,0,69,13,1,65,0,33,0,32,9,40,2,0,34,11,32,8,107,65,159,1,74,13,2,32,10,40,2,0,33,0,32,9,32,11,65,4,106,54,2,0,32,11,32,0,54,2,0,65,0,33,0,32,10,65,0,54,2,0,12,2,11,65,127,33,0,32,11,32,11,65,128,1,106,32,12,65,12,106,16,240,1,32,11,107,34,11,65,252,0,74,13,1,32,11,65,2,117,65,144,133,1,106,45,0,0,33,5,2,64,2,64,2,64,2,64,32,11,65,216,0,107,65,30,119,14,4,1,1,0,0,2,11,32,3,32,4,40,2,0,34,11,71,4,64,32,11,65,1,107,45,0,0,65,223,0,113,32,2,45,0,0,65,255,0,113,71,13,5,11,32,4,32,11,65,1,106,54,2,0,32,11,32,5,58,0,0,65,0,33,0,12,4,11,32,2,65,208,0,58,0,0,12,1,11,32,2,44,0,0,34,0,32,5,65,223,0,113,71,13,0,32,2,32,0,65,128,1,114,58,0,0,32,1,45,0,0,69,13,0,32,1,65,0,58,0,0,32,7,16,171,1,69,13,0,32,9,40,2,0,34,0,32,8,107,65,159,1,74,13,0,32,10,40,2,0,33,1,32,9,32,0,65,4,106,54,2,0,32,0,32,1,54,2,0,11,32,4,32,4,40,2,0,34,0,65,1,106,54,2,0,32,0,32,5,58,0,0,65,0,33,0,32,11,65,212,0,74,13,1,32,10,32,10,40,2,0,65,1,106,54,2,0,12,1,11,65,127,33,0,11,32,12,65,16,106,36,0,32,0,11,206,3,0,35,0,65,240,2,107,34,0,36,0,32,0,32,2,54,2,224,2,32,0,32,1,54,2,232,2,32,0,65,200,1,106,32,3,32,0,65,224,1,106,32,0,65,220,1,106,32,0,65,216,1,106,16,233,1,32,0,65,184,1,106,16,178,1,34,3,32,3,16,179,1,16,180,1,32,0,32,3,65,0,16,172,1,34,1,54,2,180,1,32,0,32,0,65,16,106,54,2,12,32,0,65,0,54,2,8,32,0,65,1,58,0,7,32,0,65,197,0,58,0,6,3,64,2,64,32,0,65,232,2,106,32,0,65,224,2,106,16,218,1,69,13,0,32,0,40,2,180,1,32,3,16,171,1,32,1,106,70,4,64,32,3,16,171,1,33,2,32,3,32,3,16,171,1,65,1,116,16,180,1,32,3,32,3,16,179,1,16,180,1,32,0,32,2,32,3,65,0,16,172,1,34,1,106,54,2,180,1,11,32,0,65,232,2,106,16,220,1,32,0,65,7,106,32,0,65,6,106,32,1,32,0,65,180,1,106,32,0,40,2,220,1,32,0,40,2,216,1,32,0,65,200,1,106,32,0,65,16,106,32,0,65,12,106,32,0,65,8,106,32,0,65,224,1,106,16,234,1,13,0,32,0,65,232,2,106,16,222,1,26,12,1,11,11,2,64,32,0,65,200,1,106,16,171,1,69,13,0,32,0,45,0,7,69,13,0,32,0,40,2,12,34,2,32,0,65,16,106,107,65,159,1,74,13,0,32,0,32,2,65,4,106,54,2,12,32,2,32,0,40,2,8,54,2,0,11,32,5,32,1,32,0,40,2,180,1,32,4,16,197,1,57,3,0,32,0,65,200,1,106,32,0,65,16,106,32,0,40,2,12,32,4,16,183,1,32,0,65,232,2,106,32,0,65,224,2,106,16,219,1,4,64,32,4,32,4,40,2,0,65,2,114,54,2,0,11,32,0,40,2,232,2,33,1,32,3,16,159,5,26,32,0,65,200,1,106,16,159,5,26,32,0,65,240,2,106,36,0,32,1,11,229,3,1,1,126,35,0,65,128,3,107,34,0,36,0,32,0,32,2,54,2,240,2,32,0,32,1,54,2,248,2,32,0,65,216,1,106,32,3,32,0,65,240,1,106,32,0,65,236,1,106,32,0,65,232,1,106,16,233,1,32,0,65,200,1,106,16,178,1,34,3,32,3,16,179,1,16,180,1,32,0,32,3,65,0,16,172,1,34,1,54,2,196,1,32,0,32,0,65,32,106,54,2,28,32,0,65,0,54,2,24,32,0,65,1,58,0,23,32,0,65,197,0,58,0,22,3,64,2,64,32,0,65,248,2,106,32,0,65,240,2,106,16,218,1,69,13,0,32,0,40,2,196,1,32,3,16,171,1,32,1,106,70,4,64,32,3,16,171,1,33,2,32,3,32,3,16,171,1,65,1,116,16,180,1,32,3,32,3,16,179,1,16,180,1,32,0,32,2,32,3,65,0,16,172,1,34,1,106,54,2,196,1,11,32,0,65,248,2,106,16,220,1,32,0,65,23,106,32,0,65,22,106,32,1,32,0,65,196,1,106,32,0,40,2,236,1,32,0,40,2,232,1,32,0,65,216,1,106,32,0,65,32,106,32,0,65,28,106,32,0,65,24,106,32,0,65,240,1,106,16,234,1,13,0,32,0,65,248,2,106,16,222,1,26,12,1,11,11,2,64,32,0,65,216,1,106,16,171,1,69,13,0,32,0,45,0,23,69,13,0,32,0,40,2,28,34,2,32,0,65,32,106,107,65,159,1,74,13,0,32,0,32,2,65,4,106,54,2,28,32,2,32,0,40,2,24,54,2,0,11,32,0,32,1,32,0,40,2,196,1,32,4,16,199,1,32,0,41,3,0,33,6,32,5,32,0,41,3,8,55,3,8,32,5,32,6,55,3,0,32,0,65,216,1,106,32,0,65,32,106,32,0,40,2,28,32,4,16,183,1,32,0,65,248,2,106,32,0,65,240,2,106,16,219,1,4,64,32,4,32,4,40,2,0,65,2,114,54,2,0,11,32,0,40,2,248,2,33,1,32,3,16,159,5,26,32,0,65,216,1,106,16,159,5,26,32,0,65,128,3,106,36,0,32,1,11,146,3,1,1,127,35,0,65,224,2,107,34,0,36,0,32,0,32,2,54,2,208,2,32,0,32,1,54,2,216,2,32,0,65,208,1,106,16,178,1,33,2,32,0,65,16,106,32,3,16,244,5,32,0,65,16,106,16,215,1,65,144,133,1,65,170,133,1,32,0,65,224,1,106,16,238,1,32,0,65,16,106,16,157,1,32,0,65,192,1,106,16,178,1,34,3,32,3,16,179,1,16,180,1,32,0,32,3,65,0,16,172,1,34,1,54,2,188,1,32,0,32,0,65,16,106,54,2,12,32,0,65,0,54,2,8,3,64,2,64,32,0,65,216,2,106,32,0,65,208,2,106,16,218,1,69,13,0,32,0,40,2,188,1,32,3,16,171,1,32,1,106,70,4,64,32,3,16,171,1,33,6,32,3,32,3,16,171,1,65,1,116,16,180,1,32,3,32,3,16,179,1,16,180,1,32,0,32,6,32,3,65,0,16,172,1,34,1,106,54,2,188,1,11,32,0,65,216,2,106,16,220,1,65,16,32,1,32,0,65,188,1,106,32,0,65,8,106,65,0,32,2,32,0,65,16,106,32,0,65,12,106,32,0,65,224,1,106,16,227,1,13,0,32,0,65,216,2,106,16,222,1,26,12,1,11,11,32,3,32,0,40,2,188,1,32,1,107,16,180,1,32,3,16,207,1,33,1,16,202,1,33,6,32,0,32,5,54,2,0,32,1,32,6,32,0,16,203,1,65,1,71,4,64,32,4,65,4,54,2,0,11,32,0,65,216,2,106,32,0,65,208,2,106,16,219,1,4,64,32,4,32,4,40,2,0,65,2,114,54,2,0,11,32,0,40,2,216,2,33,1,32,3,16,159,5,26,32,2,16,159,5,26,32,0,65,224,2,106,36,0,32,1,11,51,0,32,0,173,32,1,173,32,2,173,32,3,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,48,17,0,0,167,26,11,16,0,32,0,16,151,5,32,1,16,151,5,115,65,1,115,11,49,0,32,2,40,2,0,33,2,3,64,2,64,32,0,32,1,71,4,127,32,0,40,2,0,32,2,71,13,1,32,0,5,32,1,11,15,11,32,0,65,4,106,33,0,12,0,11,0,11,71,1,1,127,32,0,40,2,12,34,1,32,0,40,2,16,70,4,64,32,0,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,36,17,0,0,167,15,11,32,1,40,2,0,11,81,1,1,127,32,0,40,2,12,34,1,32,0,40,2,16,70,4,64,32,0,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,40,17,0,0,167,15,11,32,0,32,1,65,4,106,54,2,12,32,1,40,2,0,11,47,0,32,0,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,12,17,0,0,167,11,47,0,32,0,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,16,17,0,0,167,11,48,0,32,0,173,32,1,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,1,40,2,0,40,2,20,17,0,0,26,11,246,1,1,1,127,35,0,65,48,107,34,5,36,0,32,5,32,1,54,2,40,2,64,32,2,40,2,4,65,1,113,69,4,64,32,0,173,32,1,173,32,2,173,32,3,173,32,4,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,24,17,0,0,167,33,2,12,1,11,32,5,65,24,106,32,2,16,244,5,32,5,65,24,106,16,158,1,33,2,32,5,65,24,106,16,157,1,2,64,32,4,4,64,32,5,65,24,106,32,2,16,159,1,12,1,11,32,5,65,24,106,32,2,16,160,1,11,32,5,32,5,65,24,106,16,247,1,54,2,16,3,64,32,5,32,5,65,24,106,16,248,1,54,2,8,32,5,65,16,106,32,5,65,8,106,16,249,1,4,64,32,5,65,40,106,32,5,65,16,106,40,2,0,44,0,0,16,250,1,32,5,65,16,106,16,251,1,12,1,5,32,5,40,2,40,33,2,32,5,65,24,106,16,159,5,26,11,11,11,32,5,65,48,106,36,0,32,2,11,40,1,1,127,35,0,65,16,107,34,1,36,0,32,1,65,8,106,32,0,16,207,1,16,252,1,40,2,0,33,0,32,1,65,16,106,36,0,32,0,11,46,1,1,127,35,0,65,16,107,34,1,36,0,32,1,65,8,106,32,0,16,207,1,32,0,16,171,1,106,16,252,1,40,2,0,33,0,32,1,65,16,106,36,0,32,0,11,12,0,32,0,32,1,16,253,1,65,1,115,11,39,1,1,127,2,64,32,0,40,2,0,34,2,69,13,0,32,2,32,1,16,254,1,65,127,16,255,1,69,13,0,32,0,65,0,54,2,0,11,11,15,0,32,0,32,0,40,2,0,65,1,106,54,2,0,11,11,0,32,0,32,1,54,2,0,32,0,11,13,0,32,0,40,2,0,32,1,40,2,0,70,11,92,1,1,127,32,0,40,2,24,34,2,32,0,40,2,28,70,4,64,32,0,173,32,1,16,138,5,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,52,17,0,0,167,15,11,32,0,32,2,65,1,106,54,2,24,32,2,32,1,58,0,0,32,1,16,138,5,11,7,0,32,0,32,1,70,11,211,1,1,4,127,35,0,65,32,107,34,0,36,0,32,0,65,181,133,1,47,0,0,59,1,28,32,0,65,177,133,1,40,0,0,54,2,24,32,0,65,24,106,65,1,114,65,188,11,65,1,32,2,40,2,4,16,129,2,32,2,40,2,4,33,6,32,0,65,16,107,34,5,34,8,36,0,16,202,1,33,7,32,0,32,4,54,2,0,32,5,32,5,32,6,65,9,118,65,1,113,65,13,106,32,7,32,0,65,24,106,32,0,16,130,2,32,5,106,34,6,32,2,16,131,2,33,7,32,8,65,32,107,34,4,36,0,32,0,65,8,106,32,2,16,244,5,32,5,32,7,32,6,32,4,32,0,65,20,106,32,0,65,16,106,32,0,65,8,106,16,132,2,32,0,65,8,106,16,157,1,32,1,32,4,32,0,40,2,20,32,0,40,2,16,32,2,32,3,16,52,33,2,32,0,65,32,106,36,0,32,2,11,143,1,1,1,127,32,3,65,128,16,113,4,64,32,0,65,43,58,0,0,32,0,65,1,106,33,0,11,32,3,65,128,4,113,4,64,32,0,65,35,58,0,0,32,0,65,1,106,33,0,11,3,64,32,1,45,0,0,34,4,4,64,32,0,32,4,58,0,0,32,0,65,1,106,33,0,32,1,65,1,106,33,1,12,1,11,11,32,0,2,127,65,239,0,32,3,65,202,0,113,34,1,65,192,0,70,13,0,26,65,216,0,65,248,0,32,3,65,128,128,1,113,27,32,1,65,8,70,13,0,26,65,228,0,65,245,0,32,2,27,11,58,0,0,11,68,1,1,127,35,0,65,16,107,34,5,36,0,32,5,32,2,54,2,12,32,5,32,4,54,2,8,32,5,32,5,65,12,106,16,212,1,33,2,32,0,32,1,32,3,32,5,40,2,8,16,115,33,0,32,2,16,213,1,32,5,65,16,106,36,0,32,0,11,100,0,32,2,40,2,4,65,176,1,113,34,2,65,32,70,4,64,32,1,15,11,2,64,32,2,65,16,71,13,0,2,64,2,64,32,0,45,0,0,34,2,65,43,107,14,3,0,1,0,1,11,32,0,65,1,106,15,11,32,1,32,0,107,65,2,72,13,0,32,2,65,48,71,13,0,32,0,45,0,1,65,32,114,65,248,0,71,13,0,32,0,65,2,106,33,0,11,32,0,11,217,3,1,8,127,35,0,65,16,107,34,10,36,0,32,6,16,156,1,33,11,32,10,32,6,16,158,1,34,6,16,245,1,2,64,32,10,16,174,1,4,64,32,11,32,0,32,2,32,3,16,201,1,32,5,32,3,32,2,32,0,107,106,34,6,54,2,0,12,1,11,32,5,32,3,54,2,0,2,64,2,64,32,0,34,9,45,0,0,34,7,65,43,107,14,3,0,1,0,1,11,32,11,32,7,65,24,116,65,24,117,16,221,1,33,7,32,5,32,5,40,2,0,34,8,65,1,106,54,2,0,32,8,32,7,58,0,0,32,0,65,1,106,33,9,11,2,64,32,2,32,9,107,65,2,72,13,0,32,9,45,0,0,65,48,71,13,0,32,9,45,0,1,65,32,114,65,248,0,71,13,0,32,11,65,48,16,221,1,33,7,32,5,32,5,40,2,0,34,8,65,1,106,54,2,0,32,8,32,7,58,0,0,32,11,32,9,44,0,1,16,221,1,33,7,32,5,32,5,40,2,0,34,8,65,1,106,54,2,0,32,8,32,7,58,0,0,32,9,65,2,106,33,9,11,32,9,32,2,16,133,2,65,0,33,7,32,6,16,244,1,33,12,65,0,33,8,32,9,33,6,3,127,32,2,32,6,77,4,127,32,3,32,9,32,0,107,106,32,5,40,2,0,16,133,2,32,5,40,2,0,5,2,64,32,10,32,8,16,172,1,45,0,0,69,13,0,32,7,32,10,32,8,16,172,1,44,0,0,71,13,0,32,5,32,5,40,2,0,34,7,65,1,106,54,2,0,32,7,32,12,58,0,0,32,8,32,8,32,10,16,171,1,65,1,107,73,106,33,8,65,0,33,7,11,32,11,32,6,44,0,0,16,221,1,33,13,32,5,32,5,40,2,0,34,14,65,1,106,54,2,0,32,14,32,13,58,0,0,32,6,65,1,106,33,6,32,7,65,1,106,33,7,12,1,11,11,33,6,11,32,4,32,6,32,3,32,1,32,0,107,106,32,1,32,2,70,27,54,2,0,32,10,16,159,5,26,32,10,65,16,106,36,0,11,44,0,2,64,32,0,32,1,70,13,0,3,64,32,0,32,1,65,1,107,34,1,79,13,1,32,0,32,1,16,194,2,32,0,65,1,106,33,0,12,0,11,0,11,11,7,0,32,0,40,2,12,11,149,1,1,5,127,35,0,65,16,107,34,6,36,0,35,0,65,16,107,34,4,36,0,2,64,2,127,32,0,33,3,32,1,65,111,77,11,4,64,2,64,32,1,65,10,77,4,64,32,3,32,1,16,232,2,32,3,33,5,12,1,11,32,3,32,1,16,253,4,65,1,106,34,7,16,242,5,34,5,16,254,4,32,3,32,7,16,255,4,32,3,32,1,16,231,2,11,32,5,32,1,32,2,16,162,5,32,4,65,0,58,0,15,32,1,32,5,106,32,4,65,15,106,16,230,2,32,4,65,16,106,36,0,12,1,11,16,154,5,0,11,32,6,65,16,106,36,0,32,0,11,194,1,1,5,127,35,0,65,32,107,34,0,36,0,32,0,66,37,55,3,24,32,0,65,24,106,65,1,114,65,181,11,65,1,32,2,40,2,4,16,129,2,32,2,40,2,4,33,5,32,0,65,32,107,34,6,34,8,36,0,16,202,1,33,7,32,0,32,4,55,3,0,32,6,32,6,32,5,65,9,118,65,1,113,65,23,106,32,7,32,0,65,24,106,32,0,16,130,2,32,6,106,34,7,32,2,16,131,2,33,9,32,8,65,48,107,34,5,36,0,32,0,65,8,106,32,2,16,244,5,32,6,32,9,32,7,32,5,32,0,65,20,106,32,0,65,16,106,32,0,65,8,106,16,132,2,32,0,65,8,106,16,157,1,32,1,32,5,32,0,40,2,20,32,0,40,2,16,32,2,32,3,16,52,33,2,32,0,65,32,106,36,0,32,2,11,211,1,1,4,127,35,0,65,32,107,34,0,36,0,32,0,65,181,133,1,47,0,0,59,1,28,32,0,65,177,133,1,40,0,0,54,2,24,32,0,65,24,106,65,1,114,65,188,11,65,0,32,2,40,2,4,16,129,2,32,2,40,2,4,33,6,32,0,65,16,107,34,5,34,8,36,0,16,202,1,33,7,32,0,32,4,54,2,0,32,5,32,5,32,6,65,9,118,65,1,113,65,12,114,32,7,32,0,65,24,106,32,0,16,130,2,32,5,106,34,6,32,2,16,131,2,33,7,32,8,65,32,107,34,4,36,0,32,0,65,8,106,32,2,16,244,5,32,5,32,7,32,6,32,4,32,0,65,20,106,32,0,65,16,106,32,0,65,8,106,16,132,2,32,0,65,8,106,16,157,1,32,1,32,4,32,0,40,2,20,32,0,40,2,16,32,2,32,3,16,52,33,2,32,0,65,32,106,36,0,32,2,11,194,1,1,5,127,35,0,65,32,107,34,0,36,0,32,0,66,37,55,3,24,32,0,65,24,106,65,1,114,65,181,11,65,0,32,2,40,2,4,16,129,2,32,2,40,2,4,33,5,32,0,65,32,107,34,6,34,8,36,0,16,202,1,33,7,32,0,32,4,55,3,0,32,6,32,6,32,5,65,9,118,65,1,113,65,23,106,32,7,32,0,65,24,106,32,0,16,130,2,32,6,106,34,7,32,2,16,131,2,33,9,32,8,65,48,107,34,5,36,0,32,0,65,8,106,32,2,16,244,5,32,6,32,9,32,7,32,5,32,0,65,20,106,32,0,65,16,106,32,0,65,8,106,16,132,2,32,0,65,8,106,16,157,1,32,1,32,5,32,0,40,2,20,32,0,40,2,16,32,2,32,3,16,52,33,2,32,0,65,32,106,36,0,32,2,11,244,3,1,6,127,35,0,65,208,1,107,34,0,36,0,32,0,66,37,55,3,200,1,32,0,65,200,1,106,65,1,114,65,202,21,32,2,40,2,4,16,140,2,33,7,32,0,32,0,65,160,1,106,54,2,156,1,16,202,1,33,5,2,127,32,7,4,64,32,2,40,2,8,33,6,32,0,32,4,57,3,40,32,0,32,6,54,2,32,32,0,65,160,1,106,65,30,32,5,32,0,65,200,1,106,32,0,65,32,106,16,130,2,12,1,11,32,0,32,4,57,3,48,32,0,65,160,1,106,65,30,32,5,32,0,65,200,1,106,32,0,65,48,106,16,130,2,11,33,5,32,0,65,37,54,2,80,32,0,65,144,1,106,65,0,32,0,65,208,0,106,16,164,1,33,8,32,0,65,160,1,106,34,9,33,6,2,64,2,127,32,5,65,30,78,4,64,16,202,1,33,5,2,127,32,7,4,64,32,2,40,2,8,33,6,32,0,32,4,57,3,8,32,0,32,6,54,2,0,32,0,65,156,1,106,32,5,32,0,65,200,1,106,32,0,16,142,2,12,1,11,32,0,32,4,57,3,16,32,0,65,156,1,106,32,5,32,0,65,200,1,106,32,0,65,16,106,16,142,2,11,34,5,65,127,70,13,2,32,8,32,0,40,2,156,1,16,165,1,32,0,40,2,156,1,33,6,11,32,6,11,32,5,32,6,106,34,7,32,2,16,131,2,33,10,32,0,65,37,54,2,80,32,0,65,200,0,106,65,0,32,0,65,208,0,106,16,164,1,33,6,2,64,32,0,40,2,156,1,32,0,65,160,1,106,70,4,64,32,0,65,208,0,106,33,5,12,1,11,32,5,65,1,116,16,147,6,34,5,69,13,1,32,6,32,5,16,165,1,32,0,40,2,156,1,33,9,11,32,0,65,56,106,32,2,16,244,5,32,9,32,10,32,7,32,5,32,0,65,196,0,106,32,0,65,64,107,32,0,65,56,106,16,143,2,32,0,65,56,106,16,157,1,32,1,32,5,32,0,40,2,68,32,0,40,2,64,32,2,32,3,16,52,33,2,32,6,16,173,1,32,8,16,173,1,32,0,65,208,1,106,36,0,32,2,15,11,16,199,2,0,11,208,1,1,2,127,32,2,65,128,16,113,4,64,32,0,65,43,58,0,0,32,0,65,1,106,33,0,11,32,2,65,128,8,113,4,64,32,0,65,35,58,0,0,32,0,65,1,106,33,0,11,32,2,65,132,2,113,34,3,65,132,2,71,4,64,32,0,65,174,212,0,59,0,0,32,0,65,2,106,33,0,11,32,2,65,128,128,1,113,33,4,3,64,32,1,45,0,0,34,2,4,64,32,0,32,2,58,0,0,32,0,65,1,106,33,0,32,1,65,1,106,33,1,12,1,11,11,32,0,2,127,2,64,32,3,65,128,2,71,4,64,32,3,65,4,71,13,1,65,198,0,65,230,0,32,4,27,12,2,11,65,197,0,65,229,0,32,4,27,12,1,11,65,193,0,65,225,0,32,4,27,32,3,65,132,2,70,13,0,26,65,199,0,65,231,0,32,4,27,11,58,0,0,32,3,65,132,2,71,11,7,0,32,0,40,2,8,11,155,1,1,3,127,35,0,65,16,107,34,4,36,0,32,4,32,1,54,2,12,32,4,32,3,54,2,8,32,4,32,4,65,12,106,16,212,1,33,1,32,4,40,2,8,33,3,35,0,65,16,107,34,5,36,0,32,5,32,3,54,2,12,32,5,32,3,54,2,8,65,127,33,6,2,64,65,0,65,0,32,2,32,3,16,115,34,3,65,0,72,13,0,32,0,32,3,65,1,106,34,0,16,147,6,34,3,54,2,0,32,3,69,13,0,32,3,32,0,32,2,32,5,40,2,12,16,115,33,6,11,32,5,65,16,106,36,0,32,6,33,0,32,1,16,213,1,32,4,65,16,106,36,0,32,0,11,175,5,1,10,127,35,0,65,16,107,34,10,36,0,32,6,16,156,1,33,11,32,10,32,6,16,158,1,34,13,16,245,1,32,5,32,3,54,2,0,2,64,2,64,32,0,34,8,45,0,0,34,6,65,43,107,14,3,0,1,0,1,11,32,11,32,6,65,24,116,65,24,117,16,221,1,33,6,32,5,32,5,40,2,0,34,7,65,1,106,54,2,0,32,7,32,6,58,0,0,32,0,65,1,106,33,8,11,2,64,2,64,32,2,32,8,34,6,107,65,1,76,13,0,32,8,45,0,0,65,48,71,13,0,32,8,45,0,1,65,32,114,65,248,0,71,13,0,32,11,65,48,16,221,1,33,6,32,5,32,5,40,2,0,34,7,65,1,106,54,2,0,32,7,32,6,58,0,0,32,11,32,8,44,0,1,16,221,1,33,6,32,5,32,5,40,2,0,34,7,65,1,106,54,2,0,32,7,32,6,58,0,0,32,8,65,2,106,34,8,33,6,3,64,32,2,32,6,77,13,2,32,6,44,0,0,16,202,1,16,117,69,13,2,32,6,65,1,106,33,6,12,0,11,0,11,3,64,32,2,32,6,77,13,1,32,6,44,0,0,33,7,16,202,1,26,32,7,16,69,69,13,1,32,6,65,1,106,33,6,12,0,11,0,11,2,64,32,10,16,174,1,4,64,32,11,32,8,32,6,32,5,40,2,0,16,201,1,32,5,32,5,40,2,0,32,6,32,8,107,106,54,2,0,12,1,11,32,8,32,6,16,133,2,32,13,16,244,1,33,14,32,8,33,7,3,64,32,6,32,7,77,4,64,32,3,32,8,32,0,107,106,32,5,40,2,0,16,133,2,5,2,64,32,10,32,12,16,172,1,44,0,0,65,1,72,13,0,32,9,32,10,32,12,16,172,1,44,0,0,71,13,0,32,5,32,5,40,2,0,34,9,65,1,106,54,2,0,32,9,32,14,58,0,0,32,12,32,12,32,10,16,171,1,65,1,107,73,106,33,12,65,0,33,9,11,32,11,32,7,44,0,0,16,221,1,33,15,32,5,32,5,40,2,0,34,16,65,1,106,54,2,0,32,16,32,15,58,0,0,32,7,65,1,106,33,7,32,9,65,1,106,33,9,12,1,11,11,11,3,64,2,64,32,11,2,127,32,2,32,6,75,4,64,32,6,45,0,0,34,7,65,46,71,13,2,32,13,16,243,1,33,7,32,5,32,5,40,2,0,34,9,65,1,106,54,2,0,32,9,32,7,58,0,0,32,6,65,1,106,33,6,11,32,6,11,32,2,32,5,40,2,0,16,201,1,32,5,32,5,40,2,0,32,2,32,6,107,106,34,6,54,2,0,32,4,32,6,32,3,32,1,32,0,107,106,32,1,32,2,70,27,54,2,0,32,10,16,159,5,26,32,10,65,16,106,36,0,15,11,32,11,32,7,65,24,116,65,24,117,16,221,1,33,7,32,5,32,5,40,2,0,34,9,65,1,106,54,2,0,32,9,32,7,58,0,0,32,6,65,1,106,33,6,12,0,11,0,11,7,0,32,0,65,4,106,11,154,4,1,6,127,35,0,65,128,2,107,34,0,36,0,32,0,66,37,55,3,248,1,32,0,65,248,1,106,65,1,114,65,233,13,32,2,40,2,4,16,140,2,33,8,32,0,32,0,65,208,1,106,54,2,204,1,16,202,1,33,6,2,127,32,8,4,64,32,2,40,2,8,33,7,32,0,65,64,107,32,5,55,3,0,32,0,32,4,55,3,56,32,0,32,7,54,2,48,32,0,65,208,1,106,65,30,32,6,32,0,65,248,1,106,32,0,65,48,106,16,130,2,12,1,11,32,0,32,4,55,3,80,32,0,32,5,55,3,88,32,0,65,208,1,106,65,30,32,6,32,0,65,248,1,106,32,0,65,208,0,106,16,130,2,11,33,6,32,0,65,37,54,2,128,1,32,0,65,192,1,106,65,0,32,0,65,128,1,106,16,164,1,33,9,32,0,65,208,1,106,34,10,33,7,2,64,2,127,32,6,65,30,78,4,64,16,202,1,33,6,2,127,32,8,4,64,32,2,40,2,8,33,7,32,0,32,5,55,3,16,32,0,32,4,55,3,8,32,0,32,7,54,2,0,32,0,65,204,1,106,32,6,32,0,65,248,1,106,32,0,16,142,2,12,1,11,32,0,32,4,55,3,32,32,0,32,5,55,3,40,32,0,65,204,1,106,32,6,32,0,65,248,1,106,32,0,65,32,106,16,142,2,11,34,6,65,127,70,13,2,32,9,32,0,40,2,204,1,16,165,1,32,0,40,2,204,1,33,7,11,32,7,11,32,6,32,7,106,34,8,32,2,16,131,2,33,11,32,0,65,37,54,2,128,1,32,0,65,248,0,106,65,0,32,0,65,128,1,106,16,164,1,33,7,2,64,32,0,40,2,204,1,32,0,65,208,1,106,70,4,64,32,0,65,128,1,106,33,6,12,1,11,32,6,65,1,116,16,147,6,34,6,69,13,1,32,7,32,6,16,165,1,32,0,40,2,204,1,33,10,11,32,0,65,232,0,106,32,2,16,244,5,32,10,32,11,32,8,32,6,32,0,65,244,0,106,32,0,65,240,0,106,32,0,65,232,0,106,16,143,2,32,0,65,232,0,106,16,157,1,32,1,32,6,32,0,40,2,116,32,0,40,2,112,32,2,32,3,16,52,33,2,32,7,16,173,1,32,9,16,173,1,32,0,65,128,2,106,36,0,32,2,15,11,16,199,2,0,11,191,1,1,3,127,35,0,65,224,0,107,34,0,36,0,32,0,65,187,133,1,47,0,0,59,1,92,32,0,65,183,133,1,40,0,0,54,2,88,16,202,1,33,5,32,0,32,4,54,2,0,32,0,65,64,107,32,0,65,64,107,65,20,32,5,32,0,65,216,0,106,32,0,16,130,2,34,6,32,0,65,64,107,106,34,4,32,2,16,131,2,33,5,32,0,65,16,106,32,2,16,244,5,32,0,65,16,106,16,156,1,33,7,32,0,65,16,106,16,157,1,32,7,32,0,65,64,107,32,4,32,0,65,16,106,16,201,1,32,1,32,0,65,16,106,32,6,32,0,65,16,106,106,34,6,32,5,32,0,107,32,0,106,65,48,107,32,4,32,5,70,27,32,6,32,2,32,3,16,52,33,2,32,0,65,224,0,106,36,0,32,2,11,246,1,1,1,127,35,0,65,48,107,34,5,36,0,32,5,32,1,54,2,40,2,64,32,2,40,2,4,65,1,113,69,4,64,32,0,173,32,1,173,32,2,173,32,3,173,32,4,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,24,17,0,0,167,33,2,12,1,11,32,5,65,24,106,32,2,16,244,5,32,5,65,24,106,16,216,1,33,2,32,5,65,24,106,16,157,1,2,64,32,4,4,64,32,5,65,24,106,32,2,16,159,1,12,1,11,32,5,65,24,106,32,2,16,160,1,11,32,5,32,5,65,24,106,16,247,1,54,2,16,3,64,32,5,32,5,65,24,106,16,148,2,54,2,8,32,5,65,16,106,32,5,65,8,106,16,249,1,4,64,32,5,65,40,106,32,5,65,16,106,40,2,0,40,2,0,16,149,2,32,5,65,16,106,16,150,2,12,1,5,32,5,40,2,40,33,2,32,5,65,24,106,16,159,5,26,11,11,11,32,5,65,48,106,36,0,32,2,11,49,1,1,127,35,0,65,16,107,34,1,36,0,32,1,65,8,106,32,0,16,207,1,32,0,16,171,1,65,2,116,106,16,252,1,40,2,0,33,0,32,1,65,16,106,36,0,32,0,11,118,1,2,127,2,64,32,0,40,2,0,34,2,69,13,0,2,127,32,2,40,2,24,34,3,32,2,40,2,28,70,4,64,32,2,173,32,1,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,2,40,2,0,40,2,52,17,0,0,167,12,1,11,32,2,32,3,65,4,106,54,2,24,32,3,32,1,54,2,0,32,1,11,65,127,16,255,1,69,13,0,32,0,65,0,54,2,0,11,11,15,0,32,0,32,0,40,2,0,65,4,106,54,2,0,11,225,1,1,4,127,35,0,65,32,107,34,0,36,0,32,0,65,181,133,1,47,0,0,59,1,28,32,0,65,177,133,1,40,0,0,54,2,24,32,0,65,24,106,65,1,114,65,188,11,65,1,32,2,40,2,4,16,129,2,32,2,40,2,4,33,6,32,0,65,16,107,34,5,34,8,36,0,16,202,1,33,7,32,0,32,4,54,2,0,32,5,32,5,32,6,65,9,118,65,1,113,34,4,65,13,106,32,7,32,0,65,24,106,32,0,16,130,2,32,5,106,34,6,32,2,16,131,2,33,7,32,8,32,4,65,3,116,65,235,0,106,65,240,0,113,107,34,4,36,0,32,0,65,8,106,32,2,16,244,5,32,5,32,7,32,6,32,4,32,0,65,20,106,32,0,65,16,106,32,0,65,8,106,16,152,2,32,0,65,8,106,16,157,1,32,1,32,4,32,0,40,2,20,32,0,40,2,16,32,2,32,3,16,153,2,33,2,32,0,65,32,106,36,0,32,2,11,226,3,1,8,127,35,0,65,16,107,34,10,36,0,32,6,16,215,1,33,11,32,10,32,6,16,216,1,34,6,16,245,1,2,64,32,10,16,174,1,4,64,32,11,32,0,32,2,32,3,16,238,1,32,5,32,3,32,2,32,0,107,65,2,116,106,34,6,54,2,0,12,1,11,32,5,32,3,54,2,0,2,64,2,64,32,0,34,9,45,0,0,34,7,65,43,107,14,3,0,1,0,1,11,32,11,32,7,65,24,116,65,24,117,16,154,2,33,7,32,5,32,5,40,2,0,34,8,65,4,106,54,2,0,32,8,32,7,54,2,0,32,0,65,1,106,33,9,11,2,64,32,2,32,9,107,65,2,72,13,0,32,9,45,0,0,65,48,71,13,0,32,9,45,0,1,65,32,114,65,248,0,71,13,0,32,11,65,48,16,154,2,33,7,32,5,32,5,40,2,0,34,8,65,4,106,54,2,0,32,8,32,7,54,2,0,32,11,32,9,44,0,1,16,154,2,33,7,32,5,32,5,40,2,0,34,8,65,4,106,54,2,0,32,8,32,7,54,2,0,32,9,65,2,106,33,9,11,32,9,32,2,16,133,2,65,0,33,7,32,6,16,244,1,33,12,65,0,33,8,32,9,33,6,3,127,32,2,32,6,77,4,127,32,3,32,9,32,0,107,65,2,116,106,32,5,40,2,0,16,155,2,32,5,40,2,0,5,2,64,32,10,32,8,16,172,1,45,0,0,69,13,0,32,7,32,10,32,8,16,172,1,44,0,0,71,13,0,32,5,32,5,40,2,0,34,7,65,4,106,54,2,0,32,7,32,12,54,2,0,32,8,32,8,32,10,16,171,1,65,1,107,73,106,33,8,65,0,33,7,11,32,11,32,6,44,0,0,16,154,2,33,13,32,5,32,5,40,2,0,34,14,65,4,106,54,2,0,32,14,32,13,54,2,0,32,6,65,1,106,33,6,32,7,65,1,106,33,7,12,1,11,11,33,6,11,32,4,32,6,32,3,32,1,32,0,107,65,2,116,106,32,1,32,2,70,27,54,2,0,32,10,16,159,5,26,32,10,65,16,106,36,0,11,191,1,1,4,127,35,0,65,16,107,34,9,36,0,2,64,32,0,69,13,0,32,4,40,2,12,33,7,32,2,32,1,107,34,8,65,1,78,4,64,32,0,32,1,32,8,65,2,117,34,8,16,156,2,32,8,71,13,1,11,32,7,32,3,32,1,107,65,2,117,34,6,107,65,0,32,6,32,7,72,27,34,1,65,1,78,4,64,32,0,32,9,32,1,32,5,16,157,2,34,6,16,207,1,32,1,16,156,2,33,7,32,6,16,159,5,26,65,0,33,6,32,1,32,7,71,13,1,11,32,3,32,2,107,34,1,65,1,78,4,64,65,0,33,6,32,0,32,2,32,1,65,2,117,34,1,16,156,2,32,1,71,13,1,11,32,4,40,2,12,26,32,4,65,0,54,2,12,32,0,33,6,11,32,9,65,16,106,36,0,32,6,11,48,0,32,0,173,32,1,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,44,17,0,0,167,11,44,0,2,64,32,0,32,1,70,13,0,3,64,32,0,32,1,65,4,107,34,1,79,13,1,32,0,32,1,16,135,5,32,0,65,4,106,33,0,12,0,11,0,11,11,49,0,32,0,173,32,1,173,32,2,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,48,17,0,0,167,11,158,1,1,5,127,35,0,65,16,107,34,6,36,0,35,0,65,16,107,34,4,36,0,2,64,2,127,32,0,33,3,32,1,65,239,255,255,255,3,77,11,4,64,2,64,32,1,65,1,77,4,64,32,3,32,1,16,232,2,32,3,33,5,12,1,11,32,3,32,3,32,1,16,139,5,65,1,106,34,7,16,140,5,34,5,16,254,4,32,3,32,7,16,255,4,32,3,32,1,16,231,2,11,32,5,32,1,32,2,16,177,5,32,4,65,0,54,2,12,32,5,32,1,65,2,116,106,32,4,65,12,106,16,247,2,32,4,65,16,106,36,0,12,1,11,16,154,5,0,11,32,6,65,16,106,36,0,32,0,11,208,1,1,5,127,35,0,65,32,107,34,0,36,0,32,0,66,37,55,3,24,32,0,65,24,106,65,1,114,65,181,11,65,1,32,2,40,2,4,16,129,2,32,2,40,2,4,33,5,32,0,65,32,107,34,6,34,8,36,0,16,202,1,33,7,32,0,32,4,55,3,0,32,6,32,6,32,5,65,9,118,65,1,113,34,5,65,23,106,32,7,32,0,65,24,106,32,0,16,130,2,32,6,106,34,7,32,2,16,131,2,33,9,32,8,32,5,65,3,116,65,187,1,106,65,240,1,113,107,34,5,36,0,32,0,65,8,106,32,2,16,244,5,32,6,32,9,32,7,32,5,32,0,65,20,106,32,0,65,16,106,32,0,65,8,106,16,152,2,32,0,65,8,106,16,157,1,32,1,32,5,32,0,40,2,20,32,0,40,2,16,32,2,32,3,16,153,2,33,2,32,0,65,32,106,36,0,32,2,11,213,1,1,4,127,35,0,65,32,107,34,0,36,0,32,0,65,181,133,1,47,0,0,59,1,28,32,0,65,177,133,1,40,0,0,54,2,24,32,0,65,24,106,65,1,114,65,188,11,65,0,32,2,40,2,4,16,129,2,32,2,40,2,4,33,6,32,0,65,16,107,34,5,34,8,36,0,16,202,1,33,7,32,0,32,4,54,2,0,32,5,32,5,32,6,65,9,118,65,1,113,65,12,114,32,7,32,0,65,24,106,32,0,16,130,2,32,5,106,34,6,32,2,16,131,2,33,7,32,8,65,224,0,107,34,4,36,0,32,0,65,8,106,32,2,16,244,5,32,5,32,7,32,6,32,4,32,0,65,20,106,32,0,65,16,106,32,0,65,8,106,16,152,2,32,0,65,8,106,16,157,1,32,1,32,4,32,0,40,2,20,32,0,40,2,16,32,2,32,3,16,153,2,33,2,32,0,65,32,106,36,0,32,2,11,208,1,1,5,127,35,0,65,32,107,34,0,36,0,32,0,66,37,55,3,24,32,0,65,24,106,65,1,114,65,181,11,65,0,32,2,40,2,4,16,129,2,32,2,40,2,4,33,5,32,0,65,32,107,34,6,34,8,36,0,16,202,1,33,7,32,0,32,4,55,3,0,32,6,32,6,32,5,65,9,118,65,1,113,34,5,65,23,106,32,7,32,0,65,24,106,32,0,16,130,2,32,6,106,34,7,32,2,16,131,2,33,9,32,8,32,5,65,3,116,65,187,1,106,65,240,1,113,107,34,5,36,0,32,0,65,8,106,32,2,16,244,5,32,6,32,9,32,7,32,5,32,0,65,20,106,32,0,65,16,106,32,0,65,8,106,16,152,2,32,0,65,8,106,16,157,1,32,1,32,5,32,0,40,2,20,32,0,40,2,16,32,2,32,3,16,153,2,33,2,32,0,65,32,106,36,0,32,2,11,245,3,1,6,127,35,0,65,128,3,107,34,0,36,0,32,0,66,37,55,3,248,2,32,0,65,248,2,106,65,1,114,65,202,21,32,2,40,2,4,16,140,2,33,7,32,0,32,0,65,208,2,106,54,2,204,2,16,202,1,33,5,2,127,32,7,4,64,32,2,40,2,8,33,6,32,0,32,4,57,3,40,32,0,32,6,54,2,32,32,0,65,208,2,106,65,30,32,5,32,0,65,248,2,106,32,0,65,32,106,16,130,2,12,1,11,32,0,32,4,57,3,48,32,0,65,208,2,106,65,30,32,5,32,0,65,248,2,106,32,0,65,48,106,16,130,2,11,33,5,32,0,65,37,54,2,80,32,0,65,192,2,106,65,0,32,0,65,208,0,106,16,164,1,33,8,32,0,65,208,2,106,34,9,33,6,2,64,2,127,32,5,65,30,78,4,64,16,202,1,33,5,2,127,32,7,4,64,32,2,40,2,8,33,6,32,0,32,4,57,3,8,32,0,32,6,54,2,0,32,0,65,204,2,106,32,5,32,0,65,248,2,106,32,0,16,142,2,12,1,11,32,0,32,4,57,3,16,32,0,65,204,2,106,32,5,32,0,65,248,2,106,32,0,65,16,106,16,142,2,11,34,5,65,127,70,13,2,32,8,32,0,40,2,204,2,16,165,1,32,0,40,2,204,2,33,6,11,32,6,11,32,5,32,6,106,34,7,32,2,16,131,2,33,10,32,0,65,37,54,2,80,32,0,65,200,0,106,65,0,32,0,65,208,0,106,16,164,1,33,6,2,64,32,0,40,2,204,2,32,0,65,208,2,106,70,4,64,32,0,65,208,0,106,33,5,12,1,11,32,5,65,3,116,16,147,6,34,5,69,13,1,32,6,32,5,16,165,1,32,0,40,2,204,2,33,9,11,32,0,65,56,106,32,2,16,244,5,32,9,32,10,32,7,32,5,32,0,65,196,0,106,32,0,65,64,107,32,0,65,56,106,16,162,2,32,0,65,56,106,16,157,1,32,1,32,5,32,0,40,2,68,32,0,40,2,64,32,2,32,3,16,153,2,33,2,32,6,16,173,1,32,8,16,173,1,32,0,65,128,3,106,36,0,32,2,15,11,16,199,2,0,11,193,5,1,10,127,35,0,65,16,107,34,10,36,0,32,6,16,215,1,33,11,32,10,32,6,16,216,1,34,13,16,245,1,32,5,32,3,54,2,0,2,64,2,64,32,0,34,8,45,0,0,34,6,65,43,107,14,3,0,1,0,1,11,32,11,32,6,65,24,116,65,24,117,16,154,2,33,6,32,5,32,5,40,2,0,34,7,65,4,106,54,2,0,32,7,32,6,54,2,0,32,0,65,1,106,33,8,11,2,64,2,64,32,2,32,8,34,6,107,65,1,76,13,0,32,8,45,0,0,65,48,71,13,0,32,8,45,0,1,65,32,114,65,248,0,71,13,0,32,11,65,48,16,154,2,33,6,32,5,32,5,40,2,0,34,7,65,4,106,54,2,0,32,7,32,6,54,2,0,32,11,32,8,44,0,1,16,154,2,33,6,32,5,32,5,40,2,0,34,7,65,4,106,54,2,0,32,7,32,6,54,2,0,32,8,65,2,106,34,8,33,6,3,64,32,2,32,6,77,13,2,32,6,44,0,0,16,202,1,16,117,69,13,2,32,6,65,1,106,33,6,12,0,11,0,11,3,64,32,2,32,6,77,13,1,32,6,44,0,0,33,7,16,202,1,26,32,7,16,69,69,13,1,32,6,65,1,106,33,6,12,0,11,0,11,2,64,32,10,16,174,1,4,64,32,11,32,8,32,6,32,5,40,2,0,16,238,1,32,5,32,5,40,2,0,32,6,32,8,107,65,2,116,106,54,2,0,12,1,11,32,8,32,6,16,133,2,32,13,16,244,1,33,14,32,8,33,7,3,64,32,6,32,7,77,4,64,32,3,32,8,32,0,107,65,2,116,106,32,5,40,2,0,16,155,2,5,2,64,32,10,32,12,16,172,1,44,0,0,65,1,72,13,0,32,9,32,10,32,12,16,172,1,44,0,0,71,13,0,32,5,32,5,40,2,0,34,9,65,4,106,54,2,0,32,9,32,14,54,2,0,32,12,32,12,32,10,16,171,1,65,1,107,73,106,33,12,65,0,33,9,11,32,11,32,7,44,0,0,16,154,2,33,15,32,5,32,5,40,2,0,34,16,65,4,106,54,2,0,32,16,32,15,54,2,0,32,7,65,1,106,33,7,32,9,65,1,106,33,9,12,1,11,11,11,2,64,2,64,3,64,32,2,32,6,77,13,1,32,6,45,0,0,34,7,65,46,71,4,64,32,11,32,7,65,24,116,65,24,117,16,154,2,33,7,32,5,32,5,40,2,0,34,9,65,4,106,54,2,0,32,9,32,7,54,2,0,32,6,65,1,106,33,6,12,1,11,11,32,13,16,243,1,33,9,32,5,32,5,40,2,0,34,12,65,4,106,34,7,54,2,0,32,12,32,9,54,2,0,32,6,65,1,106,33,6,12,1,11,32,5,40,2,0,33,7,11,32,11,32,6,32,2,32,7,16,238,1,32,5,32,5,40,2,0,32,2,32,6,107,65,2,116,106,34,6,54,2,0,32,4,32,6,32,3,32,1,32,0,107,65,2,116,106,32,1,32,2,70,27,54,2,0,32,10,16,159,5,26,32,10,65,16,106,36,0,11,155,4,1,6,127,35,0,65,176,3,107,34,0,36,0,32,0,66,37,55,3,168,3,32,0,65,168,3,106,65,1,114,65,233,13,32,2,40,2,4,16,140,2,33,8,32,0,32,0,65,128,3,106,54,2,252,2,16,202,1,33,6,2,127,32,8,4,64,32,2,40,2,8,33,7,32,0,65,64,107,32,5,55,3,0,32,0,32,4,55,3,56,32,0,32,7,54,2,48,32,0,65,128,3,106,65,30,32,6,32,0,65,168,3,106,32,0,65,48,106,16,130,2,12,1,11,32,0,32,4,55,3,80,32,0,32,5,55,3,88,32,0,65,128,3,106,65,30,32,6,32,0,65,168,3,106,32,0,65,208,0,106,16,130,2,11,33,6,32,0,65,37,54,2,128,1,32,0,65,240,2,106,65,0,32,0,65,128,1,106,16,164,1,33,9,32,0,65,128,3,106,34,10,33,7,2,64,2,127,32,6,65,30,78,4,64,16,202,1,33,6,2,127,32,8,4,64,32,2,40,2,8,33,7,32,0,32,5,55,3,16,32,0,32,4,55,3,8,32,0,32,7,54,2,0,32,0,65,252,2,106,32,6,32,0,65,168,3,106,32,0,16,142,2,12,1,11,32,0,32,4,55,3,32,32,0,32,5,55,3,40,32,0,65,252,2,106,32,6,32,0,65,168,3,106,32,0,65,32,106,16,142,2,11,34,6,65,127,70,13,2,32,9,32,0,40,2,252,2,16,165,1,32,0,40,2,252,2,33,7,11,32,7,11,32,6,32,7,106,34,8,32,2,16,131,2,33,11,32,0,65,37,54,2,128,1,32,0,65,248,0,106,65,0,32,0,65,128,1,106,16,164,1,33,7,2,64,32,0,40,2,252,2,32,0,65,128,3,106,70,4,64,32,0,65,128,1,106,33,6,12,1,11,32,6,65,3,116,16,147,6,34,6,69,13,1,32,7,32,6,16,165,1,32,0,40,2,252,2,33,10,11,32,0,65,232,0,106,32,2,16,244,5,32,10,32,11,32,8,32,6,32,0,65,244,0,106,32,0,65,240,0,106,32,0,65,232,0,106,16,162,2,32,0,65,232,0,106,16,157,1,32,1,32,6,32,0,40,2,116,32,0,40,2,112,32,2,32,3,16,153,2,33,2,32,7,16,173,1,32,9,16,173,1,32,0,65,176,3,106,36,0,32,2,15,11,16,199,2,0,11,205,1,1,3,127,35,0,65,208,1,107,34,0,36,0,32,0,65,187,133,1,47,0,0,59,1,204,1,32,0,65,183,133,1,40,0,0,54,2,200,1,16,202,1,33,5,32,0,32,4,54,2,0,32,0,65,176,1,106,32,0,65,176,1,106,65,20,32,5,32,0,65,200,1,106,32,0,16,130,2,34,6,32,0,65,176,1,106,106,34,4,32,2,16,131,2,33,5,32,0,65,16,106,32,2,16,244,5,32,0,65,16,106,16,215,1,33,7,32,0,65,16,106,16,157,1,32,7,32,0,65,176,1,106,32,4,32,0,65,16,106,16,238,1,32,1,32,0,65,16,106,32,0,65,16,106,32,6,65,2,116,106,34,6,32,5,32,0,107,65,2,116,32,0,106,65,176,5,107,32,4,32,5,70,27,32,6,32,2,32,3,16,153,2,33,2,32,0,65,208,1,106,36,0,32,2,11,245,3,1,3,127,35,0,65,32,107,34,8,36,0,32,8,32,2,54,2,16,32,8,32,1,54,2,24,32,8,65,8,106,32,3,16,244,5,32,8,65,8,106,16,156,1,33,1,32,8,65,8,106,16,157,1,32,4,65,0,54,2,0,65,0,33,2,2,64,3,64,32,6,32,7,70,13,1,32,2,13,1,2,64,32,8,65,24,106,32,8,65,16,106,16,167,1,13,0,2,64,32,1,32,6,44,0,0,16,166,2,65,37,70,4,64,32,6,65,1,106,34,2,32,7,70,13,2,65,0,33,10,2,127,2,64,32,1,32,2,44,0,0,16,166,2,34,9,65,197,0,70,13,0,32,9,65,255,1,113,65,48,70,13,0,32,6,33,2,32,9,12,1,11,32,6,65,2,106,34,6,32,7,70,13,3,32,9,33,10,32,1,32,6,44,0,0,16,166,2,11,33,6,32,8,32,0,173,32,8,40,2,24,173,32,8,40,2,16,173,32,3,173,32,4,173,32,5,173,32,6,173,32,10,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,36,17,0,0,167,54,2,24,32,2,65,2,106,33,6,12,1,11,32,1,65,128,192,0,32,6,44,0,0,16,167,2,4,64,3,64,2,64,32,7,32,6,65,1,106,34,6,70,4,64,32,7,33,6,12,1,11,32,1,65,128,192,0,32,6,44,0,0,16,167,2,13,1,11,11,3,64,32,8,65,24,106,32,8,65,16,106,16,166,1,69,13,2,32,1,65,128,192,0,32,8,65,24,106,16,168,1,16,167,2,69,13,2,32,8,65,24,106,16,170,1,26,12,0,11,0,11,32,1,32,8,65,24,106,16,168,1,16,169,1,32,1,32,6,44,0,0,16,169,1,70,4,64,32,6,65,1,106,33,6,32,8,65,24,106,16,170,1,26,12,1,11,32,4,65,4,54,2,0,11,32,4,40,2,0,33,2,12,1,11,11,32,4,65,4,54,2,0,11,32,8,65,24,106,32,8,65,16,106,16,167,1,4,64,32,4,32,4,40,2,0,65,2,114,54,2,0,11,32,8,40,2,24,33,6,32,8,65,32,106,36,0,32,6,11,49,0,32,0,173,32,1,173,65,0,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,36,17,0,0,167,11,39,1,1,127,32,2,65,0,78,4,127,32,0,40,2,8,32,2,65,255,1,113,65,1,116,106,47,1,0,32,1,113,65,0,71,5,32,3,11,11,4,0,65,2,11,65,1,1,127,35,0,65,16,107,34,6,36,0,32,6,66,165,144,233,169,210,201,206,146,211,0,55,3,8,32,0,32,1,32,2,32,3,32,4,32,5,32,6,65,8,106,32,6,65,16,106,16,165,2,33,0,32,6,65,16,106,36,0,32,0,11,81,0,32,0,32,1,32,2,32,3,32,4,32,5,32,0,65,8,106,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,8,40,2,20,17,0,0,167,34,0,16,207,1,32,0,16,207,1,32,0,16,171,1,106,16,165,2,11,76,1,1,127,35,0,65,16,107,34,6,36,0,32,6,32,1,54,2,8,32,6,32,3,16,244,5,32,6,16,156,1,33,3,32,6,16,157,1,32,0,32,5,65,24,106,32,6,65,8,106,32,2,32,4,32,3,16,172,2,32,6,40,2,8,33,0,32,6,65,16,106,36,0,32,0,11,96,0,32,2,32,3,32,0,65,8,106,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,8,40,2,0,17,0,0,167,34,0,32,0,65,168,1,106,32,5,32,4,65,0,16,161,1,32,0,107,34,0,65,167,1,76,4,64,32,1,32,0,65,12,109,65,7,111,54,2,0,11,11,76,1,1,127,35,0,65,16,107,34,6,36,0,32,6,32,1,54,2,8,32,6,32,3,16,244,5,32,6,16,156,1,33,3,32,6,16,157,1,32,0,32,5,65,16,106,32,6,65,8,106,32,2,32,4,32,3,16,174,2,32,6,40,2,8,33,0,32,6,65,16,106,36,0,32,0,11,96,0,32,2,32,3,32,0,65,8,106,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,8,40,2,4,17,0,0,167,34,0,32,0,65,160,2,106,32,5,32,4,65,0,16,161,1,32,0,107,34,0,65,159,2,76,4,64,32,1,32,0,65,12,109,65,12,111,54,2,0,11,11,74,1,1,127,35,0,65,16,107,34,6,36,0,32,6,32,1,54,2,8,32,6,32,3,16,244,5,32,6,16,156,1,33,3,32,6,16,157,1,32,5,65,20,106,32,6,65,8,106,32,2,32,4,32,3,16,176,2,32,6,40,2,8,33,0,32,6,65,16,106,36,0,32,0,11,66,0,32,1,32,2,32,3,32,4,65,4,16,177,2,33,1,32,3,45,0,0,65,4,113,69,4,64,32,0,32,1,65,208,15,106,32,1,65,236,14,106,32,1,32,1,65,228,0,72,27,32,1,65,197,0,72,27,65,236,14,107,54,2,0,11,11,197,1,1,3,127,35,0,65,16,107,34,5,36,0,32,5,32,1,54,2,8,65,0,33,1,65,6,33,6,2,64,2,64,32,0,32,5,65,8,106,16,167,1,13,0,65,4,33,6,32,3,65,128,16,32,0,16,168,1,34,7,16,167,2,69,13,0,32,3,32,7,16,166,2,33,1,3,64,2,64,32,0,16,170,1,26,32,1,65,48,107,33,1,32,0,32,5,65,8,106,16,166,1,69,13,0,32,4,65,2,72,13,0,32,3,65,128,16,32,0,16,168,1,34,6,16,167,2,69,13,3,32,4,65,1,107,33,4,32,3,32,6,16,166,2,32,1,65,10,108,106,33,1,12,1,11,11,65,2,33,6,32,0,32,5,65,8,106,16,167,1,69,13,1,11,32,2,32,2,40,2,0,32,6,114,54,2,0,11,32,5,65,16,106,36,0,32,1,11,158,14,1,1,127,35,0,65,32,107,34,7,36,0,32,7,32,1,54,2,24,32,4,65,0,54,2,0,32,7,65,8,106,32,3,16,244,5,32,7,65,8,106,16,156,1,33,8,32,7,65,8,106,16,157,1,2,127,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,32,6,65,193,0,107,14,57,0,1,23,4,23,5,23,6,7,23,23,23,10,23,23,23,23,14,15,16,23,23,23,19,21,23,23,23,23,23,23,23,0,1,2,3,3,23,23,1,23,8,23,23,9,11,23,12,23,13,23,11,23,23,17,18,20,22,11,32,0,32,5,65,24,106,32,7,65,24,106,32,2,32,4,32,8,16,172,2,12,24,11,32,0,32,5,65,16,106,32,7,65,24,106,32,2,32,4,32,8,16,174,2,12,23,11,32,7,32,0,32,1,32,2,32,3,32,4,32,5,32,0,65,8,106,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,8,40,2,12,17,0,0,167,34,6,16,207,1,32,6,16,207,1,32,6,16,171,1,106,16,165,2,54,2,24,12,22,11,32,5,65,12,106,33,3,32,7,65,24,106,32,2,32,4,34,0,32,8,65,2,16,177,2,33,1,2,64,2,64,32,4,40,2,0,34,2,65,4,113,13,0,32,1,65,1,72,13,0,32,1,65,31,74,13,0,32,3,32,1,54,2,0,12,1,11,32,0,32,2,65,4,114,54,2,0,11,12,21,11,32,7,66,165,218,189,169,194,236,203,146,249,0,55,3,8,32,7,32,0,32,1,32,2,32,3,32,4,32,5,32,7,65,8,106,32,7,65,16,106,16,165,2,54,2,24,12,20,11,32,7,66,165,178,181,169,210,173,203,146,228,0,55,3,8,32,7,32,0,32,1,32,2,32,3,32,4,32,5,32,7,65,8,106,32,7,65,16,106,16,165,2,54,2,24,12,19,11,32,5,65,8,106,33,3,32,7,65,24,106,32,2,32,4,34,0,32,8,65,2,16,177,2,33,1,2,64,2,64,32,4,40,2,0,34,2,65,4,113,13,0,32,1,65,23,74,13,0,32,3,32,1,54,2,0,12,1,11,32,0,32,2,65,4,114,54,2,0,11,12,18,11,32,5,65,8,106,33,3,32,7,65,24,106,32,2,32,4,34,0,32,8,65,2,16,177,2,33,1,2,64,2,64,32,4,40,2,0,34,2,65,4,113,13,0,32,1,65,1,72,13,0,32,1,65,12,74,13,0,32,3,32,1,54,2,0,12,1,11,32,0,32,2,65,4,114,54,2,0,11,12,17,11,32,5,65,28,106,33,3,32,7,65,24,106,32,2,32,4,34,0,32,8,65,3,16,177,2,33,1,2,64,2,64,32,4,40,2,0,34,2,65,4,113,13,0,32,1,65,237,2,74,13,0,32,3,32,1,54,2,0,12,1,11,32,0,32,2,65,4,114,54,2,0,11,12,16,11,32,5,65,16,106,33,3,32,7,65,24,106,32,2,32,4,34,0,32,8,65,2,16,177,2,33,1,2,64,2,64,32,4,40,2,0,34,2,65,4,113,13,0,32,1,65,12,74,13,0,32,3,32,1,65,1,107,54,2,0,12,1,11,32,0,32,2,65,4,114,54,2,0,11,12,15,11,32,5,65,4,106,33,3,32,7,65,24,106,32,2,32,4,34,0,32,8,65,2,16,177,2,33,1,2,64,2,64,32,4,40,2,0,34,2,65,4,113,13,0,32,1,65,59,74,13,0,32,3,32,1,54,2,0,12,1,11,32,0,32,2,65,4,114,54,2,0,11,12,14,11,32,7,65,24,106,33,0,35,0,65,16,107,34,1,36,0,32,1,32,2,54,2,8,3,64,2,64,32,0,32,1,65,8,106,16,166,1,69,13,0,32,8,65,128,192,0,32,0,16,168,1,16,167,2,69,13,0,32,0,16,170,1,26,12,1,11,11,32,0,32,1,65,8,106,16,167,1,4,64,32,4,32,4,40,2,0,65,2,114,54,2,0,11,32,1,65,16,106,36,0,12,13,11,32,5,65,8,106,33,1,32,7,65,24,106,33,3,2,64,32,0,65,8,106,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,8,40,2,8,17,0,0,167,34,0,16,171,1,65,0,32,0,65,12,106,16,171,1,107,70,4,64,32,4,32,4,40,2,0,65,4,114,54,2,0,12,1,11,32,3,32,2,32,0,32,0,65,24,106,32,8,32,4,65,0,16,161,1,33,3,32,1,40,2,0,33,4,2,64,32,3,32,0,107,34,0,13,0,32,4,65,12,71,13,0,32,1,65,0,54,2,0,12,1,11,2,64,32,0,65,12,71,13,0,32,4,65,11,74,13,0,32,1,32,4,65,12,106,54,2,0,11,11,12,12,11,32,7,65,196,133,1,40,0,0,54,0,15,32,7,65,189,133,1,41,0,0,55,3,8,32,7,32,0,32,1,32,2,32,3,32,4,32,5,32,7,65,8,106,32,7,65,19,106,16,165,2,54,2,24,12,11,11,32,7,65,204,133,1,45,0,0,58,0,12,32,7,65,200,133,1,40,0,0,54,2,8,32,7,32,0,32,1,32,2,32,3,32,4,32,5,32,7,65,8,106,32,7,65,13,106,16,165,2,54,2,24,12,10,11,32,7,65,24,106,32,2,32,4,34,0,32,8,65,2,16,177,2,33,1,2,64,2,64,32,4,40,2,0,34,2,65,4,113,13,0,32,1,65,60,74,13,0,32,5,32,1,54,2,0,12,1,11,32,0,32,2,65,4,114,54,2,0,11,12,9,11,32,7,66,165,144,233,169,210,201,206,146,211,0,55,3,8,32,7,32,0,32,1,32,2,32,3,32,4,32,5,32,7,65,8,106,32,7,65,16,106,16,165,2,54,2,24,12,8,11,32,5,65,24,106,33,3,32,7,65,24,106,32,2,32,4,34,0,32,8,65,1,16,177,2,33,1,2,64,2,64,32,4,40,2,0,34,2,65,4,113,13,0,32,1,65,6,74,13,0,32,3,32,1,54,2,0,12,1,11,32,0,32,2,65,4,114,54,2,0,11,12,7,11,32,0,173,32,1,173,32,2,173,32,3,173,32,4,173,32,5,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,20,17,0,0,167,12,7,11,32,7,32,0,32,1,32,2,32,3,32,4,32,5,32,0,65,8,106,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,8,40,2,24,17,0,0,167,34,6,16,207,1,32,6,16,207,1,32,6,16,171,1,106,16,165,2,54,2,24,12,5,11,32,5,65,20,106,32,7,65,24,106,32,2,32,4,32,8,16,176,2,12,4,11,32,5,65,20,106,33,1,32,7,65,24,106,32,2,32,4,32,8,65,4,16,177,2,33,0,32,4,45,0,0,65,4,113,69,4,64,32,1,32,0,65,236,14,107,54,2,0,11,12,3,11,32,6,65,37,70,13,1,11,32,4,32,4,40,2,0,65,4,114,54,2,0,12,1,11,35,0,65,16,107,34,0,36,0,32,0,32,2,54,2,8,65,6,33,2,2,64,2,64,32,7,65,24,106,34,1,32,0,65,8,106,16,167,1,13,0,65,4,33,2,32,8,32,1,16,168,1,16,166,2,65,37,71,13,0,65,2,33,2,32,1,16,170,1,32,0,65,8,106,16,167,1,69,13,1,11,32,4,32,4,40,2,0,32,2,114,54,2,0,11,32,0,65,16,106,36,0,11,32,7,40,2,24,11,33,4,32,7,65,32,106,36,0,32,4,11,245,3,1,3,127,35,0,65,32,107,34,8,36,0,32,8,32,2,54,2,16,32,8,32,1,54,2,24,32,8,65,8,106,32,3,16,244,5,32,8,65,8,106,16,215,1,33,1,32,8,65,8,106,16,157,1,32,4,65,0,54,2,0,65,0,33,2,2,64,3,64,32,6,32,7,70,13,1,32,2,13,1,2,64,32,8,65,24,106,32,8,65,16,106,16,219,1,13,0,2,64,32,1,32,6,40,2,0,16,180,2,65,37,70,4,64,32,6,65,4,106,34,2,32,7,70,13,2,65,0,33,10,2,127,2,64,32,1,32,2,40,2,0,16,180,2,34,9,65,197,0,70,13,0,32,9,65,255,1,113,65,48,70,13,0,32,6,33,2,32,9,12,1,11,32,6,65,8,106,34,6,32,7,70,13,3,32,9,33,10,32,1,32,6,40,2,0,16,180,2,11,33,6,32,8,32,0,173,32,8,40,2,24,173,32,8,40,2,16,173,32,3,173,32,4,173,32,5,173,32,6,173,32,10,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,36,17,0,0,167,54,2,24,32,2,65,8,106,33,6,12,1,11,32,1,65,128,192,0,32,6,40,2,0,16,181,2,4,64,3,64,2,64,32,7,32,6,65,4,106,34,6,70,4,64,32,7,33,6,12,1,11,32,1,65,128,192,0,32,6,40,2,0,16,181,2,13,1,11,11,3,64,32,8,65,24,106,32,8,65,16,106,16,218,1,69,13,2,32,1,65,128,192,0,32,8,65,24,106,16,220,1,16,181,2,69,13,2,32,8,65,24,106,16,222,1,26,12,0,11,0,11,32,1,32,8,65,24,106,16,220,1,16,221,1,32,1,32,6,40,2,0,16,221,1,70,4,64,32,6,65,4,106,33,6,32,8,65,24,106,16,222,1,26,12,1,11,32,4,65,4,54,2,0,11,32,4,40,2,0,33,2,12,1,11,11,32,4,65,4,54,2,0,11,32,8,65,24,106,32,8,65,16,106,16,219,1,4,64,32,4,32,4,40,2,0,65,2,114,54,2,0,11,32,8,40,2,24,33,6,32,8,65,32,106,36,0,32,6,11,49,0,32,0,173,32,1,173,65,0,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,52,17,0,0,167,11,49,0,32,0,173,32,1,173,32,2,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,12,17,0,0,167,11,94,1,1,127,35,0,65,32,107,34,6,36,0,32,6,65,248,134,1,41,3,0,55,3,24,32,6,65,240,134,1,41,3,0,55,3,16,32,6,65,232,134,1,41,3,0,55,3,8,32,6,65,224,134,1,41,3,0,55,3,0,32,0,32,1,32,2,32,3,32,4,32,5,32,6,32,6,65,32,106,16,179,2,33,0,32,6,65,32,106,36,0,32,0,11,84,0,32,0,32,1,32,2,32,3,32,4,32,5,32,0,65,8,106,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,8,40,2,20,17,0,0,167,34,0,16,207,1,32,0,16,207,1,32,0,16,171,1,65,2,116,106,16,179,2,11,76,1,1,127,35,0,65,16,107,34,6,36,0,32,6,32,1,54,2,8,32,6,32,3,16,244,5,32,6,16,215,1,33,3,32,6,16,157,1,32,0,32,5,65,24,106,32,6,65,8,106,32,2,32,4,32,3,16,185,2,32,6,40,2,8,33,0,32,6,65,16,106,36,0,32,0,11,96,0,32,2,32,3,32,0,65,8,106,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,8,40,2,0,17,0,0,167,34,0,32,0,65,168,1,106,32,5,32,4,65,0,16,217,1,32,0,107,34,0,65,167,1,76,4,64,32,1,32,0,65,12,109,65,7,111,54,2,0,11,11,76,1,1,127,35,0,65,16,107,34,6,36,0,32,6,32,1,54,2,8,32,6,32,3,16,244,5,32,6,16,215,1,33,3,32,6,16,157,1,32,0,32,5,65,16,106,32,6,65,8,106,32,2,32,4,32,3,16,187,2,32,6,40,2,8,33,0,32,6,65,16,106,36,0,32,0,11,96,0,32,2,32,3,32,0,65,8,106,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,8,40,2,4,17,0,0,167,34,0,32,0,65,160,2,106,32,5,32,4,65,0,16,217,1,32,0,107,34,0,65,159,2,76,4,64,32,1,32,0,65,12,109,65,12,111,54,2,0,11,11,74,1,1,127,35,0,65,16,107,34,6,36,0,32,6,32,1,54,2,8,32,6,32,3,16,244,5,32,6,16,215,1,33,3,32,6,16,157,1,32,5,65,20,106,32,6,65,8,106,32,2,32,4,32,3,16,189,2,32,6,40,2,8,33,0,32,6,65,16,106,36,0,32,0,11,66,0,32,1,32,2,32,3,32,4,65,4,16,190,2,33,1,32,3,45,0,0,65,4,113,69,4,64,32,0,32,1,65,208,15,106,32,1,65,236,14,106,32,1,32,1,65,228,0,72,27,32,1,65,197,0,72,27,65,236,14,107,54,2,0,11,11,197,1,1,3,127,35,0,65,16,107,34,5,36,0,32,5,32,1,54,2,8,65,0,33,1,65,6,33,6,2,64,2,64,32,0,32,5,65,8,106,16,219,1,13,0,65,4,33,6,32,3,65,128,16,32,0,16,220,1,34,7,16,181,2,69,13,0,32,3,32,7,16,180,2,33,1,3,64,2,64,32,0,16,222,1,26,32,1,65,48,107,33,1,32,0,32,5,65,8,106,16,218,1,69,13,0,32,4,65,2,72,13,0,32,3,65,128,16,32,0,16,220,1,34,6,16,181,2,69,13,3,32,4,65,1,107,33,4,32,3,32,6,16,180,2,32,1,65,10,108,106,33,1,12,1,11,11,65,2,33,6,32,0,32,5,65,8,106,16,219,1,69,13,1,11,32,2,32,2,40,2,0,32,6,114,54,2,0,11,32,5,65,16,106,36,0,32,1,11,235,14,1,1,127,35,0,65,64,106,34,7,36,0,32,7,32,1,54,2,56,32,4,65,0,54,2,0,32,7,32,3,16,244,5,32,7,16,215,1,33,8,32,7,16,157,1,2,127,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,32,6,65,193,0,107,14,57,0,1,23,4,23,5,23,6,7,23,23,23,10,23,23,23,23,14,15,16,23,23,23,19,21,23,23,23,23,23,23,23,0,1,2,3,3,23,23,1,23,8,23,23,9,11,23,12,23,13,23,11,23,23,17,18,20,22,11,32,0,32,5,65,24,106,32,7,65,56,106,32,2,32,4,32,8,16,185,2,12,24,11,32,0,32,5,65,16,106,32,7,65,56,106,32,2,32,4,32,8,16,187,2,12,23,11,32,7,32,0,32,1,32,2,32,3,32,4,32,5,32,0,65,8,106,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,8,40,2,12,17,0,0,167,34,6,16,207,1,32,6,16,207,1,32,6,16,171,1,65,2,116,106,16,179,2,54,2,56,12,22,11,32,5,65,12,106,33,3,32,7,65,56,106,32,2,32,4,34,0,32,8,65,2,16,190,2,33,1,2,64,2,64,32,4,40,2,0,34,2,65,4,113,13,0,32,1,65,1,72,13,0,32,1,65,31,74,13,0,32,3,32,1,54,2,0,12,1,11,32,0,32,2,65,4,114,54,2,0,11,12,21,11,32,7,65,232,133,1,41,3,0,55,3,24,32,7,65,224,133,1,41,3,0,55,3,16,32,7,65,216,133,1,41,3,0,55,3,8,32,7,65,208,133,1,41,3,0,55,3,0,32,7,32,0,32,1,32,2,32,3,32,4,32,5,32,7,32,7,65,32,106,16,179,2,54,2,56,12,20,11,32,7,65,136,134,1,41,3,0,55,3,24,32,7,65,128,134,1,41,3,0,55,3,16,32,7,65,248,133,1,41,3,0,55,3,8,32,7,65,240,133,1,41,3,0,55,3,0,32,7,32,0,32,1,32,2,32,3,32,4,32,5,32,7,32,7,65,32,106,16,179,2,54,2,56,12,19,11,32,5,65,8,106,33,3,32,7,65,56,106,32,2,32,4,34,0,32,8,65,2,16,190,2,33,1,2,64,2,64,32,4,40,2,0,34,2,65,4,113,13,0,32,1,65,23,74,13,0,32,3,32,1,54,2,0,12,1,11,32,0,32,2,65,4,114,54,2,0,11,12,18,11,32,5,65,8,106,33,3,32,7,65,56,106,32,2,32,4,34,0,32,8,65,2,16,190,2,33,1,2,64,2,64,32,4,40,2,0,34,2,65,4,113,13,0,32,1,65,1,72,13,0,32,1,65,12,74,13,0,32,3,32,1,54,2,0,12,1,11,32,0,32,2,65,4,114,54,2,0,11,12,17,11,32,5,65,28,106,33,3,32,7,65,56,106,32,2,32,4,34,0,32,8,65,3,16,190,2,33,1,2,64,2,64,32,4,40,2,0,34,2,65,4,113,13,0,32,1,65,237,2,74,13,0,32,3,32,1,54,2,0,12,1,11,32,0,32,2,65,4,114,54,2,0,11,12,16,11,32,5,65,16,106,33,3,32,7,65,56,106,32,2,32,4,34,0,32,8,65,2,16,190,2,33,1,2,64,2,64,32,4,40,2,0,34,2,65,4,113,13,0,32,1,65,12,74,13,0,32,3,32,1,65,1,107,54,2,0,12,1,11,32,0,32,2,65,4,114,54,2,0,11,12,15,11,32,5,65,4,106,33,3,32,7,65,56,106,32,2,32,4,34,0,32,8,65,2,16,190,2,33,1,2,64,2,64,32,4,40,2,0,34,2,65,4,113,13,0,32,1,65,59,74,13,0,32,3,32,1,54,2,0,12,1,11,32,0,32,2,65,4,114,54,2,0,11,12,14,11,32,7,65,56,106,33,0,35,0,65,16,107,34,1,36,0,32,1,32,2,54,2,8,3,64,2,64,32,0,32,1,65,8,106,16,218,1,69,13,0,32,8,65,128,192,0,32,0,16,220,1,16,181,2,69,13,0,32,0,16,222,1,26,12,1,11,11,32,0,32,1,65,8,106,16,219,1,4,64,32,4,32,4,40,2,0,65,2,114,54,2,0,11,32,1,65,16,106,36,0,12,13,11,32,5,65,8,106,33,1,32,7,65,56,106,33,3,2,64,32,0,65,8,106,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,8,40,2,8,17,0,0,167,34,0,16,171,1,65,0,32,0,65,12,106,16,171,1,107,70,4,64,32,4,32,4,40,2,0,65,4,114,54,2,0,12,1,11,32,3,32,2,32,0,32,0,65,24,106,32,8,32,4,65,0,16,217,1,33,3,32,1,40,2,0,33,4,2,64,32,3,32,0,107,34,0,13,0,32,4,65,12,71,13,0,32,1,65,0,54,2,0,12,1,11,2,64,32,0,65,12,71,13,0,32,4,65,11,74,13,0,32,1,32,4,65,12,106,54,2,0,11,11,12,12,11,32,7,65,144,134,1,65,44,16,155,6,34,6,32,0,32,1,32,2,32,3,32,4,32,5,32,6,32,6,65,44,106,16,179,2,54,2,56,12,11,11,32,7,65,208,134,1,40,2,0,54,2,16,32,7,65,200,134,1,41,3,0,55,3,8,32,7,65,192,134,1,41,3,0,55,3,0,32,7,32,0,32,1,32,2,32,3,32,4,32,5,32,7,32,7,65,20,106,16,179,2,54,2,56,12,10,11,32,7,65,56,106,32,2,32,4,34,0,32,8,65,2,16,190,2,33,1,2,64,2,64,32,4,40,2,0,34,2,65,4,113,13,0,32,1,65,60,74,13,0,32,5,32,1,54,2,0,12,1,11,32,0,32,2,65,4,114,54,2,0,11,12,9,11,32,7,65,248,134,1,41,3,0,55,3,24,32,7,65,240,134,1,41,3,0,55,3,16,32,7,65,232,134,1,41,3,0,55,3,8,32,7,65,224,134,1,41,3,0,55,3,0,32,7,32,0,32,1,32,2,32,3,32,4,32,5,32,7,32,7,65,32,106,16,179,2,54,2,56,12,8,11,32,5,65,24,106,33,3,32,7,65,56,106,32,2,32,4,34,0,32,8,65,1,16,190,2,33,1,2,64,2,64,32,4,40,2,0,34,2,65,4,113,13,0,32,1,65,6,74,13,0,32,3,32,1,54,2,0,12,1,11,32,0,32,2,65,4,114,54,2,0,11,12,7,11,32,0,173,32,1,173,32,2,173,32,3,173,32,4,173,32,5,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,20,17,0,0,167,12,7,11,32,7,32,0,32,1,32,2,32,3,32,4,32,5,32,0,65,8,106,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,8,40,2,24,17,0,0,167,34,6,16,207,1,32,6,16,207,1,32,6,16,171,1,65,2,116,106,16,179,2,54,2,56,12,5,11,32,5,65,20,106,32,7,65,56,106,32,2,32,4,32,8,16,189,2,12,4,11,32,5,65,20,106,33,1,32,7,65,56,106,32,2,32,4,32,8,65,4,16,190,2,33,0,32,4,45,0,0,65,4,113,69,4,64,32,1,32,0,65,236,14,107,54,2,0,11,12,3,11,32,6,65,37,70,13,1,11,32,4,32,4,40,2,0,65,4,114,54,2,0,12,1,11,35,0,65,16,107,34,0,36,0,32,0,32,2,54,2,8,65,6,33,2,2,64,2,64,32,7,65,56,106,34,1,32,0,65,8,106,16,219,1,13,0,65,4,33,2,32,8,32,1,16,220,1,16,180,2,65,37,71,13,0,65,2,33,2,32,1,16,222,1,32,0,65,8,106,16,219,1,69,13,1,11,32,4,32,4,40,2,0,32,2,114,54,2,0,11,32,0,65,16,106,36,0,11,32,7,40,2,56,11,33,4,32,7,65,64,107,36,0,32,4,11,134,1,0,35,0,65,128,1,107,34,2,36,0,32,2,32,2,65,244,0,106,54,2,12,32,0,65,8,106,32,2,65,16,106,32,2,65,12,106,32,4,32,5,32,6,16,193,2,32,2,65,16,106,33,0,32,2,40,2,12,33,4,35,0,65,16,107,34,3,36,0,32,3,32,1,54,2,8,3,64,32,0,32,4,71,4,64,32,3,65,8,106,32,0,44,0,0,16,250,1,32,0,65,1,106,33,0,12,1,11,11,32,3,40,2,8,33,0,32,3,65,16,106,36,0,32,2,65,128,1,106,36,0,32,0,11,100,1,1,127,35,0,65,16,107,34,6,36,0,32,6,65,0,58,0,15,32,6,32,5,58,0,14,32,6,32,4,58,0,13,32,6,65,37,58,0,12,32,5,4,64,32,6,65,13,106,32,6,65,14,106,16,194,2,11,32,2,32,1,32,1,32,2,40,2,0,16,195,2,32,6,65,12,106,32,3,32,0,40,2,0,16,5,32,1,106,54,2,0,32,6,65,16,106,36,0,11,53,1,1,127,35,0,65,16,107,34,2,36,0,32,2,32,0,45,0,0,58,0,15,32,0,32,1,45,0,0,58,0,0,32,1,32,2,65,15,106,45,0,0,58,0,0,32,2,65,16,106,36,0,11,7,0,32,1,32,0,107,11,247,1,0,35,0,65,160,3,107,34,2,36,0,32,2,32,2,65,160,3,106,54,2,12,35,0,65,144,1,107,34,3,36,0,32,3,32,3,65,132,1,106,54,2,28,32,0,65,8,106,34,0,32,3,65,32,106,32,3,65,28,106,32,4,32,5,32,6,16,193,2,32,3,66,0,55,3,16,32,3,32,3,65,32,106,54,2,12,32,2,65,16,106,34,4,32,3,65,12,106,32,4,32,2,65,12,106,34,5,40,2,0,16,197,2,32,3,65,16,106,32,0,40,2,0,16,198,2,34,0,65,127,70,4,64,16,199,2,0,11,32,5,32,4,32,0,65,2,116,106,54,2,0,32,3,65,144,1,106,36,0,32,2,65,16,106,33,0,32,2,40,2,12,33,4,35,0,65,16,107,34,3,36,0,32,3,32,1,54,2,8,3,64,32,0,32,4,71,4,64,32,3,65,8,106,32,0,40,2,0,16,149,2,32,0,65,4,106,33,0,12,1,11,11,32,3,40,2,8,33,0,32,3,65,16,106,36,0,32,2,65,160,3,106,36,0,32,0,11,10,0,32,1,32,0,107,65,2,117,11,62,1,1,127,35,0,65,16,107,34,5,36,0,32,5,32,4,54,2,12,32,5,65,8,106,32,5,65,12,106,16,212,1,33,4,32,0,32,1,32,2,32,3,16,139,1,33,0,32,4,16,213,1,32,5,65,16,106,36,0,32,0,11,5,0,16,6,0,11,5,0,65,255,0,11,8,0,32,0,16,178,1,26,11,12,0,32,0,65,1,65,45,16,135,2,26,11,12,0,32,0,65,130,134,128,32,54,0,0,11,8,0,65,255,255,255,255,7,11,12,0,32,0,65,1,65,45,16,157,2,26,11,7,0,32,0,44,0,8,11,7,0,32,0,44,0,9,11,12,0,32,0,32,1,65,12,106,16,51,26,11,12,0,32,0,32,1,65,24,106,16,51,26,11,12,0,32,0,32,1,65,36,106,16,51,26,11,12,0,32,0,32,1,65,48,106,16,51,26,11,7,0,32,0,40,2,60,11,12,0,32,0,32,1,40,2,64,54,0,0,11,12,0,32,0,32,1,40,2,68,54,0,0,11,12,0,32,0,32,1,65,16,106,16,51,26,11,13,0,32,0,32,1,65,28,106,16,217,2,26,11,167,1,1,5,127,35,0,65,16,107,34,4,36,0,32,0,33,2,2,64,32,1,16,205,1,69,4,64,32,2,32,1,40,2,8,54,2,8,32,2,32,1,41,2,0,55,2,0,12,1,11,32,1,40,2,0,33,5,2,64,2,64,2,64,32,1,40,2,4,34,3,65,1,77,4,64,32,2,33,1,32,2,32,3,16,232,2,12,1,11,32,3,65,239,255,255,255,3,75,13,1,32,2,32,2,32,3,16,139,5,65,1,106,34,6,16,140,5,34,1,16,254,4,32,2,32,6,16,255,4,32,2,32,3,16,231,2,11,32,1,32,5,32,3,65,1,106,16,174,5,12,1,11,16,154,5,0,11,11,32,4,65,16,106,36,0,32,0,11,13,0,32,0,32,1,65,40,106,16,217,2,26,11,13,0,32,0,32,1,65,52,106,16,217,2,26,11,7,0,32,0,40,2,64,11,12,0,32,0,32,1,40,2,72,54,0,0,11,227,3,1,1,127,35,0,65,160,2,107,34,0,36,0,32,0,32,2,54,2,144,2,32,0,32,1,54,2,152,2,32,0,65,38,54,2,16,32,0,65,152,1,106,32,0,65,160,1,106,32,0,65,16,106,16,164,1,33,1,32,0,65,144,1,106,32,4,16,244,5,32,0,65,144,1,106,16,156,1,33,7,32,0,65,0,58,0,143,1,2,64,32,0,65,152,2,106,32,2,32,3,32,0,65,144,1,106,32,4,40,2,4,32,5,32,0,65,143,1,106,32,7,32,1,32,0,65,148,1,106,32,0,65,132,2,106,16,223,2,69,13,0,32,0,65,194,14,40,0,0,54,0,135,1,32,0,65,187,14,41,0,0,55,3,128,1,32,7,32,0,65,128,1,106,32,0,65,138,1,106,32,0,65,246,0,106,16,201,1,32,0,65,37,54,2,16,32,0,65,8,106,65,0,32,0,65,16,106,16,164,1,33,7,32,0,65,16,106,33,2,2,64,32,0,40,2,148,1,32,1,40,2,0,107,65,227,0,78,4,64,32,7,32,0,40,2,148,1,32,1,40,2,0,107,65,2,106,16,147,6,16,165,1,32,7,40,2,0,69,13,1,32,7,40,2,0,33,2,11,32,0,45,0,143,1,4,64,32,2,65,45,58,0,0,32,2,65,1,106,33,2,11,32,1,40,2,0,33,4,3,64,32,0,40,2,148,1,32,4,77,4,64,2,64,32,2,65,0,58,0,0,32,0,32,6,54,2,0,32,0,65,16,106,32,0,16,118,65,1,71,13,0,32,7,16,173,1,12,4,11,5,32,2,32,0,65,246,0,106,32,0,65,128,1,106,32,4,16,209,1,32,0,107,32,0,106,45,0,10,58,0,0,32,2,65,1,106,33,2,32,4,65,1,106,33,4,12,1,11,11,16,199,2,0,11,16,199,2,0,11,32,0,65,152,2,106,32,0,65,144,2,106,16,167,1,4,64,32,5,32,5,40,2,0,65,2,114,54,2,0,11,32,0,40,2,152,2,33,4,32,0,65,144,1,106,16,157,1,32,1,16,173,1,32,0,65,160,2,106,36,0,32,4,11,183,17,1,13,127,35,0,65,176,4,107,34,11,36,0,32,11,32,10,54,2,164,4,32,11,32,1,54,2,168,4,32,11,65,38,54,2,104,32,11,32,11,65,136,1,106,32,11,65,144,1,106,32,11,65,232,0,106,16,164,1,34,16,40,2,0,34,1,54,2,132,1,32,11,32,1,65,144,3,106,54,2,128,1,32,11,65,232,0,106,16,178,1,33,18,32,11,65,216,0,106,16,178,1,33,15,32,11,65,200,0,106,16,178,1,33,13,32,11,65,56,106,16,178,1,33,14,32,11,65,40,106,16,178,1,33,17,32,11,65,248,0,106,33,21,32,11,65,247,0,106,33,22,32,11,65,246,0,106,33,23,32,18,33,1,32,15,33,10,32,13,33,19,32,14,33,20,35,0,65,16,107,34,12,36,0,32,11,2,127,32,2,4,64,32,12,32,3,16,233,2,34,2,16,234,2,32,21,32,12,40,2,0,54,0,0,32,12,32,2,16,235,2,32,20,32,12,16,236,2,32,12,16,159,5,26,32,12,32,2,16,160,1,32,19,32,12,16,236,2,32,12,16,159,5,26,32,22,32,2,16,243,1,58,0,0,32,23,32,2,16,244,1,58,0,0,32,12,32,2,16,245,1,32,1,32,12,16,236,2,32,12,16,159,5,26,32,12,32,2,16,159,1,32,10,32,12,16,236,2,32,12,16,159,5,26,32,2,16,237,2,12,1,11,32,12,32,3,16,238,2,34,2,16,234,2,32,21,32,12,40,2,0,54,0,0,32,12,32,2,16,235,2,32,20,32,12,16,236,2,32,12,16,159,5,26,32,12,32,2,16,160,1,32,19,32,12,16,236,2,32,12,16,159,5,26,32,22,32,2,16,243,1,58,0,0,32,23,32,2,16,244,1,58,0,0,32,12,32,2,16,245,1,32,1,32,12,16,236,2,32,12,16,159,5,26,32,12,32,2,16,159,1,32,10,32,12,16,236,2,32,12,16,159,5,26,32,2,16,237,2,11,54,2,36,32,12,65,16,106,36,0,32,9,32,8,40,2,0,54,2,0,32,4,65,128,4,113,34,19,65,9,118,33,20,65,0,33,1,65,0,33,2,3,64,32,2,33,10,2,64,2,64,2,64,2,64,32,1,65,4,70,13,0,32,0,32,11,65,168,4,106,16,166,1,69,13,0,65,0,33,4,2,64,2,64,2,64,2,64,2,64,2,64,32,11,65,248,0,106,32,1,106,44,0,0,14,5,1,0,4,3,5,9,11,32,1,65,3,70,13,7,32,7,65,128,192,0,32,0,16,168,1,16,167,2,4,64,32,11,65,24,106,32,0,16,224,2,32,17,32,11,44,0,24,16,170,5,12,2,11,32,5,32,5,40,2,0,65,4,114,54,2,0,65,0,33,0,12,6,11,32,1,65,3,70,13,6,11,3,64,32,0,32,11,65,168,4,106,16,166,1,69,13,6,32,7,65,128,192,0,32,0,16,168,1,16,167,2,69,13,6,32,11,65,24,106,32,0,16,224,2,32,17,32,11,44,0,24,16,170,5,12,0,11,0,11,32,13,16,171,1,65,0,32,14,16,171,1,107,70,13,4,2,64,32,13,16,171,1,4,64,32,14,16,171,1,13,1,11,32,13,16,171,1,33,4,32,0,16,168,1,33,2,32,4,4,64,32,13,65,0,16,172,1,45,0,0,32,2,65,255,1,113,70,4,64,32,0,16,170,1,26,32,13,32,10,32,13,16,171,1,65,1,75,27,33,2,12,8,11,32,6,65,1,58,0,0,12,6,11,32,14,65,0,16,172,1,45,0,0,32,2,65,255,1,113,71,13,5,32,0,16,170,1,26,32,6,65,1,58,0,0,32,14,32,10,32,14,16,171,1,65,1,75,27,33,2,12,6,11,32,0,16,168,1,65,255,1,113,32,13,65,0,16,172,1,45,0,0,70,4,64,32,0,16,170,1,26,32,13,32,10,32,13,16,171,1,65,1,75,27,33,2,12,6,11,32,0,16,168,1,65,255,1,113,32,14,65,0,16,172,1,45,0,0,70,4,64,32,0,16,170,1,26,32,6,65,1,58,0,0,32,14,32,10,32,14,16,171,1,65,1,75,27,33,2,12,6,11,32,5,32,5,40,2,0,65,4,114,54,2,0,65,0,33,0,12,3,11,2,64,32,10,13,0,32,1,65,2,73,13,0,65,0,33,2,32,20,32,1,65,2,70,32,11,45,0,123,65,0,71,113,114,69,13,5,11,32,11,32,15,16,247,1,54,2,16,32,11,65,24,106,32,11,65,16,106,16,225,2,33,4,2,64,32,1,69,13,0,32,1,32,11,106,45,0,119,65,1,75,13,0,3,64,2,64,32,11,32,15,16,248,1,54,2,16,32,4,32,11,65,16,106,16,249,1,69,13,0,32,7,65,128,192,0,32,4,40,2,0,44,0,0,16,167,2,69,13,0,32,4,16,251,1,12,1,11,11,32,11,32,15,16,247,1,54,2,16,32,4,32,11,65,16,106,16,226,2,34,4,32,17,16,171,1,77,4,64,32,11,32,17,16,248,1,54,2,16,32,11,65,16,106,65,0,32,4,107,16,239,2,33,4,32,17,16,248,1,33,12,32,15,16,247,1,33,3,35,0,65,32,107,34,2,36,0,32,2,32,12,54,2,16,32,2,32,4,54,2,24,32,2,32,3,54,2,8,3,64,2,64,32,2,65,24,106,32,2,65,16,106,16,249,1,34,3,69,13,0,32,2,40,2,24,45,0,0,32,2,40,2,8,45,0,0,71,13,0,32,2,65,24,106,16,251,1,32,2,65,8,106,16,251,1,12,1,11,11,32,2,65,32,106,36,0,32,3,65,1,115,13,1,11,32,11,32,15,16,247,1,54,2,8,32,11,65,16,106,32,11,65,8,106,16,225,2,26,32,11,32,11,40,2,16,54,2,24,11,32,11,32,11,40,2,24,54,2,16,3,64,2,64,32,11,32,15,16,248,1,54,2,8,32,11,65,16,106,32,11,65,8,106,16,249,1,69,13,0,32,0,32,11,65,168,4,106,16,166,1,69,13,0,32,0,16,168,1,65,255,1,113,32,11,40,2,16,45,0,0,71,13,0,32,0,16,170,1,26,32,11,65,16,106,16,251,1,12,1,11,11,32,19,69,13,3,32,11,32,15,16,248,1,54,2,8,32,11,65,16,106,32,11,65,8,106,16,249,1,69,13,3,32,5,32,5,40,2,0,65,4,114,54,2,0,65,0,33,0,12,2,11,3,64,2,64,32,0,32,11,65,168,4,106,16,166,1,69,13,0,2,127,32,7,65,128,16,32,0,16,168,1,34,2,16,167,2,4,64,32,9,40,2,0,34,3,32,11,40,2,164,4,70,4,64,32,8,32,9,32,11,65,164,4,106,16,227,2,32,9,40,2,0,33,3,11,32,9,32,3,65,1,106,54,2,0,32,3,32,2,58,0,0,32,4,65,1,106,12,1,11,32,18,16,171,1,69,13,1,32,4,69,13,1,32,11,45,0,118,32,2,65,255,1,113,71,13,1,32,11,40,2,132,1,34,2,32,11,40,2,128,1,70,4,64,32,16,32,11,65,132,1,106,32,11,65,128,1,106,16,228,2,32,11,40,2,132,1,33,2,11,32,11,32,2,65,4,106,54,2,132,1,32,2,32,4,54,2,0,65,0,11,33,4,32,0,16,170,1,26,12,1,11,11,2,64,32,11,40,2,132,1,34,2,32,16,40,2,0,70,13,0,32,4,69,13,0,32,11,40,2,128,1,32,2,70,4,64,32,16,32,11,65,132,1,106,32,11,65,128,1,106,16,228,2,32,11,40,2,132,1,33,2,11,32,11,32,2,65,4,106,54,2,132,1,32,2,32,4,54,2,0,11,2,64,32,11,40,2,36,65,1,72,13,0,2,64,32,0,32,11,65,168,4,106,16,167,1,69,4,64,32,0,16,168,1,65,255,1,113,32,11,45,0,119,70,13,1,11,32,5,32,5,40,2,0,65,4,114,54,2,0,65,0,33,0,12,3,11,3,64,32,0,16,170,1,26,32,11,40,2,36,65,1,72,13,1,2,64,32,0,32,11,65,168,4,106,16,167,1,69,4,64,32,7,65,128,16,32,0,16,168,1,16,167,2,13,1,11,32,5,32,5,40,2,0,65,4,114,54,2,0,65,0,33,0,12,4,11,32,9,40,2,0,32,11,40,2,164,4,70,4,64,32,8,32,9,32,11,65,164,4,106,16,227,2,11,32,0,16,168,1,33,4,32,9,32,9,40,2,0,34,2,65,1,106,54,2,0,32,2,32,4,58,0,0,32,11,32,11,40,2,36,65,1,107,54,2,36,12,0,11,0,11,32,10,33,2,32,8,40,2,0,32,9,40,2,0,71,13,3,32,5,32,5,40,2,0,65,4,114,54,2,0,65,0,33,0,12,1,11,2,64,32,10,69,13,0,65,1,33,4,3,64,32,10,16,171,1,32,4,77,13,1,2,64,32,0,32,11,65,168,4,106,16,167,1,69,4,64,32,0,16,168,1,65,255,1,113,32,10,32,4,16,172,1,45,0,0,70,13,1,11,32,5,32,5,40,2,0,65,4,114,54,2,0,65,0,33,0,12,3,11,32,0,16,170,1,26,32,4,65,1,106,33,4,12,0,11,0,11,65,1,33,0,32,16,40,2,0,32,11,40,2,132,1,70,13,0,65,0,33,0,32,11,65,0,54,2,24,32,18,32,16,40,2,0,32,11,40,2,132,1,32,11,65,24,106,16,183,1,32,11,40,2,24,4,64,32,5,32,5,40,2,0,65,4,114,54,2,0,12,1,11,65,1,33,0,11,32,17,16,159,5,26,32,14,16,159,5,26,32,13,16,159,5,26,32,15,16,159,5,26,32,18,16,159,5,26,32,16,16,173,1,32,11,65,176,4,106,36,0,32,0,15,11,32,10,33,2,11,32,1,65,1,106,33,1,12,0,11,0,11,37,1,1,127,32,1,40,2,0,16,211,1,65,24,116,65,24,117,33,2,32,0,32,1,40,2,0,54,2,4,32,0,32,2,58,0,0,11,14,0,32,0,32,1,40,2,0,54,2,0,32,0,11,13,0,32,0,40,2,0,32,1,40,2,0,107,11,196,1,1,6,127,35,0,65,16,107,34,4,36,0,32,0,16,144,2,40,2,0,33,5,2,127,32,2,40,2,0,32,0,40,2,0,107,34,3,65,255,255,255,255,7,73,4,64,32,3,65,1,116,12,1,11,65,127,11,34,3,65,1,32,3,27,33,3,32,1,40,2,0,33,6,32,0,40,2,0,33,7,32,5,65,38,70,4,127,65,0,5,32,0,40,2,0,11,32,3,16,149,6,34,8,4,64,32,5,65,38,71,4,64,32,0,16,240,2,26,11,32,4,65,37,54,2,4,32,0,32,4,65,8,106,32,8,32,4,65,4,106,16,164,1,34,5,16,241,2,32,5,16,173,1,32,1,32,0,40,2,0,32,6,32,7,107,106,54,2,0,32,2,32,3,32,0,40,2,0,106,54,2,0,32,4,65,16,106,36,0,15,11,16,199,2,0,11,199,1,1,6,127,35,0,65,16,107,34,4,36,0,32,0,16,144,2,40,2,0,33,5,2,127,32,2,40,2,0,32,0,40,2,0,107,34,3,65,255,255,255,255,7,73,4,64,32,3,65,1,116,12,1,11,65,127,11,34,3,65,4,32,3,27,33,3,32,1,40,2,0,33,6,32,0,40,2,0,33,7,32,5,65,38,70,4,127,65,0,5,32,0,40,2,0,11,32,3,16,149,6,34,8,4,64,32,5,65,38,71,4,64,32,0,16,240,2,26,11,32,4,65,37,54,2,4,32,0,32,4,65,8,106,32,8,32,4,65,4,106,16,164,1,34,5,16,241,2,32,5,16,173,1,32,1,32,0,40,2,0,32,6,32,7,107,106,54,2,0,32,2,32,0,40,2,0,32,3,65,124,113,106,54,2,0,32,4,65,16,106,36,0,15,11,16,199,2,0,11,194,4,1,3,127,35,0,65,160,1,107,34,0,36,0,32,0,32,2,54,2,144,1,32,0,32,1,54,2,152,1,32,0,65,38,54,2,20,32,0,65,24,106,32,0,65,32,106,32,0,65,20,106,16,164,1,33,8,32,0,65,16,106,32,4,16,244,5,32,0,65,16,106,16,156,1,33,1,32,0,65,0,58,0,15,32,0,65,152,1,106,32,2,32,3,32,0,65,16,106,32,4,40,2,4,32,5,32,0,65,15,106,32,1,32,8,32,0,65,20,106,32,0,65,132,1,106,16,223,2,4,64,35,0,65,16,107,34,3,36,0,2,64,32,6,34,2,16,205,1,4,64,32,2,40,2,0,33,4,32,3,65,0,58,0,15,32,4,32,3,65,15,106,16,230,2,32,2,65,0,16,231,2,12,1,11,32,3,65,0,58,0,14,32,2,32,3,65,14,106,16,230,2,32,2,65,0,16,232,2,11,32,3,65,16,106,36,0,32,0,45,0,15,4,64,32,6,32,1,65,45,16,221,1,16,170,5,11,32,1,65,48,16,221,1,33,1,32,8,40,2,0,33,4,32,0,40,2,20,34,3,65,1,107,33,2,32,1,65,255,1,113,33,1,3,64,2,64,32,2,32,4,77,13,0,32,4,45,0,0,32,1,71,13,0,32,4,65,1,106,33,4,12,1,11,11,35,0,65,32,107,34,7,36,0,32,6,16,171,1,33,2,32,6,16,179,1,33,1,2,64,32,4,32,3,16,137,5,34,9,69,13,0,32,4,32,6,16,207,1,32,6,16,207,1,32,6,16,171,1,106,16,152,5,4,64,32,6,32,7,65,16,106,32,4,32,3,32,6,16,153,5,34,4,16,207,1,32,4,16,171,1,16,165,5,26,32,4,16,159,5,26,12,1,11,32,9,32,1,32,2,107,75,4,64,32,6,32,1,32,2,32,9,106,32,1,107,32,2,32,2,65,0,16,161,5,11,32,6,16,207,1,32,2,106,33,1,3,64,32,3,32,4,71,4,64,32,1,32,4,16,230,2,32,4,65,1,106,33,4,32,1,65,1,106,33,1,12,1,11,11,32,7,65,0,58,0,15,32,1,32,7,65,15,106,16,230,2,32,6,32,2,32,9,106,16,207,4,11,32,7,65,32,106,36,0,11,32,0,65,152,1,106,32,0,65,144,1,106,16,167,1,4,64,32,5,32,5,40,2,0,65,2,114,54,2,0,11,32,0,40,2,152,1,33,4,32,0,65,16,106,16,157,1,32,8,16,173,1,32,0,65,160,1,106,36,0,32,4,11,12,0,32,0,32,1,45,0,0,58,0,0,11,9,0,32,0,32,1,54,2,4,11,9,0,32,0,32,1,58,0,11,11,11,0,32,0,65,200,232,3,16,162,1,11,48,0,32,0,173,32,1,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,1,40,2,0,40,2,44,17,0,0,26,11,48,0,32,0,173,32,1,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,1,40,2,0,40,2,32,17,0,0,26,11,90,1,2,127,35,0,65,16,107,34,2,36,0,32,0,16,205,1,4,64,32,0,40,2,0,33,3,32,0,16,206,1,26,32,3,16,148,6,11,32,0,32,1,40,2,8,54,2,8,32,0,32,1,41,2,0,55,2,0,32,1,65,0,16,232,2,32,2,65,0,58,0,15,32,1,32,2,65,15,106,16,230,2,32,2,65,16,106,36,0,11,47,0,32,0,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,36,17,0,0,167,11,11,0,32,0,65,192,232,3,16,162,1,11,49,1,1,127,35,0,65,16,107,34,2,36,0,32,2,32,0,40,2,0,54,2,8,32,2,65,8,106,32,1,16,137,3,32,2,40,2,8,33,1,32,2,65,16,106,36,0,32,1,11,20,1,1,127,32,0,40,2,0,33,1,32,0,65,0,54,2,0,32,1,11,32,0,32,0,32,1,16,240,2,16,165,1,32,1,16,144,2,40,2,0,33,1,32,0,16,144,2,32,1,54,2,0,11,241,3,1,1,127,35,0,65,240,4,107,34,0,36,0,32,0,32,2,54,2,224,4,32,0,32,1,54,2,232,4,32,0,65,38,54,2,16,32,0,65,200,1,106,32,0,65,208,1,106,32,0,65,16,106,16,164,1,33,1,32,0,65,192,1,106,32,4,16,244,5,32,0,65,192,1,106,16,215,1,33,7,32,0,65,0,58,0,191,1,2,64,32,0,65,232,4,106,32,2,32,3,32,0,65,192,1,106,32,4,40,2,4,32,5,32,0,65,191,1,106,32,7,32,1,32,0,65,196,1,106,32,0,65,224,4,106,16,243,2,69,13,0,32,0,65,194,14,40,0,0,54,0,183,1,32,0,65,187,14,41,0,0,55,3,176,1,32,7,32,0,65,176,1,106,32,0,65,186,1,106,32,0,65,128,1,106,16,238,1,32,0,65,37,54,2,16,32,0,65,8,106,65,0,32,0,65,16,106,16,164,1,33,7,32,0,65,16,106,33,2,2,64,32,0,40,2,196,1,32,1,40,2,0,107,65,137,3,78,4,64,32,7,32,0,40,2,196,1,32,1,40,2,0,107,65,2,117,65,2,106,16,147,6,16,165,1,32,7,40,2,0,69,13,1,32,7,40,2,0,33,2,11,32,0,45,0,191,1,4,64,32,2,65,45,58,0,0,32,2,65,1,106,33,2,11,32,1,40,2,0,33,4,3,64,32,0,40,2,196,1,32,4,77,4,64,2,64,32,2,65,0,58,0,0,32,0,32,6,54,2,0,32,0,65,16,106,32,0,16,118,65,1,71,13,0,32,7,16,173,1,12,4,11,5,32,2,32,0,65,176,1,106,32,0,65,128,1,106,32,0,65,168,1,106,32,4,16,240,1,32,0,65,128,1,106,107,65,2,117,106,45,0,0,58,0,0,32,2,65,1,106,33,2,32,4,65,4,106,33,4,12,1,11,11,16,199,2,0,11,16,199,2,0,11,32,0,65,232,4,106,32,0,65,224,4,106,16,219,1,4,64,32,5,32,5,40,2,0,65,2,114,54,2,0,11,32,0,40,2,232,4,33,4,32,0,65,192,1,106,16,157,1,32,1,16,173,1,32,0,65,240,4,106,36,0,32,4,11,141,17,1,13,127,35,0,65,176,4,107,34,11,36,0,32,11,32,10,54,2,164,4,32,11,32,1,54,2,168,4,32,11,65,38,54,2,96,32,11,32,11,65,136,1,106,32,11,65,144,1,106,32,11,65,224,0,106,16,164,1,34,16,40,2,0,34,1,54,2,132,1,32,11,32,1,65,144,3,106,54,2,128,1,32,11,65,224,0,106,16,178,1,33,18,32,11,65,208,0,106,16,178,1,33,15,32,11,65,64,107,16,178,1,33,13,32,11,65,48,106,16,178,1,33,14,32,11,65,32,106,16,178,1,33,17,32,11,65,248,0,106,33,21,32,11,65,244,0,106,33,22,32,11,65,240,0,106,33,23,32,18,33,1,32,15,33,10,32,13,33,19,32,14,33,20,35,0,65,16,107,34,12,36,0,32,11,2,127,32,2,4,64,32,12,32,3,16,248,2,34,2,16,234,2,32,21,32,12,40,2,0,54,0,0,32,12,32,2,16,235,2,32,20,32,12,16,249,2,32,12,16,159,5,26,32,12,32,2,16,160,1,32,19,32,12,16,249,2,32,12,16,159,5,26,32,22,32,2,16,243,1,54,2,0,32,23,32,2,16,244,1,54,2,0,32,12,32,2,16,245,1,32,1,32,12,16,236,2,32,12,16,159,5,26,32,12,32,2,16,159,1,32,10,32,12,16,249,2,32,12,16,159,5,26,32,2,16,237,2,12,1,11,32,12,32,3,16,250,2,34,2,16,234,2,32,21,32,12,40,2,0,54,0,0,32,12,32,2,16,235,2,32,20,32,12,16,249,2,32,12,16,159,5,26,32,12,32,2,16,160,1,32,19,32,12,16,249,2,32,12,16,159,5,26,32,22,32,2,16,243,1,54,2,0,32,23,32,2,16,244,1,54,2,0,32,12,32,2,16,245,1,32,1,32,12,16,236,2,32,12,16,159,5,26,32,12,32,2,16,159,1,32,10,32,12,16,249,2,32,12,16,159,5,26,32,2,16,237,2,11,54,2,28,32,12,65,16,106,36,0,32,9,32,8,40,2,0,54,2,0,32,4,65,128,4,113,34,19,65,9,118,33,20,65,0,33,1,65,0,33,2,3,64,32,2,33,10,2,64,2,64,2,64,2,64,32,1,65,4,70,13,0,32,0,32,11,65,168,4,106,16,218,1,69,13,0,65,0,33,4,2,64,2,64,2,64,2,64,2,64,2,64,32,11,65,248,0,106,32,1,106,44,0,0,14,5,1,0,4,3,5,9,11,32,1,65,3,70,13,7,32,7,65,128,192,0,32,0,16,220,1,16,181,2,4,64,32,11,65,16,106,32,0,16,244,2,32,17,32,11,40,2,16,16,178,5,12,2,11,32,5,32,5,40,2,0,65,4,114,54,2,0,65,0,33,0,12,6,11,32,1,65,3,70,13,6,11,3,64,32,0,32,11,65,168,4,106,16,218,1,69,13,6,32,7,65,128,192,0,32,0,16,220,1,16,181,2,69,13,6,32,11,65,16,106,32,0,16,244,2,32,17,32,11,40,2,16,16,178,5,12,0,11,0,11,32,13,16,171,1,65,0,32,14,16,171,1,107,70,13,4,2,64,32,13,16,171,1,4,64,32,14,16,171,1,13,1,11,32,13,16,171,1,33,4,32,0,16,220,1,33,2,32,4,4,64,32,13,65,0,16,223,1,40,2,0,32,2,70,4,64,32,0,16,222,1,26,32,13,32,10,32,13,16,171,1,65,1,75,27,33,2,12,8,11,32,6,65,1,58,0,0,12,6,11,32,2,32,14,65,0,16,223,1,40,2,0,71,13,5,32,0,16,222,1,26,32,6,65,1,58,0,0,32,14,32,10,32,14,16,171,1,65,1,75,27,33,2,12,6,11,32,0,16,220,1,32,13,65,0,16,223,1,40,2,0,70,4,64,32,0,16,222,1,26,32,13,32,10,32,13,16,171,1,65,1,75,27,33,2,12,6,11,32,0,16,220,1,32,14,65,0,16,223,1,40,2,0,70,4,64,32,0,16,222,1,26,32,6,65,1,58,0,0,32,14,32,10,32,14,16,171,1,65,1,75,27,33,2,12,6,11,32,5,32,5,40,2,0,65,4,114,54,2,0,65,0,33,0,12,3,11,2,64,32,10,13,0,32,1,65,2,73,13,0,65,0,33,2,32,20,32,1,65,2,70,32,11,45,0,123,65,0,71,113,114,69,13,5,11,32,11,32,15,16,247,1,54,2,8,32,11,65,16,106,32,11,65,8,106,16,225,2,33,4,2,64,32,1,69,13,0,32,1,32,11,106,45,0,119,65,1,75,13,0,3,64,2,64,32,11,32,15,16,148,2,54,2,8,32,4,32,11,65,8,106,16,249,1,69,13,0,32,7,65,128,192,0,32,4,40,2,0,40,2,0,16,181,2,69,13,0,32,4,16,150,2,12,1,11,11,32,11,32,15,16,247,1,54,2,8,32,4,32,11,65,8,106,16,245,2,34,4,32,17,16,171,1,77,4,64,32,11,32,17,16,148,2,54,2,8,32,11,65,8,106,65,0,32,4,107,16,251,2,33,4,32,17,16,148,2,33,12,32,15,16,247,1,33,3,35,0,65,32,107,34,2,36,0,32,2,32,12,54,2,16,32,2,32,4,54,2,24,32,2,32,3,54,2,8,3,64,2,64,32,2,65,24,106,32,2,65,16,106,16,249,1,34,3,69,13,0,32,2,40,2,24,40,2,0,32,2,40,2,8,40,2,0,71,13,0,32,2,65,24,106,16,150,2,32,2,65,8,106,16,150,2,12,1,11,11,32,2,65,32,106,36,0,32,3,65,1,115,13,1,11,32,11,32,15,16,247,1,54,2,0,32,11,65,8,106,32,11,16,225,2,26,32,11,32,11,40,2,8,54,2,16,11,32,11,32,11,40,2,16,54,2,8,3,64,2,64,32,11,32,15,16,148,2,54,2,0,32,11,65,8,106,32,11,16,249,1,69,13,0,32,0,32,11,65,168,4,106,16,218,1,69,13,0,32,0,16,220,1,32,11,40,2,8,40,2,0,71,13,0,32,0,16,222,1,26,32,11,65,8,106,16,150,2,12,1,11,11,32,19,69,13,3,32,11,32,15,16,148,2,54,2,0,32,11,65,8,106,32,11,16,249,1,69,13,3,32,5,32,5,40,2,0,65,4,114,54,2,0,65,0,33,0,12,2,11,3,64,2,64,32,0,32,11,65,168,4,106,16,218,1,69,13,0,2,127,32,7,65,128,16,32,0,16,220,1,34,2,16,181,2,4,64,32,9,40,2,0,34,3,32,11,40,2,164,4,70,4,64,32,8,32,9,32,11,65,164,4,106,16,228,2,32,9,40,2,0,33,3,11,32,9,32,3,65,4,106,54,2,0,32,3,32,2,54,2,0,32,4,65,1,106,12,1,11,32,18,16,171,1,69,13,1,32,4,69,13,1,32,2,32,11,40,2,112,71,13,1,32,11,40,2,132,1,34,2,32,11,40,2,128,1,70,4,64,32,16,32,11,65,132,1,106,32,11,65,128,1,106,16,228,2,32,11,40,2,132,1,33,2,11,32,11,32,2,65,4,106,54,2,132,1,32,2,32,4,54,2,0,65,0,11,33,4,32,0,16,222,1,26,12,1,11,11,2,64,32,11,40,2,132,1,34,2,32,16,40,2,0,70,13,0,32,4,69,13,0,32,11,40,2,128,1,32,2,70,4,64,32,16,32,11,65,132,1,106,32,11,65,128,1,106,16,228,2,32,11,40,2,132,1,33,2,11,32,11,32,2,65,4,106,54,2,132,1,32,2,32,4,54,2,0,11,2,64,32,11,40,2,28,65,1,72,13,0,2,64,32,0,32,11,65,168,4,106,16,219,1,69,4,64,32,0,16,220,1,32,11,40,2,116,70,13,1,11,32,5,32,5,40,2,0,65,4,114,54,2,0,65,0,33,0,12,3,11,3,64,32,0,16,222,1,26,32,11,40,2,28,65,1,72,13,1,2,64,32,0,32,11,65,168,4,106,16,219,1,69,4,64,32,7,65,128,16,32,0,16,220,1,16,181,2,13,1,11,32,5,32,5,40,2,0,65,4,114,54,2,0,65,0,33,0,12,4,11,32,9,40,2,0,32,11,40,2,164,4,70,4,64,32,8,32,9,32,11,65,164,4,106,16,228,2,11,32,0,16,220,1,33,4,32,9,32,9,40,2,0,34,2,65,4,106,54,2,0,32,2,32,4,54,2,0,32,11,32,11,40,2,28,65,1,107,54,2,28,12,0,11,0,11,32,10,33,2,32,8,40,2,0,32,9,40,2,0,71,13,3,32,5,32,5,40,2,0,65,4,114,54,2,0,65,0,33,0,12,1,11,2,64,32,10,69,13,0,65,1,33,4,3,64,32,10,16,171,1,32,4,77,13,1,2,64,32,0,32,11,65,168,4,106,16,219,1,69,4,64,32,0,16,220,1,32,10,32,4,16,223,1,40,2,0,70,13,1,11,32,5,32,5,40,2,0,65,4,114,54,2,0,65,0,33,0,12,3,11,32,0,16,222,1,26,32,4,65,1,106,33,4,12,0,11,0,11,65,1,33,0,32,16,40,2,0,32,11,40,2,132,1,70,13,0,65,0,33,0,32,11,65,0,54,2,16,32,18,32,16,40,2,0,32,11,40,2,132,1,32,11,65,16,106,16,183,1,32,11,40,2,16,4,64,32,5,32,5,40,2,0,65,4,114,54,2,0,12,1,11,65,1,33,0,11,32,17,16,159,5,26,32,14,16,159,5,26,32,13,16,159,5,26,32,15,16,159,5,26,32,18,16,159,5,26,32,16,16,173,1,32,11,65,176,4,106,36,0,32,0,15,11,32,10,33,2,11,32,1,65,1,106,33,1,12,0,11,0,11,31,1,1,127,32,1,40,2,0,16,242,1,33,2,32,0,32,1,40,2,0,54,2,4,32,0,32,2,54,2,0,11,16,0,32,0,40,2,0,32,1,40,2,0,107,65,2,117,11,206,5,1,4,127,35,0,65,192,3,107,34,0,36,0,32,0,32,2,54,2,176,3,32,0,32,1,54,2,184,3,32,0,65,38,54,2,20,32,0,65,24,106,32,0,65,32,106,32,0,65,20,106,16,164,1,33,9,32,0,65,16,106,32,4,16,244,5,32,0,65,16,106,16,215,1,33,1,32,0,65,0,58,0,15,32,0,65,184,3,106,32,2,32,3,32,0,65,16,106,32,4,40,2,4,32,5,32,0,65,15,106,32,1,32,9,32,0,65,20,106,32,0,65,176,3,106,16,243,2,4,64,35,0,65,16,107,34,3,36,0,2,64,32,6,34,2,16,205,1,4,64,32,2,40,2,0,33,4,32,3,65,0,54,2,12,32,4,32,3,65,12,106,16,247,2,32,2,65,0,16,231,2,12,1,11,32,3,65,0,54,2,8,32,2,32,3,65,8,106,16,247,2,32,2,65,0,16,232,2,11,32,3,65,16,106,36,0,32,0,45,0,15,4,64,32,6,32,1,65,45,16,154,2,16,178,5,11,32,1,65,48,16,154,2,33,1,32,9,40,2,0,33,4,32,0,40,2,20,34,3,65,4,107,33,2,3,64,2,64,32,2,32,4,77,13,0,32,4,40,2,0,32,1,71,13,0,32,4,65,4,106,33,4,12,1,11,11,35,0,65,16,107,34,1,36,0,32,6,16,171,1,33,7,32,6,16,206,4,33,2,2,64,32,4,32,3,16,205,4,34,8,69,13,0,32,4,32,6,16,207,1,32,6,16,207,1,32,6,16,171,1,65,2,116,106,16,152,5,4,64,2,127,35,0,65,16,107,34,2,36,0,32,1,32,4,32,3,16,153,1,32,2,65,16,106,36,0,32,1,34,4,11,16,207,1,33,10,32,4,16,171,1,33,2,35,0,65,16,107,34,8,36,0,2,64,32,2,32,6,34,3,16,206,4,34,7,32,6,16,171,1,34,6,107,77,4,64,32,2,69,13,1,32,3,16,207,1,34,7,32,6,65,2,116,106,32,10,32,2,16,174,5,32,3,32,2,32,6,106,34,2,16,207,4,32,8,65,0,54,2,12,32,7,32,2,65,2,116,106,32,8,65,12,106,16,247,2,12,1,11,32,3,32,7,32,2,32,6,106,32,7,107,32,6,32,6,65,0,32,2,32,10,16,173,5,11,32,8,65,16,106,36,0,32,4,16,159,5,26,12,1,11,32,8,32,2,32,7,107,75,4,64,32,6,32,2,32,7,32,8,106,32,2,107,32,7,32,7,65,0,65,0,16,176,5,11,32,6,16,207,1,32,7,65,2,116,106,33,2,3,64,32,3,32,4,71,4,64,32,2,32,4,16,247,2,32,4,65,4,106,33,4,32,2,65,4,106,33,2,12,1,11,11,32,1,65,0,54,2,0,32,2,32,1,16,247,2,32,6,32,7,32,8,106,16,207,4,11,32,1,65,16,106,36,0,11,32,0,65,184,3,106,32,0,65,176,3,106,16,219,1,4,64,32,5,32,5,40,2,0,65,2,114,54,2,0,11,32,0,40,2,184,3,33,4,32,0,65,16,106,16,157,1,32,9,16,173,1,32,0,65,192,3,106,36,0,32,4,11,12,0,32,0,32,1,40,2,0,54,2,0,11,11,0,32,0,65,216,232,3,16,162,1,11,90,1,2,127,35,0,65,16,107,34,2,36,0,32,0,16,205,1,4,64,32,0,40,2,0,33,3,32,0,16,206,1,26,32,3,16,148,6,11,32,0,32,1,40,2,8,54,2,8,32,0,32,1,41,2,0,55,2,0,32,1,65,0,16,232,2,32,2,65,0,54,2,12,32,1,32,2,65,12,106,16,247,2,32,2,65,16,106,36,0,11,11,0,32,0,65,208,232,3,16,162,1,11,49,1,1,127,35,0,65,16,107,34,2,36,0,32,2,32,0,40,2,0,54,2,8,32,2,65,8,106,32,1,16,138,3,32,2,40,2,8,33,1,32,2,65,16,106,36,0,32,1,11,229,4,1,11,127,35,0,65,208,3,107,34,0,36,0,32,0,32,5,55,3,16,32,0,32,6,55,3,24,32,0,32,0,65,224,2,106,54,2,220,2,32,0,65,224,2,106,32,0,65,16,106,16,119,33,7,32,0,65,37,54,2,240,1,32,0,65,232,1,106,65,0,32,0,65,240,1,106,16,164,1,33,13,32,0,65,37,54,2,240,1,32,0,65,224,1,106,65,0,32,0,65,240,1,106,16,164,1,33,10,32,0,65,240,1,106,33,9,2,64,32,7,65,228,0,79,4,64,16,202,1,33,7,32,0,32,5,55,3,0,32,0,32,6,55,3,8,32,0,65,220,2,106,32,7,65,254,11,32,0,16,142,2,34,7,65,127,70,13,1,32,13,32,0,40,2,220,2,16,165,1,32,10,32,7,16,147,6,16,165,1,32,10,16,253,2,13,1,32,10,40,2,0,33,9,11,32,0,65,216,1,106,32,3,16,244,5,32,0,65,216,1,106,16,156,1,34,17,32,0,40,2,220,2,34,8,32,7,32,8,106,32,9,16,201,1,32,2,2,127,32,7,65,1,78,4,64,32,0,40,2,220,2,45,0,0,65,45,70,33,14,11,32,14,11,32,0,65,216,1,106,32,0,65,208,1,106,32,0,65,207,1,106,32,0,65,206,1,106,32,0,65,192,1,106,16,178,1,34,15,32,0,65,176,1,106,16,178,1,34,8,32,0,65,160,1,106,16,178,1,34,11,32,0,65,156,1,106,16,254,2,32,0,65,37,54,2,48,32,0,65,40,106,65,0,32,0,65,48,106,16,164,1,33,12,2,127,32,0,40,2,156,1,34,2,32,7,72,4,64,32,11,16,171,1,32,7,32,2,107,65,1,116,106,32,8,16,171,1,106,32,0,40,2,156,1,106,65,1,106,12,1,11,32,11,16,171,1,32,8,16,171,1,106,32,0,40,2,156,1,106,65,2,106,11,33,16,32,0,65,48,106,33,2,32,16,65,229,0,79,4,64,32,12,32,16,16,147,6,16,165,1,32,12,40,2,0,34,2,69,13,1,11,32,2,32,0,65,36,106,32,0,65,32,106,32,3,40,2,4,32,9,32,7,32,9,106,32,17,32,14,32,0,65,208,1,106,32,0,44,0,207,1,32,0,44,0,206,1,32,15,32,8,32,11,32,0,40,2,156,1,16,255,2,32,1,32,2,32,0,40,2,36,32,0,40,2,32,32,3,32,4,16,52,33,7,32,12,16,173,1,32,11,16,159,5,26,32,8,16,159,5,26,32,15,16,159,5,26,32,0,65,216,1,106,16,157,1,32,10,16,173,1,32,13,16,173,1,32,0,65,208,3,106,36,0,32,7,15,11,16,199,2,0,11,8,0,32,0,40,2,0,69,11,219,2,1,1,127,35,0,65,16,107,34,10,36,0,32,9,2,127,32,0,4,64,32,2,16,233,2,33,0,2,64,32,1,4,64,32,10,32,0,16,234,2,32,3,32,10,40,2,0,54,0,0,32,10,32,0,16,235,2,32,8,32,10,16,236,2,32,10,16,159,5,26,12,1,11,32,10,32,0,16,128,3,32,3,32,10,40,2,0,54,0,0,32,10,32,0,16,160,1,32,8,32,10,16,236,2,32,10,16,159,5,26,11,32,4,32,0,16,243,1,58,0,0,32,5,32,0,16,244,1,58,0,0,32,10,32,0,16,245,1,32,6,32,10,16,236,2,32,10,16,159,5,26,32,10,32,0,16,159,1,32,7,32,10,16,236,2,32,10,16,159,5,26,32,0,16,237,2,12,1,11,32,2,16,238,2,33,0,2,64,32,1,4,64,32,10,32,0,16,234,2,32,3,32,10,40,2,0,54,0,0,32,10,32,0,16,235,2,32,8,32,10,16,236,2,32,10,16,159,5,26,12,1,11,32,10,32,0,16,128,3,32,3,32,10,40,2,0,54,0,0,32,10,32,0,16,160,1,32,8,32,10,16,236,2,32,10,16,159,5,26,11,32,4,32,0,16,243,1,58,0,0,32,5,32,0,16,244,1,58,0,0,32,10,32,0,16,245,1,32,6,32,10,16,236,2,32,10,16,159,5,26,32,10,32,0,16,159,1,32,7,32,10,16,236,2,32,10,16,159,5,26,32,0,16,237,2,11,54,2,0,32,10,65,16,106,36,0,11,233,5,1,10,127,35,0,65,16,107,34,21,36,0,32,2,32,0,54,2,0,32,3,65,128,4,113,33,23,3,64,32,22,65,4,70,4,64,32,13,16,171,1,65,1,75,4,64,32,21,32,13,16,247,1,54,2,8,32,2,32,21,65,8,106,65,1,16,239,2,32,13,16,248,1,32,2,40,2,0,16,129,3,54,2,0,11,32,3,65,176,1,113,34,16,65,16,71,4,64,32,1,32,16,65,32,70,4,127,32,2,40,2,0,5,32,0,11,54,2,0,11,32,21,65,16,106,36,0,15,11,2,64,2,64,2,64,2,64,2,64,2,64,32,8,32,22,106,44,0,0,14,5,0,1,3,2,4,5,11,32,1,32,2,40,2,0,54,2,0,12,4,11,32,1,32,2,40,2,0,54,2,0,32,6,65,32,16,221,1,33,16,32,2,32,2,40,2,0,34,15,65,1,106,54,2,0,32,15,32,16,58,0,0,12,3,11,32,13,16,174,1,13,2,32,13,65,0,16,172,1,45,0,0,33,16,32,2,32,2,40,2,0,34,15,65,1,106,54,2,0,32,15,32,16,58,0,0,12,2,11,32,12,16,174,1,13,1,32,23,69,13,1,32,2,32,12,16,247,1,32,12,16,248,1,32,2,40,2,0,16,129,3,54,2,0,12,1,11,32,2,40,2,0,33,24,32,4,32,7,106,34,4,33,16,3,64,2,64,32,5,32,16,77,13,0,32,6,65,128,16,32,16,44,0,0,16,167,2,69,13,0,32,16,65,1,106,33,16,12,1,11,11,32,14,34,15,65,1,78,4,64,3,64,2,64,32,4,32,16,79,13,0,32,15,65,1,72,13,0,32,16,65,1,107,34,16,45,0,0,33,17,32,2,32,2,40,2,0,34,18,65,1,106,54,2,0,32,18,32,17,58,0,0,32,15,65,1,107,33,15,12,1,11,11,32,15,65,1,72,4,127,65,0,5,32,6,65,48,16,221,1,11,33,18,3,64,32,2,32,2,40,2,0,34,17,65,1,106,54,2,0,32,15,65,1,78,4,64,32,17,32,18,58,0,0,32,15,65,1,107,33,15,12,1,11,11,32,17,32,9,58,0,0,11,2,64,32,4,32,16,70,4,64,32,6,65,48,16,221,1,33,16,32,2,32,2,40,2,0,34,15,65,1,106,54,2,0,32,15,32,16,58,0,0,12,1,11,32,11,16,174,1,4,127,65,127,5,32,11,65,0,16,172,1,44,0,0,11,33,19,65,0,33,15,65,0,33,20,3,64,32,4,32,16,70,13,1,2,64,32,15,32,19,71,4,64,32,15,33,18,12,1,11,32,2,32,2,40,2,0,34,17,65,1,106,54,2,0,32,17,32,10,58,0,0,65,0,33,18,32,11,16,171,1,32,20,65,1,106,34,20,77,4,64,32,15,33,19,12,1,11,32,11,32,20,16,172,1,45,0,0,65,255,0,70,4,64,65,127,33,19,12,1,11,32,11,32,20,16,172,1,44,0,0,33,19,11,32,16,65,1,107,34,16,45,0,0,33,15,32,2,32,2,40,2,0,34,17,65,1,106,54,2,0,32,17,32,15,58,0,0,32,18,65,1,106,33,15,12,0,11,0,11,32,24,32,2,40,2,0,16,133,2,11,32,22,65,1,106,33,22,12,0,11,0,11,48,0,32,0,173,32,1,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,1,40,2,0,40,2,40,17,0,0,26,11,17,0,32,0,16,135,3,32,1,16,135,3,32,2,16,136,3,11,164,3,1,7,127,35,0,65,192,1,107,34,0,36,0,32,0,65,184,1,106,32,3,16,244,5,32,0,65,184,1,106,16,156,1,33,10,32,2,2,127,32,5,16,171,1,4,64,32,5,65,0,16,172,1,45,0,0,32,10,65,45,16,221,1,65,255,1,113,70,33,11,11,32,11,11,32,0,65,184,1,106,32,0,65,176,1,106,32,0,65,175,1,106,32,0,65,174,1,106,32,0,65,160,1,106,16,178,1,34,12,32,0,65,144,1,106,16,178,1,34,6,32,0,65,128,1,106,16,178,1,34,7,32,0,65,252,0,106,16,254,2,32,0,65,37,54,2,16,32,0,65,8,106,65,0,32,0,65,16,106,16,164,1,33,9,2,127,32,5,16,171,1,32,0,40,2,124,74,4,64,32,5,16,171,1,33,2,32,0,40,2,124,33,8,32,7,16,171,1,32,2,32,8,107,65,1,116,106,32,6,16,171,1,106,32,0,40,2,124,106,65,1,106,12,1,11,32,7,16,171,1,32,6,16,171,1,106,32,0,40,2,124,106,65,2,106,11,33,8,32,0,65,16,106,33,2,2,64,32,8,65,229,0,73,13,0,32,9,32,8,16,147,6,16,165,1,32,9,40,2,0,34,2,13,0,16,199,2,0,11,32,2,32,0,65,4,106,32,0,32,3,40,2,4,32,5,16,207,1,32,5,16,207,1,32,5,16,171,1,106,32,10,32,11,32,0,65,176,1,106,32,0,44,0,175,1,32,0,44,0,174,1,32,12,32,6,32,7,32,0,40,2,124,16,255,2,32,1,32,2,32,0,40,2,4,32,0,40,2,0,32,3,32,4,16,52,33,5,32,9,16,173,1,32,7,16,159,5,26,32,6,16,159,5,26,32,12,16,159,5,26,32,0,65,184,1,106,16,157,1,32,0,65,192,1,106,36,0,32,5,11,239,4,1,11,127,35,0,65,176,8,107,34,0,36,0,32,0,32,5,55,3,16,32,0,32,6,55,3,24,32,0,32,0,65,192,7,106,54,2,188,7,32,0,65,192,7,106,32,0,65,16,106,16,119,33,7,32,0,65,37,54,2,160,4,32,0,65,152,4,106,65,0,32,0,65,160,4,106,16,164,1,33,13,32,0,65,37,54,2,160,4,32,0,65,144,4,106,65,0,32,0,65,160,4,106,16,164,1,33,10,32,0,65,160,4,106,33,9,2,64,32,7,65,228,0,79,4,64,16,202,1,33,7,32,0,32,5,55,3,0,32,0,32,6,55,3,8,32,0,65,188,7,106,32,7,65,254,11,32,0,16,142,2,34,7,65,127,70,13,1,32,13,32,0,40,2,188,7,16,165,1,32,10,32,7,65,2,116,16,147,6,16,165,1,32,10,16,253,2,13,1,32,10,40,2,0,33,9,11,32,0,65,136,4,106,32,3,16,244,5,32,0,65,136,4,106,16,215,1,34,17,32,0,40,2,188,7,34,8,32,7,32,8,106,32,9,16,238,1,32,2,2,127,32,7,65,1,78,4,64,32,0,40,2,188,7,45,0,0,65,45,70,33,14,11,32,14,11,32,0,65,136,4,106,32,0,65,128,4,106,32,0,65,252,3,106,32,0,65,248,3,106,32,0,65,232,3,106,16,178,1,34,15,32,0,65,216,3,106,16,178,1,34,8,32,0,65,200,3,106,16,178,1,34,11,32,0,65,196,3,106,16,132,3,32,0,65,37,54,2,48,32,0,65,40,106,65,0,32,0,65,48,106,16,164,1,33,12,2,127,32,0,40,2,196,3,34,2,32,7,72,4,64,32,11,16,171,1,32,7,32,2,107,65,1,116,106,32,8,16,171,1,106,32,0,40,2,196,3,106,65,1,106,12,1,11,32,11,16,171,1,32,8,16,171,1,106,32,0,40,2,196,3,106,65,2,106,11,33,16,32,0,65,48,106,33,2,32,16,65,229,0,79,4,64,32,12,32,16,65,2,116,16,147,6,16,165,1,32,12,40,2,0,34,2,69,13,1,11,32,2,32,0,65,36,106,32,0,65,32,106,32,3,40,2,4,32,9,32,9,32,7,65,2,116,106,32,17,32,14,32,0,65,128,4,106,32,0,40,2,252,3,32,0,40,2,248,3,32,15,32,8,32,11,32,0,40,2,196,3,16,133,3,32,1,32,2,32,0,40,2,36,32,0,40,2,32,32,3,32,4,16,153,2,33,7,32,12,16,173,1,32,11,16,159,5,26,32,8,16,159,5,26,32,15,16,159,5,26,32,0,65,136,4,106,16,157,1,32,10,16,173,1,32,13,16,173,1,32,0,65,176,8,106,36,0,32,7,15,11,16,199,2,0,11,219,2,1,1,127,35,0,65,16,107,34,10,36,0,32,9,2,127,32,0,4,64,32,2,16,248,2,33,0,2,64,32,1,4,64,32,10,32,0,16,234,2,32,3,32,10,40,2,0,54,0,0,32,10,32,0,16,235,2,32,8,32,10,16,249,2,32,10,16,159,5,26,12,1,11,32,10,32,0,16,128,3,32,3,32,10,40,2,0,54,0,0,32,10,32,0,16,160,1,32,8,32,10,16,249,2,32,10,16,159,5,26,11,32,4,32,0,16,243,1,54,2,0,32,5,32,0,16,244,1,54,2,0,32,10,32,0,16,245,1,32,6,32,10,16,236,2,32,10,16,159,5,26,32,10,32,0,16,159,1,32,7,32,10,16,249,2,32,10,16,159,5,26,32,0,16,237,2,12,1,11,32,2,16,250,2,33,0,2,64,32,1,4,64,32,10,32,0,16,234,2,32,3,32,10,40,2,0,54,0,0,32,10,32,0,16,235,2,32,8,32,10,16,249,2,32,10,16,159,5,26,12,1,11,32,10,32,0,16,128,3,32,3,32,10,40,2,0,54,0,0,32,10,32,0,16,160,1,32,8,32,10,16,249,2,32,10,16,159,5,26,11,32,4,32,0,16,243,1,54,2,0,32,5,32,0,16,244,1,54,2,0,32,10,32,0,16,245,1,32,6,32,10,16,236,2,32,10,16,159,5,26,32,10,32,0,16,159,1,32,7,32,10,16,249,2,32,10,16,159,5,26,32,0,16,237,2,11,54,2,0,32,10,65,16,106,36,0,11,255,5,1,10,127,35,0,65,16,107,34,20,36,0,32,2,32,0,54,2,0,32,3,65,128,4,113,33,22,32,7,65,2,116,33,23,3,64,32,21,65,4,70,4,64,32,13,16,171,1,65,1,75,4,64,32,20,32,13,16,247,1,54,2,8,32,2,32,20,65,8,106,65,1,16,251,2,32,13,16,148,2,32,2,40,2,0,16,129,3,54,2,0,11,32,3,65,176,1,113,34,7,65,16,71,4,64,32,1,32,7,65,32,70,4,127,32,2,40,2,0,5,32,0,11,54,2,0,11,32,20,65,16,106,36,0,5,2,64,2,64,2,64,2,64,2,64,2,64,32,8,32,21,106,44,0,0,14,5,0,1,3,2,4,5,11,32,1,32,2,40,2,0,54,2,0,12,4,11,32,1,32,2,40,2,0,54,2,0,32,6,65,32,16,154,2,33,7,32,2,32,2,40,2,0,34,15,65,4,106,54,2,0,32,15,32,7,54,2,0,12,3,11,32,13,16,174,1,13,2,32,13,65,0,16,223,1,40,2,0,33,7,32,2,32,2,40,2,0,34,15,65,4,106,54,2,0,32,15,32,7,54,2,0,12,2,11,32,12,16,174,1,13,1,32,22,69,13,1,32,2,32,12,16,247,1,32,12,16,148,2,32,2,40,2,0,16,129,3,54,2,0,12,1,11,32,2,40,2,0,33,24,32,4,32,23,106,34,4,33,7,3,64,2,64,32,5,32,7,77,13,0,32,6,65,128,16,32,7,40,2,0,16,181,2,69,13,0,32,7,65,4,106,33,7,12,1,11,11,32,14,34,15,65,1,78,4,64,3,64,2,64,32,4,32,7,79,13,0,32,15,65,1,72,13,0,32,7,65,4,107,34,7,40,2,0,33,16,32,2,32,2,40,2,0,34,17,65,4,106,54,2,0,32,17,32,16,54,2,0,32,15,65,1,107,33,15,12,1,11,11,32,15,65,1,72,4,127,65,0,5,32,6,65,48,16,154,2,11,33,18,32,2,40,2,0,33,16,3,64,32,16,65,4,106,33,17,32,15,65,1,78,4,64,32,16,32,18,54,2,0,32,15,65,1,107,33,15,32,17,33,16,12,1,11,11,32,2,32,17,54,2,0,32,16,32,9,54,2,0,11,2,64,32,4,32,7,70,4,64,32,6,65,48,16,154,2,33,15,32,2,32,2,40,2,0,34,16,65,4,106,34,7,54,2,0,32,16,32,15,54,2,0,12,1,11,32,11,16,174,1,4,127,65,127,5,32,11,65,0,16,172,1,44,0,0,11,33,18,65,0,33,15,65,0,33,19,3,64,32,4,32,7,71,4,64,2,64,32,15,32,18,71,4,64,32,15,33,17,12,1,11,32,2,32,2,40,2,0,34,16,65,4,106,54,2,0,32,16,32,10,54,2,0,65,0,33,17,32,11,16,171,1,32,19,65,1,106,34,19,77,4,64,32,15,33,18,12,1,11,32,11,32,19,16,172,1,45,0,0,65,255,0,70,4,64,65,127,33,18,12,1,11,32,11,32,19,16,172,1,44,0,0,33,18,11,32,7,65,4,107,34,7,40,2,0,33,15,32,2,32,2,40,2,0,34,16,65,4,106,54,2,0,32,16,32,15,54,2,0,32,17,65,1,106,33,15,12,1,11,11,32,2,40,2,0,33,7,11,32,24,32,7,16,155,2,11,32,21,65,1,106,33,21,12,1,11,11,11,172,3,1,7,127,35,0,65,240,3,107,34,0,36,0,32,0,65,232,3,106,32,3,16,244,5,32,0,65,232,3,106,16,215,1,33,10,32,2,2,127,32,5,16,171,1,4,64,32,5,65,0,16,223,1,40,2,0,32,10,65,45,16,154,2,70,33,11,11,32,11,11,32,0,65,232,3,106,32,0,65,224,3,106,32,0,65,220,3,106,32,0,65,216,3,106,32,0,65,200,3,106,16,178,1,34,12,32,0,65,184,3,106,16,178,1,34,6,32,0,65,168,3,106,16,178,1,34,7,32,0,65,164,3,106,16,132,3,32,0,65,37,54,2,16,32,0,65,8,106,65,0,32,0,65,16,106,16,164,1,33,9,2,127,32,5,16,171,1,32,0,40,2,164,3,74,4,64,32,5,16,171,1,33,2,32,0,40,2,164,3,33,8,32,7,16,171,1,32,2,32,8,107,65,1,116,106,32,6,16,171,1,106,32,0,40,2,164,3,106,65,1,106,12,1,11,32,7,16,171,1,32,6,16,171,1,106,32,0,40,2,164,3,106,65,2,106,11,33,8,32,0,65,16,106,33,2,2,64,32,8,65,229,0,73,13,0,32,9,32,8,65,2,116,16,147,6,16,165,1,32,9,40,2,0,34,2,13,0,16,199,2,0,11,32,2,32,0,65,4,106,32,0,32,3,40,2,4,32,5,16,207,1,32,5,16,207,1,32,5,16,171,1,65,2,116,106,32,10,32,11,32,0,65,224,3,106,32,0,40,2,220,3,32,0,40,2,216,3,32,12,32,6,32,7,32,0,40,2,164,3,16,133,3,32,1,32,2,32,0,40,2,4,32,0,40,2,0,32,3,32,4,16,153,2,33,5,32,9,16,173,1,32,7,16,159,5,26,32,6,16,159,5,26,32,12,16,159,5,26,32,0,65,232,3,106,16,157,1,32,0,65,240,3,106,36,0,32,5,11,39,1,1,127,35,0,65,16,107,34,1,36,0,32,1,32,0,54,2,8,32,1,65,8,106,40,2,0,33,0,32,1,65,16,106,36,0,32,0,11,26,0,32,1,32,0,107,34,1,4,64,32,2,32,0,32,1,16,157,6,11,32,1,32,2,106,11,15,0,32,0,32,0,40,2,0,32,1,106,54,2,0,11,18,0,32,0,32,0,40,2,0,32,1,65,2,116,106,54,2,0,11,4,0,65,127,11,9,0,32,0,32,5,16,51,26,11,3,0,1,11,10,0,32,0,32,5,16,217,2,26,11,10,0,32,0,16,144,3,26,32,0,11,32,0,32,0,65,136,137,1,54,2,0,32,0,40,2,8,16,202,1,71,4,64,32,0,40,2,8,16,120,11,32,0,11,10,0,32,0,16,143,3,16,148,6,11,30,0,32,0,32,1,65,1,107,54,2,4,32,0,65,156,204,1,54,2,0,32,0,65,220,140,1,54,2,0,11,75,1,2,127,35,0,65,16,107,34,1,36,0,32,0,66,0,55,3,0,32,1,65,0,54,2,12,32,0,65,8,106,34,2,32,1,65,12,106,16,250,4,32,2,65,8,106,65,0,58,0,120,32,1,65,16,106,36,0,32,0,65,30,16,169,3,32,0,65,30,16,170,3,32,0,11,23,1,1,127,32,0,16,171,3,33,1,32,0,16,172,3,32,0,32,1,16,173,3,11,16,0,32,0,32,1,65,240,231,3,16,174,3,16,175,3,11,16,0,32,0,32,1,65,248,231,3,16,174,3,16,175,3,11,16,0,32,0,32,1,65,188,233,3,16,174,3,16,175,3,11,16,0,32,0,32,1,65,180,233,3,16,174,3,16,175,3,11,16,0,32,0,32,1,65,196,233,3,16,174,3,16,175,3,11,16,0,32,0,32,1,65,204,233,3,16,174,3,16,175,3,11,16,0,32,0,32,1,65,212,233,3,16,174,3,16,175,3,11,16,0,32,0,32,1,65,220,233,3,16,174,3,16,175,3,11,16,0,32,0,32,1,65,228,233,3,16,174,3,16,175,3,11,16,0,32,0,32,1,65,236,233,3,16,174,3,16,175,3,11,16,0,32,0,32,1,65,192,232,3,16,174,3,16,175,3,11,16,0,32,0,32,1,65,200,232,3,16,174,3,16,175,3,11,16,0,32,0,32,1,65,208,232,3,16,174,3,16,175,3,11,16,0,32,0,32,1,65,216,232,3,16,174,3,16,175,3,11,16,0,32,0,32,1,65,160,232,3,16,174,3,16,175,3,11,16,0,32,0,32,1,65,168,232,3,16,174,3,16,175,3,11,16,0,32,0,32,1,65,176,232,3,16,174,3,16,175,3,11,16,0,32,0,32,1,65,184,232,3,16,174,3,16,175,3,11,16,0,32,0,32,1,65,128,233,3,16,174,3,16,175,3,11,16,0,32,0,32,1,65,136,233,3,16,174,3,16,175,3,11,66,1,1,127,32,0,16,243,4,32,1,73,4,64,16,236,5,0,11,32,0,32,0,16,216,4,32,1,16,244,4,34,2,54,2,0,32,0,32,2,54,2,4,32,0,16,245,4,32,2,32,1,65,2,116,106,54,2,0,32,0,65,0,16,246,4,11,84,1,3,127,35,0,65,16,107,34,3,36,0,32,3,32,0,32,1,16,247,4,34,2,40,2,4,33,1,32,2,40,2,8,33,4,3,64,32,1,32,4,70,4,64,32,2,16,248,4,32,3,65,16,106,36,0,5,32,0,16,216,4,32,1,16,249,4,32,2,32,1,65,4,106,34,1,54,2,4,12,1,11,11,11,16,0,32,0,40,2,4,32,0,40,2,0,107,65,2,117,11,12,0,32,0,32,0,40,2,0,16,129,5,11,44,0,32,0,40,2,0,26,32,0,40,2,0,32,0,16,252,4,65,2,116,106,26,32,0,40,2,0,26,32,0,40,2,0,32,0,16,171,3,65,2,116,106,26,11,214,1,1,5,127,35,0,65,32,107,34,1,36,0,32,1,65,0,54,2,12,32,1,65,39,54,2,8,32,1,32,1,41,3,8,55,3,0,32,1,65,16,106,34,2,32,1,41,2,0,55,2,4,32,2,32,0,54,2,0,32,2,33,4,35,0,65,16,107,34,3,36,0,32,0,34,2,40,2,0,65,127,71,4,64,32,3,2,127,32,3,65,8,106,34,5,32,4,16,252,1,26,32,5,11,16,252,1,26,32,3,33,4,3,64,32,2,40,2,0,65,1,70,13,0,11,32,2,40,2,0,69,4,64,32,2,65,1,54,2,0,32,4,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,65,40,17,0,0,26,32,2,65,127,54,2,0,11,11,32,3,65,16,106,36,0,32,0,40,2,4,33,0,32,1,65,32,106,36,0,32,0,65,1,107,11,215,5,1,11,127,35,0,65,16,107,34,11,36,0,32,1,16,192,3,35,0,65,16,107,34,3,36,0,32,3,32,1,54,2,12,32,11,65,8,106,34,1,32,3,65,12,106,16,247,2,32,3,65,16,106,36,0,32,1,33,9,32,0,65,8,106,34,1,16,171,3,32,2,77,4,64,2,64,32,1,34,0,16,171,3,34,7,32,2,65,1,106,34,3,73,4,64,35,0,65,32,107,34,12,36,0,2,64,32,3,32,7,107,34,3,32,0,16,245,4,40,2,0,32,0,40,2,4,107,65,2,117,77,4,64,32,0,32,3,16,170,3,12,1,11,32,0,16,216,4,33,7,32,0,32,0,16,171,3,32,3,106,16,132,5,33,5,32,0,16,171,3,33,8,35,0,65,16,107,34,10,36,0,32,10,65,0,54,2,12,32,12,65,8,106,34,4,65,12,106,34,13,32,10,65,12,106,16,250,4,32,13,32,7,54,2,4,32,5,4,64,32,4,16,133,5,32,5,16,244,4,33,6,11,32,4,32,6,54,2,0,32,4,32,6,32,8,65,2,116,106,34,8,54,2,8,32,4,32,8,54,2,4,32,4,16,134,5,32,6,32,5,65,2,116,106,54,2,0,32,10,65,16,106,36,0,35,0,65,16,107,34,6,36,0,32,6,32,4,34,7,65,8,106,34,5,40,2,0,54,2,0,32,5,40,2,0,33,8,32,6,32,5,54,2,8,32,6,32,8,32,3,65,2,116,106,54,2,4,32,6,34,3,40,2,0,33,5,3,64,32,3,40,2,4,32,5,71,4,64,32,4,16,133,5,32,3,40,2,0,16,249,4,32,3,32,3,40,2,0,65,4,106,34,5,54,2,0,12,1,11,11,32,3,40,2,8,32,3,40,2,0,54,2,0,32,6,65,16,106,36,0,32,0,34,3,16,199,3,32,3,16,216,4,26,32,7,34,0,65,4,106,34,7,34,4,32,4,40,2,0,32,3,40,2,4,32,3,40,2,0,34,5,107,34,4,107,34,6,54,2,0,32,4,65,1,78,4,64,32,6,32,5,32,4,16,155,6,26,11,32,3,32,7,16,135,5,32,3,65,4,106,32,0,65,8,106,16,135,5,32,3,16,245,4,32,0,16,134,5,16,135,5,32,0,32,0,40,2,4,54,2,0,32,3,32,3,16,171,3,16,246,4,32,0,34,3,40,2,4,33,7,3,64,32,7,32,0,40,2,8,71,4,64,32,0,16,133,5,26,32,0,32,0,40,2,8,65,4,107,54,2,8,12,1,11,11,32,3,40,2,0,4,64,32,3,16,133,5,32,3,40,2,0,32,3,16,134,5,40,2,0,32,3,40,2,0,107,65,2,117,16,128,5,11,11,32,12,65,32,106,36,0,12,1,11,32,3,32,7,73,4,64,32,0,32,0,40,2,0,32,3,65,2,116,106,16,201,3,11,11,11,32,1,32,2,16,191,3,40,2,0,4,64,32,1,32,2,16,191,3,40,2,0,16,196,3,11,32,9,16,240,2,33,0,32,1,32,2,16,191,3,32,0,54,2,0,32,9,40,2,0,33,0,32,9,65,0,54,2,0,32,0,4,64,32,0,16,196,3,11,32,11,65,16,106,36,0,11,18,0,32,0,32,1,16,146,3,32,0,65,192,149,1,54,2,0,11,18,0,32,0,32,1,16,146,3,32,0,65,224,149,1,54,2,0,11,43,0,32,0,32,1,16,146,3,32,0,65,0,58,0,12,32,0,65,0,54,2,8,32,0,65,220,135,1,54,2,0,32,0,65,208,47,40,2,0,54,2,8,11,18,0,32,0,32,1,16,146,3,32,0,65,148,141,1,54,2,0,11,36,0,32,0,32,1,16,146,3,32,0,65,174,216,0,59,1,8,32,0,65,184,137,1,54,2,0,32,0,65,12,106,16,178,1,26,11,39,0,32,0,32,1,16,146,3,32,0,66,174,128,128,128,192,5,55,2,8,32,0,65,224,137,1,54,2,0,32,0,65,16,106,16,178,1,26,11,18,0,32,0,32,1,16,146,3,32,0,65,164,169,1,54,2,0,11,18,0,32,0,32,1,16,146,3,32,0,65,184,170,1,54,2,0,11,18,0,32,0,32,1,16,146,3,32,0,65,172,171,1,54,2,0,11,18,0,32,0,32,1,16,146,3,32,0,65,160,172,1,54,2,0,11,41,0,32,0,32,1,16,146,3,32,0,65,8,106,34,1,65,192,194,1,54,2,0,32,0,65,248,156,1,54,2,0,32,1,65,168,157,1,54,2,0,11,41,0,32,0,32,1,16,146,3,32,0,65,8,106,34,1,65,228,194,1,54,2,0,32,0,65,128,159,1,54,2,0,32,1,65,176,159,1,54,2,0,11,18,0,32,0,32,1,16,146,3,32,0,65,196,181,1,54,2,0,11,18,0,32,0,32,1,16,146,3,32,0,65,188,182,1,54,2,0,11,135,7,1,1,127,2,64,65,160,233,3,45,0,0,65,1,113,13,0,65,160,233,3,16,249,5,69,13,0,65,232,245,3,65,1,16,146,3,65,232,245,3,65,136,135,1,54,2,0,65,240,245,3,16,147,3,33,0,65,128,247,3,65,244,13,16,50,26,32,0,16,148,3,65,176,243,3,65,1,16,176,3,65,232,245,3,65,176,243,3,16,149,3,65,184,243,3,65,1,16,177,3,65,232,245,3,65,184,243,3,16,150,3,65,192,243,3,65,1,16,178,3,65,232,245,3,65,192,243,3,16,151,3,65,208,243,3,65,1,16,179,3,65,232,245,3,65,208,243,3,16,152,3,65,216,243,3,65,1,16,146,3,65,216,243,3,65,168,142,1,54,2,0,65,232,245,3,65,216,243,3,16,153,3,65,224,243,3,65,1,16,146,3,65,224,243,3,65,136,137,1,54,2,0,65,232,243,3,16,202,1,54,2,0,65,232,245,3,65,224,243,3,16,154,3,65,240,243,3,65,1,16,146,3,65,240,243,3,65,188,143,1,54,2,0,65,232,245,3,65,240,243,3,16,155,3,65,248,243,3,65,1,16,146,3,65,248,243,3,65,176,144,1,54,2,0,65,232,245,3,65,248,243,3,16,156,3,65,128,244,3,65,1,16,180,3,65,232,245,3,65,128,244,3,16,157,3,65,152,244,3,65,1,16,181,3,65,232,245,3,65,152,244,3,16,158,3,65,184,244,3,65,1,16,146,3,65,184,244,3,65,128,150,1,54,2,0,65,232,245,3,65,184,244,3,65,128,232,3,16,174,3,16,175,3,65,192,244,3,65,1,16,146,3,65,192,244,3,65,244,151,1,54,2,0,65,232,245,3,65,192,244,3,65,136,232,3,16,174,3,16,175,3,65,200,244,3,65,1,16,146,3,65,200,244,3,65,200,153,1,54,2,0,65,232,245,3,65,200,244,3,65,144,232,3,16,174,3,16,175,3,65,208,244,3,65,1,16,146,3,65,208,244,3,65,176,155,1,54,2,0,65,232,245,3,65,208,244,3,65,152,232,3,16,174,3,16,175,3,65,216,244,3,65,1,16,182,3,65,232,245,3,65,216,244,3,16,159,3,65,224,244,3,65,1,16,183,3,65,232,245,3,65,224,244,3,16,160,3,65,232,244,3,65,1,16,184,3,65,232,245,3,65,232,244,3,16,161,3,65,240,244,3,65,1,16,185,3,65,232,245,3,65,240,244,3,16,162,3,65,248,244,3,65,1,16,146,3,65,248,244,3,65,180,176,1,54,2,0,65,232,245,3,65,248,244,3,65,224,232,3,16,174,3,16,175,3,65,128,245,3,65,1,16,146,3,65,128,245,3,65,216,177,1,54,2,0,65,232,245,3,65,128,245,3,65,232,232,3,16,174,3,16,175,3,65,136,245,3,65,1,16,146,3,65,136,245,3,65,252,178,1,54,2,0,65,232,245,3,65,136,245,3,65,240,232,3,16,174,3,16,175,3,65,144,245,3,65,1,16,146,3,65,144,245,3,65,160,180,1,54,2,0,65,232,245,3,65,144,245,3,65,248,232,3,16,174,3,16,175,3,65,152,245,3,65,1,16,186,3,65,232,245,3,65,152,245,3,16,163,3,65,168,245,3,65,1,16,187,3,65,232,245,3,65,168,245,3,16,164,3,65,184,245,3,65,1,16,146,3,65,192,245,3,16,130,5,65,184,245,3,65,160,165,1,54,2,0,65,232,245,3,65,184,245,3,16,165,3,65,200,245,3,65,1,16,146,3,65,208,245,3,16,130,5,65,200,245,3,65,188,166,1,54,2,0,65,232,245,3,65,200,245,3,16,166,3,65,216,245,3,65,1,16,188,3,65,232,245,3,65,216,245,3,16,167,3,65,224,245,3,65,1,16,189,3,65,232,245,3,65,224,245,3,16,168,3,65,152,233,3,65,232,245,3,54,2,0,65,156,233,3,65,152,233,3,54,2,0,65,160,233,3,16,251,5,11,65,156,233,3,40,2,0,11,13,0,32,0,40,2,0,32,1,65,2,116,106,11,20,0,32,0,65,4,106,34,0,32,0,40,2,0,65,1,106,54,2,0,11,72,1,1,127,35,0,65,16,107,34,3,36,0,32,0,32,2,16,178,3,32,0,65,144,136,1,54,2,0,32,0,32,1,16,207,1,16,103,34,2,54,2,16,32,2,69,4,64,32,3,65,254,18,32,1,16,179,5,16,199,2,0,11,32,3,65,16,106,36,0,32,0,11,72,1,1,127,35,0,65,16,107,34,3,36,0,32,0,32,2,16,179,3,32,0,65,196,136,1,54,2,0,32,0,32,1,16,207,1,16,103,34,2,54,2,8,32,2,69,4,64,32,3,65,193,18,32,1,16,179,5,16,199,2,0,11,32,3,65,16,106,36,0,32,0,11,36,1,2,127,35,0,65,16,107,34,2,36,0,32,0,32,1,16,242,4,33,3,32,2,65,16,106,36,0,32,1,32,0,32,3,27,11,61,0,32,0,65,4,106,16,198,3,65,127,70,4,64,32,0,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,8,17,0,0,26,11,11,117,1,2,127,32,0,65,136,135,1,54,2,0,32,0,65,8,106,33,1,3,64,32,1,16,171,3,32,2,75,4,64,32,1,32,2,16,191,3,40,2,0,4,64,32,1,32,2,16,191,3,40,2,0,16,196,3,11,32,2,65,1,106,33,2,12,1,11,11,32,0,65,152,1,106,16,159,5,26,32,1,16,199,3,32,1,40,2,0,4,64,32,1,16,172,3,32,1,16,216,4,32,1,40,2,0,32,1,16,252,4,16,128,5,11,32,0,11,19,0,32,0,32,0,40,2,0,65,1,107,34,0,54,2,0,32,0,11,53,0,32,0,40,2,0,26,32,0,40,2,0,32,0,16,252,4,65,2,116,106,26,32,0,40,2,0,32,0,16,171,3,65,2,116,106,26,32,0,40,2,0,32,0,16,252,4,65,2,116,106,26,11,10,0,32,0,16,197,3,16,148,6,11,25,1,1,127,32,0,16,171,3,33,2,32,0,32,1,16,129,5,32,0,32,2,16,173,3,11,21,0,32,0,32,1,40,2,0,34,1,54,2,0,32,1,16,192,3,32,0,11,81,0,32,0,2,127,2,64,65,172,233,3,45,0,0,65,1,113,13,0,65,172,233,3,16,249,5,69,13,0,65,164,233,3,16,190,3,16,202,3,26,65,168,233,3,65,164,233,3,54,2,0,65,172,233,3,16,251,5,11,65,168,233,3,40,2,0,40,2,0,34,0,11,54,2,0,32,0,16,192,3,11,28,0,32,1,40,2,0,16,192,3,32,0,40,2,0,16,196,3,32,0,32,1,40,2,0,54,2,0,11,31,0,32,0,2,127,65,176,233,3,65,176,233,3,40,2,0,65,1,106,34,0,54,2,0,32,0,11,54,2,4,11,96,1,2,127,32,0,40,2,0,40,2,0,34,0,40,2,0,32,0,40,2,8,34,2,65,1,117,106,33,1,32,0,40,2,4,33,0,32,1,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,2,65,1,113,4,127,32,1,40,2,0,32,0,106,40,2,0,5,32,0,11,17,0,0,26,11,20,0,32,0,65,156,135,1,54,2,0,32,0,40,2,8,16,120,32,0,11,10,0,32,0,16,207,3,16,148,6,11,98,1,1,127,35,0,65,32,107,34,5,36,0,32,5,65,16,106,32,1,32,2,16,147,1,33,1,32,5,32,3,32,4,16,147,1,33,3,32,1,16,207,1,33,2,32,3,16,207,1,33,4,32,0,40,2,8,26,32,2,32,4,16,99,33,4,32,3,16,159,5,26,32,1,16,159,5,26,32,5,65,32,106,36,0,32,4,65,0,71,65,127,32,4,65,127,74,27,11,84,1,1,127,35,0,65,16,107,34,4,36,0,32,0,65,0,32,4,32,2,32,3,16,147,1,34,2,16,207,1,65,0,32,1,40,2,8,16,121,65,0,16,135,2,34,0,16,207,1,32,2,16,207,1,32,0,16,171,1,65,1,106,32,1,40,2,8,16,121,26,32,2,16,159,5,26,32,4,65,16,106,36,0,11,20,0,32,0,65,188,135,1,54,2,0,32,0,40,2,8,16,120,32,0,11,10,0,32,0,16,211,3,16,148,6,11,175,1,1,2,127,35,0,65,32,107,34,6,36,0,32,6,65,16,106,32,1,32,2,16,152,1,33,1,32,6,32,3,32,4,16,152,1,33,3,32,1,16,207,1,33,2,32,3,16,207,1,33,4,32,0,40,2,8,26,32,2,40,2,0,33,0,2,64,32,4,40,2,0,34,5,69,13,0,32,0,69,13,0,32,0,32,5,71,13,0,3,64,32,2,40,2,4,33,0,32,4,40,2,4,34,5,69,13,1,32,0,69,13,1,32,4,65,4,106,33,4,32,2,65,4,106,33,2,32,0,32,5,70,13,0,11,11,32,0,32,5,107,33,4,32,3,16,159,5,26,32,1,16,159,5,26,32,6,65,32,106,36,0,32,4,65,0,71,65,127,32,4,65,127,74,27,11,84,1,1,127,35,0,65,16,107,34,4,36,0,32,0,65,0,32,4,32,2,32,3,16,152,1,34,2,16,207,1,65,0,32,1,40,2,8,16,124,65,0,16,157,2,34,0,16,207,1,32,2,16,207,1,32,0,16,171,1,65,1,106,32,1,40,2,8,16,124,26,32,2,16,159,5,26,32,4,65,16,106,36,0,11,35,0,32,2,65,255,0,77,4,127,65,208,47,40,2,0,32,2,65,1,116,106,47,1,0,32,1,113,65,0,71,5,65,0,11,11,69,0,3,64,32,1,32,2,71,4,64,32,3,32,1,40,2,0,65,255,0,77,4,127,65,208,47,40,2,0,32,1,40,2,0,65,1,116,106,47,1,0,5,65,0,11,59,1,0,32,3,65,2,106,33,3,32,1,65,4,106,33,1,12,1,11,11,32,2,11,67,0,3,64,2,64,32,2,32,3,71,4,127,32,2,40,2,0,65,255,0,75,13,1,65,208,47,40,2,0,32,2,40,2,0,65,1,116,106,47,1,0,32,1,113,69,13,1,32,2,5,32,3,11,15,11,32,2,65,4,106,33,2,12,0,11,0,11,68,0,2,64,3,64,32,2,32,3,70,13,1,2,64,32,2,40,2,0,65,255,0,75,13,0,65,208,47,40,2,0,32,2,40,2,0,65,1,116,106,47,1,0,32,1,113,69,13,0,32,2,65,4,106,33,2,12,1,11,11,32,2,33,3,11,32,3,11,29,0,32,1,65,255,0,77,4,127,65,224,53,40,2,0,32,1,65,2,116,106,40,2,0,5,32,1,11,11,64,0,3,64,32,1,32,2,71,4,64,32,1,32,1,40,2,0,34,0,65,255,0,77,4,127,65,224,53,40,2,0,32,1,40,2,0,65,2,116,106,40,2,0,5,32,0,11,54,2,0,32,1,65,4,106,33,1,12,1,11,11,32,2,11,30,0,32,1,65,255,0,77,4,127,65,240,193,0,40,2,0,32,1,65,2,116,106,40,2,0,5,32,1,11,11,65,0,3,64,32,1,32,2,71,4,64,32,1,32,1,40,2,0,34,0,65,255,0,77,4,127,65,240,193,0,40,2,0,32,1,40,2,0,65,2,116,106,40,2,0,5,32,0,11,54,2,0,32,1,65,4,106,33,1,12,1,11,11,32,2,11,4,0,32,1,11,42,0,3,64,32,1,32,2,70,69,4,64,32,3,32,1,44,0,0,54,2,0,32,3,65,4,106,33,3,32,1,65,1,106,33,1,12,1,11,11,32,2,11,19,0,32,1,32,2,32,1,65,128,1,73,27,65,24,116,65,24,117,11,53,0,3,64,32,1,32,2,70,69,4,64,32,4,32,1,40,2,0,34,0,32,3,32,0,65,128,1,73,27,58,0,0,32,4,65,1,106,33,4,32,1,65,4,106,33,1,12,1,11,11,32,2,11,41,1,1,127,32,0,65,220,135,1,54,2,0,2,64,32,0,40,2,8,34,1,69,13,0,32,0,45,0,12,69,13,0,32,1,16,148,6,11,32,0,11,10,0,32,0,16,227,3,16,148,6,11,38,0,32,1,65,0,78,4,127,65,224,53,40,2,0,32,1,65,255,1,113,65,2,116,106,40,2,0,5,32,1,11,65,24,116,65,24,117,11,63,0,3,64,32,1,32,2,71,4,64,32,1,32,1,44,0,0,34,0,65,0,78,4,127,65,224,53,40,2,0,32,1,44,0,0,65,2,116,106,40,2,0,5,32,0,11,58,0,0,32,1,65,1,106,33,1,12,1,11,11,32,2,11,39,0,32,1,65,0,78,4,127,65,240,193,0,40,2,0,32,1,65,255,1,113,65,2,116,106,40,2,0,5,32,1,11,65,24,116,65,24,117,11,64,0,3,64,32,1,32,2,71,4,64,32,1,32,1,44,0,0,34,0,65,0,78,4,127,65,240,193,0,40,2,0,32,1,44,0,0,65,2,116,106,40,2,0,5,32,0,11,58,0,0,32,1,65,1,106,33,1,12,1,11,11,32,2,11,42,0,3,64,32,1,32,2,70,69,4,64,32,3,32,1,45,0,0,58,0,0,32,3,65,1,106,33,3,32,1,65,1,106,33,1,12,1,11,11,32,2,11,12,0,32,1,32,2,32,1,65,127,74,27,11,52,0,3,64,32,1,32,2,70,69,4,64,32,4,32,1,44,0,0,34,0,32,3,32,0,65,127,74,27,58,0,0,32,4,65,1,106,33,4,32,1,65,1,106,33,1,12,1,11,11,32,2,11,10,0,32,0,16,237,3,16,148,6,11,26,0,32,0,65,144,136,1,54,2,0,32,0,40,2,16,16,120,32,0,16,227,3,26,32,0,11,22,0,32,0,40,2,16,26,32,1,65,255,1,113,16,125,65,24,116,65,24,117,11,42,0,3,64,32,1,32,2,71,4,64,32,0,40,2,16,26,32,1,32,1,45,0,0,16,125,58,0,0,32,1,65,1,106,33,1,12,1,11,11,32,2,11,22,0,32,0,40,2,16,26,32,1,65,255,1,113,16,126,65,24,116,65,24,117,11,42,0,3,64,32,1,32,2,71,4,64,32,0,40,2,16,26,32,1,32,1,45,0,0,16,126,58,0,0,32,1,65,1,106,33,1,12,1,11,11,32,2,11,10,0,32,0,16,243,3,16,148,6,11,20,0,32,0,65,196,136,1,54,2,0,32,0,40,2,8,16,120,32,0,11,145,2,1,1,127,32,1,65,128,192,0,113,4,64,32,0,40,2,8,26,32,2,16,127,65,0,71,33,3,11,32,1,65,128,128,1,113,4,64,32,3,32,2,32,0,40,2,8,16,128,1,65,0,71,114,33,3,11,32,1,65,2,113,4,64,32,3,32,2,32,0,40,2,8,16,129,1,65,0,71,114,33,3,11,32,1,65,128,2,113,4,64,32,3,32,2,32,0,40,2,8,16,134,1,65,0,71,114,33,3,11,32,1,65,128,4,113,4,64,32,3,32,2,32,0,40,2,8,16,135,1,65,0,71,114,33,3,11,32,1,65,128,8,113,4,64,32,0,40,2,8,26,32,3,32,2,16,130,1,65,0,71,114,33,3,11,32,1,65,128,16,113,4,64,32,0,40,2,8,26,32,3,32,2,16,69,65,0,71,114,33,3,11,32,1,65,4,113,4,64,32,3,32,2,32,0,40,2,8,16,136,1,65,0,71,114,33,3,11,32,1,65,128,32,113,4,64,32,3,32,2,32,0,40,2,8,16,137,1,65,0,71,114,33,3,11,32,1,65,1,113,4,127,32,0,40,2,8,26,32,3,32,2,16,138,1,65,0,71,114,5,32,3,11,11,232,2,1,1,127,3,64,32,1,32,2,71,4,64,2,64,32,3,2,127,32,1,40,2,0,34,4,65,255,0,77,4,64,65,208,47,40,2,0,32,1,40,2,0,65,1,116,106,47,1,0,12,1,11,32,3,65,0,59,1,0,2,127,32,0,40,2,8,26,32,4,16,127,11,4,64,32,3,32,3,47,1,0,65,128,192,0,114,59,1,0,11,32,4,32,0,40,2,8,16,128,1,4,64,32,3,32,3,47,1,0,65,128,128,1,114,59,1,0,11,32,4,32,0,40,2,8,16,129,1,4,64,32,3,32,3,47,1,0,65,2,114,59,1,0,11,32,4,32,0,40,2,8,16,134,1,4,64,32,3,32,3,47,1,0,65,128,2,114,59,1,0,11,32,4,32,0,40,2,8,16,135,1,4,64,32,3,32,3,47,1,0,65,128,4,114,59,1,0,11,2,127,32,0,40,2,8,26,32,4,16,130,1,11,4,64,32,3,32,3,47,1,0,65,128,8,114,59,1,0,11,2,127,32,0,40,2,8,26,32,4,16,69,11,4,64,32,3,32,3,47,1,0,65,128,16,114,59,1,0,11,32,4,32,0,40,2,8,16,136,1,4,64,32,3,32,3,47,1,0,65,4,114,59,1,0,11,32,4,32,0,40,2,8,16,137,1,4,64,32,3,32,3,47,1,0,65,128,32,114,59,1,0,11,32,0,40,2,8,26,32,4,16,138,1,69,13,1,32,3,47,1,0,65,1,114,11,59,1,0,11,32,3,65,2,106,33,3,32,1,65,4,106,33,1,12,1,11,11,32,2,11,165,2,1,10,127,32,1,65,1,113,33,4,32,1,65,128,32,113,33,5,32,1,65,4,113,33,6,32,1,65,128,16,113,33,7,32,1,65,128,8,113,33,8,32,1,65,128,4,113,33,9,32,1,65,128,2,113,33,10,32,1,65,2,113,33,11,32,1,65,128,128,1,113,33,12,32,1,65,128,192,0,113,33,13,2,64,3,64,32,2,32,3,70,13,1,32,2,40,2,0,33,1,2,64,32,13,4,64,32,0,40,2,8,26,32,1,16,127,13,1,11,32,12,4,64,32,1,32,0,40,2,8,16,128,1,13,1,11,32,11,4,64,32,1,32,0,40,2,8,16,129,1,13,1,11,32,10,4,64,32,1,32,0,40,2,8,16,134,1,13,1,11,32,9,4,64,32,1,32,0,40,2,8,16,135,1,13,1,11,32,8,4,64,32,0,40,2,8,26,32,1,16,130,1,13,1,11,32,7,4,64,32,0,40,2,8,26,32,1,16,69,13,1,11,32,6,4,64,32,1,32,0,40,2,8,16,136,1,13,1,11,32,5,4,64,32,1,32,0,40,2,8,16,137,1,13,1,11,32,4,4,64,32,0,40,2,8,26,32,1,16,138,1,13,1,11,32,2,65,4,106,33,2,12,1,11,11,32,2,33,3,11,32,3,11,169,2,1,10,127,32,1,65,1,113,33,4,32,1,65,128,32,113,33,5,32,1,65,4,113,33,6,32,1,65,128,16,113,33,7,32,1,65,128,8,113,33,8,32,1,65,128,4,113,33,9,32,1,65,128,2,113,33,10,32,1,65,2,113,33,11,32,1,65,128,128,1,113,33,12,32,1,65,128,192,0,113,33,13,2,64,3,64,32,2,32,3,70,13,1,32,2,40,2,0,33,1,2,64,2,64,32,13,4,64,32,0,40,2,8,26,32,1,16,127,13,1,11,32,12,4,64,32,1,32,0,40,2,8,16,128,1,13,1,11,32,11,4,64,32,1,32,0,40,2,8,16,129,1,13,1,11,32,10,4,64,32,1,32,0,40,2,8,16,134,1,13,1,11,32,9,4,64,32,1,32,0,40,2,8,16,135,1,13,1,11,32,8,4,64,32,0,40,2,8,26,32,1,16,130,1,13,1,11,32,7,4,64,32,0,40,2,8,26,32,1,16,69,13,1,11,32,6,4,64,32,1,32,0,40,2,8,16,136,1,13,1,11,32,5,4,64,32,1,32,0,40,2,8,16,137,1,13,1,11,32,4,69,13,1,32,0,40,2,8,26,32,1,16,138,1,69,13,1,11,32,2,65,4,106,33,2,12,1,11,11,32,2,33,3,11,32,3,11,13,0,32,0,40,2,8,26,32,1,16,131,1,11,43,0,3,64,32,1,32,2,71,4,64,32,0,40,2,8,26,32,1,32,1,40,2,0,16,131,1,54,2,0,32,1,65,4,106,33,1,12,1,11,11,32,2,11,13,0,32,0,40,2,8,26,32,1,16,133,1,11,43,0,3,64,32,1,32,2,71,4,64,32,0,40,2,8,26,32,1,32,1,40,2,0,16,133,1,54,2,0,32,1,65,4,106,33,1,12,1,11,11,32,2,11,12,0,32,1,32,0,40,2,8,16,253,3,11,103,1,2,127,35,0,65,16,107,34,2,36,0,32,2,32,1,54,2,12,32,2,65,8,106,32,2,65,12,106,16,212,1,33,1,32,0,65,255,1,113,34,3,65,128,1,79,4,127,65,127,32,0,65,24,116,65,24,117,65,255,191,3,113,65,127,32,0,65,127,71,27,65,156,245,1,40,2,0,40,2,0,27,5,32,3,11,33,0,32,1,16,213,1,32,2,65,16,106,36,0,32,0,11,50,0,3,64,32,1,32,2,70,69,4,64,32,3,32,1,44,0,0,32,0,40,2,8,16,253,3,54,2,0,32,3,65,4,106,33,3,32,1,65,1,106,33,1,12,1,11,11,32,2,11,28,0,32,2,32,1,32,0,40,2,8,16,128,4,34,1,32,1,65,127,70,27,65,24,116,65,24,117,11,93,1,1,127,35,0,65,16,107,34,2,36,0,32,2,32,1,54,2,12,32,2,65,8,106,32,2,65,12,106,16,212,1,33,1,32,0,65,128,1,79,4,64,65,127,32,0,65,255,1,113,65,127,32,0,65,128,127,113,65,128,191,3,70,27,65,156,245,1,40,2,0,40,2,0,27,33,0,11,32,1,16,213,1,32,2,65,16,106,36,0,32,0,11,62,1,1,127,3,64,32,1,32,2,70,69,4,64,32,4,32,3,32,1,40,2,0,32,0,40,2,8,16,128,4,34,5,32,5,65,127,70,27,58,0,0,32,4,65,1,106,33,4,32,1,65,4,106,33,1,12,1,11,11,32,2,11,18,0,32,4,32,2,54,2,0,32,7,32,5,54,2,0,65,3,11,11,0,32,4,32,2,54,2,0,65,3,11,55,0,35,0,65,16,107,34,0,36,0,32,0,32,4,54,2,12,32,0,32,3,32,2,107,54,2,8,32,0,65,12,106,32,0,65,8,106,16,133,4,40,2,0,33,3,32,0,65,16,106,36,0,32,3,11,36,1,2,127,35,0,65,16,107,34,2,36,0,32,1,32,0,16,242,4,33,3,32,2,65,16,106,36,0,32,1,32,0,32,3,27,11,10,0,32,0,16,144,3,16,148,6,11,150,10,1,20,127,35,0,65,16,107,34,22,36,0,32,2,33,10,3,64,2,64,32,3,32,10,70,4,64,32,3,33,10,12,1,11,32,10,40,2,0,69,13,0,32,10,65,4,106,33,10,12,1,11,11,32,7,32,5,54,2,0,32,4,32,2,54,2,0,3,64,2,64,2,64,2,64,32,2,32,3,70,13,0,32,5,32,6,70,13,0,32,22,32,1,41,2,0,55,3,8,65,1,33,21,32,0,40,2,8,33,24,35,0,65,16,107,34,23,36,0,32,23,32,24,54,2,12,32,23,65,8,106,32,23,65,12,106,16,212,1,33,24,32,10,32,2,107,65,2,117,33,16,65,0,33,18,35,0,65,144,2,107,34,14,36,0,32,14,32,4,34,26,40,2,0,34,9,54,2,12,32,6,32,5,107,65,128,2,32,5,34,27,27,33,15,32,5,32,14,65,16,106,32,5,27,33,19,2,64,2,64,2,64,32,9,69,13,0,32,15,69,13,0,2,64,32,15,32,16,77,34,8,13,0,32,16,65,32,75,13,0,12,2,11,3,64,32,16,32,15,32,16,32,8,65,1,113,27,34,8,107,33,16,2,127,32,14,65,12,106,33,17,32,8,33,12,65,0,33,11,65,0,33,20,35,0,65,16,107,34,25,36,0,2,64,2,64,2,64,2,64,32,19,34,9,4,64,32,12,65,4,79,13,1,12,2,11,32,17,40,2,0,34,9,40,2,0,34,8,69,13,3,3,64,65,1,33,13,32,8,65,128,1,79,4,64,65,127,33,20,32,25,65,12,106,32,8,16,104,34,13,65,127,70,13,5,11,32,9,40,2,4,33,8,32,9,65,4,106,33,9,32,11,32,13,106,34,11,33,20,32,8,13,0,11,12,3,11,32,17,40,2,0,33,13,3,64,2,127,32,13,40,2,0,34,11,65,1,107,65,255,0,79,4,64,32,11,69,4,64,32,9,65,0,58,0,0,32,17,65,0,54,2,0,12,5,11,65,127,33,20,32,9,32,11,16,104,34,11,65,127,70,13,5,32,8,32,11,107,33,8,32,9,32,11,106,12,1,11,32,9,32,11,58,0,0,32,8,65,1,107,33,8,32,17,40,2,0,33,13,32,9,65,1,106,11,33,9,32,17,32,13,65,4,106,34,13,54,2,0,32,8,65,3,75,13,0,11,11,32,8,4,64,32,17,40,2,0,33,13,3,64,2,127,32,13,40,2,0,34,11,65,1,107,65,255,0,79,4,64,32,11,69,4,64,32,9,65,0,58,0,0,32,17,65,0,54,2,0,12,5,11,65,127,33,20,32,25,65,12,106,32,11,16,104,34,11,65,127,70,13,5,32,8,32,11,73,13,4,32,9,32,13,40,2,0,16,104,26,32,8,32,11,107,33,8,32,9,32,11,106,12,1,11,32,9,32,11,58,0,0,32,8,65,1,107,33,8,32,17,40,2,0,33,13,32,9,65,1,106,11,33,9,32,17,32,13,65,4,106,34,13,54,2,0,32,8,13,0,11,11,32,12,33,20,12,1,11,32,12,32,8,107,33,20,11,32,25,65,16,106,36,0,32,20,34,8,65,127,70,11,4,64,65,0,33,15,32,14,40,2,12,33,9,65,127,33,18,12,2,11,32,19,65,0,32,8,32,19,32,14,65,16,106,70,27,34,12,106,33,19,32,15,32,12,107,33,15,32,8,32,18,106,33,18,32,14,40,2,12,34,9,69,13,1,32,15,69,13,1,32,15,32,16,77,34,8,13,0,32,16,65,33,79,13,0,11,12,1,11,32,9,69,13,1,11,32,15,69,13,0,32,16,69,13,0,32,18,33,12,3,64,2,64,2,64,32,19,32,9,40,2,0,16,104,34,8,65,1,106,65,1,77,4,64,65,127,33,18,32,8,13,4,32,14,65,0,54,2,12,12,1,11,32,14,32,14,40,2,12,65,4,106,34,9,54,2,12,32,8,32,12,106,33,12,32,15,32,8,107,34,15,13,1,11,32,12,33,18,12,2,11,32,8,32,19,106,33,19,32,12,33,18,32,16,65,1,107,34,16,13,0,11,11,32,27,4,64,32,26,32,14,40,2,12,54,2,0,11,32,14,65,144,2,106,36,0,32,18,33,12,32,24,16,213,1,32,23,65,16,106,36,0,2,64,2,64,2,64,2,64,2,64,32,12,65,1,106,14,2,0,6,1,11,32,7,32,5,54,2,0,3,64,2,64,32,2,32,4,40,2,0,70,13,0,32,5,32,2,40,2,0,32,0,40,2,8,16,136,4,34,10,65,127,70,13,0,32,7,32,7,40,2,0,32,10,106,34,5,54,2,0,32,2,65,4,106,33,2,12,1,11,11,32,4,32,2,54,2,0,12,1,11,32,7,32,7,40,2,0,32,12,106,34,5,54,2,0,32,5,32,6,70,13,2,32,3,32,10,70,4,64,32,4,40,2,0,33,2,32,3,33,10,12,7,11,32,22,65,4,106,65,0,32,0,40,2,8,16,136,4,34,10,65,127,71,13,1,11,65,2,33,21,12,3,11,32,22,65,4,106,33,2,32,6,32,7,40,2,0,107,32,10,73,13,2,3,64,32,10,4,64,32,2,45,0,0,33,5,32,7,32,7,40,2,0,34,21,65,1,106,54,2,0,32,21,32,5,58,0,0,32,10,65,1,107,33,10,32,2,65,1,106,33,2,12,1,11,11,32,4,32,4,40,2,0,65,4,106,34,2,54,2,0,32,2,33,10,3,64,32,3,32,10,70,4,64,32,3,33,10,12,5,11,32,10,40,2,0,69,13,4,32,10,65,4,106,33,10,12,0,11,0,11,32,4,40,2,0,33,2,11,32,2,32,3,71,33,21,11,32,22,65,16,106,36,0,32,21,15,11,32,7,40,2,0,33,5,12,0,11,0,11,57,1,1,127,35,0,65,16,107,34,3,36,0,32,3,32,2,54,2,12,32,3,65,8,106,32,3,65,12,106,16,212,1,33,2,32,0,32,1,16,104,33,0,32,2,16,213,1,32,3,65,16,106,36,0,32,0,11,246,6,1,15,127,35,0,65,16,107,34,17,36,0,32,2,33,8,3,64,2,64,32,3,32,8,70,4,64,32,3,33,8,12,1,11,32,8,45,0,0,69,13,0,32,8,65,1,106,33,8,12,1,11,11,32,7,32,5,54,2,0,32,4,32,2,54,2,0,3,64,2,64,2,127,2,64,32,2,32,3,70,13,0,32,5,32,6,70,13,0,32,17,32,1,41,2,0,55,3,8,2,64,2,64,2,64,2,64,2,127,32,0,40,2,8,33,18,35,0,65,16,107,34,16,36,0,32,16,32,18,54,2,12,32,16,65,8,106,32,16,65,12,106,16,212,1,33,18,32,8,32,2,107,33,12,32,1,33,19,35,0,65,144,8,107,34,13,36,0,32,13,32,4,34,21,40,2,0,34,14,54,2,12,32,6,32,5,107,65,2,117,65,128,2,32,5,34,22,27,33,11,32,5,32,13,65,16,106,32,5,27,33,15,65,0,33,9,2,64,2,64,2,64,32,14,69,13,0,32,11,69,13,0,32,12,65,2,118,34,10,32,11,79,33,20,32,12,65,131,1,77,65,0,32,10,32,11,73,27,13,1,3,64,32,12,32,11,32,10,32,20,27,34,10,107,33,12,32,15,32,13,65,12,106,32,10,32,19,16,139,1,34,10,65,127,70,4,64,65,0,33,11,32,13,40,2,12,33,14,65,127,33,9,12,2,11,32,11,65,0,32,10,32,15,32,13,65,16,106,70,27,34,14,107,33,11,32,15,32,14,65,2,116,106,33,15,32,9,32,10,106,33,9,32,13,40,2,12,34,14,69,13,1,32,11,69,13,1,32,12,65,2,118,34,10,32,11,79,33,20,32,12,65,131,1,75,13,0,32,10,32,11,79,13,0,11,12,1,11,32,14,69,13,1,11,32,11,69,13,0,32,12,69,13,0,32,9,33,10,3,64,2,64,2,64,32,15,32,14,32,12,32,19,16,95,34,9,65,2,106,65,2,77,4,64,2,64,2,64,32,9,65,1,106,14,2,6,0,1,11,32,13,65,0,54,2,12,12,2,11,32,19,65,0,54,2,0,12,1,11,32,13,32,13,40,2,12,32,9,106,34,14,54,2,12,32,10,65,1,106,33,10,32,11,65,1,107,34,11,13,1,11,32,10,33,9,12,2,11,32,15,65,4,106,33,15,32,12,32,9,107,33,12,32,10,33,9,32,12,13,0,11,11,32,22,4,64,32,21,32,13,40,2,12,54,2,0,11,32,13,65,144,8,106,36,0,32,18,16,213,1,32,16,65,16,106,36,0,32,9,65,127,70,11,4,64,3,64,2,64,32,7,32,5,54,2,0,32,2,32,4,40,2,0,70,13,0,65,1,33,6,2,64,2,64,2,64,32,5,32,2,32,8,32,2,107,32,17,65,8,106,32,0,40,2,8,16,138,4,34,5,65,2,106,14,3,8,0,2,1,11,32,4,32,2,54,2,0,12,5,11,32,5,33,6,11,32,2,32,6,106,33,2,32,7,40,2,0,65,4,106,33,5,12,1,11,11,32,4,32,2,54,2,0,12,5,11,32,7,32,7,40,2,0,32,9,65,2,116,106,34,5,54,2,0,32,5,32,6,70,13,3,32,4,40,2,0,33,2,32,3,32,8,70,4,64,32,3,33,8,12,8,11,32,5,32,2,65,1,32,1,32,0,40,2,8,16,138,4,69,13,1,11,65,2,12,4,11,32,7,32,7,40,2,0,65,4,106,54,2,0,32,4,32,4,40,2,0,65,1,106,34,2,54,2,0,32,2,33,8,3,64,32,3,32,8,70,4,64,32,3,33,8,12,6,11,32,8,45,0,0,69,13,5,32,8,65,1,106,33,8,12,0,11,0,11,32,4,32,2,54,2,0,65,1,12,2,11,32,4,40,2,0,33,2,11,32,2,32,3,71,11,33,8,32,17,65,16,106,36,0,32,8,15,11,32,7,40,2,0,33,5,12,0,11,0,11,61,1,1,127,35,0,65,16,107,34,5,36,0,32,5,32,4,54,2,12,32,5,65,8,106,32,5,65,12,106,16,212,1,33,4,32,0,32,1,32,2,32,3,16,95,33,0,32,4,16,213,1,32,5,65,16,106,36,0,32,0,11,146,1,1,1,127,35,0,65,16,107,34,5,36,0,32,4,32,2,54,2,0,2,127,65,2,32,5,65,12,106,65,0,32,0,40,2,8,16,136,4,34,1,65,1,106,65,2,73,13,0,26,65,1,32,1,65,1,107,34,1,32,3,32,4,40,2,0,107,75,13,0,26,32,5,65,12,106,33,2,3,127,32,1,4,127,32,2,45,0,0,33,0,32,4,32,4,40,2,0,34,3,65,1,106,54,2,0,32,3,32,0,58,0,0,32,1,65,1,107,33,1,32,2,65,1,106,33,2,12,1,5,65,0,11,11,11,33,2,32,5,65,16,106,36,0,32,2,11,107,1,3,127,2,127,32,0,40,2,8,33,2,35,0,65,16,107,34,1,36,0,32,1,32,2,54,2,12,32,1,65,8,106,32,1,65,12,106,16,212,1,33,2,35,0,65,16,107,34,3,36,0,32,3,65,16,106,36,0,65,0,33,3,32,2,16,213,1,32,1,65,16,106,36,0,32,3,11,4,127,65,127,5,32,0,40,2,8,34,0,69,4,64,65,1,15,11,32,0,16,141,4,65,1,70,11,11,66,1,2,127,35,0,65,16,107,34,1,36,0,32,1,32,0,54,2,12,32,1,65,8,106,32,1,65,12,106,16,212,1,33,0,65,4,65,1,65,156,245,1,40,2,0,40,2,0,27,33,2,32,0,16,213,1,32,1,65,16,106,36,0,32,2,11,146,1,1,6,127,3,64,2,64,32,4,32,8,77,13,0,32,2,32,3,70,13,0,65,1,33,6,32,0,40,2,8,33,7,35,0,65,16,107,34,5,36,0,32,5,32,7,54,2,12,32,5,65,8,106,32,5,65,12,106,16,212,1,33,7,65,0,32,2,32,3,32,2,107,32,1,65,236,231,3,32,1,27,16,95,33,9,32,7,16,213,1,32,5,65,16,106,36,0,2,64,2,64,32,9,65,2,106,14,3,2,2,1,0,11,32,9,33,6,11,32,8,65,1,106,33,8,32,6,32,10,106,33,10,32,2,32,6,106,33,2,12,1,11,11,32,10,11,21,0,32,0,40,2,8,34,0,69,4,64,65,1,15,11,32,0,16,141,4,11,132,6,1,3,127,35,0,65,16,107,34,0,36,0,32,0,32,2,54,2,12,32,0,32,5,54,2,8,2,127,32,0,65,12,106,34,9,32,2,54,2,0,32,0,65,8,106,34,8,32,5,54,2,0,32,9,40,2,0,33,1,2,64,2,64,3,64,32,1,32,3,79,4,64,65,0,33,2,12,3,11,65,2,33,2,32,1,47,1,0,34,5,65,255,255,195,0,75,13,2,2,64,2,64,32,5,65,255,0,77,4,64,65,1,33,2,32,6,32,8,40,2,0,34,1,107,65,1,72,13,5,32,8,32,1,65,1,106,54,2,0,32,1,32,5,58,0,0,12,1,11,32,5,65,255,15,77,4,64,32,6,32,8,40,2,0,34,1,107,65,2,72,13,4,32,8,32,1,65,1,106,54,2,0,32,1,32,5,65,6,118,65,192,1,114,58,0,0,32,8,32,8,40,2,0,34,1,65,1,106,54,2,0,32,1,32,5,65,63,113,65,128,1,114,58,0,0,12,1,11,32,5,65,255,175,3,77,4,64,32,6,32,8,40,2,0,34,1,107,65,3,72,13,4,32,8,32,1,65,1,106,54,2,0,32,1,32,5,65,12,118,65,224,1,114,58,0,0,32,8,32,8,40,2,0,34,1,65,1,106,54,2,0,32,1,32,5,65,6,118,65,63,113,65,128,1,114,58,0,0,32,8,32,8,40,2,0,34,1,65,1,106,54,2,0,32,1,32,5,65,63,113,65,128,1,114,58,0,0,12,1,11,32,5,65,255,183,3,77,4,64,65,1,33,2,32,3,32,1,107,65,4,72,13,5,32,1,47,1,2,34,10,65,128,248,3,113,65,128,184,3,71,13,2,32,6,32,8,40,2,0,107,65,4,72,13,5,32,10,65,255,7,113,32,5,65,10,116,65,128,248,3,113,32,5,65,192,7,113,34,2,65,10,116,114,114,65,128,128,4,106,65,255,255,195,0,75,13,2,32,9,32,1,65,2,106,54,2,0,32,8,32,8,40,2,0,34,1,65,1,106,54,2,0,32,1,32,2,65,6,118,65,1,106,34,2,65,2,118,65,240,1,114,58,0,0,32,8,32,8,40,2,0,34,1,65,1,106,54,2,0,32,1,32,2,65,4,116,65,48,113,32,5,65,2,118,65,15,113,114,65,128,1,114,58,0,0,32,8,32,8,40,2,0,34,1,65,1,106,54,2,0,32,1,32,10,65,6,118,65,15,113,32,5,65,4,116,65,48,113,114,65,128,1,114,58,0,0,32,8,32,8,40,2,0,34,5,65,1,106,54,2,0,32,5,32,10,65,63,113,65,128,1,114,58,0,0,12,1,11,32,5,65,128,192,3,73,13,4,32,6,32,8,40,2,0,34,1,107,65,3,72,13,3,32,8,32,1,65,1,106,54,2,0,32,1,32,5,65,12,118,65,224,1,114,58,0,0,32,8,32,8,40,2,0,34,1,65,1,106,54,2,0,32,1,32,5,65,6,118,65,63,113,65,128,1,114,58,0,0,32,8,32,8,40,2,0,34,1,65,1,106,54,2,0,32,1,32,5,65,63,113,65,128,1,114,58,0,0,11,32,9,32,9,40,2,0,65,2,106,34,1,54,2,0,12,1,11,11,65,2,12,2,11,65,1,12,1,11,32,2,11,33,5,32,4,32,0,40,2,12,54,2,0,32,7,32,0,40,2,8,54,2,0,32,0,65,16,106,36,0,32,5,11,219,5,1,6,127,35,0,65,16,107,34,0,36,0,32,0,32,2,54,2,12,32,0,32,5,54,2,8,2,127,32,0,65,12,106,34,11,32,2,54,2,0,32,0,65,8,106,34,12,32,5,54,2,0,2,64,2,64,2,64,3,64,2,64,32,11,40,2,0,34,2,32,3,79,13,0,32,5,32,6,79,13,0,65,2,33,10,32,2,45,0,0,34,1,65,255,255,195,0,75,13,4,32,11,2,127,32,1,65,24,116,65,24,117,65,0,78,4,64,32,5,32,1,59,1,0,32,2,65,1,106,12,1,11,32,1,65,194,1,73,13,5,32,1,65,223,1,77,4,64,32,3,32,2,107,65,2,72,13,5,32,2,45,0,1,34,8,65,192,1,113,65,128,1,71,13,4,32,8,65,63,113,32,1,65,6,116,65,192,15,113,114,34,1,65,255,255,195,0,75,13,4,32,5,32,1,59,1,0,32,2,65,2,106,12,1,11,32,1,65,239,1,77,4,64,32,3,32,2,107,65,3,72,13,5,32,2,45,0,2,33,9,32,2,45,0,1,33,8,2,64,2,64,32,1,65,237,1,71,4,64,32,1,65,224,1,71,13,1,32,8,65,224,1,113,65,160,1,70,13,2,12,7,11,32,8,65,224,1,113,65,128,1,70,13,1,12,6,11,32,8,65,192,1,113,65,128,1,71,13,5,11,32,9,65,192,1,113,65,128,1,71,13,4,32,9,65,63,113,32,8,65,63,113,65,6,116,32,1,65,12,116,114,114,34,1,65,255,255,3,113,65,255,255,195,0,75,13,4,32,5,32,1,59,1,0,32,2,65,3,106,12,1,11,32,1,65,244,1,75,13,5,65,1,33,10,32,3,32,2,107,65,4,72,13,3,32,2,45,0,3,33,9,32,2,45,0,2,33,8,32,2,45,0,1,33,2,2,64,2,64,2,64,2,64,32,1,65,240,1,107,14,5,0,2,2,2,1,2,11,32,2,65,240,0,106,65,255,1,113,65,48,79,13,8,12,2,11,32,2,65,240,1,113,65,128,1,71,13,7,12,1,11,32,2,65,192,1,113,65,128,1,71,13,6,11,32,8,65,192,1,113,65,128,1,71,13,5,32,9,65,192,1,113,65,128,1,71,13,5,32,6,32,5,107,65,4,72,13,3,65,2,33,10,32,9,65,63,113,34,9,32,8,65,6,116,34,13,65,192,31,113,32,2,65,12,116,65,128,224,15,113,32,1,65,7,113,34,1,65,18,116,114,114,114,65,255,255,195,0,75,13,3,32,5,32,8,65,4,118,65,3,113,32,1,65,8,116,32,2,65,2,116,34,1,65,192,1,113,114,32,1,65,60,113,114,114,65,192,255,0,106,65,128,176,3,114,59,1,0,32,12,32,5,65,2,106,54,2,0,32,5,32,13,65,192,7,113,32,9,114,65,128,184,3,114,59,1,2,32,11,40,2,0,65,4,106,11,54,2,0,32,12,32,12,40,2,0,65,2,106,34,5,54,2,0,12,1,11,11,32,2,32,3,73,33,10,11,32,10,12,2,11,65,1,12,1,11,65,2,11,33,5,32,4,32,0,40,2,12,54,2,0,32,7,32,0,40,2,8,54,2,0,32,0,65,16,106,36,0,32,5,11,245,3,1,4,127,32,2,33,0,3,64,2,64,32,0,32,3,79,13,0,32,4,32,6,77,13,0,32,0,45,0,0,34,1,65,255,255,195,0,75,13,0,2,127,32,0,65,1,106,32,1,65,24,116,65,24,117,65,0,78,13,0,26,32,1,65,194,1,73,13,1,32,1,65,223,1,77,4,64,32,3,32,0,107,65,2,72,13,2,32,0,45,0,1,34,5,65,192,1,113,65,128,1,71,13,2,32,5,65,63,113,32,1,65,6,116,65,192,15,113,114,65,255,255,195,0,75,13,2,32,0,65,2,106,12,1,11,2,64,2,64,32,1,65,239,1,77,4,64,32,3,32,0,107,65,3,72,13,4,32,0,45,0,2,33,7,32,0,45,0,1,33,5,32,1,65,237,1,70,13,1,32,1,65,224,1,70,4,64,32,5,65,224,1,113,65,160,1,70,13,3,12,5,11,32,5,65,192,1,113,65,128,1,71,13,4,12,2,11,32,1,65,244,1,75,13,3,32,3,32,0,107,65,4,72,13,3,32,4,32,6,107,65,2,73,13,3,32,0,45,0,3,33,8,32,0,45,0,2,33,7,32,0,45,0,1,33,5,2,64,2,64,2,64,2,64,32,1,65,240,1,107,14,5,0,2,2,2,1,2,11,32,5,65,240,0,106,65,255,1,113,65,48,73,13,2,12,6,11,32,5,65,240,1,113,65,128,1,70,13,1,12,5,11,32,5,65,192,1,113,65,128,1,71,13,4,11,32,7,65,192,1,113,65,128,1,71,13,3,32,8,65,192,1,113,65,128,1,71,13,3,32,8,65,63,113,32,7,65,6,116,65,192,31,113,32,1,65,18,116,65,128,128,240,0,113,32,5,65,63,113,65,12,116,114,114,114,65,255,255,195,0,75,13,3,32,6,65,1,106,33,6,32,0,65,4,106,12,2,11,32,5,65,224,1,113,65,128,1,71,13,2,11,32,7,65,192,1,113,65,128,1,71,13,1,32,7,65,63,113,32,1,65,12,116,65,128,224,3,113,32,5,65,63,113,65,6,116,114,114,65,255,255,195,0,75,13,1,32,0,65,3,106,11,33,0,32,6,65,1,106,33,6,12,1,11,11,32,0,32,2,107,11,4,0,65,4,11,155,4,1,2,127,35,0,65,16,107,34,0,36,0,32,0,32,2,54,2,12,32,0,32,5,54,2,8,2,127,32,0,65,12,106,34,9,32,2,54,2,0,32,0,65,8,106,34,8,32,5,54,2,0,32,9,40,2,0,33,5,2,64,3,64,32,3,32,5,77,4,64,65,0,33,1,12,2,11,65,2,33,1,32,5,40,2,0,34,5,65,128,112,113,65,128,176,3,70,13,1,32,5,65,255,255,195,0,75,13,1,2,64,2,64,32,5,65,255,0,77,4,64,65,1,33,1,32,6,32,8,40,2,0,34,2,107,65,1,72,13,4,32,8,32,2,65,1,106,54,2,0,32,2,32,5,58,0,0,12,1,11,32,5,65,255,15,77,4,64,32,6,32,8,40,2,0,34,1,107,65,2,72,13,2,32,8,32,1,65,1,106,54,2,0,32,1,32,5,65,6,118,65,192,1,114,58,0,0,32,8,32,8,40,2,0,34,1,65,1,106,54,2,0,32,1,32,5,65,63,113,65,128,1,114,58,0,0,12,1,11,32,6,32,8,40,2,0,34,1,107,33,2,32,5,65,255,255,3,77,4,64,32,2,65,3,72,13,2,32,8,32,1,65,1,106,54,2,0,32,1,32,5,65,12,118,65,224,1,114,58,0,0,32,8,32,8,40,2,0,34,1,65,1,106,54,2,0,32,1,32,5,65,6,118,65,63,113,65,128,1,114,58,0,0,32,8,32,8,40,2,0,34,1,65,1,106,54,2,0,32,1,32,5,65,63,113,65,128,1,114,58,0,0,12,1,11,32,2,65,4,72,13,1,32,8,32,1,65,1,106,54,2,0,32,1,32,5,65,18,118,65,240,1,114,58,0,0,32,8,32,8,40,2,0,34,1,65,1,106,54,2,0,32,1,32,5,65,12,118,65,63,113,65,128,1,114,58,0,0,32,8,32,8,40,2,0,34,1,65,1,106,54,2,0,32,1,32,5,65,6,118,65,63,113,65,128,1,114,58,0,0,32,8,32,8,40,2,0,34,1,65,1,106,54,2,0,32,1,32,5,65,63,113,65,128,1,114,58,0,0,11,32,9,32,9,40,2,0,65,4,106,34,5,54,2,0,12,1,11,11,65,1,12,1,11,32,1,11,33,5,32,4,32,0,40,2,12,54,2,0,32,7,32,0,40,2,8,54,2,0,32,0,65,16,106,36,0,32,5,11,234,4,1,7,127,35,0,65,16,107,34,0,36,0,32,0,32,2,54,2,12,32,0,32,5,54,2,8,2,127,32,0,65,12,106,34,11,32,2,54,2,0,32,0,65,8,106,34,12,32,5,54,2,0,2,64,2,64,3,64,2,64,32,11,40,2,0,34,2,32,3,79,13,0,32,5,32,6,79,13,0,32,2,44,0,0,34,9,65,255,1,113,33,1,2,64,32,9,65,0,78,4,64,32,1,65,255,255,195,0,77,4,64,65,1,33,9,12,2,11,65,2,12,6,11,65,2,33,13,32,1,65,194,1,73,13,3,32,1,65,223,1,77,4,64,32,3,32,2,107,65,2,72,13,5,32,2,45,0,1,34,8,65,192,1,113,65,128,1,71,13,4,65,2,33,9,32,8,65,63,113,32,1,65,6,116,65,192,15,113,114,34,1,65,255,255,195,0,77,13,1,12,4,11,32,1,65,239,1,77,4,64,32,3,32,2,107,65,3,72,13,5,32,2,45,0,2,33,10,32,2,45,0,1,33,8,2,64,2,64,32,1,65,237,1,71,4,64,32,1,65,224,1,71,13,1,32,8,65,224,1,113,65,160,1,70,13,2,12,7,11,32,8,65,224,1,113,65,128,1,70,13,1,12,6,11,32,8,65,192,1,113,65,128,1,71,13,5,11,32,10,65,192,1,113,65,128,1,71,13,4,65,3,33,9,32,10,65,63,113,32,1,65,12,116,65,128,224,3,113,32,8,65,63,113,65,6,116,114,114,34,1,65,255,255,195,0,77,13,1,12,4,11,32,1,65,244,1,75,13,3,32,3,32,2,107,65,4,72,13,4,32,2,45,0,3,33,14,32,2,45,0,2,33,10,32,2,45,0,1,33,8,2,64,2,64,2,64,2,64,32,1,65,240,1,107,14,5,0,2,2,2,1,2,11,32,8,65,240,0,106,65,255,1,113,65,48,73,13,2,12,6,11,32,8,65,240,1,113,65,128,1,70,13,1,12,5,11,32,8,65,192,1,113,65,128,1,71,13,4,11,32,10,65,192,1,113,65,128,1,71,13,3,32,14,65,192,1,113,65,128,1,71,13,3,65,4,33,9,32,14,65,63,113,32,10,65,6,116,65,192,31,113,32,1,65,18,116,65,128,128,240,0,113,32,8,65,63,113,65,12,116,114,114,114,34,1,65,255,255,195,0,75,13,3,11,32,5,32,1,54,2,0,32,11,32,2,32,9,106,54,2,0,32,12,32,12,40,2,0,65,4,106,34,5,54,2,0,12,1,11,11,32,2,32,3,73,33,13,11,32,13,12,1,11,65,1,11,33,5,32,4,32,0,40,2,12,54,2,0,32,7,32,0,40,2,8,54,2,0,32,0,65,16,106,36,0,32,5,11,233,3,1,5,127,32,2,33,0,3,64,2,64,32,0,32,3,79,13,0,32,4,32,8,77,13,0,32,0,44,0,0,34,6,65,255,1,113,33,1,2,64,32,6,65,0,78,4,64,65,1,33,6,32,1,65,255,255,195,0,77,13,1,12,2,11,32,1,65,194,1,73,13,1,32,1,65,223,1,77,4,64,32,3,32,0,107,65,2,72,13,2,32,0,45,0,1,34,5,65,192,1,113,65,128,1,71,13,2,65,2,33,6,32,5,65,63,113,32,1,65,6,116,65,192,15,113,114,65,255,255,195,0,77,13,1,12,2,11,2,64,2,64,32,1,65,239,1,77,4,64,32,3,32,0,107,65,3,72,13,4,32,0,45,0,2,33,7,32,0,45,0,1,33,5,32,1,65,237,1,70,13,1,32,1,65,224,1,70,4,64,32,5,65,224,1,113,65,160,1,70,13,3,12,5,11,32,5,65,192,1,113,65,128,1,71,13,4,12,2,11,32,1,65,244,1,75,13,3,32,3,32,0,107,65,4,72,13,3,32,0,45,0,3,33,9,32,0,45,0,2,33,7,32,0,45,0,1,33,5,2,64,2,64,2,64,2,64,32,1,65,240,1,107,14,5,0,2,2,2,1,2,11,32,5,65,240,0,106,65,255,1,113,65,48,73,13,2,12,6,11,32,5,65,240,1,113,65,128,1,70,13,1,12,5,11,32,5,65,192,1,113,65,128,1,71,13,4,11,32,7,65,192,1,113,65,128,1,71,13,3,32,9,65,192,1,113,65,128,1,71,13,3,65,4,33,6,32,9,65,63,113,32,7,65,6,116,65,192,31,113,32,1,65,18,116,65,128,128,240,0,113,32,5,65,63,113,65,12,116,114,114,114,65,255,255,195,0,75,13,3,12,2,11,32,5,65,224,1,113,65,128,1,71,13,2,11,32,7,65,192,1,113,65,128,1,71,13,1,65,3,33,6,32,7,65,63,113,32,1,65,12,116,65,128,224,3,113,32,5,65,63,113,65,6,116,114,114,65,255,255,195,0,75,13,1,11,32,8,65,1,106,33,8,32,0,32,6,106,33,0,12,1,11,11,32,0,32,2,107,11,22,0,32,0,65,184,137,1,54,2,0,32,0,65,12,106,16,159,5,26,32,0,11,10,0,32,0,16,151,4,16,148,6,11,22,0,32,0,65,224,137,1,54,2,0,32,0,65,16,106,16,159,5,26,32,0,11,10,0,32,0,16,153,4,16,148,6,11,10,0,32,0,65,204,12,16,50,26,11,11,0,32,0,65,128,138,1,16,157,4,11,159,1,1,5,127,35,0,65,16,107,34,4,36,0,32,1,33,5,32,1,16,122,33,1,35,0,65,16,107,34,2,36,0,2,64,32,1,65,239,255,255,255,3,77,4,64,2,64,32,1,65,1,77,4,64,32,0,32,1,16,232,2,32,0,33,3,12,1,11,32,0,32,0,32,1,16,139,5,65,1,106,34,6,16,140,5,34,3,16,254,4,32,0,32,6,16,255,4,32,0,32,1,16,231,2,11,32,3,32,5,32,1,16,174,5,32,2,65,0,54,2,12,32,3,32,1,65,2,116,106,32,2,65,12,106,16,247,2,32,2,65,16,106,36,0,12,1,11,16,154,5,0,11,32,4,65,16,106,36,0,11,10,0,32,0,65,213,12,16,50,26,11,11,0,32,0,65,148,138,1,16,157,4,11,13,0,32,0,32,1,16,103,54,2,0,32,0,11,10,0,32,0,40,2,0,65,0,71,11,47,1,1,127,35,0,65,16,107,34,1,36,0,32,1,32,0,54,2,12,32,1,65,8,106,32,1,65,12,106,16,212,1,16,213,1,32,1,65,16,106,36,0,65,208,132,1,11,136,1,1,3,127,35,0,65,16,107,34,4,36,0,2,64,32,1,45,0,0,34,3,69,4,64,65,0,33,3,12,1,11,2,64,32,1,45,0,1,69,4,64,32,0,32,3,58,0,0,12,1,11,65,0,33,3,32,4,65,12,106,32,1,32,2,16,167,4,69,13,1,2,64,32,4,40,2,12,34,5,32,2,16,128,4,34,1,65,127,71,13,0,65,32,33,1,32,5,65,175,192,0,70,13,0,32,5,65,160,1,71,13,2,11,32,0,32,1,58,0,0,11,65,1,33,3,11,32,4,65,16,106,36,0,32,3,11,14,0,32,0,32,1,32,1,16,158,6,16,164,5,11,16,0,32,0,40,2,0,34,0,4,64,32,0,16,120,11,11,13,0,32,0,16,151,4,26,32,0,16,148,6,11,87,1,1,127,35,0,65,16,107,34,3,36,0,32,1,45,0,0,4,127,32,3,66,0,55,3,8,32,3,65,4,106,32,1,32,1,16,158,6,32,3,65,8,106,32,2,16,138,4,34,1,65,125,77,4,64,32,0,32,3,40,2,4,54,2,0,11,32,1,65,126,73,5,65,0,11,33,1,32,3,65,16,106,36,0,32,1,11,13,0,32,0,16,153,4,26,32,0,16,148,6,11,250,1,0,2,64,65,248,233,3,45,0,0,65,1,113,13,0,65,248,233,3,16,249,5,69,13,0,2,64,65,216,236,3,45,0,0,65,1,113,13,0,65,216,236,3,16,249,5,69,13,0,65,176,235,3,33,0,3,64,32,0,16,178,1,65,12,106,34,0,65,216,236,3,71,13,0,11,65,216,236,3,16,251,5,11,65,176,235,3,65,175,9,16,164,4,65,188,235,3,65,182,9,16,164,4,65,200,235,3,65,148,9,16,164,4,65,212,235,3,65,156,9,16,164,4,65,224,235,3,65,139,9,16,164,4,65,236,235,3,65,189,9,16,164,4,65,248,235,3,65,166,9,16,164,4,65,132,236,3,65,216,10,16,164,4,65,144,236,3,65,165,11,16,164,4,65,156,236,3,65,209,12,16,164,4,65,168,236,3,65,164,13,16,164,4,65,180,236,3,65,242,9,16,164,4,65,192,236,3,65,190,11,16,164,4,65,204,236,3,65,129,10,16,164,4,65,244,233,3,65,176,235,3,54,2,0,65,248,233,3,16,251,5,11,65,244,233,3,40,2,0,11,28,0,65,216,236,3,33,0,3,64,32,0,65,12,107,16,159,5,34,0,65,176,235,3,71,13,0,11,11,136,2,0,2,64,65,128,234,3,45,0,0,65,1,113,13,0,65,128,234,3,16,249,5,69,13,0,2,64,65,136,238,3,45,0,0,65,1,113,13,0,65,136,238,3,16,249,5,69,13,0,65,224,236,3,33,0,3,64,32,0,16,178,1,65,12,106,34,0,65,136,238,3,71,13,0,11,65,136,238,3,16,251,5,11,65,224,236,3,65,196,187,1,16,173,4,65,236,236,3,65,224,187,1,16,173,4,65,248,236,3,65,252,187,1,16,173,4,65,132,237,3,65,156,188,1,16,173,4,65,144,237,3,65,196,188,1,16,173,4,65,156,237,3,65,232,188,1,16,173,4,65,168,237,3,65,132,189,1,16,173,4,65,180,237,3,65,168,189,1,16,173,4,65,192,237,3,65,184,189,1,16,173,4,65,204,237,3,65,200,189,1,16,173,4,65,216,237,3,65,216,189,1,16,173,4,65,228,237,3,65,232,189,1,16,173,4,65,240,237,3,65,248,189,1,16,173,4,65,252,237,3,65,136,190,1,16,173,4,65,252,233,3,65,224,236,3,54,2,0,65,128,234,3,16,251,5,11,65,252,233,3,40,2,0,11,28,0,65,136,238,3,33,0,3,64,32,0,65,12,107,16,159,5,34,0,65,224,236,3,71,13,0,11,11,115,1,3,127,32,1,16,122,33,2,35,0,65,16,107,34,4,36,0,2,64,32,2,32,0,16,206,4,34,3,77,4,64,32,0,16,207,1,34,3,32,1,32,2,16,172,5,32,4,65,0,54,2,12,32,3,32,2,65,2,116,106,32,4,65,12,106,16,247,2,32,0,32,2,16,207,4,12,1,11,32,0,32,3,32,2,32,3,107,32,0,16,171,1,34,3,65,0,32,3,32,2,32,1,16,173,5,11,32,4,65,16,106,36,0,11,222,2,0,2,64,65,136,234,3,45,0,0,65,1,113,13,0,65,136,234,3,16,249,5,69,13,0,2,64,65,176,240,3,45,0,0,65,1,113,13,0,65,176,240,3,16,249,5,69,13,0,65,144,238,3,33,0,3,64,32,0,16,178,1,65,12,106,34,0,65,176,240,3,71,13,0,11,65,176,240,3,16,251,5,11,65,144,238,3,65,254,8,16,164,4,65,156,238,3,65,245,8,16,164,4,65,168,238,3,65,211,11,16,164,4,65,180,238,3,65,184,11,16,164,4,65,192,238,3,65,196,9,16,164,4,65,204,238,3,65,219,12,16,164,4,65,216,238,3,65,134,9,16,164,4,65,228,238,3,65,246,9,16,164,4,65,240,238,3,65,161,10,16,164,4,65,252,238,3,65,144,10,16,164,4,65,136,239,3,65,152,10,16,164,4,65,148,239,3,65,171,10,16,164,4,65,160,239,3,65,173,11,16,164,4,65,172,239,3,65,172,13,16,164,4,65,184,239,3,65,196,10,16,164,4,65,196,239,3,65,133,10,16,164,4,65,208,239,3,65,196,9,16,164,4,65,220,239,3,65,220,10,16,164,4,65,232,239,3,65,177,11,16,164,4,65,244,239,3,65,217,11,16,164,4,65,128,240,3,65,200,10,16,164,4,65,140,240,3,65,253,9,16,164,4,65,152,240,3,65,238,9,16,164,4,65,164,240,3,65,168,13,16,164,4,65,132,234,3,65,144,238,3,54,2,0,65,136,234,3,16,251,5,11,65,132,234,3,40,2,0,11,28,0,65,176,240,3,33,0,3,64,32,0,65,12,107,16,159,5,34,0,65,144,238,3,71,13,0,11,11,246,2,0,2,64,65,144,234,3,45,0,0,65,1,113,13,0,65,144,234,3,16,249,5,69,13,0,2,64,65,224,242,3,45,0,0,65,1,113,13,0,65,224,242,3,16,249,5,69,13,0,65,192,240,3,33,0,3,64,32,0,16,178,1,65,12,106,34,0,65,224,242,3,71,13,0,11,65,224,242,3,16,251,5,11,65,192,240,3,65,152,190,1,16,173,4,65,204,240,3,65,184,190,1,16,173,4,65,216,240,3,65,220,190,1,16,173,4,65,228,240,3,65,244,190,1,16,173,4,65,240,240,3,65,140,191,1,16,173,4,65,252,240,3,65,156,191,1,16,173,4,65,136,241,3,65,176,191,1,16,173,4,65,148,241,3,65,196,191,1,16,173,4,65,160,241,3,65,224,191,1,16,173,4,65,172,241,3,65,136,192,1,16,173,4,65,184,241,3,65,168,192,1,16,173,4,65,196,241,3,65,204,192,1,16,173,4,65,208,241,3,65,240,192,1,16,173,4,65,220,241,3,65,128,193,1,16,173,4,65,232,241,3,65,144,193,1,16,173,4,65,244,241,3,65,160,193,1,16,173,4,65,128,242,3,65,140,191,1,16,173,4,65,140,242,3,65,176,193,1,16,173,4,65,152,242,3,65,192,193,1,16,173,4,65,164,242,3,65,208,193,1,16,173,4,65,176,242,3,65,224,193,1,16,173,4,65,188,242,3,65,240,193,1,16,173,4,65,200,242,3,65,128,194,1,16,173,4,65,212,242,3,65,144,194,1,16,173,4,65,140,234,3,65,192,240,3,54,2,0,65,144,234,3,16,251,5,11,65,140,234,3,40,2,0,11,28,0,65,224,242,3,33,0,3,64,32,0,65,12,107,16,159,5,34,0,65,192,240,3,71,13,0,11,11,130,1,0,2,64,65,152,234,3,45,0,0,65,1,113,13,0,65,152,234,3,16,249,5,69,13,0,2,64,65,136,243,3,45,0,0,65,1,113,13,0,65,136,243,3,16,249,5,69,13,0,65,240,242,3,33,0,3,64,32,0,16,178,1,65,12,106,34,0,65,136,243,3,71,13,0,11,65,136,243,3,16,251,5,11,65,240,242,3,65,225,13,16,164,4,65,252,242,3,65,222,13,16,164,4,65,148,234,3,65,240,242,3,54,2,0,65,152,234,3,16,251,5,11,65,148,234,3,40,2,0,11,28,0,65,136,243,3,33,0,3,64,32,0,65,12,107,16,159,5,34,0,65,240,242,3,71,13,0,11,11,132,1,0,2,64,65,160,234,3,45,0,0,65,1,113,13,0,65,160,234,3,16,249,5,69,13,0,2,64,65,168,243,3,45,0,0,65,1,113,13,0,65,168,243,3,16,249,5,69,13,0,65,144,243,3,33,0,3,64,32,0,16,178,1,65,12,106,34,0,65,168,243,3,71,13,0,11,65,168,243,3,16,251,5,11,65,144,243,3,65,160,194,1,16,173,4,65,156,243,3,65,172,194,1,16,173,4,65,156,234,3,65,144,243,3,54,2,0,65,160,234,3,16,251,5,11,65,156,234,3,40,2,0,11,28,0,65,168,243,3,33,0,3,64,32,0,65,12,107,16,159,5,34,0,65,144,243,3,71,13,0,11,11,48,0,2,64,65,176,234,3,45,0,0,65,1,113,13,0,65,176,234,3,16,249,5,69,13,0,65,164,234,3,65,200,9,16,50,26,65,176,234,3,16,251,5,11,65,164,234,3,11,10,0,65,164,234,3,16,159,5,26,11,49,0,2,64,65,192,234,3,45,0,0,65,1,113,13,0,65,192,234,3,16,249,5,69,13,0,65,180,234,3,65,252,138,1,16,157,4,65,192,234,3,16,251,5,11,65,180,234,3,11,10,0,65,180,234,3,16,159,5,26,11,48,0,2,64,65,208,234,3,45,0,0,65,1,113,13,0,65,208,234,3,16,249,5,69,13,0,65,196,234,3,65,209,13,16,50,26,65,208,234,3,16,251,5,11,65,196,234,3,11,10,0,65,196,234,3,16,159,5,26,11,49,0,2,64,65,224,234,3,45,0,0,65,1,113,13,0,65,224,234,3,16,249,5,69,13,0,65,212,234,3,65,160,139,1,16,157,4,65,224,234,3,16,251,5,11,65,212,234,3,11,10,0,65,212,234,3,16,159,5,26,11,48,0,2,64,65,240,234,3,45,0,0,65,1,113,13,0,65,240,234,3,16,249,5,69,13,0,65,228,234,3,65,182,13,16,50,26,65,240,234,3,16,251,5,11,65,228,234,3,11,10,0,65,228,234,3,16,159,5,26,11,49,0,2,64,65,128,235,3,45,0,0,65,1,113,13,0,65,128,235,3,16,249,5,69,13,0,65,244,234,3,65,196,139,1,16,157,4,65,128,235,3,16,251,5,11,65,244,234,3,11,10,0,65,244,234,3,16,159,5,26,11,48,0,2,64,65,144,235,3,45,0,0,65,1,113,13,0,65,144,235,3,16,249,5,69,13,0,65,132,235,3,65,204,10,16,50,26,65,144,235,3,16,251,5,11,65,132,235,3,11,10,0,65,132,235,3,16,159,5,26,11,49,0,2,64,65,160,235,3,45,0,0,65,1,113,13,0,65,160,235,3,16,249,5,69,13,0,65,148,235,3,65,152,140,1,16,157,4,65,160,235,3,16,251,5,11,65,148,235,3,11,10,0,65,148,235,3,16,159,5,26,11,54,1,1,127,35,0,65,16,107,34,2,36,0,32,0,32,1,16,207,1,16,103,34,0,54,2,0,32,0,69,4,64,32,2,65,172,16,32,1,16,179,5,16,199,2,0,11,32,2,65,16,106,36,0,11,9,0,32,0,40,2,0,16,120,11,208,9,1,14,127,35,0,65,176,1,107,34,4,36,0,32,4,65,127,54,2,160,1,32,4,66,134,128,128,128,192,45,55,3,152,1,32,4,66,139,128,128,128,144,20,55,3,144,1,32,4,66,151,128,128,128,240,3,55,3,136,1,32,4,66,187,128,128,128,240,6,55,3,128,1,32,4,66,0,55,2,164,1,32,4,32,2,58,0,14,32,4,65,37,58,0,13,32,4,65,0,58,0,15,32,1,65,228,3,106,33,14,32,1,65,216,3,106,33,15,32,1,65,204,3,106,33,9,32,1,65,172,1,106,33,10,32,1,65,4,106,33,12,32,4,65,16,106,65,228,0,32,4,65,13,106,32,4,65,128,1,106,32,1,40,2,0,16,5,32,4,65,16,106,106,33,7,32,4,32,4,65,16,106,54,2,8,32,4,65,16,106,33,5,32,0,16,178,1,33,0,32,2,65,248,0,71,33,16,3,64,2,64,32,5,32,7,71,4,64,32,3,65,128,192,0,32,5,44,0,0,16,167,2,4,64,32,0,65,32,16,170,5,3,64,32,4,32,4,40,2,8,65,1,106,34,5,54,2,8,32,5,32,7,70,13,3,32,3,65,128,192,0,32,5,44,0,0,16,167,2,13,0,11,12,2,11,32,4,32,4,40,2,8,54,2,4,32,4,65,0,54,2,0,32,4,65,4,106,32,7,32,12,32,10,32,3,32,4,16,201,4,32,12,107,34,5,65,167,1,76,4,64,32,0,65,37,16,170,5,32,0,65,193,0,65,225,0,32,5,65,212,0,72,27,16,170,5,32,4,32,4,40,2,4,54,2,8,12,2,11,32,4,32,4,40,2,8,54,2,4,32,4,65,4,106,32,7,32,10,32,9,32,3,32,4,16,201,4,32,10,107,34,5,65,12,109,33,2,32,5,65,159,2,76,4,64,32,0,65,37,16,170,5,32,0,65,194,0,65,226,0,32,5,65,144,1,72,27,16,170,5,2,64,32,16,13,0,32,3,65,128,16,32,1,32,2,65,12,108,106,65,172,1,106,65,0,16,172,1,44,0,0,16,167,2,69,13,0,32,0,16,207,1,32,0,16,171,1,106,65,1,107,65,237,0,58,0,0,11,32,4,32,4,40,2,4,54,2,8,12,2,11,2,64,32,9,16,171,1,65,0,32,15,16,171,1,107,70,13,0,32,4,32,4,40,2,8,54,2,4,32,4,65,4,106,32,7,32,9,32,14,32,3,32,4,16,201,4,32,9,107,65,23,74,13,0,32,0,65,37,16,170,5,32,0,65,240,0,16,170,5,32,4,32,4,40,2,4,54,2,8,12,2,11,32,4,32,4,40,2,8,34,5,54,2,4,32,3,65,128,16,32,5,44,0,0,16,167,2,4,64,32,3,33,2,65,0,33,8,65,4,33,11,2,64,32,4,34,17,2,127,65,6,32,4,65,8,106,34,13,40,2,0,34,6,32,7,34,5,70,13,0,26,65,4,32,2,65,128,16,32,6,44,0,0,34,6,16,167,2,69,13,0,26,32,2,32,6,16,166,2,33,8,3,64,2,64,32,13,32,13,40,2,0,65,1,106,34,6,54,2,0,32,8,65,48,107,33,8,32,5,32,6,70,13,0,32,11,65,2,72,13,0,32,2,65,128,16,32,6,44,0,0,34,6,16,167,2,69,13,3,32,11,65,1,107,33,11,32,2,32,6,16,166,2,32,8,65,10,108,106,33,8,12,1,11,11,32,5,32,6,71,13,1,65,2,11,32,17,40,2,0,114,54,2,0,11,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,32,8,34,5,65,6,107,14,7,2,3,1,1,1,4,5,0,11,2,64,32,5,65,55,107,14,7,8,1,1,1,9,1,10,0,11,32,5,65,23,70,13,5,32,5,65,31,70,13,6,32,5,65,236,2,70,13,10,32,5,65,141,16,70,13,11,11,32,4,40,2,4,33,5,3,64,32,5,32,4,40,2,8,70,13,14,32,0,32,5,44,0,0,16,170,5,32,4,32,4,40,2,4,65,1,106,34,5,54,2,4,12,0,11,0,11,32,0,65,37,16,170,5,32,0,65,247,0,16,170,5,12,12,11,32,0,65,37,16,170,5,32,0,65,245,0,16,170,5,12,11,11,32,0,65,37,16,170,5,32,0,65,201,0,16,170,5,12,10,11,32,0,65,37,16,170,5,32,0,65,237,0,16,170,5,12,9,11,32,0,65,37,16,170,5,32,0,65,200,0,16,170,5,12,8,11,32,0,65,37,16,170,5,32,0,65,228,0,16,170,5,12,7,11,32,0,65,37,16,170,5,32,0,65,205,0,16,170,5,12,6,11,32,0,65,37,16,170,5,32,0,65,211,0,16,170,5,12,5,11,32,0,65,37,16,170,5,32,0,65,249,0,16,170,5,12,4,11,32,0,65,37,16,170,5,32,0,65,234,0,16,170,5,12,3,11,32,0,65,37,16,170,5,32,0,65,217,0,16,170,5,12,2,11,32,4,40,2,8,45,0,0,34,5,65,37,70,4,64,32,0,65,37,16,170,5,32,0,65,37,16,170,5,32,4,32,4,40,2,8,65,1,106,54,2,8,12,2,11,32,0,32,5,65,24,116,65,24,117,16,170,5,32,4,32,4,40,2,8,65,1,106,54,2,8,12,1,11,32,4,65,176,1,106,36,0,15,11,32,4,40,2,8,33,5,12,0,11,0,11,166,4,1,11,127,35,0,65,128,1,107,34,11,36,0,32,2,32,3,16,163,1,33,8,32,11,65,37,54,2,16,32,11,65,8,106,65,0,32,11,65,16,106,16,164,1,33,13,32,11,65,16,106,33,9,2,64,32,8,65,229,0,79,4,64,32,8,16,147,6,34,9,69,13,1,32,13,32,9,16,165,1,11,32,9,33,6,32,2,33,7,3,64,32,3,32,7,70,4,64,3,64,2,64,32,0,40,2,0,34,7,32,1,70,34,6,65,1,32,8,27,4,64,32,6,4,64,32,5,32,5,40,2,0,65,2,114,54,2,0,11,12,1,11,32,4,32,7,44,0,0,16,169,1,33,16,32,14,65,1,106,33,12,65,0,33,15,32,9,33,6,32,2,33,7,3,64,32,3,32,7,70,4,64,32,12,33,14,32,15,69,13,3,32,0,32,0,40,2,0,65,1,106,54,2,0,32,9,33,6,32,2,33,7,32,8,32,10,106,65,2,73,13,3,3,64,32,3,32,7,70,4,64,12,5,5,2,64,32,6,45,0,0,65,2,71,13,0,32,7,16,171,1,32,12,70,13,0,32,6,65,0,58,0,0,32,10,65,1,107,33,10,11,32,6,65,1,106,33,6,32,7,65,12,106,33,7,12,1,11,0,11,0,5,2,64,32,6,45,0,0,65,1,71,13,0,2,64,32,16,65,255,1,113,32,4,32,7,32,14,16,172,1,44,0,0,16,169,1,65,255,1,113,70,4,64,65,1,33,15,32,7,16,171,1,32,12,71,13,2,32,6,65,2,58,0,0,32,10,65,1,106,33,10,12,1,11,32,6,65,0,58,0,0,11,32,8,65,1,107,33,8,11,32,6,65,1,106,33,6,32,7,65,12,106,33,7,12,1,11,0,11,0,11,11,2,64,2,64,3,64,32,2,32,3,70,13,1,32,9,45,0,0,65,2,71,4,64,32,9,65,1,106,33,9,32,2,65,12,106,33,2,12,1,11,11,32,2,33,3,12,1,11,32,5,32,5,40,2,0,65,4,114,54,2,0,11,32,13,16,173,1,32,11,65,128,1,106,36,0,32,3,15,5,2,64,32,7,16,174,1,69,4,64,32,6,65,1,58,0,0,12,1,11,32,6,65,2,58,0,0,32,10,65,1,106,33,10,32,8,65,1,107,33,8,11,32,6,65,1,106,33,6,32,7,65,12,106,33,7,12,1,11,0,11,0,11,16,199,2,0,11,152,10,1,14,127,35,0,65,224,4,107,34,4,36,0,32,4,66,134,128,128,128,192,45,55,3,200,4,32,4,66,139,128,128,128,144,20,55,3,192,4,32,4,66,151,128,128,128,240,3,55,3,184,4,32,4,66,187,128,128,128,240,6,55,3,176,4,32,4,66,0,55,2,212,4,32,4,65,127,54,2,208,4,32,4,32,2,58,0,190,3,32,4,65,37,58,0,189,3,32,4,65,0,58,0,191,3,32,4,65,192,3,106,65,228,0,32,4,65,189,3,106,32,4,65,176,4,106,32,1,40,2,0,16,5,26,32,4,32,4,65,32,106,54,2,28,32,4,66,0,55,3,16,32,4,32,4,65,192,3,106,54,2,12,32,4,65,32,106,32,4,65,12,106,65,228,0,32,4,65,16,106,32,1,40,2,0,16,198,2,34,6,65,127,71,4,64,32,1,65,228,3,106,33,14,32,1,65,216,3,106,33,15,32,1,65,204,3,106,33,8,32,1,65,172,1,106,33,10,32,1,65,4,106,33,12,32,4,40,2,28,32,6,65,2,116,106,33,6,32,0,16,178,1,33,0,32,2,65,248,0,71,33,16,3,64,32,6,32,4,40,2,28,34,2,71,4,64,32,3,65,128,192,0,32,2,40,2,0,16,181,2,4,64,32,0,65,32,16,178,5,3,64,32,4,32,4,40,2,28,65,4,106,34,2,54,2,28,32,2,32,6,70,13,3,32,3,65,128,192,0,32,2,40,2,0,16,181,2,13,0,11,12,2,11,32,4,32,4,40,2,28,54,2,8,32,4,65,0,54,2,4,32,4,65,8,106,32,6,32,12,32,10,32,3,32,4,65,4,106,16,203,4,32,12,107,34,2,65,167,1,76,4,64,32,0,65,37,16,178,5,32,0,65,193,0,65,225,0,32,2,65,212,0,72,27,16,178,5,32,4,32,4,40,2,8,54,2,28,12,2,11,32,4,32,4,40,2,28,54,2,8,32,4,65,8,106,32,6,32,10,32,8,32,3,32,4,65,4,106,16,203,4,32,10,107,34,2,65,12,109,33,9,32,2,65,159,2,76,4,64,32,0,65,37,16,178,5,32,0,65,194,0,65,226,0,32,2,65,144,1,72,27,16,178,5,2,64,32,16,13,0,32,3,65,128,16,32,1,32,9,65,12,108,106,65,172,1,106,65,0,16,223,1,40,2,0,16,181,2,69,13,0,32,0,16,207,1,32,0,16,171,1,65,2,116,106,65,4,107,65,237,0,54,2,0,11,32,4,32,4,40,2,8,54,2,28,12,2,11,2,64,32,8,16,171,1,65,0,32,15,16,171,1,107,70,13,0,32,4,32,4,40,2,28,54,2,8,32,4,65,8,106,32,6,32,8,32,14,32,3,32,4,65,4,106,16,203,4,32,8,107,65,23,74,13,0,32,0,65,37,16,178,5,32,0,65,240,0,16,178,5,32,4,32,4,40,2,8,54,2,28,12,2,11,32,4,32,4,40,2,28,34,2,54,2,8,32,3,65,128,16,32,2,40,2,0,16,181,2,4,64,32,3,33,2,65,0,33,7,65,4,33,11,2,64,32,4,65,4,106,34,17,2,127,65,6,32,4,65,28,106,34,13,40,2,0,34,5,32,6,34,9,70,13,0,26,65,4,32,2,65,128,16,32,5,40,2,0,34,5,16,181,2,69,13,0,26,32,2,32,5,16,180,2,33,7,3,64,2,64,32,13,32,13,40,2,0,65,4,106,34,5,54,2,0,32,7,65,48,107,33,7,32,5,32,9,70,13,0,32,11,65,2,72,13,0,32,2,65,128,16,32,5,40,2,0,34,5,16,181,2,69,13,3,32,11,65,1,107,33,11,32,2,32,5,16,180,2,32,7,65,10,108,106,33,7,12,1,11,11,32,5,32,9,71,13,1,65,2,11,32,17,40,2,0,114,54,2,0,11,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,32,7,34,2,65,6,107,14,7,2,3,1,1,1,4,5,0,11,2,64,32,2,65,55,107,14,7,8,1,1,1,9,1,10,0,11,32,2,65,23,70,13,5,32,2,65,31,70,13,6,32,2,65,236,2,70,13,10,32,2,65,141,16,70,13,11,11,32,4,40,2,8,33,2,3,64,32,2,32,4,40,2,28,70,13,14,32,0,32,2,40,2,0,16,178,5,32,4,32,4,40,2,8,65,4,106,34,2,54,2,8,12,0,11,0,11,32,0,65,37,16,178,5,32,0,65,247,0,16,178,5,12,12,11,32,0,65,37,16,178,5,32,0,65,245,0,16,178,5,12,11,11,32,0,65,37,16,178,5,32,0,65,201,0,16,178,5,12,10,11,32,0,65,37,16,178,5,32,0,65,237,0,16,178,5,12,9,11,32,0,65,37,16,178,5,32,0,65,200,0,16,178,5,12,8,11,32,0,65,37,16,178,5,32,0,65,228,0,16,178,5,12,7,11,32,0,65,37,16,178,5,32,0,65,205,0,16,178,5,12,6,11,32,0,65,37,16,178,5,32,0,65,211,0,16,178,5,12,5,11,32,0,65,37,16,178,5,32,0,65,249,0,16,178,5,12,4,11,32,0,65,37,16,178,5,32,0,65,234,0,16,178,5,12,3,11,32,0,65,37,16,178,5,32,0,65,217,0,16,178,5,12,2,11,32,3,32,4,40,2,28,40,2,0,16,180,2,65,37,70,4,64,32,0,65,37,16,178,5,32,0,65,37,16,178,5,32,4,32,4,40,2,28,65,4,106,54,2,28,12,2,5,32,0,32,4,40,2,28,40,2,0,16,178,5,32,4,32,4,40,2,28,65,4,106,54,2,28,12,2,11,0,11,11,32,4,65,224,4,106,36,0,15,11,16,199,2,0,11,158,4,1,11,127,35,0,65,128,1,107,34,11,36,0,32,2,32,3,16,163,1,33,8,32,11,65,37,54,2,16,32,11,65,8,106,65,0,32,11,65,16,106,16,164,1,33,13,32,11,65,16,106,33,9,2,64,32,8,65,229,0,79,4,64,32,8,16,147,6,34,9,69,13,1,32,13,32,9,16,165,1,11,32,9,33,6,32,2,33,7,3,64,32,3,32,7,70,4,64,3,64,2,64,32,0,40,2,0,34,7,32,1,70,34,6,65,1,32,8,27,4,64,32,6,4,64,32,5,32,5,40,2,0,65,2,114,54,2,0,11,12,1,11,32,4,32,7,40,2,0,16,221,1,33,16,32,14,65,1,106,33,12,65,0,33,15,32,9,33,6,32,2,33,7,3,64,32,3,32,7,70,4,64,32,12,33,14,32,15,69,13,3,32,0,32,0,40,2,0,65,4,106,54,2,0,32,9,33,6,32,2,33,7,32,8,32,10,106,65,2,73,13,3,3,64,32,3,32,7,70,4,64,12,5,5,2,64,32,6,45,0,0,65,2,71,13,0,32,7,16,171,1,32,12,70,13,0,32,6,65,0,58,0,0,32,10,65,1,107,33,10,11,32,6,65,1,106,33,6,32,7,65,12,106,33,7,12,1,11,0,11,0,5,2,64,32,6,45,0,0,65,1,71,13,0,2,64,32,4,32,7,32,14,16,223,1,40,2,0,16,221,1,32,16,70,4,64,65,1,33,15,32,7,16,171,1,32,12,71,13,2,32,6,65,2,58,0,0,32,10,65,1,106,33,10,12,1,11,32,6,65,0,58,0,0,11,32,8,65,1,107,33,8,11,32,6,65,1,106,33,6,32,7,65,12,106,33,7,12,1,11,0,11,0,11,11,2,64,2,64,3,64,32,2,32,3,70,13,1,32,9,45,0,0,65,2,71,4,64,32,9,65,1,106,33,9,32,2,65,12,106,33,2,12,1,11,11,32,2,33,3,12,1,11,32,5,32,5,40,2,0,65,4,114,54,2,0,11,32,13,16,173,1,32,11,65,128,1,106,36,0,32,3,15,5,2,64,32,7,16,174,1,69,4,64,32,6,65,1,58,0,0,12,1,11,32,6,65,2,58,0,0,32,10,65,1,106,33,10,32,8,65,1,107,33,8,11,32,6,65,1,106,33,6,32,7,65,12,106,33,7,12,1,11,0,11,0,11,16,199,2,0,11,130,1,1,3,127,35,0,65,16,107,34,4,36,0,32,1,32,2,16,205,4,34,5,32,0,16,206,4,34,3,75,4,64,32,0,32,3,32,5,32,3,107,32,0,16,171,1,34,3,65,0,32,3,65,0,16,176,5,11,32,0,16,207,1,33,3,3,64,32,1,32,2,71,4,64,32,3,32,1,16,247,2,32,3,65,4,106,33,3,32,1,65,4,106,33,1,12,1,11,11,32,4,65,0,54,2,12,32,3,32,4,65,12,106,16,247,2,32,0,32,5,16,207,4,32,4,65,16,106,36,0,11,9,0,32,0,32,1,16,197,2,11,27,1,1,127,65,1,33,1,32,0,16,205,1,4,127,32,0,16,206,1,65,1,107,5,32,1,11,11,25,0,32,0,16,205,1,4,64,32,0,32,1,16,231,2,15,11,32,0,32,1,16,232,2,11,54,1,1,127,35,0,65,16,107,34,2,36,0,32,0,32,1,16,207,1,16,103,34,0,54,2,0,32,0,69,4,64,32,2,65,131,16,32,1,16,179,5,16,199,2,0,11,32,2,65,16,106,36,0,11,212,14,1,7,127,35,0,65,48,107,34,8,36,0,32,2,4,64,32,1,16,171,1,65,4,70,33,7,11,2,64,2,64,2,64,2,64,2,64,32,3,14,2,0,1,2,11,32,7,4,64,32,1,16,247,1,33,2,32,8,32,1,16,247,1,54,2,40,32,8,65,40,106,65,3,16,239,2,33,9,32,1,16,248,1,33,11,35,0,65,32,107,34,3,36,0,32,3,32,9,54,2,16,32,3,32,2,54,2,24,32,3,32,11,54,2,8,2,64,32,3,65,24,106,32,3,65,16,106,16,253,1,13,0,32,3,65,16,106,32,3,65,8,106,16,253,1,33,2,32,3,40,2,24,33,11,32,2,13,0,32,3,40,2,16,33,6,32,3,40,2,8,33,10,35,0,65,32,107,34,9,36,0,32,9,32,10,54,2,16,32,9,32,6,54,2,24,32,9,32,11,16,143,5,54,2,8,2,64,32,9,65,8,106,32,9,65,24,106,16,253,1,4,64,35,0,65,32,107,34,6,36,0,32,6,32,11,54,2,16,32,6,32,6,65,16,106,40,2,0,45,0,0,58,0,15,32,6,32,6,40,2,16,16,143,5,32,10,32,6,40,2,16,16,145,5,54,2,24,32,6,65,24,106,40,2,0,32,6,65,15,106,45,0,0,58,0,0,32,6,40,2,24,26,32,6,65,32,106,36,0,12,1,11,32,9,32,9,40,2,24,16,143,5,54,2,8,32,9,65,8,106,32,9,65,16,106,16,253,1,4,64,32,9,40,2,16,33,10,35,0,65,32,107,34,6,36,0,32,6,32,11,54,2,24,35,0,65,16,107,34,12,36,0,32,12,32,10,54,2,8,32,12,65,8,106,65,127,16,144,5,32,12,40,2,8,33,2,32,12,65,16,106,36,0,32,6,32,2,54,2,16,32,6,32,6,65,16,106,40,2,0,45,0,0,58,0,15,32,11,32,6,40,2,16,32,10,16,146,5,26,32,6,65,24,106,40,2,0,32,6,65,15,106,45,0,0,58,0,0,32,6,65,32,106,36,0,12,1,11,32,9,40,2,24,33,2,32,9,40,2,16,33,10,35,0,65,48,107,34,6,36,0,32,6,32,2,54,2,32,32,6,32,11,54,2,40,32,6,32,10,54,2,24,2,127,32,6,65,32,106,32,6,65,40,106,16,226,2,34,10,32,6,65,24,106,32,6,65,32,106,16,226,2,34,2,70,4,64,32,6,40,2,40,33,11,32,6,40,2,32,34,10,33,12,35,0,65,32,107,34,2,36,0,32,2,32,12,54,2,16,32,2,32,11,54,2,24,32,2,32,10,54,2,8,3,64,32,2,65,24,106,32,2,65,16,106,16,249,1,4,64,32,2,40,2,24,32,2,40,2,8,16,194,2,32,2,65,24,106,16,251,1,32,2,65,8,106,16,251,1,12,1,11,11,32,2,40,2,8,26,32,2,65,32,106,36,0,32,6,40,2,32,12,1,11,32,6,32,6,65,40,106,32,10,32,2,16,147,5,16,239,2,54,2,16,3,127,32,6,65,16,106,32,6,65,40,106,16,249,1,4,127,32,6,65,16,106,34,11,32,11,40,2,0,65,1,107,54,2,0,32,6,32,11,40,2,0,45,0,0,58,0,15,32,6,32,6,40,2,16,54,2,8,32,6,32,6,65,8,106,32,10,16,239,2,54,2,0,3,64,32,6,65,8,106,40,2,0,32,6,40,2,0,45,0,0,58,0,0,32,6,32,6,40,2,0,54,2,8,2,64,32,6,65,24,106,32,6,16,226,2,34,11,32,10,74,4,64,32,6,32,10,16,137,3,12,1,11,32,6,32,6,65,40,106,32,10,32,11,107,16,239,2,54,2,0,11,32,6,32,6,65,16,106,16,249,1,13,0,11,32,6,65,8,106,40,2,0,32,6,65,15,106,45,0,0,58,0,0,12,1,5,32,6,65,40,106,32,2,16,239,2,11,11,11,26,32,6,65,48,106,36,0,11,32,9,65,32,106,36,0,11,32,3,65,32,106,36,0,11,2,64,2,64,2,64,2,64,2,64,32,5,14,5,0,1,2,3,4,6,11,32,0,65,131,136,128,16,54,0,0,2,64,32,4,14,3,8,0,8,6,11,32,7,13,7,32,1,16,160,5,12,7,11,32,0,65,2,58,0,3,32,0,65,3,58,0,0,2,64,2,64,2,64,32,4,14,3,0,1,2,7,11,32,0,65,4,59,0,1,12,8,11,32,0,65,4,59,0,1,32,7,13,7,32,1,16,160,5,12,7,11,32,0,65,129,8,59,0,1,32,7,69,13,6,32,8,32,1,16,247,1,54,2,40,32,1,32,8,65,32,106,32,8,65,40,106,16,225,2,40,2,0,16,210,4,12,6,11,32,0,65,3,58,0,3,32,0,65,4,58,0,0,2,64,2,64,2,64,32,4,14,3,0,1,2,6,11,32,0,65,128,4,59,0,1,12,7,11,32,7,69,4,64,32,1,16,160,5,11,32,0,65,128,4,59,0,1,12,6,11,32,0,65,130,2,59,0,1,32,7,69,13,5,32,8,32,1,16,247,1,54,2,40,32,1,32,8,65,24,106,32,8,65,40,106,16,225,2,40,2,0,16,210,4,12,5,11,32,0,65,2,58,0,3,32,0,65,4,58,0,0,2,64,2,64,2,64,32,4,14,3,0,1,2,5,11,32,0,65,128,6,59,0,1,12,6,11,32,0,65,129,6,59,0,1,32,7,69,13,5,32,8,32,1,16,247,1,54,2,40,32,1,32,8,65,16,106,32,8,65,40,106,16,225,2,40,2,0,16,210,4,12,5,11,32,0,65,3,59,0,1,32,7,13,4,32,1,16,160,5,12,4,11,32,0,65,3,58,0,3,32,0,65,4,58,0,0,2,64,2,64,2,64,32,4,14,3,0,1,2,4,11,32,0,65,128,4,59,0,1,12,5,11,32,0,65,128,4,59,0,1,32,7,13,4,32,1,16,160,5,12,4,11,32,0,65,130,2,59,0,1,32,7,69,13,3,32,8,32,1,16,247,1,54,2,40,32,1,32,8,65,8,106,32,8,65,40,106,16,225,2,40,2,0,16,210,4,12,3,11,2,64,2,64,2,64,2,64,2,64,32,5,14,5,0,1,2,3,4,5,11,32,0,65,131,132,128,32,54,0,0,2,64,32,4,14,3,7,0,7,5,11,32,7,13,6,32,1,16,160,5,12,6,11,32,0,65,4,58,0,3,32,0,65,3,58,0,0,2,64,2,64,2,64,32,4,14,3,0,1,2,6,11,32,0,65,2,59,0,1,12,7,11,32,0,65,2,59,0,1,32,7,13,6,32,1,65,32,16,170,5,12,6,11,32,0,65,129,4,59,0,1,32,7,69,13,5,12,4,11,32,0,65,3,58,0,3,32,0,65,2,58,0,0,2,64,2,64,2,64,32,4,14,3,0,1,2,5,11,32,0,65,128,8,59,0,1,12,6,11,32,0,65,128,8,59,0,1,32,7,13,5,32,1,65,32,16,170,5,12,5,11,32,0,65,132,2,59,0,1,32,7,13,3,12,4,11,32,0,65,4,58,0,3,32,0,65,3,58,0,0,2,64,2,64,2,64,32,4,14,3,0,1,2,4,11,32,0,65,2,59,0,1,12,5,11,32,0,65,2,59,0,1,32,7,13,4,32,1,65,32,16,170,5,12,4,11,32,0,65,129,4,59,0,1,32,7,13,2,12,3,11,32,0,65,4,58,0,3,32,0,65,2,58,0,0,2,64,2,64,2,64,32,4,14,3,0,1,2,3,11,32,0,65,3,59,0,1,12,4,11,32,0,65,131,2,59,0,1,32,7,13,2,12,3,11,32,0,65,128,6,59,0,1,32,7,13,2,32,1,65,32,16,170,5,12,2,11,32,0,65,130,134,128,32,54,0,0,12,1,11,35,0,65,16,107,34,2,36,0,2,64,32,1,16,205,1,4,64,32,1,32,1,40,2,4,65,1,107,34,0,16,231,2,32,1,40,2,0,33,3,32,2,65,0,58,0,15,32,0,32,3,106,32,2,65,15,106,16,230,2,12,1,11,32,1,32,1,45,0,11,65,1,107,34,0,16,232,2,32,2,65,0,58,0,14,32,0,32,1,106,32,2,65,14,106,16,230,2,11,32,2,65,16,106,36,0,11,32,8,65,48,106,36,0,11,216,1,1,7,127,35,0,65,16,107,34,3,36,0,32,3,32,1,54,2,8,32,3,32,0,16,247,1,54,2,0,32,3,65,8,106,32,3,16,226,2,34,1,33,4,2,64,32,0,16,171,1,32,4,79,4,64,35,0,65,16,107,34,2,36,0,32,2,65,1,54,2,12,32,0,16,171,1,33,7,32,0,16,207,1,33,8,32,2,32,7,32,4,107,34,6,54,2,8,32,2,32,2,65,12,106,32,2,65,8,106,16,133,4,40,2,0,34,5,54,2,12,32,0,32,7,32,6,32,5,107,34,6,4,127,32,4,32,8,106,34,4,32,4,32,5,106,32,6,16,156,5,32,2,40,2,12,5,32,5,11,107,34,5,16,207,4,32,2,65,0,58,0,7,32,5,32,8,106,32,2,65,7,106,16,230,2,32,2,65,16,106,36,0,12,1,11,16,155,5,0,11,32,3,32,1,16,239,2,26,32,3,65,16,106,36,0,11,218,14,1,7,127,35,0,65,48,107,34,8,36,0,32,2,4,64,32,1,16,171,1,65,4,70,33,7,11,2,64,2,64,2,64,2,64,2,64,32,3,14,2,0,1,2,11,32,7,4,64,32,1,16,247,1,33,2,32,8,32,1,16,247,1,54,2,40,32,8,65,40,106,65,3,16,251,2,33,9,32,1,16,148,2,33,11,35,0,65,32,107,34,3,36,0,32,3,32,9,54,2,16,32,3,32,2,54,2,24,32,3,32,11,54,2,8,2,64,32,3,65,24,106,32,3,65,16,106,16,253,1,13,0,32,3,65,16,106,32,3,65,8,106,16,253,1,33,2,32,3,40,2,24,33,11,32,2,13,0,32,3,40,2,16,33,6,32,3,40,2,8,33,10,35,0,65,32,107,34,9,36,0,32,9,32,10,54,2,16,32,9,32,6,54,2,24,32,9,32,11,16,148,5,54,2,8,2,64,32,9,65,8,106,32,9,65,24,106,16,253,1,4,64,35,0,65,32,107,34,6,36,0,32,6,32,11,54,2,16,32,6,32,6,65,16,106,40,2,0,40,2,0,54,2,12,32,6,32,6,40,2,16,16,148,5,32,10,32,6,40,2,16,16,145,5,54,2,24,32,6,65,24,106,40,2,0,32,6,65,12,106,40,2,0,54,2,0,32,6,40,2,24,26,32,6,65,32,106,36,0,12,1,11,32,9,32,9,40,2,24,16,148,5,54,2,8,32,9,65,8,106,32,9,65,16,106,16,253,1,4,64,32,9,40,2,16,33,10,35,0,65,32,107,34,6,36,0,32,6,32,11,54,2,24,35,0,65,16,107,34,12,36,0,32,12,32,10,54,2,8,32,12,65,8,106,65,127,16,149,5,32,12,40,2,8,33,2,32,12,65,16,106,36,0,32,6,32,2,54,2,16,32,6,32,6,65,16,106,40,2,0,40,2,0,54,2,12,32,11,32,6,40,2,16,32,10,16,146,5,26,32,6,65,24,106,40,2,0,32,6,65,12,106,40,2,0,54,2,0,32,6,65,32,106,36,0,12,1,11,32,9,40,2,24,33,2,32,9,40,2,16,33,10,35,0,65,48,107,34,6,36,0,32,6,32,2,54,2,32,32,6,32,11,54,2,40,32,6,32,10,54,2,24,2,127,32,6,65,32,106,32,6,65,40,106,16,245,2,34,10,32,6,65,24,106,32,6,65,32,106,16,245,2,34,2,70,4,64,32,6,40,2,40,33,11,32,6,40,2,32,34,10,33,12,35,0,65,32,107,34,2,36,0,32,2,32,12,54,2,16,32,2,32,11,54,2,24,32,2,32,10,54,2,8,3,64,32,2,65,24,106,32,2,65,16,106,16,249,1,4,64,32,2,40,2,24,32,2,40,2,8,16,135,5,32,2,65,24,106,16,150,2,32,2,65,8,106,16,150,2,12,1,11,11,32,2,40,2,8,26,32,2,65,32,106,36,0,32,6,40,2,32,12,1,11,32,6,32,6,65,40,106,32,10,32,2,16,147,5,16,251,2,54,2,16,3,127,32,6,65,16,106,32,6,65,40,106,16,249,1,4,127,32,6,65,16,106,34,11,32,11,40,2,0,65,4,107,54,2,0,32,6,32,11,40,2,0,40,2,0,54,2,12,32,6,32,6,40,2,16,54,2,8,32,6,32,6,65,8,106,32,10,16,251,2,54,2,0,3,64,32,6,65,8,106,40,2,0,32,6,40,2,0,40,2,0,54,2,0,32,6,32,6,40,2,0,54,2,8,2,64,32,6,65,24,106,32,6,16,245,2,34,11,32,10,74,4,64,32,6,32,10,16,138,3,12,1,11,32,6,32,6,65,40,106,32,10,32,11,107,16,251,2,54,2,0,11,32,6,32,6,65,16,106,16,249,1,13,0,11,32,6,65,8,106,40,2,0,32,6,65,12,106,40,2,0,54,2,0,12,1,5,32,6,65,40,106,32,2,16,251,2,11,11,11,26,32,6,65,48,106,36,0,11,32,9,65,32,106,36,0,11,32,3,65,32,106,36,0,11,2,64,2,64,2,64,2,64,2,64,32,5,14,5,0,1,2,3,4,6,11,32,0,65,131,136,128,16,54,0,0,2,64,32,4,14,3,8,0,8,6,11,32,7,13,7,32,1,16,175,5,12,7,11,32,0,65,2,58,0,3,32,0,65,3,58,0,0,2,64,2,64,2,64,32,4,14,3,0,1,2,7,11,32,0,65,4,59,0,1,12,8,11,32,0,65,4,59,0,1,32,7,13,7,32,1,16,175,5,12,7,11,32,0,65,129,8,59,0,1,32,7,69,13,6,32,8,32,1,16,247,1,54,2,40,32,1,32,8,65,32,106,32,8,65,40,106,16,225,2,40,2,0,16,212,4,12,6,11,32,0,65,3,58,0,3,32,0,65,4,58,0,0,2,64,2,64,2,64,32,4,14,3,0,1,2,6,11,32,0,65,128,4,59,0,1,12,7,11,32,7,69,4,64,32,1,16,175,5,11,32,0,65,128,4,59,0,1,12,6,11,32,0,65,130,2,59,0,1,32,7,69,13,5,32,8,32,1,16,247,1,54,2,40,32,1,32,8,65,24,106,32,8,65,40,106,16,225,2,40,2,0,16,212,4,12,5,11,32,0,65,2,58,0,3,32,0,65,4,58,0,0,2,64,2,64,2,64,32,4,14,3,0,1,2,5,11,32,0,65,128,6,59,0,1,12,6,11,32,0,65,129,6,59,0,1,32,7,69,13,5,32,8,32,1,16,247,1,54,2,40,32,1,32,8,65,16,106,32,8,65,40,106,16,225,2,40,2,0,16,212,4,12,5,11,32,0,65,3,59,0,1,32,7,13,4,32,1,16,175,5,12,4,11,32,0,65,3,58,0,3,32,0,65,4,58,0,0,2,64,2,64,2,64,32,4,14,3,0,1,2,4,11,32,0,65,128,4,59,0,1,12,5,11,32,0,65,128,4,59,0,1,32,7,13,4,32,1,16,175,5,12,4,11,32,0,65,130,2,59,0,1,32,7,69,13,3,32,8,32,1,16,247,1,54,2,40,32,1,32,8,65,8,106,32,8,65,40,106,16,225,2,40,2,0,16,212,4,12,3,11,2,64,2,64,2,64,2,64,2,64,32,5,14,5,0,1,2,3,4,5,11,32,0,65,131,132,128,32,54,0,0,2,64,32,4,14,3,7,0,7,5,11,32,7,13,6,32,1,16,175,5,12,6,11,32,0,65,4,58,0,3,32,0,65,3,58,0,0,2,64,2,64,2,64,32,4,14,3,0,1,2,6,11,32,0,65,2,59,0,1,12,7,11,32,0,65,2,59,0,1,32,7,13,6,32,1,65,32,16,178,5,12,6,11,32,0,65,129,4,59,0,1,32,7,69,13,5,12,4,11,32,0,65,3,58,0,3,32,0,65,2,58,0,0,2,64,2,64,2,64,32,4,14,3,0,1,2,5,11,32,0,65,128,8,59,0,1,12,6,11,32,0,65,128,8,59,0,1,32,7,13,5,32,1,65,32,16,178,5,12,5,11,32,0,65,132,2,59,0,1,32,7,13,3,12,4,11,32,0,65,4,58,0,3,32,0,65,3,58,0,0,2,64,2,64,2,64,32,4,14,3,0,1,2,4,11,32,0,65,2,59,0,1,12,5,11,32,0,65,2,59,0,1,32,7,13,4,32,1,65,32,16,178,5,12,4,11,32,0,65,129,4,59,0,1,32,7,13,2,12,3,11,32,0,65,4,58,0,3,32,0,65,2,58,0,0,2,64,2,64,2,64,32,4,14,3,0,1,2,3,11,32,0,65,3,59,0,1,12,4,11,32,0,65,131,2,59,0,1,32,7,13,2,12,3,11,32,0,65,128,6,59,0,1,32,7,13,2,32,1,65,32,16,178,5,12,2,11,32,0,65,130,134,128,32,54,0,0,12,1,11,35,0,65,16,107,34,2,36,0,2,64,32,1,16,205,1,4,64,32,1,32,1,40,2,4,65,1,107,34,0,16,231,2,32,1,40,2,0,33,3,32,2,65,0,54,2,12,32,3,32,0,65,2,116,106,32,2,65,12,106,16,247,2,12,1,11,32,1,32,1,45,0,11,65,1,107,34,0,16,232,2,32,2,65,0,54,2,8,32,1,32,0,65,2,116,106,32,2,65,8,106,16,247,2,11,32,2,65,16,106,36,0,11,32,8,65,48,106,36,0,11,225,1,1,7,127,35,0,65,16,107,34,3,36,0,32,3,32,1,54,2,8,32,3,32,0,16,247,1,54,2,0,32,3,65,8,106,32,3,16,245,2,34,1,33,4,2,64,32,0,16,171,1,32,4,79,4,64,35,0,65,16,107,34,2,36,0,32,2,65,1,54,2,12,32,0,16,171,1,33,7,32,0,16,207,1,33,8,32,2,32,7,32,4,107,34,6,54,2,8,32,2,32,2,65,12,106,32,2,65,8,106,16,133,4,40,2,0,34,5,54,2,12,32,0,32,7,32,6,32,5,107,34,6,4,127,32,8,32,4,65,2,116,106,34,4,32,4,32,5,65,2,116,106,32,6,16,172,5,32,2,40,2,12,5,32,5,11,107,34,5,16,207,4,32,2,65,0,54,2,4,32,8,32,5,65,2,116,106,32,2,65,4,106,16,247,2,32,2,65,16,106,36,0,12,1,11,16,155,5,0,11,32,3,32,1,16,251,2,26,32,3,65,16,106,36,0,11,151,1,1,3,127,32,0,65,12,106,34,1,65,136,4,106,16,159,5,26,32,1,65,252,3,106,16,159,5,26,32,1,65,240,3,106,16,159,5,26,32,1,65,228,3,106,34,2,16,159,5,26,32,1,65,204,3,106,33,3,3,64,32,2,65,12,107,16,159,5,34,2,32,3,71,13,0,11,32,1,65,204,3,106,33,2,32,1,65,172,1,106,33,3,3,64,32,2,65,12,107,16,159,5,34,2,32,3,71,13,0,11,32,1,65,172,1,106,33,2,32,1,65,4,106,33,3,3,64,32,2,65,12,107,16,159,5,34,2,32,3,71,13,0,11,32,1,16,199,4,32,0,11,10,0,32,0,16,213,4,16,148,6,11,205,5,1,2,127,32,0,65,136,4,106,33,0,3,64,2,64,32,0,16,171,1,32,1,77,13,0,32,0,32,1,16,172,1,45,0,0,65,37,70,13,0,32,1,65,1,106,33,1,12,1,11,11,2,64,2,64,2,64,2,64,32,0,32,1,65,1,106,16,172,1,44,0,0,34,2,65,249,0,71,4,64,32,2,65,228,0,70,13,2,32,2,65,237,0,70,13,1,32,2,65,217,0,71,13,3,11,32,1,65,2,106,33,1,3,64,2,64,32,0,16,171,1,32,1,77,13,0,32,0,32,1,16,172,1,45,0,0,65,37,70,13,0,32,1,65,1,106,33,1,12,1,11,11,32,0,16,171,1,32,1,70,13,2,32,0,32,1,65,1,106,16,172,1,44,0,0,34,2,65,228,0,71,4,64,32,2,65,237,0,71,13,3,32,1,65,2,106,33,1,3,64,2,64,32,0,16,171,1,32,1,77,13,0,32,0,32,1,16,172,1,45,0,0,65,37,70,13,0,32,1,65,1,106,33,1,12,1,11,11,32,0,16,171,1,32,1,70,13,3,65,3,33,2,32,0,32,1,65,1,106,16,172,1,45,0,0,65,228,0,71,13,3,12,4,11,32,1,65,2,106,33,1,3,64,2,64,32,0,16,171,1,32,1,77,13,0,32,0,32,1,16,172,1,45,0,0,65,37,70,13,0,32,1,65,1,106,33,1,12,1,11,11,32,0,16,171,1,32,1,70,13,2,65,4,33,2,32,0,32,1,65,1,106,16,172,1,45,0,0,65,237,0,71,13,2,12,3,11,32,1,65,2,106,33,1,3,64,2,64,32,0,16,171,1,32,1,77,13,0,32,0,32,1,16,172,1,45,0,0,65,37,70,13,0,32,1,65,1,106,33,1,12,1,11,11,32,0,16,171,1,32,1,70,13,1,32,0,32,1,65,1,106,16,172,1,45,0,0,65,228,0,71,13,1,32,1,65,2,106,33,1,3,64,2,64,32,0,16,171,1,32,1,77,13,0,32,0,32,1,16,172,1,45,0,0,65,37,70,13,0,32,1,65,1,106,33,1,12,1,11,11,32,0,16,171,1,32,1,70,13,1,65,2,33,2,32,0,32,1,65,1,106,34,1,16,172,1,45,0,0,65,249,0,70,13,2,32,0,32,1,16,172,1,45,0,0,65,217,0,71,13,1,12,2,11,32,1,65,2,106,33,1,3,64,2,64,32,0,16,171,1,32,1,77,13,0,32,0,32,1,16,172,1,45,0,0,65,37,70,13,0,32,1,65,1,106,33,1,12,1,11,11,32,0,16,171,1,32,1,70,13,0,32,0,32,1,65,1,106,16,172,1,45,0,0,65,237,0,71,13,0,32,1,65,2,106,33,1,3,64,2,64,32,0,16,171,1,32,1,77,13,0,32,0,32,1,16,172,1,45,0,0,65,37,70,13,0,32,1,65,1,106,33,1,12,1,11,11,32,0,16,171,1,32,1,70,13,0,65,1,33,2,32,0,32,1,65,1,106,34,1,16,172,1,45,0,0,65,249,0,70,13,1,32,0,32,1,16,172,1,45,0,0,65,217,0,70,13,1,11,65,0,33,2,11,32,2,11,7,0,32,0,65,16,106,11,8,0,32,0,65,184,1,106,11,8,0,32,0,65,216,3,106,11,8,0,32,0,65,240,3,106,11,8,0,32,0,65,252,3,106,11,8,0,32,0,65,136,4,106,11,8,0,32,0,65,148,4,106,11,10,0,32,0,65,8,107,16,216,4,11,10,0,32,0,65,8,107,16,217,4,11,10,0,32,0,65,8,107,16,218,4,11,10,0,32,0,65,8,107,16,219,4,11,10,0,32,0,65,8,107,16,220,4,11,10,0,32,0,65,8,107,16,221,4,11,10,0,32,0,65,8,107,16,222,4,11,205,5,1,2,127,32,0,65,136,4,106,33,0,3,64,2,64,32,0,16,171,1,32,1,77,13,0,32,0,32,1,16,223,1,40,2,0,65,37,70,13,0,32,1,65,1,106,33,1,12,1,11,11,2,64,2,64,2,64,2,64,32,0,32,1,65,1,106,16,223,1,40,2,0,34,2,65,249,0,71,4,64,32,2,65,228,0,70,13,2,32,2,65,237,0,70,13,1,32,2,65,217,0,71,13,3,11,32,1,65,2,106,33,1,3,64,2,64,32,0,16,171,1,32,1,77,13,0,32,0,32,1,16,223,1,40,2,0,65,37,70,13,0,32,1,65,1,106,33,1,12,1,11,11,32,0,16,171,1,32,1,70,13,2,32,0,32,1,65,1,106,16,223,1,40,2,0,34,2,65,228,0,71,4,64,32,2,65,237,0,71,13,3,32,1,65,2,106,33,1,3,64,2,64,32,0,16,171,1,32,1,77,13,0,32,0,32,1,16,223,1,40,2,0,65,37,70,13,0,32,1,65,1,106,33,1,12,1,11,11,32,0,16,171,1,32,1,70,13,3,65,3,33,2,32,0,32,1,65,1,106,16,223,1,40,2,0,65,228,0,71,13,3,12,4,11,32,1,65,2,106,33,1,3,64,2,64,32,0,16,171,1,32,1,77,13,0,32,0,32,1,16,223,1,40,2,0,65,37,70,13,0,32,1,65,1,106,33,1,12,1,11,11,32,0,16,171,1,32,1,70,13,2,65,4,33,2,32,0,32,1,65,1,106,16,223,1,40,2,0,65,237,0,71,13,2,12,3,11,32,1,65,2,106,33,1,3,64,2,64,32,0,16,171,1,32,1,77,13,0,32,0,32,1,16,223,1,40,2,0,65,37,70,13,0,32,1,65,1,106,33,1,12,1,11,11,32,0,16,171,1,32,1,70,13,1,32,0,32,1,65,1,106,16,223,1,40,2,0,65,228,0,71,13,1,32,1,65,2,106,33,1,3,64,2,64,32,0,16,171,1,32,1,77,13,0,32,0,32,1,16,223,1,40,2,0,65,37,70,13,0,32,1,65,1,106,33,1,12,1,11,11,32,0,16,171,1,32,1,70,13,1,65,2,33,2,32,0,32,1,65,1,106,34,1,16,223,1,40,2,0,65,249,0,70,13,2,32,0,32,1,16,223,1,40,2,0,65,217,0,71,13,1,12,2,11,32,1,65,2,106,33,1,3,64,2,64,32,0,16,171,1,32,1,77,13,0,32,0,32,1,16,223,1,40,2,0,65,37,70,13,0,32,1,65,1,106,33,1,12,1,11,11,32,0,16,171,1,32,1,70,13,0,32,0,32,1,65,1,106,16,223,1,40,2,0,65,237,0,71,13,0,32,1,65,2,106,33,1,3,64,2,64,32,0,16,171,1,32,1,77,13,0,32,0,32,1,16,223,1,40,2,0,65,37,70,13,0,32,1,65,1,106,33,1,12,1,11,11,32,0,16,171,1,32,1,70,13,0,65,1,33,2,32,0,32,1,65,1,106,34,1,16,223,1,40,2,0,65,249,0,70,13,1,32,0,32,1,16,223,1,40,2,0,65,217,0,70,13,1,11,65,0,33,2,11,32,2,11,10,0,32,0,16,232,4,16,148,6,11,30,1,1,127,32,0,65,8,106,34,1,40,2,0,16,202,1,71,4,64,32,1,40,2,0,16,120,11,32,0,11,13,0,32,0,16,232,4,26,32,0,16,148,6,11,49,0,32,0,65,148,173,1,54,2,0,32,0,65,48,106,16,159,5,26,32,0,65,36,106,16,159,5,26,32,0,65,24,106,16,159,5,26,32,0,65,12,106,16,159,5,26,32,0,11,10,0,32,0,16,234,4,16,148,6,11,49,0,32,0,65,252,173,1,54,2,0,32,0,65,48,106,16,159,5,26,32,0,65,36,106,16,159,5,26,32,0,65,24,106,16,159,5,26,32,0,65,12,106,16,159,5,26,32,0,11,10,0,32,0,16,236,4,16,148,6,11,49,0,32,0,65,228,174,1,54,2,0,32,0,65,52,106,16,159,5,26,32,0,65,40,106,16,159,5,26,32,0,65,28,106,16,159,5,26,32,0,65,16,106,16,159,5,26,32,0,11,10,0,32,0,16,238,4,16,148,6,11,49,0,32,0,65,204,175,1,54,2,0,32,0,65,52,106,16,159,5,26,32,0,65,40,106,16,159,5,26,32,0,65,28,106,16,159,5,26,32,0,65,16,106,16,159,5,26,32,0,11,10,0,32,0,16,240,4,16,148,6,11,13,0,32,0,40,2,0,32,1,40,2,0,73,11,68,1,1,127,35,0,65,16,107,34,1,36,0,32,0,16,216,4,26,32,1,65,255,255,255,255,3,54,2,12,32,1,65,255,255,255,255,7,54,2,8,32,1,65,12,106,32,1,65,8,106,16,133,4,40,2,0,33,0,32,1,65,16,106,36,0,32,0,11,63,1,1,127,35,0,65,16,107,34,2,36,0,2,64,2,64,32,0,45,0,120,13,0,32,1,65,30,75,13,0,32,0,65,1,58,0,120,12,1,11,32,2,65,8,106,32,1,16,251,4,33,0,11,32,2,65,16,106,36,0,32,0,11,7,0,32,0,65,8,106,11,44,0,32,0,40,2,0,26,32,0,40,2,0,32,0,16,252,4,65,2,116,106,26,32,0,40,2,0,32,0,16,252,4,65,2,116,106,26,32,0,40,2,0,26,11,36,0,32,0,32,1,54,2,0,32,0,32,1,40,2,4,34,1,54,2,4,32,0,32,1,32,2,65,2,116,106,54,2,8,32,0,11,15,0,32,0,40,2,0,32,0,40,2,4,54,2,4,11,9,0,32,1,65,0,54,2,0,11,9,0,32,0,65,0,54,2,0,11,28,0,32,1,65,255,255,255,255,3,75,4,64,65,136,12,16,53,0,11,32,1,65,2,116,16,242,5,11,19,0,32,0,16,245,4,40,2,0,32,0,40,2,0,107,65,2,117,11,36,0,32,0,65,11,79,4,127,32,0,65,16,106,65,112,113,34,0,32,0,65,1,107,34,0,32,0,65,11,70,27,5,65,10,11,11,9,0,32,0,32,1,54,2,0,11,16,0,32,0,32,1,65,128,128,128,128,120,114,54,2,8,11,43,0,35,0,65,16,107,34,2,36,0,2,64,32,0,32,1,70,4,64,32,0,65,0,58,0,120,12,1,11,32,1,16,148,6,11,32,2,65,16,106,36,0,11,44,1,1,127,32,0,40,2,4,33,2,3,64,32,1,32,2,71,4,64,32,0,16,216,4,26,32,2,65,4,107,33,2,12,1,11,11,32,0,32,1,54,2,4,11,10,0,32,0,16,202,1,54,2,0,11,88,1,1,127,35,0,65,16,107,34,4,36,0,32,4,32,0,32,3,16,247,4,33,3,32,0,16,216,4,26,32,3,65,4,106,33,0,32,2,32,1,107,34,2,65,1,78,4,64,32,0,40,2,0,32,1,32,2,16,155,6,26,32,0,32,0,40,2,0,32,2,106,54,2,0,11,32,3,16,248,4,32,4,65,16,106,36,0,11,91,1,2,127,35,0,65,16,107,34,2,36,0,32,2,32,1,54,2,12,32,1,32,0,16,243,4,34,3,77,4,64,32,0,16,252,4,34,0,32,3,65,1,118,73,4,64,32,2,32,0,65,1,116,54,2,8,32,2,65,8,106,32,2,65,12,106,16,195,3,40,2,0,33,3,11,32,2,65,16,106,36,0,32,3,15,11,16,236,5,0,11,10,0,32,0,65,12,106,16,136,5,11,7,0,32,0,65,12,106,11,53,1,1,127,35,0,65,16,107,34,2,36,0,32,2,32,0,40,2,0,54,2,12,32,0,32,1,40,2,0,54,2,0,32,1,32,2,65,12,106,40,2,0,54,2,0,32,2,65,16,106,36,0,11,10,0,32,0,65,4,106,40,2,0,11,9,0,32,0,32,1,16,195,2,11,8,0,32,0,65,255,1,113,11,36,0,32,0,65,2,79,4,127,32,0,65,4,106,65,124,113,34,0,32,0,65,1,107,34,0,32,0,65,2,70,27,5,65,1,11,11,9,0,32,0,32,1,16,251,4,11,13,0,32,0,16,237,3,26,32,0,16,148,6,11,13,0,32,0,16,243,3,26,32,0,16,148,6,11,46,1,1,127,35,0,65,16,107,34,1,36,0,32,1,32,0,54,2,8,32,1,65,8,106,65,1,16,144,5,32,1,40,2,8,33,0,32,1,65,16,106,36,0,32,0,11,9,0,32,0,32,1,16,137,3,11,53,1,1,127,35,0,65,16,107,34,3,36,0,32,3,65,8,106,32,0,16,135,3,32,1,16,135,3,32,2,16,135,3,16,136,3,16,252,1,40,2,0,33,0,32,3,65,16,106,36,0,32,0,11,85,1,2,127,35,0,65,16,107,34,3,36,0,32,3,65,8,106,2,127,32,0,16,135,3,33,4,32,1,16,135,3,33,0,32,2,16,135,3,33,1,32,0,32,4,107,34,0,4,64,32,1,32,0,107,34,1,32,4,32,0,16,157,6,11,32,1,11,16,252,1,40,2,0,33,0,32,3,65,16,106,36,0,32,0,11,26,1,1,127,3,64,32,0,32,1,34,2,111,33,1,32,2,33,0,32,1,13,0,11,32,2,11,46,1,1,127,35,0,65,16,107,34,1,36,0,32,1,32,0,54,2,8,32,1,65,8,106,65,1,16,149,5,32,1,40,2,8,33,0,32,1,65,16,106,36,0,32,0,11,9,0,32,0,32,1,16,138,3,11,44,1,1,127,32,0,40,2,0,34,1,4,64,32,1,16,210,1,65,127,16,255,1,69,4,64,32,0,40,2,0,69,15,11,32,0,65,0,54,2,0,11,65,1,11,44,1,1,127,32,0,40,2,0,34,1,4,64,32,1,16,241,1,65,127,16,255,1,69,4,64,32,0,40,2,0,69,15,11,32,0,65,0,54,2,0,11,65,1,11,13,0,32,0,32,2,73,32,0,32,1,79,113,11,29,0,35,0,65,16,107,34,3,36,0,32,0,32,1,32,2,16,148,1,32,3,65,16,106,36,0,32,0,11,8,0,65,221,11,16,53,0,11,6,0,16,199,2,0,11,16,0,32,2,4,64,32,0,32,1,32,2,16,157,6,11,11,247,1,1,4,127,35,0,65,16,107,34,8,36,0,32,2,65,111,34,9,32,1,65,127,115,106,77,4,64,32,0,16,207,1,33,10,2,127,32,1,32,9,65,1,118,65,16,107,73,4,64,32,8,32,1,65,1,116,54,2,8,32,8,32,1,32,2,106,54,2,12,32,8,65,12,106,32,8,65,8,106,16,195,3,40,2,0,16,253,4,12,1,11,32,9,65,1,107,11,65,1,106,34,11,16,242,5,33,2,32,4,4,64,32,2,32,10,32,4,16,158,5,11,32,6,4,64,32,2,32,4,106,32,7,32,6,16,158,5,11,32,3,32,4,32,5,106,34,5,107,34,9,4,64,32,4,32,6,106,32,2,106,32,5,32,10,106,32,9,16,158,5,11,32,1,65,10,71,4,64,32,10,16,148,6,11,32,0,32,2,16,254,4,32,0,32,11,16,255,4,32,0,32,4,32,6,106,32,9,106,34,4,16,231,2,32,8,65,0,58,0,7,32,2,32,4,106,32,8,65,7,106,16,230,2,32,8,65,16,106,36,0,15,11,16,154,5,0,11,17,0,32,2,4,64,32,0,32,1,32,2,16,155,6,26,11,11,32,1,1,127,32,0,16,205,1,4,64,32,0,40,2,0,33,1,32,0,16,206,1,26,32,1,16,148,6,11,32,0,11,154,1,1,4,127,35,0,65,16,107,34,3,36,0,32,0,16,171,1,34,2,65,0,79,4,64,2,64,32,0,16,179,1,34,1,32,2,107,65,1,79,4,64,32,0,16,207,1,33,1,32,2,34,4,69,13,1,32,1,65,1,106,32,1,32,4,16,156,5,12,1,11,32,0,32,1,32,2,65,1,106,32,1,107,32,2,65,0,65,1,16,161,5,32,0,40,2,0,33,1,11,32,1,65,1,65,32,16,162,5,32,0,32,2,65,1,106,34,2,16,207,4,32,3,65,0,58,0,15,32,1,32,2,106,32,3,65,15,106,16,230,2,32,3,65,16,106,36,0,15,11,16,155,5,0,11,189,1,1,4,127,35,0,65,16,107,34,6,36,0,32,2,65,111,34,7,32,1,107,77,4,64,32,0,16,207,1,33,8,2,127,32,1,32,7,65,1,118,65,16,107,73,4,64,32,6,32,1,65,1,116,54,2,8,32,6,32,1,32,2,106,54,2,12,32,6,65,12,106,32,6,65,8,106,16,195,3,40,2,0,16,253,4,12,1,11,32,7,65,1,107,11,65,1,106,34,7,16,242,5,33,2,32,4,4,64,32,2,32,8,32,4,16,158,5,11,32,3,32,4,34,9,107,34,3,4,64,32,4,32,5,106,32,2,106,32,8,32,9,106,32,3,16,158,5,11,32,1,65,10,71,4,64,32,8,16,148,6,11,32,0,32,2,16,254,4,32,0,32,7,16,255,4,32,6,65,16,106,36,0,15,11,16,154,5,0,11,20,0,32,1,4,64,32,0,32,2,16,138,5,32,1,16,156,6,26,11,11,89,1,2,127,2,64,2,64,32,2,65,10,77,4,64,32,0,33,3,32,0,32,2,16,232,2,12,1,11,32,2,65,111,75,13,1,32,0,32,2,16,253,4,65,1,106,34,4,16,242,5,34,3,16,254,4,32,0,32,4,16,255,4,32,0,32,2,16,231,2,11,32,3,32,1,32,2,65,1,106,16,158,5,15,11,16,154,5,0,11,106,1,2,127,35,0,65,16,107,34,4,36,0,2,64,32,2,32,0,16,179,1,34,3,77,4,64,32,0,16,207,1,34,3,32,1,32,2,16,156,5,32,4,65,0,58,0,15,32,2,32,3,106,32,4,65,15,106,16,230,2,32,0,32,2,16,207,4,12,1,11,32,0,32,3,32,2,32,3,107,32,0,16,171,1,34,3,65,0,32,3,32,2,32,1,16,157,5,11,32,4,65,16,106,36,0,11,127,1,3,127,35,0,65,16,107,34,5,36,0,2,64,32,2,32,0,16,179,1,34,4,32,0,16,171,1,34,3,107,77,4,64,32,2,69,13,1,32,0,16,207,1,34,4,32,3,106,32,1,32,2,16,158,5,32,0,32,2,32,3,106,34,2,16,207,4,32,5,65,0,58,0,15,32,2,32,4,106,32,5,65,15,106,16,230,2,12,1,11,32,0,32,4,32,2,32,3,106,32,4,107,32,3,32,3,65,0,32,2,32,1,16,157,5,11,32,5,65,16,106,36,0,32,0,11,215,1,1,3,127,35,0,65,16,107,34,5,36,0,32,5,32,3,54,2,12,32,2,32,1,16,171,1,34,4,75,4,64,16,155,5,0,11,32,1,16,207,1,33,1,32,5,32,4,32,2,107,54,2,4,32,1,32,2,106,33,6,32,5,65,12,106,32,5,65,4,106,16,133,4,40,2,0,33,2,35,0,65,16,107,34,4,36,0,2,64,2,127,32,0,33,1,32,2,65,111,77,11,4,64,2,64,32,2,65,10,77,4,64,32,1,32,2,16,232,2,32,1,33,3,12,1,11,32,1,32,2,16,253,4,65,1,106,34,7,16,242,5,34,3,16,254,4,32,1,32,7,16,255,4,32,1,32,2,16,231,2,11,32,3,32,6,32,2,16,158,5,32,4,65,0,58,0,15,32,2,32,3,106,32,4,65,15,106,16,230,2,32,4,65,16,106,36,0,12,1,11,16,154,5,0,11,32,5,65,16,106,36,0,32,0,11,194,1,1,5,127,2,127,32,1,16,158,6,33,2,35,0,65,16,107,34,5,36,0,32,0,34,4,16,171,1,34,0,65,0,79,4,64,2,64,32,2,32,4,16,179,1,34,3,32,0,107,77,4,64,32,2,69,13,1,32,4,16,207,1,34,3,32,0,34,6,4,127,32,2,32,3,106,32,3,32,6,16,156,5,32,1,32,2,65,0,32,0,32,3,106,32,1,75,27,65,0,32,1,32,3,79,27,106,5,32,1,11,32,2,16,156,5,32,4,32,0,32,2,106,34,2,16,207,4,32,5,65,0,58,0,15,32,2,32,3,106,32,5,65,15,106,16,230,2,12,1,11,32,4,32,3,32,0,32,2,106,32,3,107,32,0,65,0,65,0,32,2,32,1,16,157,5,11,32,5,65,16,106,36,0,32,4,12,1,11,16,155,5,0,11,11,116,1,2,127,35,0,65,16,107,34,4,36,0,2,64,32,2,32,0,16,206,1,34,3,73,4,64,32,0,40,2,0,33,3,32,0,32,2,16,231,2,32,3,32,1,32,2,16,158,5,32,4,65,0,58,0,15,32,2,32,3,106,32,4,65,15,106,16,230,2,12,1,11,32,0,32,3,65,1,107,32,2,32,3,107,65,1,106,32,0,40,2,4,34,3,65,0,32,3,32,2,32,1,16,157,5,11,32,4,65,16,106,36,0,32,0,11,96,1,1,127,35,0,65,16,107,34,3,36,0,2,64,32,2,65,10,77,4,64,32,0,32,2,16,232,2,32,0,32,1,32,2,16,158,5,32,3,65,0,58,0,15,32,0,32,2,106,32,3,65,15,106,16,230,2,12,1,11,32,0,65,10,32,2,65,10,107,32,0,45,0,11,34,0,65,0,32,0,32,2,32,1,16,157,5,11,32,3,65,16,106,36,0,11,191,1,1,3,127,35,0,65,16,107,34,3,36,0,32,3,32,1,58,0,15,2,64,2,64,2,64,2,64,32,0,16,205,1,4,64,32,0,16,206,1,33,1,32,0,40,2,4,34,4,32,1,65,1,107,34,2,70,13,1,12,3,11,65,10,33,4,65,10,33,2,32,0,45,0,11,34,1,65,10,71,13,1,11,32,0,32,2,65,1,32,2,32,2,65,0,16,161,5,32,4,33,1,32,0,16,205,1,13,1,11,32,0,33,2,32,0,32,1,65,1,106,16,232,2,12,1,11,32,0,40,2,0,33,2,32,0,32,4,65,1,106,16,231,2,32,4,33,1,11,32,1,32,2,106,34,0,32,3,65,15,106,16,230,2,32,3,65,0,58,0,14,32,0,65,1,106,32,3,65,14,106,16,230,2,32,3,65,16,106,36,0,11,14,0,32,0,32,1,32,1,16,158,6,16,165,5,11,113,1,1,127,32,2,4,127,2,64,32,2,32,0,32,1,107,65,2,117,75,4,64,3,64,32,0,32,2,65,1,107,34,2,65,2,116,34,3,106,32,1,32,3,106,40,2,0,54,2,0,32,2,13,0,12,2,11,0,11,32,2,69,13,0,32,0,33,3,3,64,32,3,32,1,40,2,0,54,2,0,32,3,65,4,106,33,3,32,1,65,4,106,33,1,32,2,65,1,107,34,2,13,0,11,11,65,0,5,32,0,11,26,11,137,2,1,4,127,35,0,65,16,107,34,8,36,0,32,2,65,239,255,255,255,3,34,9,32,1,65,127,115,106,77,4,64,32,0,16,207,1,33,10,32,0,2,127,32,1,32,9,65,1,118,65,16,107,73,4,64,32,8,32,1,65,1,116,54,2,8,32,8,32,1,32,2,106,54,2,12,32,8,65,12,106,32,8,65,8,106,16,195,3,40,2,0,16,139,5,12,1,11,32,9,65,1,107,11,65,1,106,34,11,16,140,5,33,2,32,4,4,64,32,2,32,10,32,4,16,174,5,11,32,6,4,64,32,4,65,2,116,32,2,106,32,7,32,6,16,174,5,11,32,3,32,4,32,5,106,34,5,107,34,9,4,64,32,4,32,6,106,65,2,116,32,2,106,32,5,65,2,116,32,10,106,32,9,16,174,5,11,32,1,65,1,71,4,64,32,10,16,148,6,11,32,0,32,2,16,254,4,32,0,32,11,16,255,4,32,0,32,4,32,6,106,32,9,106,34,4,16,231,2,32,8,65,0,54,2,4,32,2,32,4,65,2,116,106,32,8,65,4,106,16,247,2,32,8,65,16,106,36,0,15,11,16,154,5,0,11,19,0,32,2,4,127,32,0,32,1,32,2,16,123,5,32,0,11,26,11,159,1,1,4,127,35,0,65,16,107,34,3,36,0,32,0,16,171,1,34,2,65,0,79,4,64,2,64,32,0,16,206,4,34,1,32,2,107,65,1,79,4,64,32,0,16,207,1,33,1,32,2,34,4,69,13,1,32,1,65,4,106,32,1,32,4,16,172,5,12,1,11,32,0,32,1,32,2,65,1,106,32,1,107,32,2,65,0,65,0,65,1,16,176,5,32,0,40,2,0,33,1,11,32,1,65,1,65,32,16,177,5,32,0,32,2,65,1,106,34,2,16,207,4,32,3,65,0,54,2,12,32,1,32,2,65,2,116,106,32,3,65,12,106,16,247,2,32,3,65,16,106,36,0,15,11,16,155,5,0,11,204,1,1,3,127,35,0,65,16,107,34,7,36,0,32,2,65,239,255,255,255,3,34,8,32,1,107,77,4,64,32,0,16,207,1,33,9,32,0,2,127,32,1,32,8,65,1,118,65,16,107,73,4,64,32,7,32,1,65,1,116,54,2,8,32,7,32,1,32,2,106,54,2,12,32,7,65,12,106,32,7,65,8,106,16,195,3,40,2,0,16,139,5,12,1,11,32,8,65,1,107,11,65,1,106,34,8,16,140,5,33,2,32,4,4,64,32,2,32,9,32,4,16,174,5,11,32,3,32,4,32,5,106,34,5,107,34,3,4,64,32,4,32,6,106,65,2,116,32,2,106,32,5,65,2,116,32,9,106,32,3,16,174,5,11,32,1,65,1,71,4,64,32,9,16,148,6,11,32,0,32,2,16,254,4,32,0,32,8,16,255,4,32,7,65,16,106,36,0,15,11,16,154,5,0,11,44,0,32,1,4,127,32,1,4,64,3,64,32,0,32,2,54,2,0,32,0,65,4,106,33,0,32,1,65,1,107,34,1,13,0,11,11,65,0,5,32,0,11,26,11,196,1,1,3,127,35,0,65,16,107,34,3,36,0,32,3,32,1,54,2,12,2,64,2,64,2,64,2,64,32,0,16,205,1,4,64,32,0,16,206,1,33,1,32,0,40,2,4,34,4,32,1,65,1,107,34,2,70,13,1,12,3,11,65,1,33,4,65,1,33,2,32,0,45,0,11,34,1,65,1,71,13,1,11,32,0,32,2,65,1,32,2,32,2,65,0,65,0,16,176,5,32,4,33,1,32,0,16,205,1,13,1,11,32,0,33,2,32,0,32,1,65,1,106,16,232,2,12,1,11,32,0,40,2,0,33,2,32,0,32,4,65,1,106,16,231,2,32,4,33,1,11,32,2,32,1,65,2,116,106,34,0,32,3,65,12,106,16,247,2,32,3,65,0,54,2,8,32,0,65,4,106,32,3,65,8,106,16,247,2,32,3,65,16,106,36,0,11,192,1,1,7,127,35,0,65,16,107,34,6,36,0,32,0,32,6,65,8,106,16,180,5,34,0,33,3,32,1,33,7,32,1,16,158,6,34,1,33,4,32,1,32,2,16,171,1,34,8,106,33,1,35,0,65,16,107,34,5,36,0,2,64,32,1,65,111,77,4,64,2,64,32,1,65,10,77,4,64,32,3,32,4,16,232,2,32,3,33,1,12,1,11,32,3,32,1,16,253,4,65,1,106,34,9,16,242,5,34,1,16,254,4,32,3,32,9,16,255,4,32,3,32,4,16,231,2,11,32,1,32,7,32,4,16,158,5,32,5,65,0,58,0,15,32,1,32,4,106,32,5,65,15,106,16,230,2,32,5,65,16,106,36,0,12,1,11,16,154,5,0,11,32,0,32,2,16,207,1,32,8,16,165,5,26,32,6,65,16,106,36,0,11,25,0,35,0,65,16,107,34,1,36,0,32,0,16,204,1,32,1,65,16,106,36,0,32,0,11,106,1,4,127,35,0,65,32,107,34,2,36,0,32,2,65,8,106,33,5,32,2,65,21,106,33,3,32,2,65,32,106,33,4,2,64,32,1,65,127,74,13,0,32,3,32,4,70,13,0,32,3,65,45,58,0,0,32,3,65,1,106,33,3,65,0,32,1,107,33,1,11,32,5,32,3,32,4,32,1,16,182,5,32,0,32,2,65,21,106,32,2,40,2,8,16,147,1,26,32,2,65,32,106,36,0,11,205,1,1,2,127,32,0,2,127,2,64,32,2,32,1,107,34,4,65,9,76,4,64,32,4,65,32,32,3,65,1,114,103,107,65,209,9,108,65,12,118,34,5,32,5,65,2,116,65,208,196,1,106,40,2,0,32,3,75,107,65,1,106,72,13,1,11,32,0,2,127,32,3,65,255,193,215,47,77,4,64,2,127,32,3,65,143,206,0,77,4,64,32,1,32,3,16,239,5,12,1,11,32,1,32,3,65,144,206,0,110,34,1,16,239,5,32,3,32,1,65,144,206,0,108,107,16,238,5,11,12,1,11,32,1,32,3,65,128,194,215,47,110,34,1,16,237,5,32,3,32,1,65,128,194,215,47,108,107,34,3,65,144,206,0,110,34,1,16,238,5,32,3,32,1,65,144,206,0,108,107,16,238,5,11,54,2,0,65,0,12,1,11,32,0,32,2,54,2,0,65,61,11,54,2,4,11,8,0,32,0,16,246,5,26,11,21,0,32,0,65,128,197,1,54,2,0,32,0,65,4,106,16,157,1,32,0,11,10,0,32,0,16,184,5,16,148,6,11,42,0,32,0,65,128,197,1,54,2,0,32,0,65,4,106,16,203,3,32,0,66,0,55,2,24,32,0,66,0,55,2,16,32,0,66,0,55,2,8,32,0,11,4,0,32,0,11,9,0,32,0,66,127,16,189,5,11,16,0,32,0,32,1,55,3,8,32,0,66,0,55,3,0,11,9,0,32,0,66,127,16,189,5,11,224,1,1,4,127,35,0,65,16,107,34,4,36,0,3,64,2,64,32,2,32,5,76,13,0,2,64,32,0,40,2,12,34,3,32,0,40,2,16,34,6,73,4,64,32,4,65,255,255,255,255,7,54,2,12,32,4,32,6,32,3,107,54,2,8,32,4,32,2,32,5,107,54,2,4,32,4,65,12,106,32,4,65,8,106,32,4,65,4,106,16,192,5,16,192,5,33,3,32,1,32,0,40,2,12,32,3,40,2,0,34,3,16,158,5,32,0,32,0,40,2,12,32,3,106,54,2,12,12,1,11,32,0,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,40,17,0,0,167,34,3,65,127,70,13,1,32,1,32,3,16,193,5,58,0,0,65,1,33,3,11,32,1,32,3,106,33,1,32,3,32,5,106,33,5,12,1,11,11,32,4,65,16,106,36,0,32,5,11,40,1,2,127,35,0,65,16,107,34,2,36,0,32,1,40,2,0,32,0,40,2,0,72,33,3,32,2,65,16,106,36,0,32,1,32,0,32,3,27,11,10,0,32,0,65,24,116,65,24,117,11,4,0,65,127,11,79,0,32,0,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,36,17,0,0,167,65,127,70,4,64,65,127,15,11,32,0,32,0,40,2,12,34,0,65,1,106,54,2,12,32,0,44,0,0,16,138,5,11,4,0,65,127,11,209,1,1,4,127,35,0,65,16,107,34,5,36,0,3,64,2,64,32,2,32,4,76,13,0,32,0,40,2,24,34,3,32,0,40,2,28,34,6,79,4,64,32,0,173,32,1,44,0,0,16,138,5,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,52,17,0,0,167,65,127,70,13,1,32,4,65,1,106,33,4,32,1,65,1,106,33,1,12,2,5,32,5,32,6,32,3,107,54,2,12,32,5,32,2,32,4,107,54,2,8,32,5,65,12,106,32,5,65,8,106,16,192,5,33,3,32,0,40,2,24,32,1,32,3,40,2,0,34,3,16,158,5,32,0,32,3,32,0,40,2,24,106,54,2,24,32,3,32,4,106,33,4,32,1,32,3,106,33,1,12,2,11,0,11,11,32,5,65,16,106,36,0,32,4,11,12,0,32,0,65,8,106,16,183,5,32,0,11,19,0,32,0,32,0,40,2,0,65,12,107,40,2,0,106,16,198,5,11,10,0,32,0,16,198,5,16,148,6,11,19,0,32,0,32,0,40,2,0,65,12,107,40,2,0,106,16,200,5,11,166,2,1,3,127,35,0,65,32,107,34,3,36,0,32,0,65,0,58,0,0,32,1,32,1,40,2,0,65,12,107,40,2,0,106,16,207,5,33,4,32,1,32,1,40,2,0,65,12,107,40,2,0,106,33,5,2,64,32,4,4,64,32,5,40,2,72,4,64,32,1,32,1,40,2,0,65,12,107,40,2,0,106,40,2,72,16,203,5,11,2,64,32,2,13,0,32,1,32,1,40,2,0,65,12,107,40,2,0,106,40,2,4,65,128,32,113,69,13,0,32,3,65,24,106,32,1,32,1,40,2,0,65,12,107,40,2,0,106,16,244,5,32,3,65,24,106,16,156,1,33,2,32,3,65,24,106,16,157,1,32,3,65,16,106,32,1,16,204,5,33,4,32,3,65,8,106,16,205,5,33,5,3,64,2,64,32,4,32,5,16,166,1,69,13,0,32,2,65,128,192,0,32,4,16,168,1,16,167,2,69,13,0,32,4,16,170,1,26,12,1,11,11,32,4,32,5,16,167,1,69,13,0,32,1,32,1,40,2,0,65,12,107,40,2,0,106,65,6,16,206,5,11,32,0,32,1,32,1,40,2,0,65,12,107,40,2,0,106,16,207,5,58,0,0,12,1,11,32,5,65,4,16,206,5,11,32,3,65,32,106,36,0,32,0,11,110,1,2,127,35,0,65,16,107,34,1,36,0,32,0,32,0,40,2,0,65,12,107,40,2,0,106,40,2,24,4,64,2,64,32,1,65,8,106,32,0,16,208,5,34,2,45,0,0,69,13,0,32,0,32,0,40,2,0,65,12,107,40,2,0,106,40,2,24,16,209,5,65,127,71,13,0,32,0,32,0,40,2,0,65,12,107,40,2,0,106,65,1,16,206,5,11,32,2,16,210,5,11,32,1,65,16,106,36,0,11,26,0,32,0,32,1,32,1,40,2,0,65,12,107,40,2,0,106,40,2,24,54,2,0,32,0,11,11,0,32,0,65,0,54,2,0,32,0,11,15,0,32,0,32,0,40,2,16,32,1,114,16,245,5,11,8,0,32,0,40,2,16,69,11,85,0,32,0,32,1,54,2,4,32,0,65,0,58,0,0,32,1,32,1,40,2,0,65,12,107,40,2,0,106,16,207,5,4,64,32,1,32,1,40,2,0,65,12,107,40,2,0,106,40,2,72,4,64,32,1,32,1,40,2,0,65,12,107,40,2,0,106,40,2,72,16,203,5,11,32,0,65,1,58,0,0,11,32,0,11,47,0,32,0,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,24,17,0,0,167,11,141,1,1,1,127,2,64,32,0,40,2,4,34,1,32,1,40,2,0,65,12,107,40,2,0,106,40,2,24,69,13,0,32,0,40,2,4,34,1,32,1,40,2,0,65,12,107,40,2,0,106,16,207,5,69,13,0,32,0,40,2,4,34,1,32,1,40,2,0,65,12,107,40,2,0,106,40,2,4,65,128,192,0,113,69,13,0,32,0,40,2,4,34,1,32,1,40,2,0,65,12,107,40,2,0,106,40,2,24,16,209,5,65,127,71,13,0,32,0,40,2,4,34,1,32,1,40,2,0,65,12,107,40,2,0,106,65,1,16,206,5,11,11,12,0,32,0,65,4,106,16,183,5,32,0,11,19,0,32,0,32,0,40,2,0,65,12,107,40,2,0,106,16,211,5,11,10,0,32,0,16,211,5,16,148,6,11,19,0,32,0,32,0,40,2,0,65,12,107,40,2,0,106,16,213,5,11,23,0,32,0,32,3,54,2,16,32,0,32,2,54,2,12,32,0,32,1,54,2,8,11,23,0,32,0,32,2,54,2,28,32,0,32,1,54,2,20,32,0,32,1,54,2,24,11,15,0,32,0,32,0,40,2,24,32,1,106,54,2,24,11,150,2,1,2,127,2,64,32,1,32,0,65,32,106,34,2,34,3,71,4,127,32,3,16,205,1,69,4,64,32,1,16,205,1,69,4,64,32,3,32,1,40,2,8,54,2,8,32,3,32,1,41,2,0,55,2,0,12,3,11,32,3,32,1,16,207,1,32,1,16,171,1,16,169,5,12,2,11,32,3,32,1,16,207,1,32,1,16,171,1,16,168,5,5,32,3,11,26,11,32,0,65,0,54,2,44,2,64,32,0,40,2,48,34,1,65,8,113,4,127,32,0,32,2,16,207,1,32,2,16,171,1,106,54,2,44,32,0,32,2,16,207,1,32,2,16,207,1,32,0,40,2,44,16,215,5,32,0,40,2,48,5,32,1,11,65,16,113,69,13,0,32,0,32,2,16,171,1,34,1,32,2,16,207,1,106,54,2,44,32,2,32,2,16,179,1,16,180,1,32,0,32,2,16,207,1,32,2,16,207,1,32,2,16,171,1,106,16,216,5,32,0,45,0,48,65,3,113,69,13,0,3,64,32,1,65,127,76,4,64,32,0,65,255,255,255,255,7,16,217,5,32,1,65,255,255,255,255,7,107,33,1,12,1,11,11,32,1,69,13,0,32,0,32,1,16,217,5,11,11,101,0,32,0,40,2,24,32,0,40,2,44,75,4,64,32,0,32,0,40,2,24,54,2,44,11,2,64,32,0,45,0,48,65,8,113,69,13,0,32,0,40,2,16,32,0,40,2,44,73,4,64,32,0,32,0,40,2,8,32,0,40,2,12,32,0,40,2,44,16,215,5,11,32,0,40,2,12,32,0,40,2,16,79,13,0,32,0,40,2,12,44,0,0,16,138,5,15,11,65,127,11,162,1,1,1,127,32,0,40,2,24,32,0,40,2,44,75,4,64,32,0,32,0,40,2,24,54,2,44,11,2,64,32,0,40,2,8,32,0,40,2,12,79,13,0,32,1,65,127,16,255,1,4,64,32,0,32,0,40,2,8,32,0,40,2,12,65,1,107,32,0,40,2,44,16,215,5,32,1,16,221,5,15,11,32,0,45,0,48,65,16,113,69,4,64,32,1,16,193,5,32,0,40,2,12,65,1,107,44,0,0,16,255,1,69,13,1,11,32,0,32,0,40,2,8,32,0,40,2,12,65,1,107,32,0,40,2,44,16,215,5,32,1,16,193,5,33,2,32,0,40,2,12,32,2,58,0,0,32,1,15,11,65,127,11,14,0,65,0,32,0,32,0,65,127,16,255,1,27,11,138,2,1,9,127,35,0,65,16,107,34,3,36,0,2,127,32,1,65,127,16,255,1,69,4,64,32,0,40,2,12,33,4,32,0,40,2,8,33,5,32,0,40,2,24,32,0,40,2,28,70,4,64,65,127,32,0,45,0,48,65,16,113,69,13,2,26,32,0,40,2,24,33,6,32,0,40,2,20,33,7,32,0,40,2,44,33,8,32,0,40,2,20,33,9,32,0,65,32,106,34,2,65,0,16,170,5,32,2,32,2,16,179,1,16,180,1,32,0,32,2,16,207,1,34,10,32,2,16,171,1,32,10,106,16,216,5,32,0,32,6,32,7,107,16,217,5,32,0,32,0,40,2,20,32,8,32,9,107,106,54,2,44,11,32,3,32,0,40,2,24,65,1,106,54,2,12,32,0,32,3,65,12,106,32,0,65,44,106,16,195,3,40,2,0,54,2,44,32,0,45,0,48,65,8,113,4,64,32,0,32,0,65,32,106,16,207,1,34,2,32,2,32,4,32,5,107,106,32,0,40,2,44,16,215,5,11,32,0,32,1,16,193,5,16,254,1,12,1,11,32,1,16,221,5,11,33,0,32,3,65,16,106,36,0,32,0,11,153,2,2,1,127,3,126,32,1,40,2,24,32,1,40,2,44,75,4,64,32,1,32,1,40,2,24,54,2,44,11,66,127,33,8,2,64,32,4,65,24,113,34,5,69,13,0,32,5,65,24,70,65,0,32,3,65,1,70,27,13,0,32,1,40,2,44,34,5,4,64,32,5,32,1,65,32,106,16,207,1,107,172,33,6,11,2,64,2,64,2,64,32,3,14,3,2,0,1,3,11,32,4,65,8,113,4,64,32,1,40,2,12,32,1,40,2,8,107,172,33,7,12,2,11,32,1,40,2,24,32,1,40,2,20,107,172,33,7,12,1,11,32,6,33,7,11,32,2,32,7,124,34,2,66,0,83,13,0,32,2,32,6,85,13,0,32,4,65,8,113,33,3,2,64,32,2,80,13,0,32,3,4,64,32,1,40,2,12,69,13,2,11,32,4,65,16,113,69,13,0,32,1,40,2,24,69,13,1,11,32,3,4,64,32,1,32,1,40,2,8,32,1,40,2,8,32,2,167,106,32,1,40,2,44,16,215,5,11,32,4,65,16,113,4,64,32,1,32,1,40,2,20,32,1,40,2,28,16,216,5,32,1,32,2,167,16,217,5,11,32,2,33,8,11,32,0,32,8,16,189,5,11,28,0,32,0,65,160,198,1,54,2,0,32,0,65,32,106,16,159,5,26,32,0,16,184,5,26,32,0,11,10,0,32,0,16,224,5,16,148,6,11,53,0,32,0,173,32,1,173,32,2,41,3,8,65,0,173,32,3,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,1,40,2,0,40,2,16,17,0,0,26,11,61,1,1,127,2,127,32,0,65,212,201,1,40,2,0,34,1,54,2,0,32,0,32,1,65,12,107,40,2,0,106,65,224,201,1,40,2,0,54,2,0,32,0,65,4,106,16,224,5,26,32,0,65,56,106,11,16,183,5,32,0,11,10,0,32,0,16,227,5,16,148,6,11,19,0,32,0,32,0,40,2,0,65,12,107,40,2,0,106,16,227,5,11,19,0,32,0,32,0,40,2,0,65,12,107,40,2,0,106,16,228,5,11,61,1,1,127,2,127,32,0,65,136,203,1,40,2,0,34,1,54,2,0,32,0,32,1,65,12,107,40,2,0,106,65,148,203,1,40,2,0,54,2,0,32,0,65,8,106,16,224,5,26,32,0,65,60,106,11,16,183,5,32,0,11,10,0,32,0,16,231,5,16,148,6,11,19,0,32,0,32,0,40,2,0,65,12,107,40,2,0,106,16,231,5,11,19,0,32,0,32,0,40,2,0,65,12,107,40,2,0,106,16,232,5,11,3,0,0,11,8,0,65,137,10,16,53,0,11,25,0,32,1,65,9,77,4,64,32,0,32,1,16,240,5,15,11,32,0,32,1,16,241,5,11,27,0,32,0,32,1,65,228,0,110,34,0,16,241,5,32,1,32,0,65,228,0,108,107,16,241,5,11,61,0,32,1,65,227,0,77,4,64,32,0,32,1,16,237,5,15,11,32,1,65,231,7,77,4,64,32,0,32,1,65,228,0,110,34,0,16,240,5,32,1,32,0,65,228,0,108,107,16,241,5,15,11,32,0,32,1,16,238,5,11,17,0,32,0,32,1,65,48,106,58,0,0,32,0,65,1,106,11,25,0,32,0,32,1,65,1,116,65,144,205,1,106,47,1,0,59,0,0,32,0,65,2,106,11,85,1,1,127,32,0,65,1,32,0,27,33,1,2,64,3,64,32,1,16,147,6,34,0,13,1,65,220,247,3,40,2,0,34,0,4,64,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,17,0,0,26,12,1,11,11,16,6,0,11,32,0,11,90,1,2,127,32,0,40,2,40,33,2,3,64,32,2,4,64,32,1,173,32,0,173,32,2,65,1,107,34,2,65,2,116,34,3,32,0,40,2,36,106,40,2,0,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,32,32,3,106,40,2,0,17,0,0,26,12,1,11,11,11,13,0,32,0,32,1,65,28,106,16,202,3,26,11,33,0,32,0,32,0,40,2,24,69,32,1,114,34,1,54,2,16,32,0,40,2,20,32,1,113,4,64,16,199,2,0,11,11,60,0,32,0,65,224,206,1,54,2,0,32,0,65,0,16,243,5,32,0,65,28,106,16,157,1,32,0,40,2,32,16,148,6,32,0,40,2,36,16,148,6,32,0,40,2,48,16,148,6,32,0,40,2,60,16,148,6,32,0,11,10,0,32,0,16,246,5,16,148,6,11,64,0,32,0,65,0,54,2,20,32,0,32,1,54,2,24,32,0,65,0,54,2,12,32,0,66,130,160,128,128,224,0,55,2,4,32,0,32,1,69,54,2,16,32,0,65,32,106,65,0,65,40,16,156,6,26,32,0,65,28,106,16,203,3,11,118,1,3,127,35,0,65,16,107,34,2,36,0,32,2,32,0,16,250,5,33,0,35,0,65,16,107,34,3,36,0,32,3,65,8,106,32,0,40,2,4,16,252,1,40,2,0,45,0,0,69,4,64,2,127,2,64,32,0,40,2,8,34,1,45,0,0,34,0,65,1,71,4,127,32,0,65,2,113,13,1,32,1,65,2,58,0,0,65,1,5,65,0,11,12,1,11,0,11,33,1,11,32,3,65,16,106,36,0,32,2,65,16,106,36,0,32,1,11,35,0,32,0,65,0,54,2,12,32,0,32,1,54,2,4,32,0,32,1,54,2,0,32,0,32,1,65,1,106,54,2,8,32,0,11,76,1,2,127,35,0,65,16,107,34,1,36,0,32,1,32,0,16,250,5,33,0,35,0,65,16,107,34,2,36,0,32,2,65,8,106,32,0,40,2,4,16,252,1,40,2,0,65,1,58,0,0,32,0,40,2,8,65,1,58,0,0,32,2,65,16,106,36,0,32,1,65,16,106,36,0,11,3,0,0,11,5,0,65,224,10,11,51,1,1,127,32,0,65,184,207,1,54,2,0,32,0,65,4,106,33,1,2,64,32,1,40,2,0,65,12,107,34,1,65,8,106,16,198,3,65,127,74,13,0,32,1,16,148,6,11,32,0,11,10,0,32,0,16,254,5,16,148,6,11,13,0,32,0,16,254,5,26,32,0,16,148,6,11,44,0,32,2,69,4,64,32,0,40,2,4,32,1,40,2,4,70,15,11,32,0,32,1,70,4,64,65,1,15,11,32,0,40,2,4,32,1,40,2,4,16,99,69,11,143,4,1,5,127,35,0,65,64,106,34,4,36,0,2,127,65,1,32,0,32,1,65,0,16,129,6,13,0,26,65,0,32,1,69,13,0,26,35,0,65,64,106,34,3,36,0,32,1,40,2,0,34,7,65,4,107,40,2,0,33,5,32,7,65,8,107,40,2,0,33,7,32,3,65,0,54,2,20,32,3,65,208,208,1,54,2,16,32,3,32,1,54,2,12,32,3,65,128,209,1,54,2,8,32,3,65,24,106,65,0,65,39,16,156,6,26,32,1,32,7,106,33,1,2,64,32,5,65,128,209,1,65,0,16,129,6,4,64,32,3,65,1,54,2,56,32,5,173,32,3,65,8,106,173,32,1,173,32,1,173,65,1,173,65,0,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,5,40,2,0,40,2,20,17,0,0,26,32,1,65,0,32,3,40,2,32,65,1,70,27,33,6,12,1,11,32,5,173,32,3,65,8,106,173,32,1,173,65,1,173,65,0,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,5,40,2,0,40,2,24,17,0,0,26,2,64,2,64,32,3,40,2,44,14,2,0,1,2,11,32,3,40,2,28,65,0,32,3,40,2,40,65,1,70,27,65,0,32,3,40,2,36,65,1,70,27,65,0,32,3,40,2,48,65,1,70,27,33,6,12,1,11,32,3,40,2,32,65,1,71,4,64,32,3,40,2,48,13,1,32,3,40,2,36,65,1,71,13,1,32,3,40,2,40,65,1,71,13,1,11,32,3,40,2,24,33,6,11,32,3,65,64,107,36,0,65,0,32,6,34,1,69,13,0,26,32,4,65,8,106,65,4,114,65,0,65,52,16,156,6,26,32,4,65,1,54,2,56,32,4,65,127,54,2,20,32,4,32,0,54,2,16,32,4,32,1,54,2,8,32,1,173,32,4,65,8,106,173,32,2,40,2,0,173,65,1,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,1,40,2,0,40,2,28,17,0,0,26,32,4,40,2,32,34,0,65,1,70,4,64,32,2,32,4,40,2,24,54,2,0,11,32,0,65,1,70,11,33,0,32,4,65,64,107,36,0,32,0,11,93,1,1,127,32,0,40,2,16,34,3,69,4,64,32,0,65,1,54,2,36,32,0,32,2,54,2,24,32,0,32,1,54,2,16,15,11,2,64,32,1,32,3,70,4,64,32,0,40,2,24,65,2,71,13,1,32,0,32,2,54,2,24,15,11,32,0,65,1,58,0,54,32,0,65,2,54,2,24,32,0,32,0,40,2,36,65,1,106,54,2,36,11,11,26,0,32,0,32,1,40,2,8,65,0,16,129,6,4,64,32,1,32,2,32,3,16,131,6,11,11,80,0,32,0,32,1,40,2,8,65,0,16,129,6,4,64,32,1,32,2,32,3,16,131,6,15,11,32,0,40,2,8,34,0,173,32,1,173,32,2,173,32,3,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,28,17,0,0,26,11,114,1,2,127,32,0,40,2,4,33,4,2,127,65,0,32,2,69,13,0,26,32,4,65,8,117,34,5,32,4,65,1,113,69,13,0,26,32,2,40,2,0,32,5,16,135,6,11,33,5,32,0,40,2,0,34,0,173,32,1,173,32,2,32,5,106,173,32,3,65,2,32,4,65,2,113,27,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,28,17,0,0,26,11,10,0,32,0,32,1,106,40,2,0,11,112,1,2,127,32,0,32,1,40,2,8,65,0,16,129,6,4,64,32,1,32,2,32,3,16,131,6,15,11,32,0,40,2,12,33,4,32,0,65,16,106,34,5,32,1,32,2,32,3,16,134,6,2,64,32,4,65,2,72,13,0,32,5,32,4,65,3,116,106,33,4,32,0,65,24,106,33,0,3,64,32,0,32,1,32,2,32,3,16,134,6,32,1,45,0,54,13,1,32,0,65,8,106,34,0,32,4,73,13,0,11,11,11,154,1,0,32,0,65,1,58,0,53,2,64,32,0,40,2,4,32,2,71,13,0,32,0,65,1,58,0,52,2,64,32,0,40,2,16,34,2,69,4,64,32,0,65,1,54,2,36,32,0,32,3,54,2,24,32,0,32,1,54,2,16,32,0,40,2,48,65,1,71,13,2,32,3,65,1,70,13,1,12,2,11,32,1,32,2,70,4,64,32,0,40,2,24,34,2,65,2,70,4,64,32,0,32,3,54,2,24,32,3,33,2,11,32,0,40,2,48,65,1,71,13,2,32,2,65,1,70,13,1,12,2,11,32,0,32,0,40,2,36,65,1,106,54,2,36,11,32,0,65,1,58,0,54,11,11,32,0,2,64,32,0,40,2,4,32,1,71,13,0,32,0,40,2,28,65,1,70,13,0,32,0,32,2,54,2,28,11,11,167,4,1,4,127,32,0,32,1,40,2,8,32,4,16,129,6,4,64,32,1,32,2,32,3,16,138,6,15,11,2,64,32,0,32,1,40,2,0,32,4,16,129,6,4,64,2,64,32,2,32,1,40,2,16,71,4,64,32,1,40,2,20,32,2,71,13,1,11,32,3,65,1,71,13,2,32,1,65,1,54,2,32,15,11,32,1,32,3,54,2,32,32,1,40,2,44,65,4,71,4,64,32,0,65,16,106,34,5,32,0,40,2,12,65,3,116,106,33,3,32,1,2,127,2,64,3,64,2,64,32,3,32,5,77,13,0,32,1,65,0,59,1,52,32,5,32,1,32,2,32,2,65,1,32,4,16,140,6,32,1,45,0,54,13,0,2,64,32,1,45,0,53,69,13,0,32,1,45,0,52,4,64,65,1,33,6,32,1,40,2,24,65,1,70,13,4,65,1,33,7,65,1,33,8,32,0,45,0,8,65,2,113,13,1,12,4,11,65,1,33,7,32,8,33,6,32,0,45,0,8,65,1,113,69,13,3,11,32,5,65,8,106,33,5,12,1,11,11,32,8,33,6,65,4,32,7,69,13,1,26,11,65,3,11,54,2,44,32,6,65,1,113,13,2,11,32,1,32,2,54,2,20,32,1,32,1,40,2,40,65,1,106,54,2,40,32,1,40,2,36,65,1,71,13,1,32,1,40,2,24,65,2,71,13,1,32,1,65,1,58,0,54,15,11,32,0,40,2,12,33,5,32,0,65,16,106,34,6,32,1,32,2,32,3,32,4,16,141,6,32,5,65,2,72,13,0,32,6,32,5,65,3,116,106,33,6,32,0,65,24,106,33,5,2,64,32,0,40,2,8,34,0,65,2,113,69,4,64,32,1,40,2,36,65,1,71,13,1,11,3,64,32,1,45,0,54,13,2,32,5,32,1,32,2,32,3,32,4,16,141,6,32,5,65,8,106,34,5,32,6,73,13,0,11,12,1,11,32,0,65,1,113,69,4,64,3,64,32,1,45,0,54,13,2,32,1,40,2,36,65,1,70,13,2,32,5,32,1,32,2,32,3,32,4,16,141,6,32,5,65,8,106,34,5,32,6,73,13,0,12,2,11,0,11,3,64,32,1,45,0,54,13,1,32,1,40,2,36,65,1,70,4,64,32,1,40,2,24,65,1,70,13,2,11,32,5,32,1,32,2,32,3,32,4,16,141,6,32,5,65,8,106,34,5,32,6,73,13,0,11,11,11,102,1,2,127,32,0,40,2,4,34,7,65,8,117,33,6,32,7,65,1,113,4,64,32,3,40,2,0,32,6,16,135,6,33,6,11,32,0,40,2,0,34,0,173,32,1,173,32,2,173,32,3,32,6,106,173,32,4,65,2,32,7,65,2,113,27,173,32,5,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,20,17,0,0,26,11,101,1,2,127,32,0,40,2,4,34,6,65,8,117,33,5,32,6,65,1,113,4,64,32,2,40,2,0,32,5,16,135,6,33,5,11,32,0,40,2,0,34,0,173,32,1,173,32,2,32,5,106,173,32,3,65,2,32,6,65,2,113,27,173,32,4,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,24,17,0,0,26,11,172,2,0,32,0,32,1,40,2,8,32,4,16,129,6,4,64,32,1,32,2,32,3,16,138,6,15,11,2,64,32,0,32,1,40,2,0,32,4,16,129,6,4,64,2,64,32,2,32,1,40,2,16,71,4,64,32,1,40,2,20,32,2,71,13,1,11,32,3,65,1,71,13,2,32,1,65,1,54,2,32,15,11,32,1,32,3,54,2,32,2,64,32,1,40,2,44,65,4,70,13,0,32,1,65,0,59,1,52,32,0,40,2,8,34,0,173,32,1,173,32,2,173,32,2,173,65,1,173,32,4,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,20,17,0,0,26,32,1,45,0,53,4,64,32,1,65,3,54,2,44,32,1,45,0,52,69,13,1,12,3,11,32,1,65,4,54,2,44,11,32,1,32,2,54,2,20,32,1,32,1,40,2,40,65,1,106,54,2,40,32,1,40,2,36,65,1,71,13,1,32,1,40,2,24,65,2,71,13,1,32,1,65,1,58,0,54,15,11,32,0,40,2,8,34,0,173,32,1,173,32,2,173,32,3,173,32,4,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,24,17,0,0,26,11,11,148,1,0,32,0,32,1,40,2,8,32,4,16,129,6,4,64,32,1,32,2,32,3,16,138,6,15,11,2,64,32,0,32,1,40,2,0,32,4,16,129,6,69,13,0,2,64,32,2,32,1,40,2,16,71,4,64,32,1,40,2,20,32,2,71,13,1,11,32,3,65,1,71,13,1,32,1,65,1,54,2,32,15,11,32,1,32,2,54,2,20,32,1,32,3,54,2,32,32,1,32,1,40,2,40,65,1,106,54,2,40,2,64,32,1,40,2,36,65,1,71,13,0,32,1,40,2,24,65,2,71,13,0,32,1,65,1,58,0,54,11,32,1,65,4,54,2,44,11,11,151,2,1,6,127,32,0,32,1,40,2,8,32,5,16,129,6,4,64,32,1,32,2,32,3,32,4,16,137,6,15,11,32,1,45,0,53,33,7,32,0,40,2,12,33,6,32,1,65,0,58,0,53,32,1,45,0,52,33,8,32,1,65,0,58,0,52,32,0,65,16,106,34,9,32,1,32,2,32,3,32,4,32,5,16,140,6,32,7,32,1,45,0,53,34,10,114,33,7,32,8,32,1,45,0,52,34,11,114,33,8,2,64,32,6,65,2,72,13,0,32,9,32,6,65,3,116,106,33,9,32,0,65,24,106,33,6,3,64,32,1,45,0,54,13,1,2,64,32,11,4,64,32,1,40,2,24,65,1,70,13,3,32,0,45,0,8,65,2,113,13,1,12,3,11,32,10,69,13,0,32,0,45,0,8,65,1,113,69,13,2,11,32,1,65,0,59,1,52,32,6,32,1,32,2,32,3,32,4,32,5,16,140,6,32,1,45,0,53,34,10,32,7,114,33,7,32,1,45,0,52,34,11,32,8,114,33,8,32,6,65,8,106,34,6,32,9,73,13,0,11,11,32,1,32,7,65,255,1,113,65,0,71,58,0,53,32,1,32,8,65,255,1,113,65,0,71,58,0,52,11,84,0,32,0,32,1,40,2,8,32,5,16,129,6,4,64,32,1,32,2,32,3,32,4,16,137,6,15,11,32,0,40,2,8,34,0,173,32,1,173,32,2,173,32,3,173,32,4,173,32,5,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,20,17,0,0,26,11,28,0,32,0,32,1,40,2,8,32,5,16,129,6,4,64,32,1,32,2,32,3,32,4,16,137,6,11,11,179,46,1,11,127,35,0,65,16,107,34,11,36,0,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,32,0,65,244,1,77,4,64,65,224,247,3,40,2,0,34,6,65,16,32,0,65,11,106,65,120,113,32,0,65,11,73,27,34,5,65,3,118,34,1,118,34,0,65,3,113,4,64,32,0,65,127,115,65,1,113,32,1,106,34,3,65,3,116,34,2,65,144,248,3,106,40,2,0,34,1,65,8,106,33,0,2,64,32,1,40,2,8,34,5,32,2,65,136,248,3,106,34,2,70,4,64,65,224,247,3,32,6,65,126,32,3,119,113,54,2,0,12,1,11,32,5,32,2,54,2,12,32,2,32,5,54,2,8,11,32,1,32,3,65,3,116,34,3,65,3,114,54,2,4,32,1,32,3,106,65,4,106,34,1,32,1,40,2,0,65,1,114,54,2,0,12,12,11,32,5,65,232,247,3,40,2,0,34,8,77,13,1,32,0,4,64,2,64,32,0,32,1,116,65,2,32,1,116,34,0,65,0,32,0,107,114,113,34,0,65,0,32,0,107,113,65,1,107,34,0,32,0,65,12,118,65,16,113,34,0,118,34,1,65,5,118,65,8,113,34,3,32,0,114,32,1,32,3,118,34,0,65,2,118,65,4,113,34,1,114,32,0,32,1,118,34,0,65,1,118,65,2,113,34,1,114,32,0,32,1,118,34,0,65,1,118,65,1,113,34,1,114,32,0,32,1,118,106,34,3,65,3,116,34,2,65,144,248,3,106,40,2,0,34,1,40,2,8,34,0,32,2,65,136,248,3,106,34,2,70,4,64,65,224,247,3,32,6,65,126,32,3,119,113,34,6,54,2,0,12,1,11,32,0,32,2,54,2,12,32,2,32,0,54,2,8,11,32,1,65,8,106,33,0,32,1,32,5,65,3,114,54,2,4,32,1,32,5,106,34,2,32,3,65,3,116,34,4,32,5,107,34,3,65,1,114,54,2,4,32,1,32,4,106,32,3,54,2,0,32,8,4,64,32,8,65,3,118,34,4,65,3,116,65,136,248,3,106,33,5,65,244,247,3,40,2,0,33,1,2,127,32,6,65,1,32,4,116,34,4,113,69,4,64,65,224,247,3,32,4,32,6,114,54,2,0,32,5,12,1,11,32,5,40,2,8,11,33,4,32,5,32,1,54,2,8,32,4,32,1,54,2,12,32,1,32,5,54,2,12,32,1,32,4,54,2,8,11,65,244,247,3,32,2,54,2,0,65,232,247,3,32,3,54,2,0,12,12,11,65,228,247,3,40,2,0,34,9,69,13,1,32,9,65,0,32,9,107,113,65,1,107,34,0,32,0,65,12,118,65,16,113,34,0,118,34,1,65,5,118,65,8,113,34,3,32,0,114,32,1,32,3,118,34,0,65,2,118,65,4,113,34,1,114,32,0,32,1,118,34,0,65,1,118,65,2,113,34,1,114,32,0,32,1,118,34,0,65,1,118,65,1,113,34,1,114,32,0,32,1,118,106,65,2,116,65,144,250,3,106,40,2,0,34,2,40,2,4,65,120,113,32,5,107,33,1,32,2,33,3,3,64,2,64,32,3,40,2,16,34,0,69,4,64,32,3,40,2,20,34,0,69,13,1,11,32,0,40,2,4,65,120,113,32,5,107,34,3,32,1,32,1,32,3,75,34,3,27,33,1,32,0,32,2,32,3,27,33,2,32,0,33,3,12,1,11,11,32,2,40,2,24,33,10,32,2,32,2,40,2,12,34,4,71,4,64,32,2,40,2,8,34,0,65,240,247,3,40,2,0,73,26,32,0,32,4,54,2,12,32,4,32,0,54,2,8,12,11,11,32,2,65,20,106,34,3,40,2,0,34,0,69,4,64,32,2,40,2,16,34,0,69,13,3,32,2,65,16,106,33,3,11,3,64,32,3,33,7,32,0,34,4,65,20,106,34,3,40,2,0,34,0,13,0,32,4,65,16,106,33,3,32,4,40,2,16,34,0,13,0,11,32,7,65,0,54,2,0,12,10,11,65,127,33,5,32,0,65,191,127,75,13,0,32,0,65,11,106,34,0,65,120,113,33,5,65,228,247,3,40,2,0,34,8,69,13,0,2,127,65,0,32,5,65,128,2,73,13,0,26,65,31,32,5,65,255,255,255,7,75,13,0,26,32,0,65,8,118,34,0,32,0,65,128,254,63,106,65,16,118,65,8,113,34,0,116,34,1,32,1,65,128,224,31,106,65,16,118,65,4,113,34,1,116,34,3,32,3,65,128,128,15,106,65,16,118,65,2,113,34,3,116,65,15,118,32,0,32,1,114,32,3,114,107,34,0,65,1,116,32,5,32,0,65,21,106,118,65,1,113,114,65,28,106,11,33,7,65,0,32,5,107,33,1,2,64,2,64,2,64,32,7,65,2,116,65,144,250,3,106,40,2,0,34,3,69,4,64,65,0,33,0,12,1,11,65,0,33,0,32,5,65,0,65,25,32,7,65,1,118,107,32,7,65,31,70,27,116,33,2,3,64,2,64,32,3,40,2,4,65,120,113,32,5,107,34,6,32,1,79,13,0,32,3,33,4,32,6,34,1,13,0,65,0,33,1,32,3,33,0,12,3,11,32,0,32,3,40,2,20,34,6,32,6,32,3,32,2,65,29,118,65,4,113,106,40,2,16,34,3,70,27,32,0,32,6,27,33,0,32,2,65,1,116,33,2,32,3,13,0,11,11,32,0,32,4,114,69,4,64,65,0,33,4,65,2,32,7,116,34,0,65,0,32,0,107,114,32,8,113,34,0,69,13,3,32,0,65,0,32,0,107,113,65,1,107,34,0,32,0,65,12,118,65,16,113,34,0,118,34,3,65,5,118,65,8,113,34,2,32,0,114,32,3,32,2,118,34,0,65,2,118,65,4,113,34,3,114,32,0,32,3,118,34,0,65,1,118,65,2,113,34,3,114,32,0,32,3,118,34,0,65,1,118,65,1,113,34,3,114,32,0,32,3,118,106,65,2,116,65,144,250,3,106,40,2,0,33,0,11,32,0,69,13,1,11,3,64,32,0,40,2,4,65,120,113,32,5,107,34,6,32,1,73,33,2,32,6,32,1,32,2,27,33,1,32,0,32,4,32,2,27,33,4,32,0,40,2,16,34,3,4,127,32,3,5,32,0,40,2,20,11,34,0,13,0,11,11,32,4,69,13,0,32,1,65,232,247,3,40,2,0,32,5,107,79,13,0,32,4,40,2,24,33,7,32,4,32,4,40,2,12,34,2,71,4,64,32,4,40,2,8,34,0,65,240,247,3,40,2,0,73,26,32,0,32,2,54,2,12,32,2,32,0,54,2,8,12,9,11,32,4,65,20,106,34,3,40,2,0,34,0,69,4,64,32,4,40,2,16,34,0,69,13,3,32,4,65,16,106,33,3,11,3,64,32,3,33,6,32,0,34,2,65,20,106,34,3,40,2,0,34,0,13,0,32,2,65,16,106,33,3,32,2,40,2,16,34,0,13,0,11,32,6,65,0,54,2,0,12,8,11,32,5,65,232,247,3,40,2,0,34,0,77,4,64,65,244,247,3,40,2,0,33,1,2,64,32,0,32,5,107,34,3,65,16,79,4,64,65,232,247,3,32,3,54,2,0,65,244,247,3,32,1,32,5,106,34,2,54,2,0,32,2,32,3,65,1,114,54,2,4,32,0,32,1,106,32,3,54,2,0,32,1,32,5,65,3,114,54,2,4,12,1,11,65,244,247,3,65,0,54,2,0,65,232,247,3,65,0,54,2,0,32,1,32,0,65,3,114,54,2,4,32,0,32,1,106,65,4,106,34,0,32,0,40,2,0,65,1,114,54,2,0,11,32,1,65,8,106,33,0,12,10,11,32,5,65,236,247,3,40,2,0,34,2,73,4,64,65,236,247,3,32,2,32,5,107,34,1,54,2,0,65,248,247,3,65,248,247,3,40,2,0,34,0,32,5,106,34,3,54,2,0,32,3,32,1,65,1,114,54,2,4,32,0,32,5,65,3,114,54,2,4,32,0,65,8,106,33,0,12,10,11,65,0,33,0,32,5,65,47,106,34,8,2,127,65,184,251,3,40,2,0,4,64,65,192,251,3,40,2,0,12,1,11,65,196,251,3,66,127,55,2,0,65,188,251,3,66,128,160,128,128,128,128,4,55,2,0,65,184,251,3,32,11,65,12,106,65,112,113,65,216,170,213,170,5,115,54,2,0,65,204,251,3,65,0,54,2,0,65,156,251,3,65,0,54,2,0,65,128,32,11,34,1,106,34,6,65,0,32,1,107,34,7,113,34,4,32,5,77,13,9,65,152,251,3,40,2,0,34,1,4,64,65,144,251,3,40,2,0,34,3,32,4,106,34,9,32,3,77,13,10,32,1,32,9,73,13,10,11,65,156,251,3,45,0,0,65,4,113,13,4,2,64,2,64,65,248,247,3,40,2,0,34,1,4,64,65,160,251,3,33,0,3,64,32,1,32,0,40,2,0,34,3,79,4,64,32,3,32,0,40,2,4,106,32,1,75,13,3,11,32,0,40,2,8,34,0,13,0,11,11,65,0,16,151,6,34,2,65,127,70,13,5,32,4,33,6,65,188,251,3,40,2,0,34,0,65,1,107,34,1,32,2,113,4,64,32,4,32,2,107,32,1,32,2,106,65,0,32,0,107,113,106,33,6,11,32,5,32,6,79,13,5,32,6,65,254,255,255,255,7,75,13,5,65,152,251,3,40,2,0,34,0,4,64,65,144,251,3,40,2,0,34,1,32,6,106,34,3,32,1,77,13,6,32,0,32,3,73,13,6,11,32,6,16,151,6,34,0,32,2,71,13,1,12,7,11,32,6,32,2,107,32,7,113,34,6,65,254,255,255,255,7,75,13,4,32,6,16,151,6,34,2,32,0,40,2,0,32,0,40,2,4,106,70,13,3,32,2,33,0,11,2,64,32,0,65,127,70,13,0,32,5,65,48,106,32,6,77,13,0,65,192,251,3,40,2,0,34,1,32,8,32,6,107,106,65,0,32,1,107,113,34,1,65,254,255,255,255,7,75,4,64,32,0,33,2,12,7,11,32,1,16,151,6,65,127,71,4,64,32,1,32,6,106,33,6,32,0,33,2,12,7,11,65,0,32,6,107,16,151,6,26,12,4,11,32,0,33,2,32,0,65,127,71,13,5,12,3,11,65,0,33,4,12,7,11,65,0,33,2,12,5,11,32,2,65,127,71,13,2,11,65,156,251,3,65,156,251,3,40,2,0,65,4,114,54,2,0,11,32,4,65,254,255,255,255,7,75,13,1,32,4,16,151,6,33,2,65,0,16,151,6,33,0,32,2,65,127,70,13,1,32,0,65,127,70,13,1,32,0,32,2,77,13,1,32,0,32,2,107,34,6,32,5,65,40,106,77,13,1,11,65,144,251,3,65,144,251,3,40,2,0,32,6,106,34,0,54,2,0,65,148,251,3,40,2,0,32,0,73,4,64,65,148,251,3,32,0,54,2,0,11,2,64,2,64,2,64,65,248,247,3,40,2,0,34,1,4,64,65,160,251,3,33,0,3,64,32,2,32,0,40,2,0,34,3,32,0,40,2,4,34,4,106,70,13,2,32,0,40,2,8,34,0,13,0,11,12,2,11,65,240,247,3,40,2,0,34,0,65,0,32,0,32,2,77,27,69,4,64,65,240,247,3,32,2,54,2,0,11,65,0,33,0,65,164,251,3,32,6,54,2,0,65,160,251,3,32,2,54,2,0,65,128,248,3,65,127,54,2,0,65,132,248,3,65,184,251,3,40,2,0,54,2,0,65,172,251,3,65,0,54,2,0,3,64,32,0,65,3,116,34,1,65,144,248,3,106,32,1,65,136,248,3,106,34,3,54,2,0,32,1,65,148,248,3,106,32,3,54,2,0,32,0,65,1,106,34,0,65,32,71,13,0,11,65,248,247,3,32,2,65,120,32,2,107,65,7,113,65,0,32,2,65,8,106,65,7,113,27,34,0,106,34,1,54,2,0,65,236,247,3,32,6,32,0,107,65,40,107,34,0,54,2,0,32,1,32,0,65,1,114,54,2,4,32,2,32,6,106,65,36,107,65,40,54,2,0,65,252,247,3,65,200,251,3,40,2,0,54,2,0,12,2,11,32,0,45,0,12,65,8,113,13,0,32,1,32,3,73,13,0,32,1,32,2,79,13,0,32,0,32,4,32,6,106,54,2,4,65,248,247,3,32,1,65,120,32,1,107,65,7,113,65,0,32,1,65,8,106,65,7,113,27,34,0,106,34,3,54,2,0,65,236,247,3,65,236,247,3,40,2,0,32,6,106,34,2,32,0,107,34,0,54,2,0,32,3,32,0,65,1,114,54,2,4,32,1,32,2,106,65,40,54,2,4,65,252,247,3,65,200,251,3,40,2,0,54,2,0,12,1,11,65,240,247,3,40,2,0,32,2,75,4,64,65,240,247,3,32,2,54,2,0,11,32,2,32,6,106,33,4,65,160,251,3,33,0,2,64,2,64,2,64,2,64,2,64,2,64,3,64,32,4,32,0,40,2,0,71,4,64,32,0,40,2,8,34,0,13,1,12,2,11,11,32,0,45,0,12,65,8,113,69,13,1,11,65,160,251,3,33,0,3,64,32,1,32,0,40,2,0,34,3,79,4,64,32,3,32,0,40,2,4,106,34,3,32,1,75,13,3,11,32,0,40,2,8,33,0,12,0,11,0,11,32,0,32,2,54,2,0,32,0,32,0,40,2,4,32,6,106,54,2,4,32,2,65,120,32,2,107,65,7,113,65,0,32,2,65,8,106,65,7,113,27,106,34,6,32,5,65,3,114,54,2,4,32,4,65,120,32,4,107,65,7,113,65,0,32,4,65,8,106,65,7,113,27,106,34,4,32,5,32,6,106,34,5,107,33,3,32,1,32,4,70,4,64,65,248,247,3,32,5,54,2,0,65,236,247,3,65,236,247,3,40,2,0,32,3,106,34,0,54,2,0,32,5,32,0,65,1,114,54,2,4,12,3,11,32,4,65,244,247,3,40,2,0,70,4,64,65,244,247,3,32,5,54,2,0,65,232,247,3,65,232,247,3,40,2,0,32,3,106,34,0,54,2,0,32,5,32,0,65,1,114,54,2,4,32,0,32,5,106,32,0,54,2,0,12,3,11,32,4,40,2,4,34,0,65,3,113,65,1,70,4,64,32,0,65,120,113,33,8,2,64,32,0,65,255,1,77,4,64,32,4,40,2,8,34,1,32,0,65,3,118,34,7,65,3,116,65,136,248,3,106,70,26,32,1,32,4,40,2,12,34,0,70,4,64,65,224,247,3,65,224,247,3,40,2,0,65,126,32,7,119,113,54,2,0,12,2,11,32,1,32,0,54,2,12,32,0,32,1,54,2,8,12,1,11,32,4,40,2,24,33,9,2,64,32,4,32,4,40,2,12,34,2,71,4,64,32,4,40,2,8,34,0,32,2,54,2,12,32,2,32,0,54,2,8,12,1,11,2,64,32,4,65,20,106,34,0,40,2,0,34,1,13,0,32,4,65,16,106,34,0,40,2,0,34,1,13,0,65,0,33,2,12,1,11,3,64,32,0,33,7,32,1,34,2,65,20,106,34,0,40,2,0,34,1,13,0,32,2,65,16,106,33,0,32,2,40,2,16,34,1,13,0,11,32,7,65,0,54,2,0,11,32,9,69,13,0,2,64,32,4,32,4,40,2,28,34,1,65,2,116,65,144,250,3,106,34,0,40,2,0,70,4,64,32,0,32,2,54,2,0,32,2,13,1,65,228,247,3,65,228,247,3,40,2,0,65,126,32,1,119,113,54,2,0,12,2,11,32,9,65,16,65,20,32,9,40,2,16,32,4,70,27,106,32,2,54,2,0,32,2,69,13,1,11,32,2,32,9,54,2,24,32,4,40,2,16,34,0,4,64,32,2,32,0,54,2,16,32,0,32,2,54,2,24,11,32,4,40,2,20,34,0,69,13,0,32,2,32,0,54,2,20,32,0,32,2,54,2,24,11,32,4,32,8,106,33,4,32,3,32,8,106,33,3,11,32,4,32,4,40,2,4,65,126,113,54,2,4,32,5,32,3,65,1,114,54,2,4,32,3,32,5,106,32,3,54,2,0,32,3,65,255,1,77,4,64,32,3,65,3,118,34,1,65,3,116,65,136,248,3,106,33,0,2,127,65,224,247,3,40,2,0,34,3,65,1,32,1,116,34,1,113,69,4,64,65,224,247,3,32,1,32,3,114,54,2,0,32,0,12,1,11,32,0,40,2,8,11,33,1,32,0,32,5,54,2,8,32,1,32,5,54,2,12,32,5,32,0,54,2,12,32,5,32,1,54,2,8,12,3,11,65,31,33,0,32,3,65,255,255,255,7,77,4,64,32,3,65,8,118,34,0,32,0,65,128,254,63,106,65,16,118,65,8,113,34,0,116,34,1,32,1,65,128,224,31,106,65,16,118,65,4,113,34,1,116,34,2,32,2,65,128,128,15,106,65,16,118,65,2,113,34,2,116,65,15,118,32,0,32,1,114,32,2,114,107,34,0,65,1,116,32,3,32,0,65,21,106,118,65,1,113,114,65,28,106,33,0,11,32,5,32,0,54,2,28,32,5,66,0,55,2,16,32,0,65,2,116,65,144,250,3,106,33,1,2,64,65,228,247,3,40,2,0,34,2,65,1,32,0,116,34,4,113,69,4,64,65,228,247,3,32,2,32,4,114,54,2,0,32,1,32,5,54,2,0,32,5,32,1,54,2,24,12,1,11,32,3,65,0,65,25,32,0,65,1,118,107,32,0,65,31,70,27,116,33,0,32,1,40,2,0,33,2,3,64,32,2,34,1,40,2,4,65,120,113,32,3,70,13,3,32,0,65,29,118,33,2,32,0,65,1,116,33,0,32,1,32,2,65,4,113,106,65,16,106,34,4,40,2,0,34,2,13,0,11,32,4,32,5,54,2,0,32,5,32,1,54,2,24,11,32,5,32,5,54,2,12,32,5,32,5,54,2,8,12,2,11,65,248,247,3,32,2,65,120,32,2,107,65,7,113,65,0,32,2,65,8,106,65,7,113,27,34,0,106,34,7,54,2,0,65,236,247,3,32,6,32,0,107,65,40,107,34,0,54,2,0,32,7,32,0,65,1,114,54,2,4,32,4,65,36,107,65,40,54,2,0,65,252,247,3,65,200,251,3,40,2,0,54,2,0,32,1,32,3,65,39,32,3,107,65,7,113,65,0,32,3,65,39,107,65,7,113,27,106,65,47,107,34,0,32,0,32,1,65,16,106,73,27,34,4,65,27,54,2,4,32,4,65,168,251,3,41,2,0,55,2,16,32,4,65,160,251,3,41,2,0,55,2,8,65,168,251,3,32,4,65,8,106,54,2,0,65,164,251,3,32,6,54,2,0,65,160,251,3,32,2,54,2,0,65,172,251,3,65,0,54,2,0,32,4,65,24,106,33,0,3,64,32,0,65,7,54,2,4,32,0,65,8,106,33,2,32,0,65,4,106,33,0,32,2,32,3,73,13,0,11,32,1,32,4,70,13,3,32,4,32,4,40,2,4,65,126,113,54,2,4,32,1,32,4,32,1,107,34,6,65,1,114,54,2,4,32,4,32,6,54,2,0,32,6,65,255,1,77,4,64,32,6,65,3,118,34,3,65,3,116,65,136,248,3,106,33,0,2,127,65,224,247,3,40,2,0,34,2,65,1,32,3,116,34,3,113,69,4,64,65,224,247,3,32,2,32,3,114,54,2,0,32,0,12,1,11,32,0,40,2,8,11,33,3,32,0,32,1,54,2,8,32,3,32,1,54,2,12,32,1,32,0,54,2,12,32,1,32,3,54,2,8,12,4,11,65,31,33,0,32,1,66,0,55,2,16,32,6,65,255,255,255,7,77,4,64,32,6,65,8,118,34,0,32,0,65,128,254,63,106,65,16,118,65,8,113,34,0,116,34,3,32,3,65,128,224,31,106,65,16,118,65,4,113,34,3,116,34,2,32,2,65,128,128,15,106,65,16,118,65,2,113,34,2,116,65,15,118,32,0,32,3,114,32,2,114,107,34,0,65,1,116,32,6,32,0,65,21,106,118,65,1,113,114,65,28,106,33,0,11,32,1,32,0,54,2,28,32,0,65,2,116,65,144,250,3,106,33,3,2,64,65,228,247,3,40,2,0,34,2,65,1,32,0,116,34,4,113,69,4,64,65,228,247,3,32,2,32,4,114,54,2,0,32,3,32,1,54,2,0,32,1,32,3,54,2,24,12,1,11,32,6,65,0,65,25,32,0,65,1,118,107,32,0,65,31,70,27,116,33,0,32,3,40,2,0,33,2,3,64,32,2,34,3,40,2,4,65,120,113,32,6,70,13,4,32,0,65,29,118,33,2,32,0,65,1,116,33,0,32,3,32,2,65,4,113,106,65,16,106,34,4,40,2,0,34,2,13,0,11,32,4,32,1,54,2,0,32,1,32,3,54,2,24,11,32,1,32,1,54,2,12,32,1,32,1,54,2,8,12,3,11,32,1,40,2,8,34,0,32,5,54,2,12,32,1,32,5,54,2,8,32,5,65,0,54,2,24,32,5,32,1,54,2,12,32,5,32,0,54,2,8,11,32,6,65,8,106,33,0,12,5,11,32,3,40,2,8,34,0,32,1,54,2,12,32,3,32,1,54,2,8,32,1,65,0,54,2,24,32,1,32,3,54,2,12,32,1,32,0,54,2,8,11,65,236,247,3,40,2,0,34,0,32,5,77,13,0,65,236,247,3,32,0,32,5,107,34,1,54,2,0,65,248,247,3,65,248,247,3,40,2,0,34,0,32,5,106,34,3,54,2,0,32,3,32,1,65,1,114,54,2,4,32,0,32,5,65,3,114,54,2,4,32,0,65,8,106,33,0,12,3,11,65,148,231,3,65,48,54,2,0,65,0,33,0,12,2,11,2,64,32,7,69,13,0,2,64,32,4,40,2,28,34,3,65,2,116,65,144,250,3,106,34,0,40,2,0,32,4,70,4,64,32,0,32,2,54,2,0,32,2,13,1,65,228,247,3,32,8,65,126,32,3,119,113,34,8,54,2,0,12,2,11,32,7,65,16,65,20,32,7,40,2,16,32,4,70,27,106,32,2,54,2,0,32,2,69,13,1,11,32,2,32,7,54,2,24,32,4,40,2,16,34,0,4,64,32,2,32,0,54,2,16,32,0,32,2,54,2,24,11,32,4,40,2,20,34,0,69,13,0,32,2,32,0,54,2,20,32,0,32,2,54,2,24,11,2,64,32,1,65,15,77,4,64,32,4,32,1,32,5,106,34,0,65,3,114,54,2,4,32,0,32,4,106,65,4,106,34,0,32,0,40,2,0,65,1,114,54,2,0,12,1,11,32,4,32,5,65,3,114,54,2,4,32,4,32,5,106,34,2,32,1,65,1,114,54,2,4,32,1,32,2,106,32,1,54,2,0,32,1,65,255,1,77,4,64,32,1,65,3,118,34,1,65,3,116,65,136,248,3,106,33,0,2,127,65,224,247,3,40,2,0,34,3,65,1,32,1,116,34,1,113,69,4,64,65,224,247,3,32,1,32,3,114,54,2,0,32,0,12,1,11,32,0,40,2,8,11,33,1,32,0,32,2,54,2,8,32,1,32,2,54,2,12,32,2,32,0,54,2,12,32,2,32,1,54,2,8,12,1,11,65,31,33,0,32,1,65,255,255,255,7,77,4,64,32,1,65,8,118,34,0,32,0,65,128,254,63,106,65,16,118,65,8,113,34,0,116,34,3,32,3,65,128,224,31,106,65,16,118,65,4,113,34,3,116,34,5,32,5,65,128,128,15,106,65,16,118,65,2,113,34,5,116,65,15,118,32,0,32,3,114,32,5,114,107,34,0,65,1,116,32,1,32,0,65,21,106,118,65,1,113,114,65,28,106,33,0,11,32,2,32,0,54,2,28,32,2,66,0,55,2,16,32,0,65,2,116,65,144,250,3,106,33,3,2,64,2,64,32,8,65,1,32,0,116,34,5,113,69,4,64,65,228,247,3,32,5,32,8,114,54,2,0,32,3,32,2,54,2,0,32,2,32,3,54,2,24,12,1,11,32,1,65,0,65,25,32,0,65,1,118,107,32,0,65,31,70,27,116,33,0,32,3,40,2,0,33,5,3,64,32,5,34,3,40,2,4,65,120,113,32,1,70,13,2,32,0,65,29,118,33,5,32,0,65,1,116,33,0,32,3,32,5,65,4,113,106,65,16,106,34,6,40,2,0,34,5,13,0,11,32,6,32,2,54,2,0,32,2,32,3,54,2,24,11,32,2,32,2,54,2,12,32,2,32,2,54,2,8,12,1,11,32,3,40,2,8,34,0,32,2,54,2,12,32,3,32,2,54,2,8,32,2,65,0,54,2,24,32,2,32,3,54,2,12,32,2,32,0,54,2,8,11,32,4,65,8,106,33,0,12,1,11,2,64,32,10,69,13,0,2,64,32,2,40,2,28,34,3,65,2,116,65,144,250,3,106,34,0,40,2,0,32,2,70,4,64,32,0,32,4,54,2,0,32,4,13,1,65,228,247,3,32,9,65,126,32,3,119,113,54,2,0,12,2,11,32,10,65,16,65,20,32,10,40,2,16,32,2,70,27,106,32,4,54,2,0,32,4,69,13,1,11,32,4,32,10,54,2,24,32,2,40,2,16,34,0,4,64,32,4,32,0,54,2,16,32,0,32,4,54,2,24,11,32,2,40,2,20,34,0,69,13,0,32,4,32,0,54,2,20,32,0,32,4,54,2,24,11,2,64,32,1,65,15,77,4,64,32,2,32,1,32,5,106,34,0,65,3,114,54,2,4,32,0,32,2,106,65,4,106,34,0,32,0,40,2,0,65,1,114,54,2,0,12,1,11,32,2,32,5,65,3,114,54,2,4,32,2,32,5,106,34,3,32,1,65,1,114,54,2,4,32,1,32,3,106,32,1,54,2,0,32,8,4,64,32,8,65,3,118,34,4,65,3,116,65,136,248,3,106,33,5,65,244,247,3,40,2,0,33,0,2,127,65,1,32,4,116,34,4,32,6,113,69,4,64,65,224,247,3,32,4,32,6,114,54,2,0,32,5,12,1,11,32,5,40,2,8,11,33,4,32,5,32,0,54,2,8,32,4,32,0,54,2,12,32,0,32,5,54,2,12,32,0,32,4,54,2,8,11,65,244,247,3,32,3,54,2,0,65,232,247,3,32,1,54,2,0,11,32,2,65,8,106,33,0,11,32,11,65,16,106,36,0,32,0,11,204,12,1,7,127,2,64,32,0,69,13,0,32,0,65,8,107,34,2,32,0,65,4,107,40,2,0,34,1,65,120,113,34,0,106,33,5,2,64,32,1,65,1,113,13,0,32,1,65,3,113,69,13,1,32,2,32,2,40,2,0,34,1,107,34,2,65,240,247,3,40,2,0,73,13,1,32,0,32,1,106,33,0,32,2,65,244,247,3,40,2,0,71,4,64,32,1,65,255,1,77,4,64,32,2,40,2,8,34,4,32,1,65,3,118,34,7,65,3,116,65,136,248,3,106,70,26,32,4,32,2,40,2,12,34,1,70,4,64,65,224,247,3,65,224,247,3,40,2,0,65,126,32,7,119,113,54,2,0,12,3,11,32,4,32,1,54,2,12,32,1,32,4,54,2,8,12,2,11,32,2,40,2,24,33,6,2,64,32,2,32,2,40,2,12,34,3,71,4,64,32,2,40,2,8,34,1,32,3,54,2,12,32,3,32,1,54,2,8,12,1,11,2,64,32,2,65,20,106,34,1,40,2,0,34,4,13,0,32,2,65,16,106,34,1,40,2,0,34,4,13,0,65,0,33,3,12,1,11,3,64,32,1,33,7,32,4,34,3,65,20,106,34,1,40,2,0,34,4,13,0,32,3,65,16,106,33,1,32,3,40,2,16,34,4,13,0,11,32,7,65,0,54,2,0,11,32,6,69,13,1,2,64,32,2,32,2,40,2,28,34,4,65,2,116,65,144,250,3,106,34,1,40,2,0,70,4,64,32,1,32,3,54,2,0,32,3,13,1,65,228,247,3,65,228,247,3,40,2,0,65,126,32,4,119,113,54,2,0,12,3,11,32,6,65,16,65,20,32,6,40,2,16,32,2,70,27,106,32,3,54,2,0,32,3,69,13,2,11,32,3,32,6,54,2,24,32,2,40,2,16,34,1,4,64,32,3,32,1,54,2,16,32,1,32,3,54,2,24,11,32,2,40,2,20,34,1,69,13,1,32,3,32,1,54,2,20,32,1,32,3,54,2,24,12,1,11,32,5,40,2,4,34,1,65,3,113,65,3,71,13,0,65,232,247,3,32,0,54,2,0,32,5,32,1,65,126,113,54,2,4,32,2,32,0,65,1,114,54,2,4,32,0,32,2,106,32,0,54,2,0,15,11,32,2,32,5,79,13,0,32,5,40,2,4,34,1,65,1,113,69,13,0,2,64,32,1,65,2,113,69,4,64,32,5,65,248,247,3,40,2,0,70,4,64,65,248,247,3,32,2,54,2,0,65,236,247,3,65,236,247,3,40,2,0,32,0,106,34,0,54,2,0,32,2,32,0,65,1,114,54,2,4,32,2,65,244,247,3,40,2,0,71,13,3,65,232,247,3,65,0,54,2,0,65,244,247,3,65,0,54,2,0,15,11,32,5,65,244,247,3,40,2,0,70,4,64,65,244,247,3,32,2,54,2,0,65,232,247,3,65,232,247,3,40,2,0,32,0,106,34,0,54,2,0,32,2,32,0,65,1,114,54,2,4,32,0,32,2,106,32,0,54,2,0,15,11,32,1,65,120,113,32,0,106,33,0,2,64,32,1,65,255,1,77,4,64,32,5,40,2,8,34,4,32,1,65,3,118,34,7,65,3,116,65,136,248,3,106,70,26,32,4,32,5,40,2,12,34,1,70,4,64,65,224,247,3,65,224,247,3,40,2,0,65,126,32,7,119,113,54,2,0,12,2,11,32,4,32,1,54,2,12,32,1,32,4,54,2,8,12,1,11,32,5,40,2,24,33,6,2,64,32,5,32,5,40,2,12,34,3,71,4,64,32,5,40,2,8,34,1,65,240,247,3,40,2,0,73,26,32,1,32,3,54,2,12,32,3,32,1,54,2,8,12,1,11,2,64,32,5,65,20,106,34,1,40,2,0,34,4,13,0,32,5,65,16,106,34,1,40,2,0,34,4,13,0,65,0,33,3,12,1,11,3,64,32,1,33,7,32,4,34,3,65,20,106,34,1,40,2,0,34,4,13,0,32,3,65,16,106,33,1,32,3,40,2,16,34,4,13,0,11,32,7,65,0,54,2,0,11,32,6,69,13,0,2,64,32,5,32,5,40,2,28,34,4,65,2,116,65,144,250,3,106,34,1,40,2,0,70,4,64,32,1,32,3,54,2,0,32,3,13,1,65,228,247,3,65,228,247,3,40,2,0,65,126,32,4,119,113,54,2,0,12,2,11,32,6,65,16,65,20,32,6,40,2,16,32,5,70,27,106,32,3,54,2,0,32,3,69,13,1,11,32,3,32,6,54,2,24,32,5,40,2,16,34,1,4,64,32,3,32,1,54,2,16,32,1,32,3,54,2,24,11,32,5,40,2,20,34,1,69,13,0,32,3,32,1,54,2,20,32,1,32,3,54,2,24,11,32,2,32,0,65,1,114,54,2,4,32,0,32,2,106,32,0,54,2,0,32,2,65,244,247,3,40,2,0,71,13,1,65,232,247,3,32,0,54,2,0,15,11,32,5,32,1,65,126,113,54,2,4,32,2,32,0,65,1,114,54,2,4,32,0,32,2,106,32,0,54,2,0,11,32,0,65,255,1,77,4,64,32,0,65,3,118,34,1,65,3,116,65,136,248,3,106,33,0,2,127,65,224,247,3,40,2,0,34,4,65,1,32,1,116,34,1,113,69,4,64,65,224,247,3,32,1,32,4,114,54,2,0,32,0,12,1,11,32,0,40,2,8,11,33,1,32,0,32,2,54,2,8,32,1,32,2,54,2,12,32,2,32,0,54,2,12,32,2,32,1,54,2,8,15,11,65,31,33,1,32,2,66,0,55,2,16,32,0,65,255,255,255,7,77,4,64,32,0,65,8,118,34,1,32,1,65,128,254,63,106,65,16,118,65,8,113,34,1,116,34,4,32,4,65,128,224,31,106,65,16,118,65,4,113,34,4,116,34,3,32,3,65,128,128,15,106,65,16,118,65,2,113,34,3,116,65,15,118,32,1,32,4,114,32,3,114,107,34,1,65,1,116,32,0,32,1,65,21,106,118,65,1,113,114,65,28,106,33,1,11,32,2,32,1,54,2,28,32,1,65,2,116,65,144,250,3,106,33,4,2,64,2,64,2,64,65,228,247,3,40,2,0,34,3,65,1,32,1,116,34,5,113,69,4,64,65,228,247,3,32,3,32,5,114,54,2,0,32,4,32,2,54,2,0,32,2,32,4,54,2,24,12,1,11,32,0,65,0,65,25,32,1,65,1,118,107,32,1,65,31,70,27,116,33,1,32,4,40,2,0,33,3,3,64,32,3,34,4,40,2,4,65,120,113,32,0,70,13,2,32,1,65,29,118,33,3,32,1,65,1,116,33,1,32,4,32,3,65,4,113,106,65,16,106,34,5,40,2,0,34,3,13,0,11,32,5,32,2,54,2,0,32,2,32,4,54,2,24,11,32,2,32,2,54,2,12,32,2,32,2,54,2,8,12,1,11,32,4,40,2,8,34,0,32,2,54,2,12,32,4,32,2,54,2,8,32,2,65,0,54,2,24,32,2,32,4,54,2,12,32,2,32,0,54,2,8,11,65,128,248,3,65,128,248,3,40,2,0,65,1,107,34,2,65,127,32,2,27,54,2,0,11,11,175,8,1,11,127,32,0,69,4,64,32,1,16,147,6,15,11,32,1,65,64,79,4,64,65,148,231,3,65,48,54,2,0,65,0,15,11,2,127,65,16,32,1,65,11,106,65,120,113,32,1,65,11,73,27,33,3,32,0,65,8,107,34,5,40,2,4,34,8,65,120,113,33,2,2,64,32,8,65,3,113,69,4,64,65,0,32,3,65,128,2,73,13,2,26,32,3,65,4,106,32,2,77,4,64,32,5,33,4,32,2,32,3,107,65,192,251,3,40,2,0,65,1,116,77,13,2,11,65,0,12,2,11,2,64,32,2,32,3,79,4,64,32,2,32,3,107,34,4,65,16,73,13,1,32,5,32,8,65,1,113,32,3,114,65,2,114,54,2,4,32,3,32,5,106,34,3,32,4,65,3,114,54,2,4,32,5,32,2,65,4,114,106,34,2,32,2,40,2,0,65,1,114,54,2,0,32,3,32,4,16,150,6,12,1,11,32,2,32,5,106,34,7,65,248,247,3,40,2,0,70,4,64,65,236,247,3,40,2,0,32,2,106,34,2,32,3,77,13,2,32,5,32,8,65,1,113,32,3,114,65,2,114,54,2,4,32,3,32,5,106,34,8,32,2,32,3,107,34,3,65,1,114,54,2,4,65,236,247,3,32,3,54,2,0,65,248,247,3,32,8,54,2,0,12,1,11,32,7,65,244,247,3,40,2,0,70,4,64,65,232,247,3,40,2,0,32,2,106,34,2,32,3,73,13,2,2,64,32,2,32,3,107,34,4,65,16,79,4,64,32,5,32,8,65,1,113,32,3,114,65,2,114,54,2,4,32,3,32,5,106,34,3,32,4,65,1,114,54,2,4,32,2,32,5,106,34,2,32,4,54,2,0,32,2,32,2,40,2,4,65,126,113,54,2,4,12,1,11,32,5,32,8,65,1,113,32,2,114,65,2,114,54,2,4,32,2,32,5,106,65,4,106,34,3,32,3,40,2,0,65,1,114,54,2,0,65,0,33,4,65,0,33,3,11,65,244,247,3,32,3,54,2,0,65,232,247,3,32,4,54,2,0,12,1,11,32,7,40,2,4,34,6,65,2,113,13,1,32,6,65,120,113,32,2,106,34,9,32,3,73,13,1,32,9,32,3,107,33,11,2,64,32,6,65,255,1,77,4,64,32,7,40,2,8,34,2,32,6,65,3,118,34,12,65,3,116,65,136,248,3,106,70,26,32,2,32,7,40,2,12,34,4,70,4,64,65,224,247,3,65,224,247,3,40,2,0,65,126,32,12,119,113,54,2,0,12,2,11,32,2,32,4,54,2,12,32,4,32,2,54,2,8,12,1,11,32,7,40,2,24,33,10,2,64,32,7,32,7,40,2,12,34,6,71,4,64,32,7,40,2,8,34,2,65,240,247,3,40,2,0,73,26,32,2,32,6,54,2,12,32,6,32,2,54,2,8,12,1,11,2,64,32,7,65,20,106,34,2,40,2,0,34,4,13,0,32,7,65,16,106,34,2,40,2,0,34,4,13,0,65,0,33,6,12,1,11,3,64,32,2,33,12,32,4,34,6,65,20,106,34,2,40,2,0,34,4,13,0,32,6,65,16,106,33,2,32,6,40,2,16,34,4,13,0,11,32,12,65,0,54,2,0,11,32,10,69,13,0,2,64,32,7,32,7,40,2,28,34,4,65,2,116,65,144,250,3,106,34,2,40,2,0,70,4,64,32,2,32,6,54,2,0,32,6,13,1,65,228,247,3,65,228,247,3,40,2,0,65,126,32,4,119,113,54,2,0,12,2,11,32,10,65,16,65,20,32,10,40,2,16,32,7,70,27,106,32,6,54,2,0,32,6,69,13,1,11,32,6,32,10,54,2,24,32,7,40,2,16,34,2,4,64,32,6,32,2,54,2,16,32,2,32,6,54,2,24,11,32,7,40,2,20,34,2,69,13,0,32,6,32,2,54,2,20,32,2,32,6,54,2,24,11,32,11,65,15,77,4,64,32,5,32,8,65,1,113,32,9,114,65,2,114,54,2,4,32,5,32,9,65,4,114,106,34,3,32,3,40,2,0,65,1,114,54,2,0,12,1,11,32,5,32,8,65,1,113,32,3,114,65,2,114,54,2,4,32,3,32,5,106,34,3,32,11,65,3,114,54,2,4,32,5,32,9,65,4,114,106,34,2,32,2,40,2,0,65,1,114,54,2,0,32,3,32,11,16,150,6,11,32,5,33,4,11,32,4,11,34,4,4,64,32,4,65,8,106,15,11,32,1,16,147,6,34,4,69,4,64,65,0,15,11,32,4,32,0,65,124,65,120,32,0,65,4,107,40,2,0,34,5,65,3,113,27,32,5,65,120,113,106,34,5,32,1,32,1,32,5,75,27,16,155,6,26,32,0,16,148,6,32,4,11,139,12,1,6,127,32,0,32,1,106,33,5,2,64,2,64,32,0,40,2,4,34,2,65,1,113,13,0,32,2,65,3,113,69,13,1,32,0,40,2,0,34,2,32,1,106,33,1,2,64,32,0,32,2,107,34,0,65,244,247,3,40,2,0,71,4,64,32,2,65,255,1,77,4,64,32,0,40,2,8,34,4,32,2,65,3,118,34,7,65,3,116,65,136,248,3,106,70,26,32,0,40,2,12,34,2,32,4,71,13,2,65,224,247,3,65,224,247,3,40,2,0,65,126,32,7,119,113,54,2,0,12,3,11,32,0,40,2,24,33,6,2,64,32,0,32,0,40,2,12,34,3,71,4,64,32,0,40,2,8,34,2,65,240,247,3,40,2,0,73,26,32,2,32,3,54,2,12,32,3,32,2,54,2,8,12,1,11,2,64,32,0,65,20,106,34,2,40,2,0,34,4,13,0,32,0,65,16,106,34,2,40,2,0,34,4,13,0,65,0,33,3,12,1,11,3,64,32,2,33,7,32,4,34,3,65,20,106,34,2,40,2,0,34,4,13,0,32,3,65,16,106,33,2,32,3,40,2,16,34,4,13,0,11,32,7,65,0,54,2,0,11,32,6,69,13,2,2,64,32,0,32,0,40,2,28,34,4,65,2,116,65,144,250,3,106,34,2,40,2,0,70,4,64,32,2,32,3,54,2,0,32,3,13,1,65,228,247,3,65,228,247,3,40,2,0,65,126,32,4,119,113,54,2,0,12,4,11,32,6,65,16,65,20,32,6,40,2,16,32,0,70,27,106,32,3,54,2,0,32,3,69,13,3,11,32,3,32,6,54,2,24,32,0,40,2,16,34,2,4,64,32,3,32,2,54,2,16,32,2,32,3,54,2,24,11,32,0,40,2,20,34,2,69,13,2,32,3,32,2,54,2,20,32,2,32,3,54,2,24,12,2,11,32,5,40,2,4,34,2,65,3,113,65,3,71,13,1,65,232,247,3,32,1,54,2,0,32,5,32,2,65,126,113,54,2,4,32,0,32,1,65,1,114,54,2,4,32,5,32,1,54,2,0,15,11,32,4,32,2,54,2,12,32,2,32,4,54,2,8,11,2,64,32,5,40,2,4,34,2,65,2,113,69,4,64,32,5,65,248,247,3,40,2,0,70,4,64,65,248,247,3,32,0,54,2,0,65,236,247,3,65,236,247,3,40,2,0,32,1,106,34,1,54,2,0,32,0,32,1,65,1,114,54,2,4,32,0,65,244,247,3,40,2,0,71,13,3,65,232,247,3,65,0,54,2,0,65,244,247,3,65,0,54,2,0,15,11,32,5,65,244,247,3,40,2,0,70,4,64,65,244,247,3,32,0,54,2,0,65,232,247,3,65,232,247,3,40,2,0,32,1,106,34,1,54,2,0,32,0,32,1,65,1,114,54,2,4,32,0,32,1,106,32,1,54,2,0,15,11,32,2,65,120,113,32,1,106,33,1,2,64,32,2,65,255,1,77,4,64,32,5,40,2,8,34,4,32,2,65,3,118,34,7,65,3,116,65,136,248,3,106,70,26,32,4,32,5,40,2,12,34,2,70,4,64,65,224,247,3,65,224,247,3,40,2,0,65,126,32,7,119,113,54,2,0,12,2,11,32,4,32,2,54,2,12,32,2,32,4,54,2,8,12,1,11,32,5,40,2,24,33,6,2,64,32,5,32,5,40,2,12,34,3,71,4,64,32,5,40,2,8,34,2,65,240,247,3,40,2,0,73,26,32,2,32,3,54,2,12,32,3,32,2,54,2,8,12,1,11,2,64,32,5,65,20,106,34,4,40,2,0,34,2,13,0,32,5,65,16,106,34,4,40,2,0,34,2,13,0,65,0,33,3,12,1,11,3,64,32,4,33,7,32,2,34,3,65,20,106,34,4,40,2,0,34,2,13,0,32,3,65,16,106,33,4,32,3,40,2,16,34,2,13,0,11,32,7,65,0,54,2,0,11,32,6,69,13,0,2,64,32,5,32,5,40,2,28,34,4,65,2,116,65,144,250,3,106,34,2,40,2,0,70,4,64,32,2,32,3,54,2,0,32,3,13,1,65,228,247,3,65,228,247,3,40,2,0,65,126,32,4,119,113,54,2,0,12,2,11,32,6,65,16,65,20,32,6,40,2,16,32,5,70,27,106,32,3,54,2,0,32,3,69,13,1,11,32,3,32,6,54,2,24,32,5,40,2,16,34,2,4,64,32,3,32,2,54,2,16,32,2,32,3,54,2,24,11,32,5,40,2,20,34,2,69,13,0,32,3,32,2,54,2,20,32,2,32,3,54,2,24,11,32,0,32,1,65,1,114,54,2,4,32,0,32,1,106,32,1,54,2,0,32,0,65,244,247,3,40,2,0,71,13,1,65,232,247,3,32,1,54,2,0,15,11,32,5,32,2,65,126,113,54,2,4,32,0,32,1,65,1,114,54,2,4,32,0,32,1,106,32,1,54,2,0,11,32,1,65,255,1,77,4,64,32,1,65,3,118,34,2,65,3,116,65,136,248,3,106,33,1,2,127,65,224,247,3,40,2,0,34,4,65,1,32,2,116,34,2,113,69,4,64,65,224,247,3,32,2,32,4,114,54,2,0,32,1,12,1,11,32,1,40,2,8,11,33,2,32,1,32,0,54,2,8,32,2,32,0,54,2,12,32,0,32,1,54,2,12,32,0,32,2,54,2,8,15,11,65,31,33,2,32,0,66,0,55,2,16,32,1,65,255,255,255,7,77,4,64,32,1,65,8,118,34,2,32,2,65,128,254,63,106,65,16,118,65,8,113,34,2,116,34,4,32,4,65,128,224,31,106,65,16,118,65,4,113,34,4,116,34,3,32,3,65,128,128,15,106,65,16,118,65,2,113,34,3,116,65,15,118,32,2,32,4,114,32,3,114,107,34,2,65,1,116,32,1,32,2,65,21,106,118,65,1,113,114,65,28,106,33,2,11,32,0,32,2,54,2,28,32,2,65,2,116,65,144,250,3,106,33,4,2,64,2,64,65,228,247,3,40,2,0,34,3,65,1,32,2,116,34,5,113,69,4,64,65,228,247,3,32,3,32,5,114,54,2,0,32,4,32,0,54,2,0,32,0,32,4,54,2,24,12,1,11,32,1,65,0,65,25,32,2,65,1,118,107,32,2,65,31,70,27,116,33,2,32,4,40,2,0,33,3,3,64,32,3,34,4,40,2,4,65,120,113,32,1,70,13,2,32,2,65,29,118,33,3,32,2,65,1,116,33,2,32,4,32,3,65,4,113,106,65,16,106,34,5,40,2,0,34,3,13,0,11,32,5,32,0,54,2,0,32,0,32,4,54,2,24,11,32,0,32,0,54,2,12,32,0,32,0,54,2,8,15,11,32,4,40,2,8,34,1,32,0,54,2,12,32,4,32,0,54,2,8,32,0,65,0,54,2,24,32,0,32,4,54,2,12,32,0,32,1,54,2,8,11,11,82,1,2,127,65,212,245,1,40,2,0,34,1,32,0,65,3,106,65,124,113,34,2,106,33,0,2,64,32,2,65,0,32,0,32,1,77,27,13,0,32,0,63,0,65,16,116,75,4,64,32,0,16,7,69,13,1,11,65,212,245,1,32,0,54,2,0,32,1,15,11,65,148,231,3,65,48,54,2,0,65,127,11,205,6,2,4,127,3,126,35,0,65,128,1,107,34,5,36,0,2,64,2,64,2,64,32,3,32,4,66,0,66,0,16,81,69,13,0,2,127,32,3,33,10,32,4,66,255,255,255,255,255,255,63,131,33,9,2,127,32,4,66,48,136,167,65,255,255,1,113,34,7,65,255,255,1,71,4,64,65,4,32,7,13,1,26,65,2,65,3,32,9,32,10,132,80,27,12,2,11,32,9,32,10,132,80,11,11,69,13,0,32,2,66,48,136,167,34,8,65,255,255,1,113,34,6,65,255,255,1,71,13,1,11,32,5,65,16,106,32,1,32,2,32,3,32,4,16,78,32,5,32,5,41,3,16,34,4,32,5,41,3,24,34,3,32,4,32,3,16,88,32,5,41,3,8,33,2,32,5,41,3,0,33,4,12,1,11,32,1,32,2,66,255,255,255,255,255,255,63,131,32,6,173,66,48,134,132,34,10,32,3,32,4,66,255,255,255,255,255,255,63,131,32,4,66,48,136,167,65,255,255,1,113,34,7,173,66,48,134,132,34,9,16,81,65,0,76,4,64,32,1,32,10,32,3,32,9,16,81,4,64,32,1,33,4,12,2,11,32,5,65,240,0,106,32,1,32,2,66,0,66,0,16,78,32,5,41,3,120,33,2,32,5,41,3,112,33,4,12,1,11,32,6,4,126,32,1,5,32,5,65,224,0,106,32,1,32,10,66,0,66,128,128,128,128,128,128,192,187,192,0,16,78,32,5,41,3,104,34,10,66,48,136,167,65,248,0,107,33,6,32,5,41,3,96,11,33,4,32,7,69,4,64,32,5,65,208,0,106,32,3,32,9,66,0,66,128,128,128,128,128,128,192,187,192,0,16,78,32,5,41,3,88,34,9,66,48,136,167,65,248,0,107,33,7,32,5,41,3,80,33,3,11,32,9,66,255,255,255,255,255,255,63,131,66,128,128,128,128,128,128,192,0,132,33,11,32,10,66,255,255,255,255,255,255,63,131,66,128,128,128,128,128,128,192,0,132,33,10,32,6,32,7,74,4,64,3,64,2,126,32,10,32,11,125,32,3,32,4,86,173,125,34,9,66,0,89,4,64,32,9,32,4,32,3,125,34,4,132,80,4,64,32,5,65,32,106,32,1,32,2,66,0,66,0,16,78,32,5,41,3,40,33,2,32,5,41,3,32,33,4,12,5,11,32,9,66,1,134,32,4,66,63,136,132,12,1,11,32,10,66,1,134,32,4,66,63,136,132,11,33,10,32,4,66,1,134,33,4,32,6,65,1,107,34,6,32,7,74,13,0,11,32,7,33,6,11,2,64,32,10,32,11,125,32,3,32,4,86,173,125,34,9,66,0,83,4,64,32,10,33,9,12,1,11,32,9,32,4,32,3,125,34,4,132,66,0,82,13,0,32,5,65,48,106,32,1,32,2,66,0,66,0,16,78,32,5,41,3,56,33,2,32,5,41,3,48,33,4,12,1,11,32,9,66,255,255,255,255,255,255,63,88,4,64,3,64,32,4,66,63,136,33,3,32,6,65,1,107,33,6,32,4,66,1,134,33,4,32,3,32,9,66,1,134,132,34,9,66,128,128,128,128,128,128,192,0,84,13,0,11,11,32,8,65,128,128,2,113,33,7,32,6,65,0,76,4,64,32,5,65,64,107,32,4,32,9,66,255,255,255,255,255,255,63,131,32,6,65,248,0,106,32,7,114,173,66,48,134,132,66,0,66,128,128,128,128,128,128,192,195,63,16,78,32,5,41,3,72,33,2,32,5,41,3,64,33,4,12,1,11,32,9,66,255,255,255,255,255,255,63,131,32,6,32,7,114,173,66,48,134,132,33,2,11,32,0,32,4,55,3,0,32,0,32,2,55,3,8,32,5,65,128,1,106,36,0,11,179,2,3,2,127,1,126,2,124,2,64,2,124,32,0,189,34,3,66,32,136,167,65,255,255,255,255,7,113,34,1,65,128,224,191,132,4,79,4,64,2,64,32,1,65,128,128,192,132,4,73,13,0,32,3,66,0,83,13,0,32,0,68,0,0,0,0,0,0,224,127,162,15,11,32,1,65,128,128,192,255,7,79,4,64,68,0,0,0,0,0,0,240,191,32,0,163,15,11,32,0,68,0,0,0,0,0,204,144,192,101,69,13,2,68,0,0,0,0,0,0,0,0,32,3,66,127,87,13,1,26,12,2,11,32,1,65,255,255,191,228,3,75,13,1,32,0,68,0,0,0,0,0,0,240,63,160,11,15,11,32,0,68,0,0,0,0,0,0,184,66,160,34,4,189,167,65,128,1,106,34,1,65,4,116,65,240,31,113,34,2,65,240,210,1,106,43,3,0,34,5,32,5,32,0,32,4,68,0,0,0,0,0,0,184,194,160,161,32,2,65,248,210,1,106,43,3,0,161,34,0,162,32,0,32,0,32,0,32,0,68,116,92,135,3,128,216,85,63,162,68,0,4,247,136,171,178,131,63,160,162,68,166,160,4,215,8,107,172,63,160,162,68,117,197,130,255,189,191,206,63,160,162,68,239,57,250,254,66,46,230,63,160,162,160,32,1,65,128,126,113,65,128,2,109,16,154,6,11,168,1,0,2,64,32,1,65,128,8,78,4,64,32,0,68,0,0,0,0,0,0,224,127,162,33,0,32,1,65,255,15,72,4,64,32,1,65,255,7,107,33,1,12,2,11,32,0,68,0,0,0,0,0,0,224,127,162,33,0,32,1,65,253,23,32,1,65,253,23,72,27,65,254,15,107,33,1,12,1,11,32,1,65,129,120,74,13,0,32,0,68,0,0,0,0,0,0,16,0,162,33,0,32,1,65,131,112,74,4,64,32,1,65,254,7,106,33,1,12,1,11,32,0,68,0,0,0,0,0,0,16,0,162,33,0,32,1,65,134,104,32,1,65,134,104,74,27,65,252,15,106,33,1,11,32,0,32,1,65,255,7,106,173,66,52,134,191,162,11,131,4,1,3,127,32,2,65,128,4,79,4,64,32,0,32,1,32,2,16,8,26,32,0,15,11,32,0,32,2,106,33,3,2,64,32,0,32,1,115,65,3,113,69,4,64,2,64,32,0,65,3,113,69,4,64,32,0,33,2,12,1,11,32,2,65,1,72,4,64,32,0,33,2,12,1,11,32,0,33,2,3,64,32,2,32,1,45,0,0,58,0,0,32,1,65,1,106,33,1,32,2,65,1,106,34,2,65,3,113,69,13,1,32,2,32,3,73,13,0,11,11,2,64,32,3,65,124,113,34,4,65,192,0,73,13,0,32,2,32,4,65,64,106,34,5,75,13,0,3,64,32,2,32,1,40,2,0,54,2,0,32,2,32,1,40,2,4,54,2,4,32,2,32,1,40,2,8,54,2,8,32,2,32,1,40,2,12,54,2,12,32,2,32,1,40,2,16,54,2,16,32,2,32,1,40,2,20,54,2,20,32,2,32,1,40,2,24,54,2,24,32,2,32,1,40,2,28,54,2,28,32,2,32,1,40,2,32,54,2,32,32,2,32,1,40,2,36,54,2,36,32,2,32,1,40,2,40,54,2,40,32,2,32,1,40,2,44,54,2,44,32,2,32,1,40,2,48,54,2,48,32,2,32,1,40,2,52,54,2,52,32,2,32,1,40,2,56,54,2,56,32,2,32,1,40,2,60,54,2,60,32,1,65,64,107,33,1,32,2,65,64,107,34,2,32,5,77,13,0,11,11,32,2,32,4,79,13,1,3,64,32,2,32,1,40,2,0,54,2,0,32,1,65,4,106,33,1,32,2,65,4,106,34,2,32,4,73,13,0,11,12,1,11,32,3,65,4,73,4,64,32,0,33,2,12,1,11,32,0,32,3,65,4,107,34,4,75,4,64,32,0,33,2,12,1,11,32,0,33,2,3,64,32,2,32,1,45,0,0,58,0,0,32,2,32,1,45,0,1,58,0,1,32,2,32,1,45,0,2,58,0,2,32,2,32,1,45,0,3,58,0,3,32,1,65,4,106,33,1,32,2,65,4,106,34,2,32,4,77,13,0,11,11,32,2,32,3,73,4,64,3,64,32,2,32,1,45,0,0,58,0,0,32,1,65,1,106,33,1,32,2,65,1,106,34,2,32,3,71,13,0,11,11,32,0,11,242,2,2,2,127,1,126,2,64,32,2,69,13,0,32,0,32,2,106,34,3,65,1,107,32,1,58,0,0,32,0,32,1,58,0,0,32,2,65,3,73,13,0,32,3,65,2,107,32,1,58,0,0,32,0,32,1,58,0,1,32,3,65,3,107,32,1,58,0,0,32,0,32,1,58,0,2,32,2,65,7,73,13,0,32,3,65,4,107,32,1,58,0,0,32,0,32,1,58,0,3,32,2,65,9,73,13,0,32,0,65,0,32,0,107,65,3,113,34,4,106,34,3,32,1,65,255,1,113,65,129,130,132,8,108,34,1,54,2,0,32,3,32,2,32,4,107,65,124,113,34,4,106,34,2,65,4,107,32,1,54,2,0,32,4,65,9,73,13,0,32,3,32,1,54,2,8,32,3,32,1,54,2,4,32,2,65,8,107,32,1,54,2,0,32,2,65,12,107,32,1,54,2,0,32,4,65,25,73,13,0,32,3,32,1,54,2,24,32,3,32,1,54,2,20,32,3,32,1,54,2,16,32,3,32,1,54,2,12,32,2,65,16,107,32,1,54,2,0,32,2,65,20,107,32,1,54,2,0,32,2,65,24,107,32,1,54,2,0,32,2,65,28,107,32,1,54,2,0,32,4,32,3,65,4,113,65,24,114,34,4,107,34,2,65,32,73,13,0,32,1,173,66,129,128,128,128,16,126,33,5,32,3,32,4,106,33,1,3,64,32,1,32,5,55,3,24,32,1,32,5,55,3,16,32,1,32,5,55,3,8,32,1,32,5,55,3,0,32,1,65,32,106,33,1,32,2,65,32,107,34,2,65,31,75,13,0,11,11,32,0,11,232,2,1,2,127,2,64,32,0,32,1,70,13,0,32,1,32,0,32,2,106,34,3,107,65,0,32,2,65,1,116,107,77,4,64,32,0,32,1,32,2,16,155,6,26,15,11,32,0,32,1,115,65,3,113,33,4,2,64,2,64,32,0,32,1,73,4,64,32,4,4,64,32,0,33,3,12,3,11,32,0,65,3,113,69,4,64,32,0,33,3,12,2,11,32,0,33,3,3,64,32,2,69,13,4,32,3,32,1,45,0,0,58,0,0,32,1,65,1,106,33,1,32,2,65,1,107,33,2,32,3,65,1,106,34,3,65,3,113,13,0,11,12,1,11,2,64,32,4,13,0,32,3,65,3,113,4,64,3,64,32,2,69,13,5,32,0,32,2,65,1,107,34,2,106,34,3,32,1,32,2,106,45,0,0,58,0,0,32,3,65,3,113,13,0,11,11,32,2,65,3,77,13,0,3,64,32,0,32,2,65,4,107,34,2,106,32,1,32,2,106,40,2,0,54,2,0,32,2,65,3,75,13,0,11,11,32,2,69,13,2,3,64,32,0,32,2,65,1,107,34,2,106,32,1,32,2,106,45,0,0,58,0,0,32,2,13,0,11,12,2,11,32,2,65,3,77,13,0,3,64,32,3,32,1,40,2,0,54,2,0,32,1,65,4,106,33,1,32,3,65,4,106,33,3,32,2,65,4,107,34,2,65,3,75,13,0,11,11,32,2,69,13,0,3,64,32,3,32,1,45,0,0,58,0,0,32,3,65,1,106,33,3,32,1,65,1,106,33,1,32,2,65,1,107,34,2,13,0,11,11,11,127,1,3,127,32,0,33,1,2,64,32,0,65,3,113,4,64,3,64,32,1,45,0,0,69,13,2,32,1,65,1,106,34,1,65,3,113,13,0,11,11,3,64,32,1,34,2,65,4,106,33,1,32,2,40,2,0,34,3,65,127,115,32,3,65,129,130,132,8,107,113,65,128,129,130,132,120,113,69,13,0,11,32,3,65,255,1,113,69,4,64,32,2,32,0,107,15,11,3,64,32,2,45,0,1,33,3,32,2,65,1,106,34,1,33,2,32,3,13,0,11,11,32,1,32,0,107,11,4,0,35,0,11,6,0,32,0,36,0,11,16,0,35,0,32,0,107,65,112,113,34,0,36,0,32,0,11,52,0,32,1,173,32,2,173,32,3,173,32,4,173,32,5,173,32,6,173,66,32,134,132,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,17,0,0,167,11,60,0,32,1,173,32,2,173,32,3,173,32,4,173,32,5,173,32,6,173,66,32,134,132,32,7,173,32,8,173,66,32,134,132,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,17,0,0,167,11,61,0,32,1,173,32,2,173,32,3,173,32,4,173,32,5,173,32,6,173,32,7,173,66,32,134,132,32,8,173,32,9,173,66,32,134,132,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,17,0,0,167,11,52,0,32,1,173,32,2,173,32,3,173,32,4,173,66,32,134,132,32,5,173,32,6,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,17,0,0,26,11,17,0,32,0,167,32,1,167,32,2,167,32,3,167,16,11,173,11,9,0,32,0,167,16,12,66,0,11,12,0,32,0,167,32,1,167,16,13,66,0,11,8,0,32,0,167,16,19,173,11,9,0,32,0,167,16,20,66,0,11,15,0,32,0,167,32,1,167,32,2,167,16,18,66,0,11,18,0,32,0,167,32,1,167,32,2,167,32,3,167,16,14,66,0,11,15,0,32,0,167,32,1,167,32,2,167,16,15,66,0,11,18,0,32,0,167,32,1,167,32,2,167,32,3,191,16,21,66,0,11,18,0,32,0,167,32,1,167,32,2,167,32,3,167,16,22,66,0,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,23,66,0,11,15,0,32,0,167,32,1,167,32,2,191,16,17,66,0,11,15,0,32,0,167,32,1,167,32,2,167,16,16,66,0,11,8,0,32,0,167,16,48,173,11,9,0,32,0,167,16,254,5,173,11,9,0,32,0,167,16,64,66,0,11,9,0,32,0,167,16,54,66,0,11,8,0,32,0,167,16,55,173,11,8,0,32,0,167,16,56,173,11,9,0,32,0,167,16,57,66,0,11,9,0,32,0,167,16,58,66,0,11,11,0,32,0,167,32,1,167,16,94,173,11,11,0,32,0,167,32,1,167,16,59,173,11,8,0,32,0,167,16,60,173,11,8,0,32,0,167,16,61,173,11,12,0,32,0,167,32,1,167,16,62,66,0,11,8,0,32,0,167,16,63,173,11,14,0,32,0,167,32,1,167,32,2,167,16,98,173,11,23,0,32,0,167,32,1,191,32,2,167,32,3,167,32,4,167,32,5,167,16,113,173,11,12,0,32,0,167,32,1,167,16,114,66,0,11,14,0,32,0,167,32,1,167,32,2,167,16,116,173,11,10,0,32,0,167,16,148,6,66,0,11,9,0,32,0,167,16,72,66,0,11,10,0,32,0,167,16,205,3,66,0,11,10,0,32,0,167,16,206,3,66,0,11,10,0,32,0,167,16,170,4,66,0,11,10,0,32,0,167,16,172,4,66,0,11,10,0,32,0,167,16,175,4,66,0,11,10,0,32,0,167,16,177,4,66,0,11,10,0,32,0,167,16,179,4,66,0,11,10,0,32,0,167,16,181,4,66,0,11,10,0,32,0,167,16,183,4,66,0,11,10,0,32,0,167,16,185,4,66,0,11,10,0,32,0,167,16,187,4,66,0,11,10,0,32,0,167,16,189,4,66,0,11,10,0,32,0,167,16,191,4,66,0,11,10,0,32,0,167,16,193,4,66,0,11,10,0,32,0,167,16,195,4,66,0,11,10,0,32,0,167,16,197,4,66,0,11,9,0,32,0,167,16,197,3,173,11,10,0,32,0,167,16,200,3,66,0,11,9,0,32,0,167,16,26,66,0,11,9,0,32,0,167,16,207,3,173,11,10,0,32,0,167,16,208,3,66,0,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,209,3,173,11,19,0,32,0,167,32,1,167,32,2,167,32,3,167,16,210,3,66,0,11,15,0,32,0,167,32,1,167,32,2,167,16,149,1,173,11,9,0,32,0,167,16,211,3,173,11,10,0,32,0,167,16,212,3,66,0,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,213,3,173,11,19,0,32,0,167,32,1,167,32,2,167,32,3,167,16,214,3,66,0,11,15,0,32,0,167,32,1,167,32,2,167,16,154,1,173,11,9,0,32,0,167,16,227,3,173,11,10,0,32,0,167,16,228,3,66,0,11,12,0,32,0,167,32,1,167,16,229,3,173,11,15,0,32,0,167,32,1,167,32,2,167,16,230,3,173,11,12,0,32,0,167,32,1,167,16,231,3,173,11,15,0,32,0,167,32,1,167,32,2,167,16,232,3,173,11,12,0,32,0,167,32,1,167,16,223,3,173,11,18,0,32,0,167,32,1,167,32,2,167,32,3,167,16,233,3,173,11,15,0,32,0,167,32,1,167,32,2,167,16,234,3,173,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,235,3,173,11,9,0,32,0,167,16,237,3,173,11,10,0,32,0,167,16,236,3,66,0,11,12,0,32,0,167,32,1,167,16,238,3,173,11,15,0,32,0,167,32,1,167,32,2,167,16,239,3,173,11,12,0,32,0,167,32,1,167,16,240,3,173,11,15,0,32,0,167,32,1,167,32,2,167,16,241,3,173,11,9,0,32,0,167,16,243,3,173,11,10,0,32,0,167,16,242,3,66,0,11,15,0,32,0,167,32,1,167,32,2,167,16,244,3,173,11,18,0,32,0,167,32,1,167,32,2,167,32,3,167,16,245,3,173,11,18,0,32,0,167,32,1,167,32,2,167,32,3,167,16,246,3,173,11,18,0,32,0,167,32,1,167,32,2,167,32,3,167,16,247,3,173,11,12,0,32,0,167,32,1,167,16,248,3,173,11,15,0,32,0,167,32,1,167,32,2,167,16,249,3,173,11,12,0,32,0,167,32,1,167,16,250,3,173,11,15,0,32,0,167,32,1,167,32,2,167,16,251,3,173,11,12,0,32,0,167,32,1,167,16,252,3,173,11,18,0,32,0,167,32,1,167,32,2,167,32,3,167,16,254,3,173,11,15,0,32,0,167,32,1,167,32,2,167,16,255,3,173,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,129,4,173,11,9,0,32,0,167,16,144,3,173,11,10,0,32,0,167,16,134,4,66,0,11,30,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,32,6,167,32,7,167,16,135,4,173,11,30,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,32,6,167,32,7,167,16,137,4,173,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,139,4,173,11,9,0,32,0,167,16,140,4,173,11,8,0,32,0,167,16,93,173,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,142,4,173,11,9,0,32,0,167,16,143,4,173,11,9,0,32,0,167,16,151,4,173,11,10,0,32,0,167,16,152,4,66,0,11,9,0,32,0,167,16,206,2,173,11,9,0,32,0,167,16,207,2,173,11,13,0,32,0,167,32,1,167,16,208,2,66,0,11,13,0,32,0,167,32,1,167,16,155,4,66,0,11,13,0,32,0,167,32,1,167,16,158,4,66,0,11,9,0,32,0,167,16,153,4,173,11,10,0,32,0,167,16,154,4,66,0,11,9,0,32,0,167,16,141,2,173,11,9,0,32,0,167,16,134,2,173,11,13,0,32,0,167,32,1,167,16,215,2,66,0,11,13,0,32,0,167,32,1,167,16,156,4,66,0,11,13,0,32,0,167,32,1,167,16,159,4,66,0,11,10,0,32,0,167,16,166,4,66,0,11,10,0,32,0,167,16,168,4,66,0,11,15,0,32,0,167,32,1,167,32,2,167,16,215,3,173,11,18,0,32,0,167,32,1,167,32,2,167,32,3,167,16,216,3,173,11,18,0,32,0,167,32,1,167,32,2,167,32,3,167,16,217,3,173,11,18,0,32,0,167,32,1,167,32,2,167,32,3,167,16,218,3,173,11,12,0,32,0,167,32,1,167,16,219,3,173,11,15,0,32,0,167,32,1,167,32,2,167,16,220,3,173,11,12,0,32,0,167,32,1,167,16,221,3,173,11,15,0,32,0,167,32,1,167,32,2,167,16,222,3,173,11,18,0,32,0,167,32,1,167,32,2,167,32,3,167,16,224,3,173,11,15,0,32,0,167,32,1,167,32,2,167,16,225,3,173,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,226,3,173,11,30,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,32,6,167,32,7,167,16,130,4,173,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,131,4,173,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,132,4,173,11,30,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,32,6,167,32,7,167,16,144,4,173,11,30,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,32,6,167,32,7,167,16,145,4,173,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,146,4,173,11,9,0,32,0,167,16,147,4,173,11,30,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,32,6,167,32,7,167,16,148,4,173,11,30,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,32,6,167,32,7,167,16,149,4,173,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,150,4,173,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,145,1,173,11,19,0,32,0,167,32,1,167,32,2,167,32,3,167,16,146,1,66,0,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,150,1,173,11,19,0,32,0,167,32,1,167,32,2,167,32,3,167,16,151,1,66,0,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,155,1,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,175,1,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,184,1,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,186,1,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,188,1,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,190,1,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,192,1,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,196,1,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,198,1,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,200,1,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,214,1,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,224,1,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,228,1,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,229,1,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,230,1,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,231,1,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,232,1,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,235,1,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,236,1,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,237,1,173,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,246,1,173,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,128,2,173,11,20,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,16,136,2,173,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,137,2,173,11,20,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,16,138,2,173,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,191,16,139,2,173,11,22,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,32,5,16,145,2,173,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,146,2,173,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,147,2,173,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,151,2,173,11,20,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,16,158,2,173,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,159,2,173,11,20,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,16,160,2,173,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,191,16,161,2,173,11,22,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,32,5,16,163,2,173,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,164,2,173,11,9,0,32,0,167,16,168,2,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,169,2,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,170,2,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,171,2,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,173,2,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,175,2,173,11,30,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,32,6,167,32,7,167,16,178,2,173,11,9,0,32,0,167,16,169,4,173,11,9,0,32,0,167,16,174,4,173,11,9,0,32,0,167,16,178,4,173,11,9,0,32,0,167,16,190,4,173,11,9,0,32,0,167,16,194,4,173,11,9,0,32,0,167,16,182,4,173,11,9,0,32,0,167,16,186,4,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,182,2,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,183,2,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,184,2,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,186,2,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,188,2,173,11,30,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,32,6,167,32,7,167,16,191,2,173,11,9,0,32,0,167,16,171,4,173,11,9,0,32,0,167,16,176,4,173,11,9,0,32,0,167,16,180,4,173,11,9,0,32,0,167,16,192,4,173,11,9,0,32,0,167,16,196,4,173,11,9,0,32,0,167,16,184,4,173,11,9,0,32,0,167,16,188,4,173,11,9,0,32,0,167,16,213,4,173,11,10,0,32,0,167,16,214,4,66,0,11,9,0,32,0,167,16,215,4,173,11,9,0,32,0,167,16,216,4,173,11,9,0,32,0,167,16,217,4,173,11,9,0,32,0,167,16,218,4,173,11,9,0,32,0,167,16,219,4,173,11,9,0,32,0,167,16,220,4,173,11,9,0,32,0,167,16,221,4,173,11,9,0,32,0,167,16,222,4,173,11,9,0,32,0,167,16,223,4,173,11,9,0,32,0,167,16,224,4,173,11,9,0,32,0,167,16,225,4,173,11,9,0,32,0,167,16,226,4,173,11,9,0,32,0,167,16,227,4,173,11,9,0,32,0,167,16,228,4,173,11,9,0,32,0,167,16,229,4,173,11,9,0,32,0,167,16,230,4,173,11,9,0,32,0,167,16,232,4,173,11,10,0,32,0,167,16,231,4,66,0,11,27,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,32,6,167,16,192,2,173,11,27,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,32,6,167,16,196,2,173,11,10,0,32,0,167,16,233,4,66,0,11,9,0,32,0,167,16,200,2,173,11,13,0,32,0,167,32,1,167,16,201,2,66,0,11,13,0,32,0,167,32,1,167,16,202,2,66,0,11,13,0,32,0,167,32,1,167,16,203,2,66,0,11,9,0,32,0,167,16,204,2,173,11,13,0,32,0,167,32,1,167,16,205,2,66,0,11,9,0,32,0,167,16,234,4,173,11,10,0,32,0,167,16,235,4,66,0,11,13,0,32,0,167,32,1,167,16,209,2,66,0,11,13,0,32,0,167,32,1,167,16,210,2,66,0,11,13,0,32,0,167,32,1,167,16,211,2,66,0,11,9,0,32,0,167,16,212,2,173,11,13,0,32,0,167,32,1,167,16,213,2,66,0,11,13,0,32,0,167,32,1,167,16,214,2,66,0,11,9,0,32,0,167,16,236,4,173,11,10,0,32,0,167,16,237,4,66,0,11,9,0,32,0,167,16,238,4,173,11,10,0,32,0,167,16,239,4,66,0,11,13,0,32,0,167,32,1,167,16,216,2,66,0,11,13,0,32,0,167,32,1,167,16,218,2,66,0,11,13,0,32,0,167,32,1,167,16,219,2,66,0,11,9,0,32,0,167,16,220,2,173,11,13,0,32,0,167,32,1,167,16,221,2,66,0,11,9,0,32,0,167,16,240,4,173,11,10,0,32,0,167,16,241,4,66,0,11,27,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,32,6,167,16,222,2,173,11,27,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,32,6,167,16,229,2,173,11,27,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,32,6,167,16,242,2,173,11,27,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,32,6,167,16,246,2,173,11,25,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,32,6,16,252,2,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,130,3,173,11,25,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,32,6,16,131,3,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,134,3,173,11,15,0,32,0,167,32,1,167,32,2,167,16,139,3,173,11,25,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,140,3,66,0,11,13,0,32,0,167,32,1,167,16,141,3,66,0,11,25,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,142,3,66,0,11,9,0,32,0,167,16,143,3,173,11,10,0,32,0,167,16,145,3,66,0,11,10,0,32,0,167,16,141,5,66,0,11,10,0,32,0,167,16,142,5,66,0,11,9,0,32,0,167,16,184,5,173,11,10,0,32,0,167,16,185,5,66,0,11,15,0,32,0,167,32,1,167,32,2,167,16,187,5,173,11,21,0,32,0,167,32,1,167,32,2,32,3,167,32,4,167,16,188,5,66,0,11,19,0,32,0,167,32,1,167,32,2,167,32,3,167,16,190,5,66,0,11,15,0,32,0,167,32,1,167,32,2,167,16,191,5,173,11,9,0,32,0,167,16,194,5,173,11,9,0,32,0,167,16,195,5,173,11,12,0,32,0,167,32,1,167,16,196,5,173,11,15,0,32,0,167,32,1,167,32,2,167,16,197,5,173,11,9,0,32,0,167,16,198,5,173,11,10,0,32,0,167,16,200,5,66,0,11,9,0,32,0,167,16,199,5,173,11,10,0,32,0,167,16,201,5,66,0,11,9,0,32,0,167,16,211,5,173,11,10,0,32,0,167,16,213,5,66,0,11,9,0,32,0,167,16,212,5,173,11,10,0,32,0,167,16,214,5,66,0,11,9,0,32,0,167,16,224,5,173,11,10,0,32,0,167,16,225,5,66,0,11,21,0,32,0,167,32,1,167,32,2,32,3,167,32,4,167,16,223,5,66,0,11,19,0,32,0,167,32,1,167,32,2,167,32,3,167,16,226,5,66,0,11,9,0,32,0,167,16,219,5,173,11,12,0,32,0,167,32,1,167,16,220,5,173,11,12,0,32,0,167,32,1,167,16,222,5,173,11,9,0,32,0,167,16,227,5,173,11,10,0,32,0,167,16,228,5,66,0,11,9,0,32,0,167,16,229,5,173,11,10,0,32,0,167,16,230,5,66,0,11,9,0,32,0,167,16,231,5,173,11,10,0,32,0,167,16,232,5,66,0,11,9,0,32,0,167,16,233,5,173,11,10,0,32,0,167,16,234,5,66,0,11,10,0,32,0,167,16,235,5,66,0,11,7,0,16,252,5,66,0,11,9,0,32,0,167,16,246,5,173,11,10,0,32,0,167,16,247,5,66,0,11,9,0,32,0,167,16,253,5,173,11,10,0,32,0,167,16,255,5,66,0,11,9,0,32,0,167,16,136,5,173,11,10,0,32,0,167,16,128,6,66,0,11,15,0,32,0,167,32,1,167,32,2,167,16,130,6,173,11,25,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,146,6,66,0,11,22,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,143,6,66,0,11,19,0,32,0,167,32,1,167,32,2,167,32,3,167,16,132,6,66,0,11,25,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,145,6,66,0,11,22,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,142,6,66,0,11,19,0,32,0,167,32,1,167,32,2,167,32,3,167,16,133,6,66,0,11,25,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,144,6,66,0,11,22,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,139,6,66,0,11,19,0,32,0,167,32,1,167,32,2,167,32,3,167,16,136,6,66,0,11,11,219,203,1,144,1,0,65,132,8,11,198,13,68,4,0,0,1,0,0,0,2,0,0,0,3,0,0,0,4,0,0,0,5,0,0,0,6,0,0,0,7,0,0,0,8,0,0,0,9,0,0,0,10,0,0,0,11,0,0,0,12,0,0,0,13,0,0,0,51,68,88,55,0,0,0,0,188,104,0,0,60,4,0,0,100,4,0,0,78,51,87,65,77,57,80,114,111,99,101,115,115,111,114,69,0,0,0,0,148,104,0,0,80,4,0,0,105,110,102,105,110,105,116,121,0,70,101,98,114,117,97,114,121,0,74,97,110,117,97,114,121,0,74,117,108,121,0,84,104,117,114,115,100,97,121,0,84,117,101,115,100,97,121,0,87,101,100,110,101,115,100,97,121,0,83,97,116,117,114,100,97,121,0,83,117,110,100,97,121,0,77,111,110,100,97,121,0,70,114,105,100,97,121,0,77,97,121,0,37,109,47,37,100,47,37,121,0,45,43,32,32,32,48,88,48,120,0,45,48,88,43,48,88,32,48,88,45,48,120,43,48,120,32,48,120,0,78,111,118,0,84,104,117,0,65,117,103,117,115,116,0,79,99,116,0,83,97,116,0,65,112,114,0,118,101,99,116,111,114,0,79,99,116,111,98,101,114,0,78,111,118,101,109,98,101,114,0,83,101,112,116,101,109,98,101,114,0,68,101,99,101,109,98,101,114,0,105,111,115,95,98,97,115,101,58,58,99,108,101,97,114,0,77,97,114,0,83,101,112,0,37,73,58,37,77,58,37,83,32,37,112,0,83,117,110,0,74,117,110,0,115,116,100,58,58,101,120,99,101,112,116,105,111,110,0,95,95,99,120,97,95,103,117,97,114,100,95,97,99,113,117,105,114,101,32,100,101,116,101,99,116,101,100,32,114,101,99,117,114,115,105,118,101,32,105,110,105,116,105,97,108,105,122,97,116,105,111,110,0,77,111,110,0,110,97,110,0,74,97,110,0,74,117,108,0,108,108,0,65,112,114,105,108,0,70,114,105,0,83,99,97,108,101,32,102,114,111,109,32,80,97,116,99,104,0,77,97,114,99,104,0,65,117,103,0,98,97,115,105,99,95,115,116,114,105,110,103,0,83,116,97,110,100,97,114,100,32,84,117,110,105,110,103,0,105,110,102,0,37,46,48,76,102,0,37,76,102,0,97,108,108,111,99,97,116,111,114,60,84,62,58,58,97,108,108,111,99,97,116,101,40,115,105,122,101,95,116,32,110,41,32,39,110,39,32,101,120,99,101,101,100,115,32,109,97,120,105,109,117,109,32,115,117,112,112,111,114,116,101,100,32,115,105,122,101,0,116,114,117,101,0,84,117,101,0,102,97,108,115,101,0,74,117,110,101,0,73,110,99,111,109,112,108,101,116,101,32,83,67,76,32,102,105,108,101,46,32,70,111,117,110,100,32,110,111,32,110,111,116,101,115,32,115,101,99,116,105,111,110,32,105,110,32,116,104,101,32,102,105,108,101,0,101,109,112,116,121,32,115,99,97,108,101,0,87,101,100,0,68,101,99,0,70,101,98,0,37,98,0,37,97,0,37,97,32,37,98,32,37,100,32,37,72,58,37,77,58,37,83,32,37,89,0,80,79,83,73,88,0,37,72,58,37,77,58,37,83,0,78,65,78,0,80,77,0,65,77,0,76,67,95,65,76,76,0,76,65,78,71,0,73,78,70,0,67,0,37,66,0,37,65,0,82,101,97,100,32,102,101,119,101,114,32,110,111,116,101,115,32,116,104,97,110,32,99,111,117,110,116,32,105,110,32,102,105,108,101,46,32,67,111,117,110,116,61,0,32,110,111,116,101,115,32,97,114,114,97,121,32,115,105,122,101,61,0,48,49,50,51,52,53,54,55,56,57,0,67,46,85,84,70,45,56,0,49,49,49,49,49,49,0,49,47,49,0,32,110,111,116,101,115,46,0,73,110,118,97,108,105,100,32,84,111,110,101,32,105,110,32,83,67,76,32,102,105,108,101,46,0,39,46,0,40,110,117,108,108,41,0,40,41,0,32,76,105,110,101,32,105,115,32,39,0,80,117,114,101,32,118,105,114,116,117,97,108,32,102,117,110,99,116,105,111,110,32,99,97,108,108,101,100,33,0,99,111,100,101,99,118,116,95,98,121,110,97,109,101,60,119,99,104,97,114,95,116,44,32,99,104,97,114,44,32,109,98,115,116,97,116,101,95,116,62,58,58,99,111,100,101,99,118,116,95,98,121,110,97,109,101,32,102,97,105,108,101,100,32,116,111,32,99,111,110,115,116,114,117,99,116,32,102,111,114,32,0,116,105,109,101,95,112,117,116,95,98,121,110,97,109,101,32,102,97,105,108,101,100,32,116,111,32,99,111,110,115,116,114,117,99,116,32,102,111,114,32,0,116,105,109,101,95,103,101,116,95,98,121,110,97,109,101,32,102,97,105,108,101,100,32,116,111,32,99,111,110,115,116,114,117,99,116,32,102,111,114,32,0,109,111,110,101,121,112,117,110,99,116,95,98,121,110,97,109,101,32,102,97,105,108,101,100,32,116,111,32,99,111,110,115,116,114,117,99,116,32,102,111,114,32,0,110,117,109,112,117,110,99,116,95,98,121,110,97,109,101,60,119,99,104,97,114,95,116,62,58,58,110,117,109,112,117,110,99,116,95,98,121,110,97,109,101,32,102,97,105,108,101,100,32,116,111,32,99,111,110,115,116,114,117,99,116,32,102,111,114,32,0,110,117,109,112,117,110,99,116,95,98,121,110,97,109,101,60,99,104,97,114,62,58,58,110,117,109,112,117,110,99,116,95,98,121,110,97,109,101,32,102,97,105,108,101,100,32,116,111,32,99,111,110,115,116,114,117,99,116,32,102,111,114,32,0,99,111,108,108,97,116,101,95,98,121,110,97,109,101,60,99,104,97,114,62,58,58,99,111,108,108,97,116,101,95,98,121,110,97,109,101,32,102,97,105,108,101,100,32,116,111,32,99,111,110,115,116,114,117,99,116,32,102,111,114,32,0,99,116,121,112,101,95,98,121,110,97,109,101,60,119,99,104,97,114,95,116,62,58,58,99,116,121,112,101,95,98,121,110,97,109,101,32,102,97,105,108,101,100,32,116,111,32,99,111,110,115,116,114,117,99,116,32,102,111,114,32,0,99,116,121,112,101,95,98,121,110,97,109,101,60,99,104,97,114,62,58,58,99,116,121,112,101,95,98,121,110,97,109,101,32,102,97,105,108,101,100,32,116,111,32,99,111,110,115,116,114,117,99,116,32,102,111,114,32,0,99,111,108,108,97,116,101,95,98,121,110,97,109,101,60,119,99,104,97,114,95,116,62,58,58,99,111,108,108,97,116,101,95,98,121,110,97,109,101,40,115,105,122,101,95,116,32,114,101,102,115,41,32,102,97,105,108,101,100,32,116,111,32,99,111,110,115,116,114,117,99,116,32,102,111,114,32,0,76,105,110,101,32,0,85,110,97,98,108,101,32,116,111,32,116,117,110,101,32,116,111,32,97,32,115,99,97,108,101,32,119,105,116,104,32,110,111,32,110,111,116,101,115,46,32,89,111,117,114,32,115,99,97,108,101,32,112,114,111,118,105,100,101,100,32,0,33,32,101,118,101,110,46,115,99,108,10,33,10,49,50,32,110,111,116,101,32,101,118,101,110,32,116,101,109,112,101,114,97,109,101,110,116,10,32,49,50,10,33,10,32,49,48,48,46,48,10,32,50,48,48,46,48,10,32,51,48,48,46,48,10,32,52,48,48,46,48,10,32,53,48,48,46,48,10,32,54,48,48,46,48,10,32,55,48,48,46,48,10,32,56,48,48,46,48,10,32,57,48,48,46,48,10,32,49,48,48,48,46,48,10,32,49,49,48,48,46,48,10,32,50,47,49,10,0,65,211,21,11,222,1,255,0,0,0,0,0,0,0,1,26,192,149,1,0,0,0,2,225,105,82,2,26,192,149,2,208,174,206,2,0,0,0,3,52,128,43,3,225,105,82,3,80,157,117,3,26,192,149,3,4,80,179,3,208,174,206,3,251,41,232,3,0,0,0,4,247,99,22,4,52,128,43,4,45,120,63,4,225,105,82,4,234,110,100,4,80,157,117,4,40,8,134,4,26,192,149,4,194,211,164,4,4,80,179,4,79,64,193,4,208,174,206,4,164,164,219,4,251,41,232,4,54,70,244,4,0,70,86,97,106,114,121,126,132,138,142,148,152,156,160,163,166,170,173,174,178,181,184,186,189,190,194,196,198,200,202,205,206,209,211,214,216,218,220,222,224,225,227,229,230,232,233,235,237,238,240,241,242,243,244,246,246,248,249,250,251,252,253,254,0,1,2,3,4,5,6,7,8,9,11,14,16,19,23,27,33,39,47,56,66,80,94,110,126,142,158,174,190,206,222,238,250,0,65,196,23,11,50,66,66,66,0,109,109,109,0,0,0,0,1,0,10,20,33,55,92,153,255,0,0,0,0,240,11,0,0,14,0,0,0,15,0,0,0,54,70,109,67,111,114,101,0,148,104,0,0,232,11,0,65,128,24,11,129,6,193,0,0,0,17,0,0,0,17,0,0,0,20,0,0,0,1,0,0,0,20,0,0,0,1,0,0,0,17,0,0,0,17,0,0,0,20,0,0,0,193,0,0,0,20,0,0,0,193,0,0,0,17,0,0,0,20,0,0,0,1,0,0,0,17,0,0,0,20,0,0,0,193,0,0,0,17,0,0,0,148,0,0,0,1,0,0,0,17,0,0,0,20,0,0,0,193,0,0,0,20,0,0,0,1,0,0,0,20,0,0,0,1,0,0,0,20,0,0,0,193,0,0,0,148,0,0,0,1,0,0,0,20,0,0,0,1,0,0,0,20,0,0,0,193,0,0,0,17,0,0,0,5,0,0,0,20,0,0,0,1,0,0,0,20,0,0,0,1,0,0,0,17,0,0,0,197,0,0,0,20,0,0,0,1,0,0,0,20,0,0,0,1,0,0,0,17,0,0,0,5,0,0,0,20,0,0,0,193,0,0,0,20,0,0,0,1,0,0,0,5,0,0,0,20,0,0,0,193,0,0,0,17,0,0,0,20,0,0,0,193,0,0,0,5,0,0,0,20,0,0,0,1,0,0,0,17,0,0,0,20,0,0,0,1,0,0,0,5,0,0,0,5,0,0,0,20,0,0,0,193,0,0,0,20,0,0,0,193,0,0,0,5,0,0,0,5,0,0,0,20,0,0,0,1,0,0,0,20,0,0,0,193,0,0,0,5,0,0,0,17,0,0,0,20,0,0,0,1,0,0,0,20,0,0,0,1,0,0,0,5,0,0,0,17,0,0,0,20,0,0,0,193,0,0,0,20,0,0,0,193,0,0,0,17,0,0,0,2,0,0,0,37,0,0,0,5,0,0,0,20,0,0,0,1,0,0,0,17,0,0,0,2,0,0,0,37,0,0,0,197,0,0,0,20,0,0,0,1,0,0,0,17,0,0,0,17,0,0,0,197,0,0,0,5,0,0,0,20,0,0,0,193,0,0,0,20,0,0,0,20,0,0,0,1,0,0,0,17,0,0,0,20,0,0,0,1,0,0,0,5,0,0,0,20,0,0,0,193,0,0,0,20,0,0,0,20,0,0,0,1,0,0,0,20,0,0,0,20,0,0,0,193,0,0,0,20,0,0,0,20,0,0,0,193,0,0,0,20,0,0,0,20,0,0,0,20,0,0,0,1,0,0,0,20,0,0,0,193,0,0,0,20,0,0,0,20,0,0,0,1,0,0,0,20,0,0,0,4,0,0,0,193,0,0,0,20,0,0,0,20,0,0,0,20,0,0,0,4,0,0,0,4,0,0,0,193,0,0,0,20,0,0,0,20,0,0,0,4,0,0,0,4,0,0,0,4,0,0,0,193,0,0,0,5,0,0,0,20,0,0,0,1,0,0,0,20,0,0,0,4,0,0,0,1,0,0,0,5,0,0,0,20,0,0,0,193,0,0,0,20,0,0,0,4,0,0,0,4,0,0,0,193,0,0,0,17,0,0,0,20,0,0,0,1,0,0,0,20,0,0,0,193,0,0,0,20,0,0,0,1,0,0,0,20,0,0,0,4,0,0,0,4,0,0,0,4,0,0,0,193,0,0,0,17,0,0,0,20,0,0,0,4,0,0,0,4,0,0,0,193,0,0,0,20,0,0,0,4,0,0,0,4,0,0,0,4,0,0,0,4,0,0,0,196,0,0,0,4,0,0,0,4,0,0,0,4,0,0,0,4,0,0,0,4,0,0,0,1,0,65,144,30,11,100,1,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,15,16,16,17,18,18,19,20,21,22,23,24,25,26,27,28,30,31,33,34,36,37,38,39,41,42,44,46,47,49,51,53,54,56,58,60,62,64,66,68,70,72,74,76,79,82,85,88,91,94,98,102,106,110,115,120,125,130,135,141,147,153,159,165,171,178,185,193,202,211,232,243,254,255,0,65,128,31,11,100,128,140,152,161,171,180,188,195,200,204,207,210,213,215,217,219,221,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,38,40,43,46,49,53,58,65,73,82,92,103,115,127,0,65,244,31,11,223,9,5,0,0,0,9,0,0,0,13,0,0,0,17,0,0,0,20,0,0,0,23,0,0,0,25,0,0,0,27,0,0,0,29,0,0,0,31,0,0,0,33,0,0,0,35,0,0,0,37,0,0,0,39,0,0,0,41,0,0,0,42,0,0,0,43,0,0,0,45,0,0,0,46,0,0,0,160,234,26,0,160,234,26,0,128,136,21,0,128,136,21,0,44,43,18,0,28,122,15,0,250,35,15,0,80,117,13,0,64,196,10,0,64,196,10,0,133,234,8,0,14,189,7,0,212,171,7,0,168,186,6,0,134,100,6,0,32,98,5,0,220,181,4,0,186,95,4,0,135,222,3,0,84,93,3,0,84,93,3,0,16,177,2,0,122,56,2,0,122,56,2,0,245,234,1,0,170,174,1,0,170,174,1,0,136,88,1,0,136,88,1,0,218,36,1,0,44,241,0,0,44,241,0,0,85,215,0,0,126,189,0,0,68,172,0,0,109,146,0,0,79,122,0,0,150,120,0,0,170,107,0,0,170,107,0,0,34,86,0,0,90,72,0,0,232,68,0,0,75,60,0,0,32,55,0,0,174,51,0,0,17,43,0,0,45,36,0,0,45,36,0,0,37,30,0,0,215,25,0,0,215,25,0,0,136,21,0,0,136,21,0,0,58,17,0,0,129,15,0,0,129,15,0,0,111,13,0,0,50,11,0,0,130,10,0,0,201,8,0,0,192,7,0,0,104,7,0,0,16,7,0,0,131,5,0,0,87,5,0,0,210,4,0,0,122,4,0,0,158,3,0,0,69,3,0,0,69,3,0,0,193,2,0,0,61,2,0,0,61,2,0,0,17,2,0,0,185,1,0,0,185,1,0,0,78,55,84,117,110,105,110,103,115,49,49,84,117,110,105,110,103,69,114,114,111,114,69,0,188,104,0,0,116,17,0,0,168,103,0,0,0,0,0,0,140,17,0,0,16,0,0,0,19,0,0,0,20,0,0,0,0,0,0,0,12,18,0,0,21,0,0,0,22,0,0,0,23,0,0,0,24,0,0,0,25,0,0,0,78,83,116,51,95,95,50,50,48,95,95,115,104,97,114,101,100,95,112,116,114,95,101,109,112,108,97,99,101,73,49,52,83,116,97,110,100,97,114,100,84,117,110,105,110,103,78,83,95,57,97,108,108,111,99,97,116,111,114,73,83,49,95,69,69,69,69,0,188,104,0,0,200,17,0,0,108,102,0,0,0,0,0,0,100,18,0,0,26,0,0,0,27,0,0,0,28,0,0,0,29,0,0,0,30,0,0,0,31,0,0,0,32,0,0,0,49,52,83,116,97,110,100,97,114,100,84,117,110,105,110,103,0,49,49,84,117,110,105,110,103,83,116,97,116,101,0,0,148,104,0,0,77,18,0,0,188,104,0,0,60,18,0,0,92,18,0,0,0,0,0,0,0,0,224,63,0,0,0,0,0,0,224,191,209,116,158,0,87,157,189,42,128,112,82,15,255,255,62,39,10,0,0,0,100,0,0,0,232,3,0,0,16,39,0,0,160,134,1,0,64,66,15,0,128,150,152,0,0,225,245,5,24,0,0,0,53,0,0,0,113,0,0,0,107,255,255,255,206,251,255,255,146,191,255,255,0,0,0,0,0,0,0,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,0,1,2,3,4,5,6,7,8,9,255,255,255,255,255,255,255,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,255,255,255,255,255,255,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,0,1,2,4,7,3,6,5,0,0,0,0,0,0,0,2,0,0,192,3,0,0,192,4,0,0,192,5,0,0,192,6,0,0,192,7,0,0,192,8,0,0,192,9,0,0,192,10,0,0,192,11,0,0,192,12,0,0,192,13,0,0,192,14,0,0,192,15,0,0,192,16,0,0,192,17,0,0,192,18,0,0,192,19,0,0,192,20,0,0,192,21,0,0,192,22,0,0,192,23,0,0,192,24,0,0,192,25,0,0,192,26,0,0,192,27,0,0,192,28,0,0,192,29,0,0,192,30,0,0,192,31,0,0,192,0,0,0,179,1,0,0,195,2,0,0,195,3,0,0,195,4,0,0,195,5,0,0,195,6,0,0,195,7,0,0,195,8,0,0,195,9,0,0,195,10,0,0,195,11,0,0,195,12,0,0,195,13,0,0,211,14,0,0,195,15,0,0,195,0,0,12,187,1,0,12,195,2,0,12,195,3,0,12,195,4,0,12,211,0,0,0,0,222,18,4,149,0,0,0,0,255,255,255,255,255,255,255,255,255,255,255,255,176,20,0,0,20,0,0,0,67,46,85,84,70,45,56,0,65,248,41,11,2,196,20,0,65,144,42,11,71,76,67,95,67,84,89,80,69,0,0,0,0,76,67,95,78,85,77,69,82,73,67,0,0,76,67,95,84,73,77,69,0,0,0,0,0,76,67,95,67,79,76,76,65,84,69,0,0,76,67,95,77,79,78,69,84,65,82,89,0,76,67,95,77,69,83,83,65,71,69,83,0,65,224,42,11,65,17,0,10,0,17,17,17,0,0,0,0,5,0,0,0,0,0,0,9,0,0,0,0,11,0,0,0,0,0,0,0,0,17,0,15,10,17,17,17,3,10,7,0,1,0,9,11,11,0,0,9,6,11,0,0,11,0,6,17,0,0,0,17,17,17,0,65,177,43,11,33,11,0,0,0,0,0,0,0,0,17,0,10,10,17,17,17,0,10,0,0,2,0,9,11,0,0,0,9,0,11,0,0,11,0,65,235,43,11,1,12,0,65,247,43,11,21,12,0,0,0,0,12,0,0,0,0,9,12,0,0,0,0,0,12,0,0,12,0,65,165,44,11,1,14,0,65,177,44,11,21,13,0,0,0,4,13,0,0,0,0,9,14,0,0,0,0,0,14,0,0,14,0,65,223,44,11,1,16,0,65,235,44,11,30,15,0,0,0,0,15,0,0,0,0,9,16,0,0,0,0,0,16,0,0,16,0,0,18,0,0,0,18,18,18,0,65,162,45,11,14,18,0,0,0,18,18,18,0,0,0,0,0,0,9,0,65,211,45,11,1,11,0,65,223,45,11,21,10,0,0,0,0,10,0,0,0,0,9,11,0,0,0,0,0,11,0,0,11,0,65,141,46,11,1,12,0,65,153,46,11,39,12,0,0,0,0,12,0,0,0,0,9,12,0,0,0,0,0,12,0,0,12,0,0,48,49,50,51,52,53,54,55,56,57,65,66,67,68,69,70,0,65,228,46,11,1,36,0,65,139,47,11,5,255,255,255,255,255,0,65,208,47,11,2,224,24,0,65,224,49,11,255,1,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,3,32,2,32,2,32,2,32,2,32,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,1,96,4,192,4,192,4,192,4,192,4,192,4,192,4,192,4,192,4,192,4,192,4,192,4,192,4,192,4,192,4,192,8,216,8,216,8,216,8,216,8,216,8,216,8,216,8,216,8,216,8,216,4,192,4,192,4,192,4,192,4,192,4,192,4,192,8,213,8,213,8,213,8,213,8,213,8,213,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,4,192,4,192,4,192,4,192,4,192,4,192,8,214,8,214,8,214,8,214,8,214,8,214,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,4,192,4,192,4,192,4,192,2,0,65,224,53,11,2,240,28,0,65,244,57,11,249,3,1,0,0,0,2,0,0,0,3,0,0,0,4,0,0,0,5,0,0,0,6,0,0,0,7,0,0,0,8,0,0,0,9,0,0,0,10,0,0,0,11,0,0,0,12,0,0,0,13,0,0,0,14,0,0,0,15,0,0,0,16,0,0,0,17,0,0,0,18,0,0,0,19,0,0,0,20,0,0,0,21,0,0,0,22,0,0,0,23,0,0,0,24,0,0,0,25,0,0,0,26,0,0,0,27,0,0,0,28,0,0,0,29,0,0,0,30,0,0,0,31,0,0,0,32,0,0,0,33,0,0,0,34,0,0,0,35,0,0,0,36,0,0,0,37,0,0,0,38,0,0,0,39,0,0,0,40,0,0,0,41,0,0,0,42,0,0,0,43,0,0,0,44,0,0,0,45,0,0,0,46,0,0,0,47,0,0,0,48,0,0,0,49,0,0,0,50,0,0,0,51,0,0,0,52,0,0,0,53,0,0,0,54,0,0,0,55,0,0,0,56,0,0,0,57,0,0,0,58,0,0,0,59,0,0,0,60,0,0,0,61,0,0,0,62,0,0,0,63,0,0,0,64,0,0,0,65,0,0,0,66,0,0,0,67,0,0,0,68,0,0,0,69,0,0,0,70,0,0,0,71,0,0,0,72,0,0,0,73,0,0,0,74,0,0,0,75,0,0,0,76,0,0,0,77,0,0,0,78,0,0,0,79,0,0,0,80,0,0,0,81,0,0,0,82,0,0,0,83,0,0,0,84,0,0,0,85,0,0,0,86,0,0,0,87,0,0,0,88,0,0,0,89,0,0,0,90,0,0,0,91,0,0,0,92,0,0,0,93,0,0,0,94,0,0,0,95,0,0,0,96,0,0,0,65,0,0,0,66,0,0,0,67,0,0,0,68,0,0,0,69,0,0,0,70,0,0,0,71,0,0,0,72,0,0,0,73,0,0,0,74,0,0,0,75,0,0,0,76,0,0,0,77,0,0,0,78,0,0,0,79,0,0,0,80,0,0,0,81,0,0,0,82,0,0,0,83,0,0,0,84,0,0,0,85,0,0,0,86,0,0,0,87,0,0,0,88,0,0,0,89,0,0,0,90,0,0,0,123,0,0,0,124,0,0,0,125,0,0,0,126,0,0,0,127,0,65,241,193,0,11,1,35,0,65,132,198,0,11,249,3,1,0,0,0,2,0,0,0,3,0,0,0,4,0,0,0,5,0,0,0,6,0,0,0,7,0,0,0,8,0,0,0,9,0,0,0,10,0,0,0,11,0,0,0,12,0,0,0,13,0,0,0,14,0,0,0,15,0,0,0,16,0,0,0,17,0,0,0,18,0,0,0,19,0,0,0,20,0,0,0,21,0,0,0,22,0,0,0,23,0,0,0,24,0,0,0,25,0,0,0,26,0,0,0,27,0,0,0,28,0,0,0,29,0,0,0,30,0,0,0,31,0,0,0,32,0,0,0,33,0,0,0,34,0,0,0,35,0,0,0,36,0,0,0,37,0,0,0,38,0,0,0,39,0,0,0,40,0,0,0,41,0,0,0,42,0,0,0,43,0,0,0,44,0,0,0,45,0,0,0,46,0,0,0,47,0,0,0,48,0,0,0,49,0,0,0,50,0,0,0,51,0,0,0,52,0,0,0,53,0,0,0,54,0,0,0,55,0,0,0,56,0,0,0,57,0,0,0,58,0,0,0,59,0,0,0,60,0,0,0,61,0,0,0,62,0,0,0,63,0,0,0,64,0,0,0,97,0,0,0,98,0,0,0,99,0,0,0,100,0,0,0,101,0,0,0,102,0,0,0,103,0,0,0,104,0,0,0,105,0,0,0,106,0,0,0,107,0,0,0,108,0,0,0,109,0,0,0,110,0,0,0,111,0,0,0,112,0,0,0,113,0,0,0,114,0,0,0,115,0,0,0,116,0,0,0,117,0,0,0,118,0,0,0,119,0,0,0,120,0,0,0,121,0,0,0,122,0,0,0,91,0,0,0,92,0,0,0,93,0,0,0,94,0,0,0,95,0,0,0,96,0,0,0,97,0,0,0,98,0,0,0,99,0,0,0,100,0,0,0,101,0,0,0,102,0,0,0,103,0,0,0,104,0,0,0,105,0,0,0,106,0,0,0,107,0,0,0,108,0,0,0,109,0,0,0,110,0,0,0,111,0,0,0,112,0,0,0,113,0,0,0,114,0,0,0,115,0,0,0,116,0,0,0,117,0,0,0,118,0,0,0,119,0,0,0,120,0,0,0,121,0,0,0,122,0,0,0,123,0,0,0,124,0,0,0,125,0,0,0,126,0,0,0,127,0,65,128,206,0,11,82,32,0,0,0,9,0,0,0,10,0,0,0,13,0,0,0,11,0,0,0,12,0,0,0,133,0,0,0,0,32,0,0,1,32,0,0,2,32,0,0,3,32,0,0,4,32,0,0,5,32,0,0,6,32,0,0,8,32,0,0,9,32,0,0,10,32,0,0,40,32,0,0,41,32,0,0,95,32,0,0,0,48,0,65,224,206,0,11,128,4,18,17,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,17,34,35,36,17,37,38,39,40,41,42,43,44,17,45,46,47,16,16,48,16,16,16,16,16,16,16,49,50,51,16,52,53,16,16,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,54,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,55,17,17,17,17,56,17,57,58,59,60,61,62,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,63,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,17,64,65,17,66,67,68,69,70,71,72,73,16,16,16,74,75,76,77,78,16,16,16,79,80,16,16,16,16,81,16,16,16,16,16,16,16,16,16,17,17,17,82,83,16,16,16,16,16,16,16,16,16,16,16,17,17,17,17,84,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,17,17,85,16,16,16,16,86,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,87,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,88,89,90,91,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,92,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,0,65,128,211,0,11,94,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,0,0,0,0,0,0,0,0,254,255,255,7,254,255,255,7,0,0,0,0,0,4,32,4,255,255,127,255,255,255,127,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,195,255,3,0,31,80,0,65,232,211,0,11,173,5,32,0,0,0,0,0,223,60,64,215,255,255,251,255,255,255,255,255,255,255,255,255,191,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,3,252,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,0,254,255,255,255,127,2,254,255,255,255,255,0,0,0,0,0,255,191,182,0,255,255,255,7,7,0,0,0,255,7,255,255,255,255,255,255,255,254,255,195,255,255,255,255,255,255,255,255,255,255,255,255,239,31,254,225,255,159,0,0,255,255,255,255,255,255,0,224,255,255,255,255,255,255,255,255,255,255,255,255,3,0,255,255,255,255,255,7,48,4,255,255,255,252,255,31,0,0,255,255,255,1,0,0,0,0,0,0,0,0,253,31,0,0,0,0,0,0,240,3,255,127,255,255,255,255,255,255,255,239,255,223,225,255,207,255,254,254,238,159,249,255,255,253,197,227,159,89,128,176,207,255,3,0,238,135,249,255,255,253,109,195,135,25,2,94,192,255,63,0,238,191,251,255,255,253,237,227,191,27,1,0,207,255,0,0,238,159,249,255,255,253,237,227,159,25,192,176,207,255,2,0,236,199,61,214,24,199,255,195,199,29,129,0,192,255,0,0,238,223,253,255,255,253,239,227,223,29,96,3,207,255,0,0,236,223,253,255,255,253,239,227,223,29,96,64,207,255,6,0,236,223,253,255,255,255,255,231,223,93,128,0,207,255,0,252,236,255,127,252,255,255,251,47,127,128,95,255,0,0,12,0,254,255,255,255,255,127,255,7,63,32,255,3,0,0,0,0,150,37,240,254,174,236,255,59,95,32,255,243,0,0,0,0,1,0,0,0,255,3,0,0,255,254,255,255,255,31,254,255,3,255,255,254,255,255,255,31,0,0,0,0,0,0,0,0,255,255,255,255,255,255,127,249,255,3,255,255,231,193,255,255,127,64,255,51,255,255,255,255,191,32,255,255,255,255,255,247,255,255,255,255,255,255,255,255,255,61,127,61,255,255,255,255,255,61,255,255,255,255,61,127,61,255,127,255,255,255,255,255,255,255,61,255,255,255,255,255,255,255,255,135,0,0,0,0,255,255,0,0,255,255,255,255,255,255,255,255,255,255,31,0,254,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,159,255,255,254,255,255,7,255,255,255,255,255,255,255,255,255,199,1,0,255,223,15,0,255,255,15,0,255,255,15,0,255,223,13,0,255,255,255,255,255,255,207,255,255,1,128,16,255,3,0,0,0,0,255,3,255,255,255,255,255,255,255,255,255,255,255,0,255,255,255,255,255,7,255,255,255,255,255,255,255,255,63,0,255,255,255,31,255,15,255,1,192,255,255,255,255,63,31,0,255,255,255,255,255,15,255,255,255,3,255,3,0,0,0,0,255,255,255,15,255,255,255,255,255,255,255,127,254,255,31,0,255,3,255,3,128,0,65,160,217,0,11,48,255,255,255,255,255,255,239,255,239,15,255,3,0,0,0,0,255,255,255,255,255,243,255,255,255,255,255,255,191,255,3,0,255,255,255,255,255,255,63,0,255,227,255,255,255,255,255,63,0,65,221,217,0,11,67,222,111,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,0,0,0,0,0,0,0,0,255,255,63,63,255,255,255,255,63,63,255,170,255,255,255,63,255,255,255,255,255,255,223,95,220,31,207,15,255,31,220,31,0,65,174,218,0,11,6,2,128,0,0,255,31,0,65,192,218,0,11,18,132,252,47,62,80,189,255,243,224,67,0,0,255,255,255,255,255,1,0,65,246,218,0,11,80,192,255,255,255,255,255,255,3,0,0,255,255,255,255,255,127,255,255,255,255,255,127,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,31,120,12,0,255,255,255,255,191,32,255,255,255,255,255,255,255,128,0,0,255,255,127,0,127,127,127,127,127,127,127,127,255,255,255,255,0,0,0,0,0,128,0,65,224,219,0,11,87,224,0,0,0,254,3,62,31,254,255,255,255,255,255,255,255,255,255,127,224,254,255,255,255,255,255,255,255,255,255,255,247,224,255,255,255,255,63,254,255,255,255,255,255,255,255,255,255,255,127,0,0,255,255,255,7,0,0,0,0,0,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,63,0,65,192,220,0,11,118,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,31,0,0,0,0,0,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,31,0,0,0,0,0,0,0,0,255,255,255,255,255,63,255,31,255,255,255,15,0,0,255,255,255,255,255,127,240,143,255,255,255,128,255,255,255,255,255,255,255,255,255,255,0,0,0,0,128,255,252,255,255,255,255,255,255,255,255,255,255,255,255,121,15,0,255,7,0,65,191,221,0,11,103,255,187,247,255,255,255,0,0,0,255,255,255,255,255,255,15,0,255,255,255,255,255,255,255,255,15,0,255,3,0,0,252,8,255,255,255,255,255,7,255,255,255,255,7,0,255,255,255,31,255,255,255,255,255,255,247,255,0,128,255,3,0,0,0,0,255,255,255,255,255,255,127,0,255,63,255,3,255,255,127,4,255,255,255,255,255,255,255,127,5,0,0,56,255,255,60,0,126,126,126,0,127,127,0,65,184,222,0,11,136,1,255,255,255,255,255,7,255,3,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,15,0,255,255,127,248,255,255,255,255,255,15,255,255,255,255,255,255,255,255,255,255,255,255,255,63,255,255,255,255,255,255,255,255,255,255,255,255,255,3,0,0,0,0,127,0,248,224,255,253,127,95,219,255,255,255,255,255,255,255,255,255,255,255,255,255,3,0,0,0,248,255,255,255,255,255,255,255,255,255,255,255,255,63,0,0,255,255,255,255,255,255,255,255,252,255,255,255,255,255,255,0,0,0,0,0,255,15,0,65,206,223,0,11,97,223,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,31,0,0,255,3,254,255,255,7,254,255,255,7,192,255,255,255,255,255,255,255,255,255,255,127,252,252,252,28,0,0,0,0,255,239,255,255,127,255,255,183,255,63,255,63,0,0,0,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,7,0,0,0,0,0,0,0,0,255,255,255,255,255,255,31,0,65,208,224,0,11,70,255,255,255,31,255,255,255,255,255,255,1,0,0,0,0,0,255,255,255,127,0,0,255,255,255,7,0,0,0,0,0,0,255,255,255,63,255,255,255,255,15,255,62,0,0,0,0,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,63,255,3,0,65,160,225,0,11,11,63,253,255,255,255,255,191,145,255,255,63,0,65,192,225,0,11,48,255,255,63,0,255,255,255,3,0,0,0,0,0,0,0,0,255,255,255,255,255,255,255,192,0,0,0,0,0,0,0,0,111,240,239,254,255,255,15,0,0,0,0,0,255,255,255,31,0,65,128,226,0,11,15,255,255,255,255,255,255,63,0,255,255,63,0,255,255,7,0,65,160,226,0,11,10,255,255,255,255,255,255,255,255,255,1,0,65,192,226,0,11,60,255,255,255,255,255,255,255,255,63,0,0,0,192,255,0,0,252,255,255,255,255,255,255,1,0,0,255,255,255,1,255,3,255,255,255,255,255,255,199,255,0,0,0,0,0,0,0,0,255,255,255,255,255,255,255,255,30,0,255,3,0,65,144,227,0,11,30,255,255,255,255,255,255,63,0,255,3,0,0,0,0,0,0,255,255,255,255,255,255,255,255,255,255,255,255,255,127,0,65,192,227,0,11,13,255,255,255,255,255,255,255,255,255,255,255,255,7,0,65,224,227,0,11,6,255,255,255,255,255,127,0,65,128,228,0,11,8,255,255,255,255,255,255,255,1,0,65,160,228,0,11,20,255,255,255,255,255,255,255,255,31,0,255,255,255,255,255,127,0,0,248,255,0,65,192,228,0,11,1,3,0,65,224,228,0,11,148,3,255,255,255,255,255,255,255,255,255,255,223,255,255,255,255,255,255,255,255,223,100,222,255,235,239,255,255,255,255,255,255,255,191,231,223,223,255,255,255,123,95,252,253,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,63,255,255,255,253,255,255,247,255,255,255,247,255,255,223,255,255,255,223,255,255,127,255,255,255,127,255,255,255,253,255,255,255,253,255,255,247,207,255,255,255,255,255,255,239,255,255,255,150,254,247,10,132,234,150,170,150,247,247,94,255,251,255,15,238,251,255,15,0,0,0,0,0,0,0,0,65,0,32,26,192,0,32,31,0,1,1,47,50,1,1,5,57,1,1,15,74,1,1,45,121,1,1,5,112,3,1,3,145,3,32,17,163,3,32,9,0,4,80,16,16,4,32,32,96,4,1,33,138,4,1,53,193,4,1,13,208,4,1,63,20,5,1,19,49,5,48,38,160,1,1,5,179,1,1,3,205,1,1,15,222,1,1,17,248,1,1,39,34,2,1,17,216,3,1,23,0,30,1,149,160,30,1,95,8,31,248,8,24,31,248,6,40,31,248,8,56,31,248,8,72,31,248,6,104,31,248,8,136,31,248,8,152,31,248,8,168,31,248,8,184,31,248,2,186,31,182,2,200,31,170,4,216,31,248,2,218,31,156,2,232,31,248,2,234,31,144,2,248,31,128,2,250,31,130,2,70,2,1,9,16,5,1,3,96,33,16,16,0,44,48,47,103,44,1,5,128,44,1,99,235,44,1,3,64,166,1,45,128,166,1,23,34,167,1,13,50,167,1,61,121,167,1,3,126,167,1,9,144,167,1,3,160,167,1,9,33,255,32,26,0,65,128,232,0,11,228,3,73,0,49,1,83,0,127,1,48,1,105,0,120,1,255,0,129,1,83,2,130,1,131,1,132,1,133,1,134,1,84,2,135,1,136,1,137,1,86,2,138,1,87,2,139,1,140,1,142,1,221,1,143,1,89,2,144,1,91,2,145,1,146,1,147,1,96,2,148,1,99,2,150,1,105,2,151,1,104,2,152,1,153,1,156,1,111,2,157,1,114,2,159,1,117,2,166,1,128,2,167,1,168,1,169,1,131,2,172,1,173,1,174,1,136,2,175,1,176,1,177,1,138,2,178,1,139,2,183,1,146,2,184,1,185,1,188,1,189,1,196,1,198,1,196,1,197,1,197,1,198,1,199,1,201,1,199,1,200,1,200,1,201,1,202,1,204,1,202,1,203,1,203,1,204,1,241,1,243,1,241,1,242,1,242,1,243,1,244,1,245,1,246,1,149,1,247,1,191,1,32,2,158,1,134,3,172,3,136,3,173,3,137,3,174,3,138,3,175,3,140,3,204,3,142,3,205,3,143,3,206,3,153,3,69,3,153,3,190,31,163,3,194,3,247,3,248,3,250,3,251,3,96,30,155,30,158,30,223,0,89,31,81,31,91,31,83,31,93,31,85,31,95,31,87,31,188,31,179,31,204,31,195,31,236,31,229,31,252,31,243,31,58,2,101,44,59,2,60,2,61,2,154,1,62,2,102,44,65,2,66,2,67,2,128,1,68,2,137,2,69,2,140,2,244,3,184,3,249,3,242,3,253,3,123,3,254,3,124,3,255,3,125,3,192,4,207,4,38,33,201,3,42,33,107,0,43,33,229,0,50,33,78,33,131,33,132,33,96,44,97,44,98,44,107,2,99,44,125,29,100,44,125,2,109,44,81,2,110,44,113,2,111,44,80,2,112,44,82,2,114,44,115,44,117,44,118,44,126,44,63,2,127,44,64,2,242,44,243,44,125,167,121,29,139,167,140,167,141,167,101,2,170,167,102,2,199,16,39,45,205,16,45,45,118,3,119,3,156,3,181,0,146,3,208,3,152,3,209,3,166,3,213,3,160,3,214,3,154,3,240,3,161,3,241,3,149,3,245,3,207,3,215,3,0,65,240,235,0,11,128,4,18,16,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,16,16,34,35,16,36,37,38,39,40,41,42,43,16,44,45,46,17,47,48,17,17,49,17,17,17,50,51,52,53,54,55,56,57,17,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,58,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,59,16,60,61,62,63,64,65,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,66,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,67,16,16,68,16,69,70,71,16,72,16,73,16,16,16,16,74,75,76,77,16,16,78,16,79,80,16,16,16,16,81,16,16,16,16,16,16,16,16,16,16,16,16,16,82,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,83,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,84,85,86,87,16,16,88,89,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,90,16,91,92,93,94,95,96,97,98,16,16,16,16,16,16,16,16,0,65,144,240,0,11,63,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,0,0,0,0,254,255,0,252,1,0,0,248,1,0,0,120,0,0,0,0,255,251,223,251,0,0,128,0,0,0,128,0,65,232,240,0,11,25,60,0,252,255,224,175,255,255,255,255,255,255,255,255,255,255,223,255,255,255,255,255,32,64,176,0,65,142,241,0,11,1,64,0,65,160,241,0,11,2,252,3,0,65,187,241,0,11,35,252,0,0,0,0,0,134,254,255,255,255,0,64,73,0,0,0,0,0,24,0,223,255,0,200,0,0,0,0,0,0,0,1,0,60,0,65,234,241,0,11,16,16,224,1,30,0,96,255,191,0,0,0,0,0,0,255,7,0,65,141,242,0,11,15,248,207,3,0,0,0,3,0,32,255,127,0,0,0,78,0,65,173,242,0,11,1,252,0,65,183,242,0,11,35,16,0,32,30,0,48,0,1,0,0,0,0,0,0,0,0,16,0,32,0,0,0,0,252,15,0,0,0,0,0,0,0,16,0,32,0,65,231,242,0,11,24,16,0,32,0,0,0,0,3,0,0,0,0,0,0,0,0,16,0,32,0,0,0,0,253,0,65,137,243,0,11,7,32,0,0,0,0,255,7,0,65,153,243,0,11,17,32,0,0,0,0,0,255,0,0,0,0,0,0,0,16,0,32,0,65,185,243,0,11,7,32,0,0,0,0,63,2,0,65,201,243,0,11,19,4,0,0,0,0,16,0,0,0,0,0,0,128,0,128,192,223,0,12,0,65,233,243,0,11,35,31,0,0,0,0,0,0,254,255,255,255,0,252,255,255,0,0,0,0,0,0,0,0,252,0,0,0,0,0,0,192,255,223,255,7,0,65,150,244,0,11,14,128,6,0,252,0,0,24,62,0,0,128,191,0,204,0,65,175,244,0,11,1,8,0,65,187,244,0,11,9,96,255,255,255,31,0,0,255,3,0,65,208,244,0,11,1,1,0,65,253,244,0,11,7,96,0,0,1,0,0,24,0,65,141,245,0,11,10,56,0,0,0,0,16,0,0,0,112,0,65,166,245,0,11,12,48,0,0,254,127,47,0,0,255,3,255,127,0,65,215,245,0,11,2,14,49,0,65,235,245,0,11,27,196,255,255,255,255,0,0,0,192,0,0,0,0,0,0,0,0,1,0,224,159,0,0,0,0,127,63,0,65,150,246,0,11,57,16,0,16,0,0,252,255,255,255,31,0,0,0,0,0,12,0,0,0,0,0,0,64,0,12,240,0,0,0,0,0,0,192,248,0,0,0,0,0,0,0,192,0,0,0,0,0,0,0,0,255,0,255,255,255,33,16,0,65,232,246,0,11,8,255,255,255,255,127,0,0,240,0,65,135,247,0,11,181,1,160,3,224,0,224,0,224,0,96,128,248,255,255,255,252,255,255,255,255,255,127,31,252,241,127,255,127,0,0,255,255,255,3,0,0,255,255,255,255,1,0,123,3,208,193,175,66,0,12,31,188,255,255,0,0,0,0,0,2,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,15,0,255,255,255,255,127,0,0,0,255,7,0,0,255,255,255,255,255,255,255,255,255,255,63,0,0,0,0,0,0,252,255,255,254,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,31,255,3,0,65,236,248,0,11,4,224,135,3,254,0,65,254,248,0,11,2,1,128,0,65,144,249,0,11,72,255,255,255,255,255,127,255,15,0,0,0,0,0,0,0,0,255,255,255,251,255,255,255,255,255,255,255,255,255,255,15,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,63,0,0,0,255,15,30,255,255,255,1,252,193,224,0,65,227,249,0,11,2,30,1,0,65,239,249,0,11,1,8,0,65,130,250,0,11,46,255,255,0,0,0,0,255,255,255,255,15,0,0,0,255,255,255,127,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,127,0,65,200,250,0,11,8,255,255,255,255,255,255,255,255,0,65,226,250,0,11,16,255,255,255,255,255,255,127,0,0,0,0,0,0,192,0,224,0,65,253,250,0,11,3,128,15,112,0,65,142,251,0,11,7,255,0,255,255,127,0,3,0,65,161,251,0,11,1,6,0,65,176,251,0,11,15,68,8,0,0,0,15,255,3,0,0,0,0,0,0,240,0,65,200,251,0,11,20,16,192,0,0,255,255,3,7,0,0,0,0,0,248,0,0,0,0,8,128,0,65,230,251,0,11,6,8,0,255,63,0,192,0,65,251,251,0,11,20,240,0,0,128,11,0,0,0,0,0,0,0,128,2,0,0,192,0,0,67,0,65,173,252,0,11,4,56,0,0,1,0,65,239,252,0,11,7,128,0,0,0,0,0,2,0,65,134,253,0,11,3,252,255,3,0,65,151,253,0,11,1,192,0,65,175,253,0,11,15,48,255,255,255,3,127,0,255,255,255,255,247,255,127,15,0,65,207,253,0,11,14,128,254,255,0,252,1,0,0,248,1,0,0,248,63,0,65,236,253,0,11,41,127,127,0,48,135,255,255,255,255,255,143,255,0,0,0,0,0,0,224,255,255,7,255,15,0,0,0,0,0,0,255,255,255,255,255,63,0,0,0,0,15,0,65,163,254,0,11,8,128,0,0,0,0,0,0,1,0,65,186,254,0,11,2,128,255,0,65,210,254,0,11,6,192,143,0,0,0,128,0,65,247,254,0,11,9,135,255,0,255,1,0,0,0,224,0,65,151,255,0,11,9,254,0,0,0,255,0,0,0,255,0,65,188,255,0,11,4,255,255,255,127,0,65,216,255,0,11,17,192,63,252,255,63,0,0,0,3,0,0,0,0,0,0,254,3,0,65,246,255,0,11,3,24,0,15,0,65,136,128,1,11,2,225,1,0,65,166,128,1,11,1,192,0,65,190,128,1,11,1,15,0,65,225,128,1,11,2,128,7,0,65,240,128,1,11,73,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,63,0,255,255,255,255,127,254,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,63,0,0,0,0,255,255,255,255,255,255,255,255,63,0,65,208,129,1,11,15,255,255,255,255,255,255,255,255,255,255,127,0,255,255,3,0,65,136,130,1,11,33,2,0,0,8,0,0,0,8,0,0,32,0,0,0,32,0,0,128,0,0,0,128,0,0,0,2,0,0,0,2,0,0,8,0,65,206,130,1,11,77,3,0,255,255,255,255,255,15,255,255,255,255,255,255,255,255,255,255,255,255,15,0,255,127,254,127,254,255,254,255,0,0,0,0,255,7,255,255,255,127,255,255,255,255,255,255,255,15,255,255,255,255,255,7,0,0,0,0,0,0,0,0,192,255,255,255,7,0,255,255,255,255,255,7,255,1,3,0,65,176,131,1,11,77,255,255,255,255,1,0,191,255,255,255,255,255,255,255,255,31,255,255,15,0,255,255,255,255,223,7,0,0,255,255,1,0,255,255,255,255,255,255,255,127,253,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,30,255,255,255,255,255,255,255,63,15,0,255,255,255,0,65,143,132,1,11,48,248,255,255,255,255,255,255,255,255,225,255,0,0,0,0,0,0,255,255,255,255,255,255,255,255,63,0,0,0,0,0,0,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,15,0,65,208,132,1,11,54,124,7,0,0,202,10,0,0,202,10,0,0,202,10,0,0,202,10,0,0,202,10,0,0,202,10,0,0,202,10,0,0,202,10,0,0,202,10,0,0,127,127,127,127,127,127,127,127,127,127,127,127,127,127,0,65,144,133,1,11,193,1,48,49,50,51,52,53,54,55,56,57,97,98,99,100,101,102,65,66,67,68,69,70,120,88,43,45,112,80,105,73,110,78,0,37,0,0,0,0,0,37,112,0,0,0,0,37,73,58,37,77,58,37,83,32,37,112,37,72,58,37,77,0,0,0,37,0,0,0,109,0,0,0,47,0,0,0,37,0,0,0,100,0,0,0,47,0,0,0,37,0,0,0,121,0,0,0,37,0,0,0,89,0,0,0,45,0,0,0,37,0,0,0,109,0,0,0,45,0,0,0,37,0,0,0,100,0,0,0,37,0,0,0,73,0,0,0,58,0,0,0,37,0,0,0,77,0,0,0,58,0,0,0,37,0,0,0,83,0,0,0,32,0,0,0,37,0,0,0,112,0,0,0,0,0,0,0,37,0,0,0,72,0,0,0,58,0,0,0,37,0,0,0,77,0,65,224,134,1,11,197,3,37,0,0,0,72,0,0,0,58,0,0,0,37,0,0,0,77,0,0,0,58,0,0,0,37,0,0,0,83,0,0,0,0,0,0,0,248,72,0,0,55,0,0,0,56,0,0,0,57,0,0,0,0,0,0,0,64,73,0,0,58,0,0,0,59,0,0,0,57,0,0,0,60,0,0,0,61,0,0,0,62,0,0,0,0,0,0,0,136,73,0,0,63,0,0,0,64,0,0,0,57,0,0,0,65,0,0,0,66,0,0,0,67,0,0,0,0,0,0,0,168,73,0,0,68,0,0,0,69,0,0,0,57,0,0,0,70,0,0,0,71,0,0,0,72,0,0,0,73,0,0,0,74,0,0,0,75,0,0,0,76,0,0,0,77,0,0,0,0,0,0,0,228,73,0,0,78,0,0,0,79,0,0,0,57,0,0,0,80,0,0,0,81,0,0,0,82,0,0,0,83,0,0,0,74,0,0,0,75,0,0,0,76,0,0,0,77,0,0,0,0,0,0,0,12,74,0,0,84,0,0,0,85,0,0,0,57,0,0,0,86,0,0,0,87,0,0,0,88,0,0,0,89,0,0,0,90,0,0,0,91,0,0,0,92,0,0,0,93,0,0,0,94,0,0,0,95,0,0,0,96,0,0,0,97,0,0,0,0,0,0,0,192,72,0,0,98,0,0,0,99,0,0,0,57,0,0,0,100,0,0,0,101,0,0,0,102,0,0,0,103,0,0,0,104,0,0,0,105,0,0,0,106,0,0,0,0,0,0,0,48,74,0,0,107,0,0,0,108,0,0,0,57,0,0,0,109,0,0,0,110,0,0,0,111,0,0,0,112,0,0,0,113,0,0,0,0,0,0,0,84,74,0,0,114,0,0,0,115,0,0,0,57,0,0,0,116,0,0,0,117,0,0,0,118,0,0,0,119,0,0,0,120,0,0,0,116,0,0,0,114,0,0,0,117,0,0,0,101,0,0,0,0,0,0,0,102,0,0,0,97,0,0,0,108,0,0,0,115,0,0,0,101,0,65,176,138,1,11,157,2,128,74,0,0,107,0,0,0,121,0,0,0,57,0,0,0,109,0,0,0,110,0,0,0,111,0,0,0,112,0,0,0,113,0,0,0,0,0,0,0,172,74,0,0,114,0,0,0,122,0,0,0,57,0,0,0,116,0,0,0,117,0,0,0,118,0,0,0,119,0,0,0,120,0,0,0,37,0,0,0,109,0,0,0,47,0,0,0,37,0,0,0,100,0,0,0,47,0,0,0,37,0,0,0,121,0,0,0,0,0,0,0,37,0,0,0,72,0,0,0,58,0,0,0,37,0,0,0,77,0,0,0,58,0,0,0,37,0,0,0,83,0,0,0,0,0,0,0,37,0,0,0,97,0,0,0,32,0,0,0,37,0,0,0,98,0,0,0,32,0,0,0,37,0,0,0,100,0,0,0,32,0,0,0,37,0,0,0,72,0,0,0,58,0,0,0,37,0,0,0,77,0,0,0,58,0,0,0,37,0,0,0,83,0,0,0,32,0,0,0,37,0,0,0,89,0,0,0,0,0,0,0,37,0,0,0,73,0,0,0,58,0,0,0,37,0,0,0,77,0,0,0,58,0,0,0,37,0,0,0,83,0,0,0,32,0,0,0,37,0,0,0,112,0,0,0,0,0,0,0,40,0,0,0,41,0,65,216,140,1,11,142,11,128,70,0,0,123,0,0,0,124,0,0,0,57,0,0,0,78,83,116,51,95,95,50,54,108,111,99,97,108,101,53,102,97,99,101,116,69,0,0,0,188,104,0,0,104,70,0,0,68,102,0,0,0,0,0,0,0,71,0,0,123,0,0,0,125,0,0,0,57,0,0,0,126,0,0,0,127,0,0,0,128,0,0,0,129,0,0,0,130,0,0,0,131,0,0,0,132,0,0,0,133,0,0,0,134,0,0,0,135,0,0,0,136,0,0,0,137,0,0,0,78,83,116,51,95,95,50,53,99,116,121,112,101,73,119,69,69,0,78,83,116,51,95,95,50,49,48,99,116,121,112,101,95,98,97,115,101,69,0,0,148,104,0,0,226,70,0,0,24,105,0,0,208,70,0,0,0,0,0,0,2,0,0,0,128,70,0,0,2,0,0,0,248,70,0,0,2,0,0,0,0,0,0,0,148,71,0,0,123,0,0,0,138,0,0,0,57,0,0,0,139,0,0,0,140,0,0,0,141,0,0,0,142,0,0,0,143,0,0,0,144,0,0,0,145,0,0,0,78,83,116,51,95,95,50,55,99,111,100,101,99,118,116,73,99,99,49,49,95,95,109,98,115,116,97,116,101,95,116,69,69,0,78,83,116,51,95,95,50,49,50,99,111,100,101,99,118,116,95,98,97,115,101,69,0,0,0,0,148,104,0,0,114,71,0,0,24,105,0,0,80,71,0,0,0,0,0,0,2,0,0,0,128,70,0,0,2,0,0,0,140,71,0,0,2,0,0,0,0,0,0,0,8,72,0,0,123,0,0,0,146,0,0,0,57,0,0,0,147,0,0,0,148,0,0,0,149,0,0,0,150,0,0,0,151,0,0,0,152,0,0,0,153,0,0,0,78,83,116,51,95,95,50,55,99,111,100,101,99,118,116,73,68,115,99,49,49,95,95,109,98,115,116,97,116,101,95,116,69,69,0,0,24,105,0,0,228,71,0,0,0,0,0,0,2,0,0,0,128,70,0,0,2,0,0,0,140,71,0,0,2,0,0,0,0,0,0,0,124,72,0,0,123,0,0,0,154,0,0,0,57,0,0,0,155,0,0,0,156,0,0,0,157,0,0,0,158,0,0,0,159,0,0,0,160,0,0,0,161,0,0,0,78,83,116,51,95,95,50,55,99,111,100,101,99,118,116,73,68,105,99,49,49,95,95,109,98,115,116,97,116,101,95,116,69,69,0,0,24,105,0,0,88,72,0,0,0,0,0,0,2,0,0,0,128,70,0,0,2,0,0,0,140,71,0,0,2,0,0,0,78,83,116,51,95,95,50,55,99,111,100,101,99,118,116,73,119,99,49,49,95,95,109,98,115,116,97,116,101,95,116,69,69,0,0,0,24,105,0,0,156,72,0,0,0,0,0,0,2,0,0,0,128,70,0,0,2,0,0,0,140,71,0,0,2,0,0,0,78,83,116,51,95,95,50,54,108,111,99,97,108,101,53,95,95,105,109,112,69,0,0,0,188,104,0,0,224,72,0,0,128,70,0,0,78,83,116,51,95,95,50,49,52,99,111,108,108,97,116,101,95,98,121,110,97,109,101,73,99,69,69,0,78,83,116,51,95,95,50,55,99,111,108,108,97,116,101,73,99,69,69,0,188,104,0,0,32,73,0,0,128,70,0,0,188,104,0,0,4,73,0,0,52,73,0,0,78,83,116,51,95,95,50,49,52,99,111,108,108,97,116,101,95,98,121,110,97,109,101,73,119,69,69,0,78,83,116,51,95,95,50,55,99,111,108,108,97,116,101,73,119,69,69,0,188,104,0,0,104,73,0,0,128,70,0,0,188,104,0,0,76,73,0,0,124,73,0,0,78,83,116,51,95,95,50,53,99,116,121,112,101,73,99,69,69,0,0,0,24,105,0,0,148,73,0,0,0,0,0,0,2,0,0,0,128,70,0,0,2,0,0,0,248,70,0,0,2,0,0,0,78,83,116,51,95,95,50,49,50,99,116,121,112,101,95,98,121,110,97,109,101,73,99,69,69,0,0,0,188,104,0,0,200,73,0,0,168,73,0,0,78,83,116,51,95,95,50,49,50,99,116,121,112,101,95,98,121,110,97,109,101,73,119,69,69,0,0,0,188,104,0,0,240,73,0,0,0,71,0,0,78,83,116,51,95,95,50,56,110,117,109,112,117,110,99,116,73,99,69,69,0,0,0,0,188,104,0,0,24,74,0,0,128,70,0,0,78,83,116,51,95,95,50,56,110,117,109,112,117,110,99,116,73,119,69,69,0,0,0,0,188,104,0,0,60,74,0,0,128,70,0,0,78,83,116,51,95,95,50,49,53,110,117,109,112,117,110,99,116,95,98,121,110,97,109,101,73,99,69,69,0,0,0,0,188,104,0,0,96,74,0,0,48,74,0,0,78,83,116,51,95,95,50,49,53,110,117,109,112,117,110,99,116,95,98,121,110,97,109,101,73,119,69,69,0,0,0,0,188,104,0,0,140,74,0,0,84,74,0,0,0,0,0,0,52,73,0,0,162,0,0,0,163,0,0,0,57,0,0,0,164,0,0,0,165,0,0,0,62,0,0,0,0,0,0,0,124,73,0,0,166,0,0,0,167,0,0,0,57,0,0,0,168,0,0,0,169,0,0,0,67,0,0,0,0,0,0,0,204,75,0,0,123,0,0,0,170,0,0,0,57,0,0,0,171,0,0,0,172,0,0,0,173,0,0,0,174,0,0,0,175,0,0,0,176,0,0,0,177,0,0,0,178,0,0,0,179,0,0,0,180,0,0,0,181,0,0,0,78,83,116,51,95,95,50,55,110,117,109,95,103,101,116,73,99,78,83,95,49,57,105,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,69,69,0,78,83,116,51,95,95,50,57,95,95,110,117,109,95,103,101,116,73,99,69,69,0,78,83,116,51,95,95,50,49,52,95,95,110,117,109,95,103,101,116,95,98,97,115,101,69,0,0,148,104,0,0,146,75,0,0,24,105,0,0,124,75,0,0,0,0,0,0,1,0,0,0,172,75,0,0,0,0,0,0,24,105,0,0,56,75,0,0,0,0,0,0,2,0,0,0,128,70,0,0,2,0,0,0,180,75,0,65,240,151,1,11,202,1,160,76,0,0,123,0,0,0,182,0,0,0,57,0,0,0,183,0,0,0,184,0,0,0,185,0,0,0,186,0,0,0,187,0,0,0,188,0,0,0,189,0,0,0,190,0,0,0,191,0,0,0,192,0,0,0,193,0,0,0,78,83,116,51,95,95,50,55,110,117,109,95,103,101,116,73,119,78,83,95,49,57,105,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,119,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,119,69,69,69,69,69,69,0,78,83,116,51,95,95,50,57,95,95,110,117,109,95,103,101,116,73,119,69,69,0,0,0,24,105,0,0,112,76,0,0,0,0,0,0,1,0,0,0,172,75,0,0,0,0,0,0,24,105,0,0,44,76,0,0,0,0,0,0,2,0,0,0,128,70,0,0,2,0,0,0,136,76,0,65,196,153,1,11,222,1,136,77,0,0,123,0,0,0,194,0,0,0,57,0,0,0,195,0,0,0,196,0,0,0,197,0,0,0,198,0,0,0,199,0,0,0,200,0,0,0,201,0,0,0,202,0,0,0,78,83,116,51,95,95,50,55,110,117,109,95,112,117,116,73,99,78,83,95,49,57,111,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,69,69,0,78,83,116,51,95,95,50,57,95,95,110,117,109,95,112,117,116,73,99,69,69,0,78,83,116,51,95,95,50,49,52,95,95,110,117,109,95,112,117,116,95,98,97,115,101,69,0,0,148,104,0,0,78,77,0,0,24,105,0,0,56,77,0,0,0,0,0,0,1,0,0,0,104,77,0,0,0,0,0,0,24,105,0,0,244,76,0,0,0,0,0,0,2,0,0,0,128,70,0,0,2,0,0,0,112,77,0,65,172,155,1,11,190,1,80,78,0,0,123,0,0,0,203,0,0,0,57,0,0,0,204,0,0,0,205,0,0,0,206,0,0,0,207,0,0,0,208,0,0,0,209,0,0,0,210,0,0,0,211,0,0,0,78,83,116,51,95,95,50,55,110,117,109,95,112,117,116,73,119,78,83,95,49,57,111,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,119,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,119,69,69,69,69,69,69,0,78,83,116,51,95,95,50,57,95,95,110,117,109,95,112,117,116,73,119,69,69,0,0,0,24,105,0,0,32,78,0,0,0,0,0,0,1,0,0,0,104,77,0,0,0,0,0,0,24,105,0,0,220,77,0,0,0,0,0,0,2,0,0,0,128,70,0,0,2,0,0,0,56,78,0,65,244,156,1,11,214,20,80,79,0,0,212,0,0,0,213,0,0,0,57,0,0,0,214,0,0,0,215,0,0,0,216,0,0,0,217,0,0,0,218,0,0,0,219,0,0,0,220,0,0,0,248,255,255,255,80,79,0,0,221,0,0,0,222,0,0,0,223,0,0,0,224,0,0,0,225,0,0,0,226,0,0,0,227,0,0,0,78,83,116,51,95,95,50,56,116,105,109,101,95,103,101,116,73,99,78,83,95,49,57,105,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,69,69,0,78,83,116,51,95,95,50,57,116,105,109,101,95,98,97,115,101,69,0,148,104,0,0,9,79,0,0,78,83,116,51,95,95,50,50,48,95,95,116,105,109,101,95,103,101,116,95,99,95,115,116,111,114,97,103,101,73,99,69,69,0,0,0,148,104,0,0,36,79,0,0,24,105,0,0,196,78,0,0,0,0,0,0,3,0,0,0,128,70,0,0,2,0,0,0,28,79,0,0,2,0,0,0,72,79,0,0,0,8,0,0,0,0,0,0,60,80,0,0,228,0,0,0,229,0,0,0,57,0,0,0,230,0,0,0,231,0,0,0,232,0,0,0,233,0,0,0,234,0,0,0,235,0,0,0,236,0,0,0,248,255,255,255,60,80,0,0,237,0,0,0,238,0,0,0,239,0,0,0,240,0,0,0,241,0,0,0,242,0,0,0,243,0,0,0,78,83,116,51,95,95,50,56,116,105,109,101,95,103,101,116,73,119,78,83,95,49,57,105,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,119,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,119,69,69,69,69,69,69,0,78,83,116,51,95,95,50,50,48,95,95,116,105,109,101,95,103,101,116,95,99,95,115,116,111,114,97,103,101,73,119,69,69,0,0,148,104,0,0,17,80,0,0,24,105,0,0,204,79,0,0,0,0,0,0,3,0,0,0,128,70,0,0,2,0,0,0,28,79,0,0,2,0,0,0,52,80,0,0,0,8,0,0,0,0,0,0,108,81,0,0,244,0,0,0,245,0,0,0,57,0,0,0,246,0,0,0,215,0,0,0,216,0,0,0,217,0,0,0,218,0,0,0,219,0,0,0,220,0,0,0,247,0,0,0,248,0,0,0,249,0,0,0,250,0,0,0,251,0,0,0,252,0,0,0,253,0,0,0,248,255,255,255,108,81,0,0,254,0,0,0,255,0,0,0,0,1,0,0,1,1,0,0,2,1,0,0,3,1,0,0,4,1,0,0,78,83,116,51,95,95,50,49,53,116,105,109,101,95,103,101,116,95,98,121,110,97,109,101,73,99,78,83,95,49,57,105,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,69,69,0,78,83,116,51,95,95,50,49,56,95,95,116,105,109,101,95,103,101,116,95,115,116,111,114,97,103,101,73,99,69,69,0,78,83,116,51,95,95,50,49,48,95,95,116,105,109,101,95,103,101,116,69,0,0,0,148,104,0,0,65,81,0,0,188,104,0,0,33,81,0,0,88,81,0,0,24,105,0,0,212,80,0,0,0,0,0,0,2,0,0,0,80,79,0,0,2,0,0,0,96,81,0,0,0,12,0,0,0,0,0,0,120,82,0,0,5,1,0,0,6,1,0,0,57,0,0,0,7,1,0,0,231,0,0,0,232,0,0,0,233,0,0,0,234,0,0,0,235,0,0,0,236,0,0,0,8,1,0,0,9,1,0,0,10,1,0,0,11,1,0,0,12,1,0,0,13,1,0,0,14,1,0,0,248,255,255,255,120,82,0,0,15,1,0,0,16,1,0,0,17,1,0,0,18,1,0,0,19,1,0,0,20,1,0,0,21,1,0,0,78,83,116,51,95,95,50,49,53,116,105,109,101,95,103,101,116,95,98,121,110,97,109,101,73,119,78,83,95,49,57,105,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,119,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,119,69,69,69,69,69,69,0,78,83,116,51,95,95,50,49,56,95,95,116,105,109,101,95,103,101,116,95,115,116,111,114,97,103,101,73,119,69,69,0,0,0,0,188,104,0,0,73,82,0,0,88,81,0,0,24,105,0,0,252,81,0,0,0,0,0,0,2,0,0,0,60,80,0,0,2,0,0,0,108,82,0,0,0,12,0,0,0,0,0,0,20,83,0,0,22,1,0,0,23,1,0,0,57,0,0,0,24,1,0,0,78,83,116,51,95,95,50,56,116,105,109,101,95,112,117,116,73,99,78,83,95,49,57,111,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,69,69,0,78,83,116,51,95,95,50,49,48,95,95,116,105,109,101,95,112,117,116,69,0,0,0,148,104,0,0,245,82,0,0,24,105,0,0,176,82,0,0,0,0,0,0,2,0,0,0,128,70,0,0,2,0,0,0,12,83,0,0,0,8,0,0,0,0,0,0,148,83,0,0,25,1,0,0,26,1,0,0,57,0,0,0,27,1,0,0,78,83,116,51,95,95,50,56,116,105,109,101,95,112,117,116,73,119,78,83,95,49,57,111,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,119,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,119,69,69,69,69,69,69,0,0,0,0,24,105,0,0,76,83,0,0,0,0,0,0,2,0,0,0,128,70,0,0,2,0,0,0,12,83,0,0,0,8,0,0,0,0,0,0,28,84,0,0,22,1,0,0,28,1,0,0,57,0,0,0,24,1,0,0,78,83,116,51,95,95,50,49,53,116,105,109,101,95,112,117,116,95,98,121,110,97,109,101,73,99,78,83,95,49,57,111,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,69,69,0,0,0,0,188,104,0,0,204,83,0,0,20,83,0,0,0,0,0,0,144,84,0,0,25,1,0,0,29,1,0,0,57,0,0,0,27,1,0,0,78,83,116,51,95,95,50,49,53,116,105,109,101,95,112,117,116,95,98,121,110,97,109,101,73,119,78,83,95,49,57,111,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,119,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,119,69,69,69,69,69,69,0,0,0,0,188,104,0,0,64,84,0,0,148,83,0,0,0,0,0,0,16,85,0,0,123,0,0,0,30,1,0,0,57,0,0,0,31,1,0,0,32,1,0,0,33,1,0,0,34,1,0,0,35,1,0,0,36,1,0,0,37,1,0,0,38,1,0,0,39,1,0,0,78,83,116,51,95,95,50,49,48,109,111,110,101,121,112,117,110,99,116,73,99,76,98,48,69,69,69,0,78,83,116,51,95,95,50,49,48,109,111,110,101,121,95,98,97,115,101,69,0,0,0,0,148,104,0,0,240,84,0,0,24,105,0,0,212,84,0,0,0,0,0,0,2,0,0,0,128,70,0,0,2,0,0,0,8,85,0,0,2,0,0,0,0,0,0,0,132,85,0,0,123,0,0,0,40,1,0,0,57,0,0,0,41,1,0,0,42,1,0,0,43,1,0,0,44,1,0,0,45,1,0,0,46,1,0,0,47,1,0,0,48,1,0,0,49,1,0,0,78,83,116,51,95,95,50,49,48,109,111,110,101,121,112,117,110,99,116,73,99,76,98,49,69,69,69,0,24,105,0,0,104,85,0,0,0,0,0,0,2,0,0,0,128,70,0,0,2,0,0,0,8,85,0,0,2,0,0,0,0,0,0,0,248,85,0,0,123,0,0,0,50,1,0,0,57,0,0,0,51,1,0,0,52,1,0,0,53,1,0,0,54,1,0,0,55,1,0,0,56,1,0,0,57,1,0,0,58,1,0,0,59,1,0,0,78,83,116,51,95,95,50,49,48,109,111,110,101,121,112,117,110,99,116,73,119,76,98,48,69,69,69,0,24,105,0,0,220,85,0,0,0,0,0,0,2,0,0,0,128,70,0,0,2,0,0,0,8,85,0,0,2,0,0,0,0,0,0,0,108,86,0,0,123,0,0,0,60,1,0,0,57,0,0,0,61,1,0,0,62,1,0,0,63,1,0,0,64,1,0,0,65,1,0,0,66,1,0,0,67,1,0,0,68,1,0,0,69,1,0,0,78,83,116,51,95,95,50,49,48,109,111,110,101,121,112,117,110,99,116,73,119,76,98,49,69,69,69,0,24,105,0,0,80,86,0,0,0,0,0,0,2,0,0,0,128,70,0,0,2,0,0,0,8,85,0,0,2,0,0,0,0,0,0,0,232,86,0,0,70,1,0,0,71,1,0,0,57,0,0,0,72,1,0,0,73,1,0,0,74,1,0,0,75,1,0,0,76,1,0,0,77,1,0,0,78,1,0,0,79,1,0,0,80,1,0,0,78,83,116,51,95,95,50,49,55,109,111,110,101,121,112,117,110,99,116,95,98,121,110,97,109,101,73,99,76,98,48,69,69,69,0,0,188,104,0,0,196,86,0,0,16,85,0,0,0,0,0,0,80,87,0,0,81,1,0,0,82,1,0,0,57,0,0,0,83,1,0,0,84,1,0,0,85,1,0,0,86,1,0,0,87,1,0,0,88,1,0,0,89,1,0,0,90,1,0,0,91,1,0,0,78,83,116,51,95,95,50,49,55,109,111,110,101,121,112,117,110,99,116,95,98,121,110,97,109,101,73,99,76,98,49,69,69,69,0,0,188,104,0,0,44,87,0,0,132,85,0,0,0,0,0,0,184,87,0,0,92,1,0,0,93,1,0,0,57,0,0,0,94,1,0,0,95,1,0,0,96,1,0,0,97,1,0,0,98,1,0,0,99,1,0,0,100,1,0,0,101,1,0,0,102,1,0,0,78,83,116,51,95,95,50,49,55,109,111,110,101,121,112,117,110,99,116,95,98,121,110,97,109,101,73,119,76,98,48,69,69,69,0,0,188,104,0,0,148,87,0,0,248,85,0,0,0,0,0,0,32,88,0,0,103,1,0,0,104,1,0,0,57,0,0,0,105,1,0,0,106,1,0,0,107,1,0,0,108,1,0,0,109,1,0,0,110,1,0,0,111,1,0,0,112,1,0,0,113,1,0,0,78,83,116,51,95,95,50,49,55,109,111,110,101,121,112,117,110,99,116,95,98,121,110,97,109,101,73,119,76,98,49,69,69,69,0,0,188,104,0,0,252,87,0,0,108,86,0,0,0,0,0,0,176,88,0,0,123,0,0,0,114,1,0,0,57,0,0,0,115,1,0,0,116,1,0,0,78,83,116,51,95,95,50,57,109,111,110,101,121,95,103,101,116,73,99,78,83,95,49,57,105,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,69,69,0,78,83,116,51,95,95,50,49,49,95,95,109,111,110,101,121,95,103,101,116,73,99,69,69,0,0,148,104,0,0,142,88,0,0,24,105,0,0,72,88,0,0,0,0,0,0,2,0,0,0,128,70,0,0,2,0,0,0,168,88,0,65,212,177,1,11,154,1,84,89,0,0,123,0,0,0,117,1,0,0,57,0,0,0,118,1,0,0,119,1,0,0,78,83,116,51,95,95,50,57,109,111,110,101,121,95,103,101,116,73,119,78,83,95,49,57,105,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,119,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,119,69,69,69,69,69,69,0,78,83,116,51,95,95,50,49,49,95,95,109,111,110,101,121,95,103,101,116,73,119,69,69,0,0,148,104,0,0,50,89,0,0,24,105,0,0,236,88,0,0,0,0,0,0,2,0,0,0,128,70,0,0,2,0,0,0,76,89,0,65,248,178,1,11,154,1,248,89,0,0,123,0,0,0,120,1,0,0,57,0,0,0,121,1,0,0,122,1,0,0,78,83,116,51,95,95,50,57,109,111,110,101,121,95,112,117,116,73,99,78,83,95,49,57,111,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,69,69,0,78,83,116,51,95,95,50,49,49,95,95,109,111,110,101,121,95,112,117,116,73,99,69,69,0,0,148,104,0,0,214,89,0,0,24,105,0,0,144,89,0,0,0,0,0,0,2,0,0,0,128,70,0,0,2,0,0,0,240,89,0,65,156,180,1,11,154,1,156,90,0,0,123,0,0,0,123,1,0,0,57,0,0,0,124,1,0,0,125,1,0,0,78,83,116,51,95,95,50,57,109,111,110,101,121,95,112,117,116,73,119,78,83,95,49,57,111,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,119,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,119,69,69,69,69,69,69,0,78,83,116,51,95,95,50,49,49,95,95,109,111,110,101,121,95,112,117,116,73,119,69,69,0,0,148,104,0,0,122,90,0,0,24,105,0,0,52,90,0,0,0,0,0,0,2,0,0,0,128,70,0,0,2,0,0,0,148,90,0,65,192,181,1,11,241,12,20,91,0,0,123,0,0,0,126,1,0,0,57,0,0,0,127,1,0,0,128,1,0,0,129,1,0,0,78,83,116,51,95,95,50,56,109,101,115,115,97,103,101,115,73,99,69,69,0,78,83,116,51,95,95,50,49,51,109,101,115,115,97,103,101,115,95,98,97,115,101,69,0,0,0,0,148,104,0,0,241,90,0,0,24,105,0,0,220,90,0,0,0,0,0,0,2,0,0,0,128,70,0,0,2,0,0,0,12,91,0,0,2,0,0,0,0,0,0,0,108,91,0,0,123,0,0,0,130,1,0,0,57,0,0,0,131,1,0,0,132,1,0,0,133,1,0,0,78,83,116,51,95,95,50,56,109,101,115,115,97,103,101,115,73,119,69,69,0,0,0,0,24,105,0,0,84,91,0,0,0,0,0,0,2,0,0,0,128,70,0,0,2,0,0,0,12,91,0,0,2,0,0,0,0,0,0,0,204,91,0,0,123,0,0,0,134,1,0,0,57,0,0,0,127,1,0,0,128,1,0,0,129,1,0,0,78,83,116,51,95,95,50,49,53,109,101,115,115,97,103,101,115,95,98,121,110,97,109,101,73,99,69,69,0,0,0,0,188,104,0,0,172,91,0,0,20,91,0,0,0,0,0,0,24,92,0,0,123,0,0,0,135,1,0,0,57,0,0,0,131,1,0,0,132,1,0,0,133,1,0,0,78,83,116,51,95,95,50,49,53,109,101,115,115,97,103,101,115,95,98,121,110,97,109,101,73,119,69,69,0,0,0,0,188,104,0,0,248,91,0,0,108,91,0,0,0,0,0,0,128,92,0,0,136,1,0,0,137,1,0,0,57,0,0,0,139,0,0,0,140,0,0,0,141,0,0,0,142,0,0,0,143,0,0,0,144,0,0,0,145,0,0,0,78,83,116,51,95,95,50,49,52,99,111,100,101,99,118,116,95,98,121,110,97,109,101,73,99,99,49,49,95,95,109,98,115,116,97,116,101,95,116,69,69,0,0,0,188,104,0,0,84,92,0,0,148,71,0,0,0,0,0,0,232,92,0,0,138,1,0,0,139,1,0,0,57,0,0,0,100,0,0,0,101,0,0,0,102,0,0,0,103,0,0,0,104,0,0,0,105,0,0,0,106,0,0,0,78,83,116,51,95,95,50,49,52,99,111,100,101,99,118,116,95,98,121,110,97,109,101,73,119,99,49,49,95,95,109,98,115,116,97,116,101,95,116,69,69,0,0,0,188,104,0,0,188,92,0,0,192,72,0,0,0,0,0,0,80,93,0,0,140,1,0,0,141,1,0,0,57,0,0,0,147,0,0,0,148,0,0,0,149,0,0,0,150,0,0,0,151,0,0,0,152,0,0,0,153,0,0,0,78,83,116,51,95,95,50,49,52,99,111,100,101,99,118,116,95,98,121,110,97,109,101,73,68,115,99,49,49,95,95,109,98,115,116,97,116,101,95,116,69,69,0,0,188,104,0,0,36,93,0,0,8,72,0,0,0,0,0,0,184,93,0,0,142,1,0,0,143,1,0,0,57,0,0,0,155,0,0,0,156,0,0,0,157,0,0,0,158,0,0,0,159,0,0,0,160,0,0,0,161,0,0,0,78,83,116,51,95,95,50,49,52,99,111,100,101,99,118,116,95,98,121,110,97,109,101,73,68,105,99,49,49,95,95,109,98,115,116,97,116,101,95,116,69,69,0,0,188,104,0,0,140,93,0,0,124,72,0,0,83,0,0,0,117,0,0,0,110,0,0,0,100,0,0,0,97,0,0,0,121,0,0,0,0,0,0,0,77,0,0,0,111,0,0,0,110,0,0,0,100,0,0,0,97,0,0,0,121,0,0,0,0,0,0,0,84,0,0,0,117,0,0,0,101,0,0,0,115,0,0,0,100,0,0,0,97,0,0,0,121,0,0,0,0,0,0,0,87,0,0,0,101,0,0,0,100,0,0,0,110,0,0,0,101,0,0,0,115,0,0,0,100,0,0,0,97,0,0,0,121,0,0,0,0,0,0,0,84,0,0,0,104,0,0,0,117,0,0,0,114,0,0,0,115,0,0,0,100,0,0,0,97,0,0,0,121,0,0,0,0,0,0,0,70,0,0,0,114,0,0,0,105,0,0,0,100,0,0,0,97,0,0,0,121,0,0,0,0,0,0,0,83,0,0,0,97,0,0,0,116,0,0,0,117,0,0,0,114,0,0,0,100,0,0,0,97,0,0,0,121,0,0,0,0,0,0,0,83,0,0,0,117,0,0,0,110,0,0,0,0,0,0,0,77,0,0,0,111,0,0,0,110,0,0,0,0,0,0,0,84,0,0,0,117,0,0,0,101,0,0,0,0,0,0,0,87,0,0,0,101,0,0,0,100,0,0,0,0,0,0,0,84,0,0,0,104,0,0,0,117,0,0,0,0,0,0,0,70,0,0,0,114,0,0,0,105,0,0,0,0,0,0,0,83,0,0,0,97,0,0,0,116,0,0,0,0,0,0,0,74,0,0,0,97,0,0,0,110,0,0,0,117,0,0,0,97,0,0,0,114,0,0,0,121,0,0,0,0,0,0,0,70,0,0,0,101,0,0,0,98,0,0,0,114,0,0,0,117,0,0,0,97,0,0,0,114,0,0,0,121,0,0,0,0,0,0,0,77,0,0,0,97,0,0,0,114,0,0,0,99,0,0,0,104,0,0,0,0,0,0,0,65,0,0,0,112,0,0,0,114,0,0,0,105,0,0,0,108,0,0,0,0,0,0,0,77,0,0,0,97,0,0,0,121,0,0,0,0,0,0,0,74,0,0,0,117,0,0,0,110,0,0,0,101,0,0,0,0,0,0,0,74,0,0,0,117,0,0,0,108,0,0,0,121,0,0,0,0,0,0,0,65,0,0,0,117,0,0,0,103,0,0,0,117,0,0,0,115,0,0,0,116,0,0,0,0,0,0,0,83,0,0,0,101,0,0,0,112,0,0,0,116,0,0,0,101,0,0,0,109,0,0,0,98,0,0,0,101,0,0,0,114,0,0,0,0,0,0,0,79,0,0,0,99,0,0,0,116,0,0,0,111,0,0,0,98,0,0,0,101,0,0,0,114,0,0,0,0,0,0,0,78,0,0,0,111,0,0,0,118,0,0,0,101,0,0,0,109,0,0,0,98,0,0,0,101,0,0,0,114,0,0,0,0,0,0,0,68,0,0,0,101,0,0,0,99,0,0,0,101,0,0,0,109,0,0,0,98,0,0,0,101,0,0,0,114,0,0,0,0,0,0,0,74,0,0,0,97,0,0,0,110,0,0,0,0,0,0,0,70,0,0,0,101,0,0,0,98,0,0,0,0,0,0,0,77,0,0,0,97,0,0,0,114,0,0,0,0,0,0,0,65,0,0,0,112,0,0,0,114,0,0,0,0,0,0,0,74,0,0,0,117,0,0,0,110,0,0,0,0,0,0,0,74,0,0,0,117,0,0,0,108,0,0,0,0,0,0,0,65,0,0,0,117,0,0,0,103,0,0,0,0,0,0,0,83,0,0,0,101,0,0,0,112,0,0,0,0,0,0,0,79,0,0,0,99,0,0,0,116,0,0,0,0,0,0,0,78,0,0,0,111,0,0,0,118,0,0,0,0,0,0,0,68,0,0,0,101,0,0,0,99,0,0,0,0,0,0,0,65,0,0,0,77,0,0,0,0,0,0,0,80,0,0,0,77,0,65,188,194,1,11,194,10,72,79,0,0,221,0,0,0,222,0,0,0,223,0,0,0,224,0,0,0,225,0,0,0,226,0,0,0,227,0,0,0,0,0,0,0,52,80,0,0,237,0,0,0,238,0,0,0,239,0,0,0,240,0,0,0,241,0,0,0,242,0,0,0,243,0,0,0,0,0,0,0,212,97,0,0,78,0,0,0,144,1,0,0,57,0,0,0,80,0,0,0,81,0,0,0,82,0,0,0,83,0,0,0,74,0,0,0,75,0,0,0,76,0,0,0,77,0,0,0,78,83,116,51,95,95,50,49,53,95,95,116,105,109,101,95,103,101,116,95,116,101,109,112,73,99,69,69,0,0,0,0,188,104,0,0,180,97,0,0,228,73,0,0,0,0,0,0,68,98,0,0,84,0,0,0,145,1,0,0,57,0,0,0,86,0,0,0,87,0,0,0,88,0,0,0,89,0,0,0,90,0,0,0,91,0,0,0,92,0,0,0,93,0,0,0,94,0,0,0,95,0,0,0,96,0,0,0,97,0,0,0,78,83,116,51,95,95,50,49,53,95,95,116,105,109,101,95,103,101,116,95,116,101,109,112,73,119,69,69,0,0,0,0,188,104,0,0,36,98,0,0,12,74,0,0,0,0,0,0,10,0,0,0,100,0,0,0,232,3,0,0,16,39,0,0,160,134,1,0,64,66,15,0,128,150,152,0,0,225,245,5,0,202,154,59,0,0,0,0,196,99,0,0,146,1,0,0,147,1,0,0,148,1,0,0,149,1,0,0,150,1,0,0,151,1,0,0,152,1,0,0,153,1,0,0,154,1,0,0,155,1,0,0,156,1,0,0,157,1,0,0,158,1,0,0,159,1,0,0,8,0,0,0,0,0,0,0,252,99,0,0,160,1,0,0,161,1,0,0,248,255,255,255,248,255,255,255,252,99,0,0,162,1,0,0,163,1,0,0,196,98,0,0,216,98,0,0,4,0,0,0,0,0,0,0,68,100,0,0,164,1,0,0,165,1,0,0,252,255,255,255,252,255,255,255,68,100,0,0,166,1,0,0,167,1,0,0,244,98,0,0,8,99,0,0,0,0,0,0,160,100,0,0,168,1,0,0,169,1,0,0,148,1,0,0,149,1,0,0,170,1,0,0,171,1,0,0,152,1,0,0,153,1,0,0,154,1,0,0,172,1,0,0,156,1,0,0,173,1,0,0,158,1,0,0,174,1,0,0,78,83,116,51,95,95,50,57,98,97,115,105,99,95,105,111,115,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,0,0,0,188,104,0,0,88,99,0,0,124,103,0,0,78,83,116,51,95,95,50,49,53,98,97,115,105,99,95,115,116,114,101,97,109,98,117,102,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,0,0,0,0,148,104,0,0,144,99,0,0,78,83,116,51,95,95,50,49,51,98,97,115,105,99,95,105,115,116,114,101,97,109,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,0,0,24,105,0,0,204,99,0,0,0,0,0,0,1,0,0,0,132,99,0,0,3,244,255,255,78,83,116,51,95,95,50,49,51,98,97,115,105,99,95,111,115,116,114,101,97,109,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,0,0,24,105,0,0,20,100,0,0,0,0,0,0,1,0,0,0,132,99,0,0,3,244,255,255,78,83,116,51,95,95,50,49,53,98,97,115,105,99,95,115,116,114,105,110,103,98,117,102,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,78,83,95,57,97,108,108,111,99,97,116,111,114,73,99,69,69,69,69,0,0,0,188,104,0,0,92,100,0,0,196,99,0,0,56,0,0,0,0,0,0,0,84,101,0,0,175,1,0,0,176,1,0,0,200,255,255,255,200,255,255,255,84,101,0,0,177,1,0,0,178,1,0,0,184,100,0,0,240,100,0,0,4,101,0,0,204,100,0,0,56,0,0,0,0,0,0,0,68,100,0,0,164,1,0,0,165,1,0,0,200,255,255,255,200,255,255,255,68,100,0,0,166,1,0,0,167,1,0,0,78,83,116,51,95,95,50,49,57,98,97,115,105,99,95,111,115,116,114,105,110,103,115,116,114,101,97,109,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,78,83,95,57,97,108,108,111,99,97,116,111,114,73,99,69,69,69,69,0,0,0,188,104,0,0,12,101,0,0,68,100,0,0,60,0,0,0,0,0,0,0,8,102,0,0,179,1,0,0,180,1,0,0,196,255,255,255,196,255,255,255,8,102,0,0,181,1,0,0,182,1,0,0,108,101,0,0,164,101,0,0,184,101,0,0,128,101,0,0,60,0,0,0,0,0,0,0,252,99,0,0,160,1,0,0,161,1,0,0,196,255,255,255,196,255,255,255,252,99,0,0,162,1,0,0,163,1,0,0,78,83,116,51,95,95,50,49,57,98,97,115,105,99,95,105,115,116,114,105,110,103,115,116,114,101,97,109,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,78,83,95,57,97,108,108,111,99,97,116,111,114,73,99,69,69,69,69,0,0,0,188,104,0,0,192,101,0,0,252,99,0,0,0,0,0,0,68,102,0,0,183,1,0,0,184,1,0,0,185,1,0,0,78,83,116,51,95,95,50,49,52,95,95,115,104,97,114,101,100,95,99,111,117,110,116,69,0,0,0,0,148,104,0,0,40,102,0,0,78,83,116,51,95,95,50,49,57,95,95,115,104,97,114,101,100,95,119,101,97,107,95,99,111,117,110,116,69,0,0,0,24,105,0,0,76,102,0,0,0,0,0,0,1,0,0,0,68,102,0,65,144,205,1,11,224,37,48,48,48,49,48,50,48,51,48,52,48,53,48,54,48,55,48,56,48,57,49,48,49,49,49,50,49,51,49,52,49,53,49,54,49,55,49,56,49,57,50,48,50,49,50,50,50,51,50,52,50,53,50,54,50,55,50,56,50,57,51,48,51,49,51,50,51,51,51,52,51,53,51,54,51,55,51,56,51,57,52,48,52,49,52,50,52,51,52,52,52,53,52,54,52,55,52,56,52,57,53,48,53,49,53,50,53,51,53,52,53,53,53,54,53,55,53,56,53,57,54,48,54,49,54,50,54,51,54,52,54,53,54,54,54,55,54,56,54,57,55,48,55,49,55,50,55,51,55,52,55,53,55,54,55,55,55,56,55,57,56,48,56,49,56,50,56,51,56,52,56,53,56,54,56,55,56,56,56,57,57,48,57,49,57,50,57,51,57,52,57,53,57,54,57,55,57,56,57,57,0,0,0,0,124,103,0,0,186,1,0,0,187,1,0,0,78,83,116,51,95,95,50,56,105,111,115,95,98,97,115,101,69,0,0,0,148,104,0,0,104,103,0,0,0,0,0,0,168,103,0,0,188,1,0,0,189,1,0,0,190,1,0,0,83,116,57,101,120,99,101,112,116,105,111,110,0,0,0,0,148,104,0,0,152,103,0,0,0,0,0,0,212,103,0,0,17,0,0,0,191,1,0,0,192,1,0,0,83,116,49,49,108,111,103,105,99,95,101,114,114,111,114,0,188,104,0,0,196,103,0,0,168,103,0,0,0,0,0,0,8,104,0,0,17,0,0,0,193,1,0,0,192,1,0,0,83,116,49,50,108,101,110,103,116,104,95,101,114,114,111,114,0,0,0,0,188,104,0,0,244,103,0,0,212,103,0,0,83,116,57,116,121,112,101,95,105,110,102,111,0,0,0,0,148,104,0,0,20,104,0,0,78,49,48,95,95,99,120,120,97,98,105,118,49,49,54,95,95,115,104,105,109,95,116,121,112,101,95,105,110,102,111,69,0,0,0,0,188,104,0,0,44,104,0,0,36,104,0,0,78,49,48,95,95,99,120,120,97,98,105,118,49,49,55,95,95,99,108,97,115,115,95,116,121,112,101,95,105,110,102,111,69,0,0,0,188,104,0,0,92,104,0,0,80,104,0,0,0,0,0,0,128,104,0,0,194,1,0,0,195,1,0,0,196,1,0,0,197,1,0,0,198,1,0,0,199,1,0,0,200,1,0,0,201,1,0,0,0,0,0,0,4,105,0,0,194,1,0,0,202,1,0,0,196,1,0,0,197,1,0,0,198,1,0,0,203,1,0,0,204,1,0,0,205,1,0,0,78,49,48,95,95,99,120,120,97,98,105,118,49,50,48,95,95,115,105,95,99,108,97,115,115,95,116,121,112,101,95,105,110,102,111,69,0,0,0,0,188,104,0,0,220,104,0,0,128,104,0,0,0,0,0,0,96,105,0,0,194,1,0,0,206,1,0,0,196,1,0,0,197,1,0,0,198,1,0,0,207,1,0,0,208,1,0,0,209,1,0,0,78,49,48,95,95,99,120,120,97,98,105,118,49,50,49,95,95,118,109,105,95,99,108,97,115,115,95,116,121,112,101,95,105,110,102,111,69,0,0,0,188,104,0,0,56,105,0,0,128,104,0,0,0,0,0,0,93,61,127,102,158,160,230,63,0,0,0,0,0,136,57,61,68,23,117,250,82,176,230,63,0,0,0,0,0,0,216,60,254,217,11,117,18,192,230,63,0,0,0,0,0,120,40,189,191,118,212,221,220,207,230,63,0,0,0,0,0,192,30,61,41,26,101,60,178,223,230,63,0,0,0,0,0,0,216,188,227,58,89,152,146,239,230,63,0,0,0,0,0,0,188,188,134,147,81,249,125,255,230,63,0,0,0,0,0,216,47,189,163,45,244,102,116,15,231,63,0,0,0,0,0,136,44,189,195,95,236,232,117,31,231,63,0,0,0,0,0,192,19,61,5,207,234,134,130,47,231,63,0,0,0,0,0,48,56,189,82,129,165,72,154,63,231,63,0,0,0,0,0,192,0,189,252,204,215,53,189,79,231,63,0,0,0,0,0,136,47,61,241,103,66,86,235,95,231,63,0,0,0,0,0,224,3,61,72,109,171,177,36,112,231,63,0,0,0,0,0,208,39,189,56,93,222,79,105,128,231,63,0,0,0,0,0,0,221,188,0,29,172,56,185,144,231,63,0,0,0,0,0,0,227,60,120,1,235,115,20,161,231,63,0,0,0,0,0,0,237,188,96,208,118,9,123,177,231,63,0,0,0,0,0,64,32,61,51,193,48,1,237,193,231,63,0,0,0,0,0,0,160,60,54,134,255,98,106,210,231,63,0,0,0,0,0,144,38,189,59,78,207,54,243,226,231,63,0,0,0,0,0,224,2,189,232,195,145,132,135,243,231,63,0,0,0,0,0,88,36,189,78,27,62,84,39,4,232,63,0,0,0,0,0,0,51,61,26,7,209,173,210,20,232,63,0,0,0,0,0,0,15,61,126,205,76,153,137,37,232,63,0,0,0,0,0,192,33,189,208,66,185,30,76,54,232,63,0,0,0,0,0,208,41,61,181,202,35,70,26,71,232,63,0,0,0,0,0,16,71,61,188,91,159,23,244,87,232,63,0,0,0,0,0,96,34,61,175,145,68,155,217,104,232,63,0,0,0,0,0,196,50,189,149,163,49,217,202,121,232,63,0,0,0,0,0,0,35,189,184,101,138,217,199,138,232,63,0,0,0,0,0,128,42,189,0,88,120,164,208,155,232,63,0,0,0,0,0,0,237,188,35,162,42,66,229,172,232,63,0,0,0,0,0,40,51,61,250,25,214,186,5,190,232,63,0,0,0,0,0,180,66,61,131,67,181,22,50,207,232,63,0,0,0,0,0,208,46,189,76,102,8,94,106,224,232,63,0,0,0,0,0,80,32,189,7,120,21,153,174,241,232,63,0,0,0,0,0,40,40,61,14,44,40,208,254,2,233,63,0,0,0,0,0,176,28,189,150,255,145,11,91,20,233,63,0,0,0,0,0,224,5,189,249,47,170,83,195,37,233,63,0,0,0,0,0,64,245,60,74,198,205,176,55,55,233,63,0,0,0,0,0,32,23,61,174,152,95,43,184,72,233,63,0,0,0,0,0,0,9,189,203,82,200,203,68,90,233,63,0,0,0,0,0,104,37,61,33,111,118,154,221,107,233,63,0,0,0,0,0,208,54,189,42,78,222,159,130,125,233,63,0,0,0,0,0,0,1,189,163,35,122,228,51,143,233,63,0,0,0,0,0,0,45,61,4,6,202,112,241,160,233,63,0,0,0,0,0,164,56,189,137,255,83,77,187,178,233,63,0,0,0,0,0,92,53,61,91,241,163,130,145,196,233,63,0,0,0,0,0,184,38,61,197,184,75,25,116,214,233,63,0,0,0,0,0,0,236,188,142,35,227,25,99,232,233,63,0,0,0,0,0,208,23,61,2,243,7,141,94,250,233,63,0,0,0,0,0,64,22,61,77,229,93,123,102,12,234,63,0,0,0,0,0,0,245,188,246,184,142,237,122,30,234,63,0,0,0,0,0,224,9,61,39,46,74,236,155,48,234,63,0,0,0,0,0,216,42,61,93,10,70,128,201,66,234,63,0,0,0,0,0,240,26,189,155,37,62,178,3,85,234,63,0,0,0,0,0,96,11,61,19,98,244,138,74,103,234,63,0,0,0,0,0,136,56,61,167,179,48,19,158,121,234,63,0,0,0,0,0,32,17,61,141,46,193,83,254,139,234,63,0,0,0,0,0,192,6,61,210,252,121,85,107,158,234,63,0,0,0,0,0,184,41,189,184,111,53,33,229,176,234,63,0,0,0,0,0,112,43,61,129,243,211,191,107,195,234,63,0,0,0,0,0,0,217,60,128,39,60,58,255,213,234,63,0,0,0,0,0,0,228,60,163,210,90,153,159,232,234,63,0,0,0,0,0,144,44,189,103,243,34,230,76,251,234,63,0,0,0,0,0,80,22,61,144,183,141,41,7,14,235,63,0,0,0,0,0,212,47,61,169,137,154,108,206,32,235,63,0,0,0,0,0,112,18,61,75,26,79,184,162,51,235,63,0,0,0,0,0,71,77,61,231,71,183,21,132,70,235,63,0,0,0,0,0,56,56,189,58,89,229,141,114,89,235,63,0,0,0,0,0,0,152,60,106,197,241,41,110,108,235,63,0,0,0,0,0,208,10,61,80,94,251,242,118,127,235,63,0,0,0,0,0,128,222,60,178,73,39,242,140,146,235,63,0,0,0,0,0,192,4,189,3,6,161,48,176,165,235,63,0,0,0,0,0,112,13,189,102,111,154,183,224,184,235,63,0,0,0,0,0,144,13,61,255,193,75,144,30,204,235,63,0,0,0,0,0,160,2,61,111,161,243,195,105,223,235,63,0,0,0,0,0,120,31,189,184,29,215,91,194,242,235,63,0,0,0,0,0,160,16,189,233,178,65,97,40,6,236,63,0,0,0,0,0,64,17,189,224,82,133,221,155,25,236,63,0,0,0,0,0,224,11,61,238,100,250,217,28,45,236,63,0,0,0,0,0,64,9,189,47,208,255,95,171,64,236,63,0,0,0,0,0,208,14,189,21,253,250,120,71,84,236,63,0,0,0,0,0,102,57,61,203,208,87,46,241,103,236,63,0,0,0,0,0,16,26,189,182,193,136,137,168,123,236,63,0,0,0,0,128,69,88,189,51,231,6,148,109,143,236,63,0,0,0,0,0,72,26,189,223,196,81,87,64,163,236,63,0,0,0,0,0,0,203,60,148,144,239,220,32,183,236,63,0,0,0,0,0,64,1,61,137,22,109,46,15,203,236,63,0,0,0,0,0,32,240,60,18,196,93,85,11,223,236,63,0,0,0,0,0,96,243,60,59,171,91,91,21,243,236,63,0,0,0,0,0,144,6,189,188,137,7,74,45,7,237,63,0,0,0,0,0,160,9,61,250,200,8,43,83,27,237,63,0,0,0,0,0,224,21,189,133,138,13,8,135,47,237,63,0,0,0,0,0,40,29,61,3,162,202,234,200,67,237,63,0,0,0,0,0,160,1,61,145,164,251,220,24,88,237,63,0,0,0,0,0,0,223,60,161,230,98,232,118,108,237,63,0,0,0,0,0,160,3,189,78,131,201,22,227,128,237,63,0,0,0,0,0,216,12,189,144,96,255,113,93,149,237,63,0,0,0,0,0,192,244,60,174,50,219,3,230,169,237,63,0,0,0,0,0,144,255,60,37,131,58,214,124,190,237,63,0,0,0,0,0,128,233,60,69,180,1,243,33,211,237,63,0,0,0,0,0,32,245,188,191,5,28,100,213,231,237,63,0,0,0,0,0,112,29,189,236,154,123,51,151,252,237,63,0,0,0,0,0,20,22,189,94,125,25,107,103,17,238,63,0,0,0,0,0,72,11,61,231,163,245,20,70,38,238,63,0,0,0,0,0,206,64,61,92,238,22,59,51,59,238,63,0,0,0,0,0,104,12,61,180,63,139,231,46,80,238,63,0,0,0,0,0,48,9,189,104,109,103,36,57,101,238,63,0,0,0,0,0,0,229,188,68,76,199,251,81,122,238,63,0,0,0,0,0,248,7,189,38,183,205,119,121,143,238,63,0,0,0,0,0,112,243,188,232,144,164,162,175,164,238,63,0,0,0,0,0,208,229,60,228,202,124,134,244,185,238,63,0,0,0,0,0,26,22,61,13,104,142,45,72,207,238,63,0,0,0,0,0,80,245,60,20,133,24,162,170,228,238,63,0,0,0,0,0,64,198,60,19,90,97,238,27,250,238,63,0,0,0,0,0,128,238,188,6,65,182,28,156,15,239,63,0,0,0,0,0,136,250,188,99,185,107,55,43,37,239,63,0,0,0,0,0,144,44,189,117,114,221,72,201,58,239,63,0,0,0,0,0,0,170,60,36,69,110,91,118,80,239,63,0,0,0,0,0,240,244,188,253,68,136,121,50,102,239,63,0,0,0,0,0,128,202,60,56,190,156,173,253,123,239,63,0,0,0,0,0,188,250,60,130,60,36,2,216,145,239,63,0,0,0,0,0,96,212,188,142,144,158,129,193,167,239,63,0,0,0,0,0,12,11,189,17,213,146,54,186,189,239,63,0,0,0,0,0,224,192,188,148,113,143,43,194,211,239,63,0,0,0,0,128,222,16,189,238,35,42,107,217,233,239,63,0,0,0,0,0,67,238,60,0,0,0,0,0,0,240,63,0,0,0,0,0,0,0,0,190,188,90,250,26,11,240,63,0,0,0,0,0,64,179,188,3,51,251,169,61,22,240,63,0,0,0,0,0,23,18,189,130,2,59,20,104,33,240,63,0,0,0,0,0,64,186,60,108,128,119,62,154,44,240,63,0,0,0,0,0,152,239,60,202,187,17,46,212,55,240,63,0,0,0,0,0,64,199,188,137,127,110,232,21,67,240,63,0,0,0,0,0,48,216,60,103,84,246,114,95,78,240,63,0,0,0,0,0,63,26,189,90,133,21,211,176,89,240,63,0,0,0,0,0,132,2,189,149,31,60,14,10,101,240,63,0,0,0,0,0,96,241,60,26,247,221,41,107,112,240,63,0,0,0,0,0,36,21,61,45,168,114,43,212,123,240,63,0,0,0,0,0,160,233,188,208,155,117,24,69,135,240,63,0,0,0,0,0,64,230,60,200,7,102,246,189,146,240,63,0,0,0,0,0,120,0,189,131,243,198,202,62,158,240,63,0,0,0,0,0,0,152,188,48,57,31,155,199,169,240,63,0,0,0,0,0,160,255,60,252,136,249,108,88,181,240,63,0,0,0,0,0,200,250,188,138,108,228,69,241,192,240,63,0,0,0,0,0,192,217,60,22,72,114,43,146,204,240,63,0,0,0,0,0,32,5,61,216,93,57,35,59,216,240,63,0,0,0,0,0,208,250,188,243,209,211,50,236,227,240,63,0,0,0,0,0,172,27,61,166,169,223,95,165,239,240,63,0,0,0,0,0,232,4,189,240,210,254,175,102,251,240,63,0,0,0,0,0,48,13,189,75,35,215,40,48,7,241,63,0,0,0,0,0,80,241,60,91,91,18,208,1,19,241,63,0,0,0,0,0,0,236,60,249,42,94,171,219,30,241,63,0,0,0,0,0,188,22,61,213,49,108,192,189,42,241,63,0,0,0,0,0,64,232,60,125,4,242,20,168,54,241,63,0,0,0,0,0,208,14,189,233,45,169,174,154,66,241,63,0,0,0,0,0,224,232,60,56,49,79,147,149,78,241,63,0,0,0,0,0,64,235,60,113,142,165,200,152,90,241,63,0,0,0,0,0,48,5,61,223,195,113,84,164,102,241,63,0,0,0,0,0,56,3,61,17,82,125,60,184,114,241,63,0,0,0,0,0,212,40,61,159,187,149,134,212,126,241,63,0,0,0,0,0,208,5,189,147,141,140,56,249,138,241,63,0,0,0,0,0,136,28,189,102,93,55,88,38,151,241,63,0,0,0,0,0,240,17,61,167,203,111,235,91,163,241,63,0,0,0,0,0,72,16,61,227,135,19,248,153,175,241,63,0,0,0,0,0,57,71,189,84,93,4,132,224,187,241,63,0,0,0,0,0,228,36,61,67,28,40,149,47,200,241,63,0,0,0,0,0,32,10,189,178,185,104,49,135,212,241,63,0,0,0,0,0,128,227,60,49,64,180,94,231,224,241,63,0,0,0,0,0,192,234,60,56,217,252,34,80,237,241,63,0,0,0,0,0,144,1,61,247,205,56,132,193,249,241,63,0,0,0,0,0,120,27,189,143,141,98,136,59,6,242,63,0,0,0,0,0,148,45,61,30,168,120,53,190,18,242,63,0,0,0,0,0,0,216,60,65,221,125,145,73,31,242,63,0,0,0,0,0,52,43,61,35,19,121,162,221,43,242,63,0,0,0,0,0,248,25,61,231,97,117,110,122,56,242,63,0,0,0,0,0,200,25,189,39,20,130,251,31,69,242,63,0,0,0,0,0,48,2,61,2,166,178,79,206,81,242,63,0,0,0,0,0,72,19,189,176,206,30,113,133,94,242,63,0,0,0,0,0,112,18,61,22,125,226,101,69,107,242,63,0,0,0,0,0,208,17,61,15,224,29,52,14,120,242,63,0,0,0,0,0,238,49,61,62,99,245,225,223,132,242,63,0,0,0,0,0,192,20,189,48,187,145,117,186,145,242,63,0,0,0,0,0,216,19,189,9,223,31,245,157,158,242,63,0,0,0,0,0,176,8,61,155,14,209,102,138,171,242,63,0,0,0,0,0,124,34,189,58,218,218,208,127,184,242,63,0,0,0,0,0,52,42,61,249,26,119,57,126,197,242,63,0,0,0,0,0,128,16,189,217,2,228,166,133,210,242,63,0,0,0,0,0,208,14,189,121,21,100,31,150,223,242,63,0,0,0,0,0,32,244,188,207,46,62,169,175,236,242,63,0,0,0,0,0,152,36,189,34,136,189,74,210,249,242,63,0,0,0,0,0,48,22,189,37,182,49,10,254,6,243,63,0,0,0,0,0,54,50,189,11,165,238,237,50,20,243,63,0,0,0,0,128,223,112,189,184,215,76,252,112,33,243,63,0,0,0,0,0,72,34,189,162,233,168,59,184,46,243,63,0,0,0,0,0,152,37,189,102,23,100,178,8,60,243,63,0,0,0,0,0,208,30,61,39,250,227,102,98,73,243,63,0,0,0,0,0,0,220,188,15,159,146,95,197,86,243,63,0,0,0,0,0,216,48,189,185,136,222,162,49,100,243,63,0,0,0,0,0,200,34,61,57,170,58,55,167,113,243,63,0,0,0,0,0,96,32,61,254,116,30,35,38,127,243,63,0,0,0,0,0,96,22,189,56,216,5,109,174,140,243,63,0,0,0,0,0,224,10,189,195,62,113,27,64,154,243,63,0,0,0,0,0,114,68,189,32,160,229,52,219,167,243,63,0,0,0,0,0,32,8,61,149,110,236,191,127,181,243,63,0,0,0,0,0,128,62,61,242,168,19,195,45,195,243,63,0,0,0,0,0,128,239,60,34,225,237,68,229,208,243,63,0,0,0,0,0,160,23,189,187,52,18,76,166,222,243,63,0,0,0,0,0,48,38,61,204,78,28,223,112,236,243,63,0,0,0,0,0,166,72,189,140,126,172,4,69,250,243,63,0,0,0,0,0,220,60,189,187,160,103,195,34,8,244,63,0,0,0,0,0,184,37,61,149,46,247,33,10,22,244,63,0,0,0,0,0,192,30,61,70,70,9,39,251,35,244,63,0,0,0,0,0,96,19,189,32,169,80,217,245,49,244,63,0,0,0,0,0,152,35,61,235,185,132,63,250,63,244,63,0,0,0,0,0,0,250,60,25,137,97,96,8,78,244,63,0,0,0,0,0,192,246,188,1,210,167,66,32,92,244,63,0,0,0,0,0,192,11,189,22,0,29,237,65,106,244,63,0,0,0,0,0,128,18,189,38,51,139,102,109,120,244,63,0,0,0,0,0,224,48,61,0,60,193,181,162,134,244,63,0,0,0,0,0,64,45,189,4,175,146,225,225,148,244,63,0,0,0,0,0,32,12,61,114,211,215,240,42,163,244,63,0,0,0,0,0,80,30,189,1,184,109,234,125,177,244,63,0,0,0,0,0,128,7,61,225,41,54,213,218,191,244,63,0,0,0,0,0,128,19,189,50,193,23,184,65,206,244,63,0,0,0,0,0,128,0,61,219,221,253,153,178,220,244,63,0,0,0,0,0,112,44,61,150,171,216,129,45,235,244,63,0,0,0,0,0,224,28,189,2,45,157,118,178,249,244,63,0,0,0,0,0,32,25,61,193,49,69,127,65,8,245,63,0,0,0,0,0,192,8,189,42,102,207,162,218,22,245,63,0,0,0,0,0,0,250,188,234,81,63,232,125,37,245,63,0,0,0,0,0,8,74,61,218,78,157,86,43,52,245,63,0,0,0,0,0,216,38,189,26,172,246,244,226,66,245,63,0,0,0,0,0,68,50,189,219,148,93,202,164,81,245,63,0,0,0,0,0,60,72,61,107,17,233,221,112,96,245,63,0,0,0,0,0,176,36,61,222,41,181,54,71,111,245,63,0,0,0,0,0,90,65,61,14,196,226,219,39,126,245,63,0,0,0,0,0,224,41,189,111,199,151,212,18,141,245,63,0,0,0,0,0,8,35,189,76,11,255,39,8,156,245,63,0,0,0,0,0,236,77,61,39,84,72,221,7,171,245,63,0,0,0,0,0,0,196,188,244,122,168,251,17,186,245,63,0,0,0,0,0,8,48,61,11,70,89,138,38,201,245,63,0,0,0,0,0,200,38,189,63,142,153,144,69,216,245,63,0,0,0,0,0,154,70,61,225,32,173,21,111,231,245,63,0,0,0,0,0,64,27,189,202,235,220,32,163,246,245,63,0,0,0,0,0,112,23,61,184,220,118,185,225,5,246,63,0,0,0,0,0,248,38,61,21,247,205,230,42,21,246,63,0,0,0,0,0,0,1,61,49,85,58,176,126,36,246,63,0,0,0,0,0,208,21,189,181,41,25,29,221,51,246,63,0,0,0,0,0,208,18,189,19,195,204,52,70,67,246,63,0,0,0,0,0,128,234,188,250,142,188,254,185,82,246,63,0,0,0,0,0,96,40,189,151,51,85,130,56,98,246,63,0,0,0,0,0,254,113,61,142,50,8,199,193,113,246,63,0,0,0,0,0,32,55,189,126,169,76,212,85,129,246,63,0,0,0,0,0,128,230,60,113,148,158,177,244,144,246,63,0,0,0,0,0,120,41,189,0,65,240,242,1,11,132,1,95,29,20,50,99,95,0,0,41,0,19,0,115,24,79,2,0,95,20,20,50,99,95,0,0,0,0,0,0,3,0,99,2,0,95,29,20,50,99,95,0,0,0,0,0,0,59,24,89,2,0,95,20,20,50,99,95,0,0,0,0,0,0,59,8,99,2,0,95,50,35,78,99,75,0,0,0,0,0,0,59,28,58,28,0,96,25,25,67,99,75,0,0,0,0,0,0,83,8,99,2,0,94,67,95,60,50,50,50,50,4,6,34,33,0,0,56,24,69,46,80,73,65,78,79,32,49,32,0,0,0,1,0,65,156,245,1,11,2,192,243,0,65,212,245,1,11,3,208,253,80]); \ No newline at end of file +AudioWorkletGlobalScope.WAM.DX7.wasmBinary = new Uint8Array([0,97,115,109,1,0,0,0,1,185,3,53,96,16,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,1,126,96,1,127,1,127,96,2,127,127,0,96,2,127,127,1,127,96,1,127,0,96,3,127,127,127,1,127,96,3,127,127,127,0,96,6,127,127,127,127,127,127,1,127,96,5,127,127,127,127,127,1,127,96,4,127,127,127,127,0,96,4,127,127,127,127,1,127,96,6,127,127,127,127,127,127,0,96,5,127,127,127,127,127,0,96,8,127,127,127,127,127,127,127,127,1,127,96,7,127,127,127,127,127,127,127,1,127,96,5,127,126,126,126,126,0,96,0,0,96,7,127,127,127,127,127,127,127,0,96,0,1,127,96,1,124,1,124,96,4,127,127,127,127,1,126,96,5,127,127,127,127,126,1,127,96,4,127,126,126,127,0,96,10,127,127,127,127,127,127,127,127,127,127,1,127,96,4,127,127,127,124,0,96,5,127,127,126,127,127,0,96,2,127,126,0,96,12,127,127,127,127,127,127,127,127,127,127,127,127,1,127,96,5,127,127,127,127,124,1,127,96,6,127,127,127,127,126,126,1,127,96,11,127,127,127,127,127,127,127,127,127,127,127,1,127,96,7,127,127,127,127,127,126,126,1,127,96,10,127,127,127,127,127,127,127,127,127,127,0,96,15,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,0,96,8,127,127,127,127,127,127,127,127,0,96,0,1,124,96,3,127,127,124,0,96,3,127,127,125,0,96,2,127,124,0,96,4,126,126,126,126,1,127,96,3,126,126,126,1,127,96,1,127,1,124,96,2,127,127,1,126,96,2,126,126,1,125,96,2,126,126,1,124,96,3,127,127,126,0,96,2,124,127,1,124,96,2,126,127,1,127,96,6,127,124,127,127,127,127,1,127,96,4,127,127,127,126,1,126,96,3,127,127,127,1,125,96,3,127,127,127,1,124,96,9,127,127,127,127,127,127,127,127,127,1,127,2,241,1,9,3,101,110,118,24,95,95,99,120,97,95,97,108,108,111,99,97,116,101,95,101,120,99,101,112,116,105,111,110,0,1,3,101,110,118,11,95,95,99,120,97,95,116,104,114,111,119,0,6,3,101,110,118,21,101,109,115,99,114,105,112,116,101,110,95,109,101,109,99,112,121,95,98,105,103,0,5,3,101,110,118,18,101,109,115,99,114,105,112,116,101,110,95,103,101,116,95,110,111,119,0,35,3,101,110,118,22,101,109,115,99,114,105,112,116,101,110,95,114,101,115,105,122,101,95,104,101,97,112,0,1,3,101,110,118,5,97,98,111,114,116,0,16,22,119,97,115,105,95,115,110,97,112,115,104,111,116,95,112,114,101,118,105,101,119,49,17,101,110,118,105,114,111,110,95,115,105,122,101,115,95,103,101,116,0,3,22,119,97,115,105,95,115,110,97,112,115,104,111,116,95,112,114,101,118,105,101,119,49,11,101,110,118,105,114,111,110,95,103,101,116,0,3,3,101,110,118,10,115,116,114,102,116,105,109,101,95,108,0,8,3,231,8,229,8,16,18,10,4,2,9,6,6,36,6,1,4,24,9,12,10,10,4,2,37,9,6,6,6,24,9,12,4,6,6,2,2,4,2,1,4,2,6,6,2,1,5,3,3,16,7,4,16,4,1,1,4,4,3,1,1,2,1,4,1,5,6,5,19,19,19,1,1,19,5,1,3,1,18,5,1,1,4,3,2,4,1,1,4,1,4,1,2,5,25,26,9,5,3,6,1,1,1,1,3,5,6,1,1,4,4,5,4,1,3,1,3,1,5,1,3,2,1,3,1,4,3,1,1,3,3,1,3,1,5,1,3,3,1,1,1,1,4,4,2,2,5,1,1,1,2,9,6,2,4,1,2,10,3,6,2,1,1,2,1,1,1,3,1,3,3,25,3,16,1,4,9,1,4,1,4,1,4,1,4,3,2,2,1,1,3,3,3,1,2,2,2,3,2,2,2,1,4,2,2,26,1,22,2,22,15,15,38,39,40,41,15,2,15,22,15,15,15,9,42,43,44,10,45,5,5,3,1,3,3,1,1,3,3,46,8,6,1,6,47,12,48,2,10,5,3,3,3,4,10,1,10,1,1,1,3,3,1,3,1,3,3,3,3,3,1,10,1,49,20,20,9,8,9,5,5,8,9,5,6,5,7,4,1,2,2,14,3,3,5,2,3,3,4,1,7,1,6,23,10,9,7,20,7,10,7,10,7,20,7,12,27,50,7,51,7,9,7,9,18,5,5,3,4,7,1,14,3,7,3,6,23,7,7,7,7,7,12,27,7,7,7,9,5,1,1,2,8,1,1,3,4,3,3,8,9,8,5,17,2,5,21,8,21,28,5,10,17,1,29,8,8,1,4,8,17,7,2,5,21,8,21,28,17,29,8,13,3,1,7,7,7,11,7,11,7,12,8,13,13,3,7,7,7,11,7,11,7,12,8,13,14,11,2,3,14,3,8,1,2,2,2,1,2,1,1,2,2,2,2,1,2,2,2,2,3,2,2,1,2,14,30,2,3,3,6,6,14,2,1,2,2,1,1,3,1,2,14,30,2,3,14,1,3,3,10,1,2,1,3,31,1,32,33,2,5,7,31,32,33,7,5,2,2,5,11,11,1,1,4,2,1,4,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1,4,2,1,6,2,2,2,2,2,2,2,2,2,2,2,2,2,2,18,3,4,5,5,4,1,1,4,4,2,3,4,2,4,4,4,1,4,8,9,1,4,8,9,5,10,10,10,3,5,3,5,10,5,8,1,4,3,5,3,5,10,5,8,4,1,3,5,3,5,4,1,5,10,10,10,3,5,3,5,3,3,10,5,3,8,13,8,8,4,13,5,13,8,8,1,1,8,1,13,13,8,1,13,13,8,1,4,1,4,2,2,2,2,2,3,1,1,5,2,4,4,5,4,1,4,1,4,2,1,4,1,4,1,4,1,4,1,4,1,4,1,4,1,4,1,4,1,4,1,4,1,4,2,4,9,7,9,7,6,2,11,2,11,2,1,4,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,4,1,4,1,4,1,4,1,4,1,4,1,3,1,2,5,4,2,2,3,1,6,2,4,9,3,1,1,1,1,3,4,4,1,2,3,3,1,5,1,2,3,4,1,3,3,3,3,3,6,34,1,4,11,6,6,6,5,8,3,5,6,2,3,6,34,4,17,6,6,2,6,2,9,1,3,4,16,5,5,6,9,9,9,3,9,9,6,12,11,12,12,12,11,11,11,1,1,4,4,18,4,1,17,14,52,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,7,1,112,1,210,3,210,3,5,7,1,1,128,2,128,128,2,6,9,1,127,1,65,176,183,196,2,11,7,162,3,26,6,109,101,109,111,114,121,2,0,17,95,95,119,97,115,109,95,99,97,108,108,95,99,116,111,114,115,0,9,12,99,114,101,97,116,101,77,111,100,117,108,101,0,10,25,95,95,105,110,100,105,114,101,99,116,95,102,117,110,99,116,105,111,110,95,116,97,98,108,101,1,0,27,95,90,78,51,87,65,77,57,80,114,111,99,101,115,115,111,114,52,105,110,105,116,69,106,106,80,118,0,24,8,119,97,109,95,105,110,105,116,0,25,13,119,97,109,95,116,101,114,109,105,110,97,116,101,0,26,10,119,97,109,95,114,101,115,105,122,101,0,27,11,119,97,109,95,111,110,112,97,114,97,109,0,28,10,119,97,109,95,111,110,109,105,100,105,0,29,11,119,97,109,95,111,110,115,121,115,101,120,0,30,13,119,97,109,95,111,110,112,114,111,99,101,115,115,0,31,11,119,97,109,95,111,110,112,97,116,99,104,0,32,14,119,97,109,95,111,110,109,101,115,115,97,103,101,78,0,33,14,119,97,109,95,111,110,109,101,115,115,97,103,101,83,0,34,14,119,97,109,95,111,110,109,101,115,115,97,103,101,65,0,35,16,95,95,101,114,114,110,111,95,108,111,99,97,116,105,111,110,0,82,6,109,97,108,108,111,99,0,85,4,102,114,101,101,0,86,9,115,116,97,99,107,83,97,118,101,0,167,6,12,115,116,97,99,107,82,101,115,116,111,114,101,0,168,6,10,115,116,97,99,107,65,108,108,111,99,0,169,6,14,100,121,110,67,97,108,108,95,118,105,105,106,105,105,0,170,6,14,100,121,110,67,97,108,108,95,105,105,105,105,105,106,0,171,6,15,100,121,110,67,97,108,108,95,105,105,105,105,105,106,106,0,172,6,16,100,121,110,67,97,108,108,95,105,105,105,105,105,105,106,106,0,173,6,9,169,7,1,0,65,1,11,209,3,174,6,175,6,176,6,177,6,178,6,179,6,180,6,181,6,182,6,183,6,184,6,185,6,186,6,177,6,178,6,187,6,188,6,189,6,190,6,191,6,192,6,193,6,194,6,195,6,178,6,177,6,178,6,196,6,197,6,198,6,199,6,200,6,201,6,202,6,203,6,204,6,205,6,206,6,207,6,207,6,208,6,209,6,210,6,211,6,212,6,211,6,213,6,214,6,215,6,216,6,217,6,218,6,219,6,220,6,221,6,222,6,223,6,224,6,225,6,226,6,227,6,228,6,229,6,230,6,231,6,232,6,233,6,234,6,235,6,236,6,237,6,238,6,239,6,240,6,241,6,242,6,243,6,244,6,245,6,246,6,247,6,248,6,249,6,250,6,251,6,252,6,253,6,254,6,255,6,128,7,129,7,130,7,131,7,132,7,133,7,134,7,135,7,136,7,137,7,138,7,139,7,140,7,141,7,142,7,143,7,144,7,145,7,146,7,147,7,148,7,149,7,150,7,151,7,152,7,153,7,154,7,155,7,156,7,157,7,158,7,159,7,160,7,161,7,162,7,163,7,164,7,165,7,166,7,167,7,168,7,169,7,170,7,171,7,172,7,173,7,174,7,175,7,176,7,177,7,178,7,179,7,180,7,207,6,181,7,182,7,183,7,184,7,185,7,186,7,187,7,188,7,189,7,190,7,191,7,192,7,193,7,194,7,195,7,196,7,197,7,198,7,177,6,178,6,178,6,199,7,200,7,201,7,202,7,203,7,204,7,205,7,206,7,151,7,207,7,208,7,209,7,178,6,210,7,210,7,211,7,197,6,197,6,212,7,197,6,178,6,213,7,214,7,211,7,207,6,207,6,215,7,216,7,178,6,217,7,218,7,211,7,207,6,207,6,219,7,216,7,177,6,178,6,220,7,221,7,177,6,178,6,222,7,223,7,178,6,224,7,225,7,226,7,227,7,228,7,228,7,229,7,230,7,231,7,232,7,233,7,178,6,234,7,235,7,236,7,237,7,238,7,238,7,239,7,240,7,241,7,242,7,243,7,178,6,244,7,245,7,246,7,247,7,248,7,249,7,250,7,251,7,178,6,252,7,253,7,254,7,255,7,128,8,129,8,130,8,131,8,177,6,178,6,132,8,133,8,134,8,135,8,136,8,137,8,138,8,139,8,140,8,141,8,142,8,143,8,144,8,145,8,177,6,178,6,132,8,146,8,147,8,148,8,149,8,150,8,151,8,152,8,153,8,154,8,155,8,156,8,157,8,158,8,159,8,160,8,161,8,162,8,163,8,164,8,165,8,166,8,167,8,168,8,169,8,170,8,171,8,172,8,173,8,174,8,175,8,159,8,160,8,176,8,162,8,163,8,164,8,165,8,166,8,167,8,168,8,169,8,170,8,171,8,172,8,173,8,174,8,175,8,177,8,178,8,179,8,177,8,178,8,180,8,181,8,181,8,178,6,182,8,182,8,183,8,183,8,183,8,184,8,207,6,185,8,185,8,178,6,182,8,182,8,183,8,183,8,183,8,184,8,207,6,185,8,185,8,178,6,186,8,186,8,183,8,183,8,183,8,187,8,207,6,185,8,185,8,178,6,186,8,186,8,183,8,183,8,183,8,187,8,207,6,185,8,185,8,188,8,189,8,185,7,186,7,187,7,190,8,191,8,192,8,193,8,194,8,195,8,196,8,197,8,185,7,186,7,187,7,190,8,191,8,192,8,193,8,194,8,195,8,198,8,199,8,192,7,193,7,194,7,200,8,201,8,202,8,203,8,195,8,204,8,205,8,206,8,192,7,193,7,194,7,200,8,201,8,202,8,203,8,195,8,204,8,178,6,207,8,208,8,178,6,209,8,210,8,178,6,211,8,212,8,178,6,213,8,214,8,178,6,215,8,216,8,203,6,178,6,215,8,217,8,203,6,178,6,178,6,177,6,178,6,218,8,219,8,177,6,178,6,177,6,178,6,220,8,221,8,177,6,222,8,223,8,177,6,178,6,243,6,243,6,224,8,225,8,226,8,227,8,178,6,228,8,229,8,230,8,178,6,231,8,232,8,233,8,177,6,178,6,234,8,235,8,236,8,237,8,10,225,229,9,229,8,140,1,1,2,127,35,0,65,16,107,34,0,36,0,2,64,32,0,65,12,106,32,0,65,8,106,16,6,13,0,65,132,167,4,32,0,40,2,12,65,2,116,65,4,106,16,85,34,1,54,2,0,32,1,69,13,0,32,0,40,2,8,16,85,34,1,4,64,65,132,167,4,40,2,0,32,0,40,2,12,65,2,116,106,65,0,54,2,0,65,132,167,4,40,2,0,32,1,16,7,69,13,1,11,65,132,167,4,65,0,54,2,0,11,32,0,65,16,106,36,0,65,244,162,4,65,132,162,4,54,2,0,65,172,162,4,65,42,54,2,0,11,50,1,2,127,65,168,192,0,16,238,5,65,0,65,168,192,0,16,71,34,0,65,136,8,54,2,0,32,0,65,20,106,34,1,65,0,54,2,128,64,32,1,65,0,54,2,132,64,32,0,11,163,15,3,7,127,3,124,3,126,65,0,33,3,68,0,0,0,0,0,0,176,66,32,2,184,34,13,163,33,11,3,64,32,3,65,2,116,34,2,65,192,176,2,106,2,127,32,11,68,0,0,0,0,0,0,224,63,160,156,34,12,153,68,0,0,0,0,0,0,224,65,99,4,64,32,12,170,12,1,11,65,128,128,128,128,120,11,54,2,0,32,3,65,1,114,34,6,65,129,8,71,4,64,32,6,65,2,116,65,192,176,2,106,2,127,32,11,68,207,232,226,5,198,2,240,63,162,34,11,68,0,0,0,0,0,0,224,63,160,156,34,12,153,68,0,0,0,0,0,0,224,65,99,4,64,32,12,170,12,1,11,65,128,128,128,128,120,11,54,2,0,32,2,65,8,114,65,192,176,2,106,2,127,32,11,68,207,232,226,5,198,2,240,63,162,34,11,68,0,0,0,0,0,0,224,63,160,156,34,12,153,68,0,0,0,0,0,0,224,65,99,4,64,32,12,170,12,1,11,65,128,128,128,128,120,11,54,2,0,32,2,65,12,114,65,192,176,2,106,2,127,32,11,68,207,232,226,5,198,2,240,63,162,34,11,68,0,0,0,0,0,0,224,63,160,156,34,12,153,68,0,0,0,0,0,0,224,65,99,4,64,32,12,170,12,1,11,65,128,128,128,128,120,11,54,2,0,32,3,65,4,106,33,3,32,11,68,207,232,226,5,198,2,240,63,162,33,11,12,1,11,11,65,0,33,3,68,0,0,0,0,0,0,208,65,33,11,3,64,32,3,65,3,116,34,2,65,212,144,3,106,2,127,32,11,68,0,0,0,0,0,0,224,63,160,156,34,12,153,68,0,0,0,0,0,0,224,65,99,4,64,32,12,170,12,1,11,65,128,128,128,128,120,11,54,2,0,32,2,65,12,114,65,208,144,3,106,2,127,32,11,68,207,232,226,5,198,2,240,63,162,34,11,68,0,0,0,0,0,0,224,63,160,156,34,12,153,68,0,0,0,0,0,0,224,65,99,4,64,32,12,170,12,1,11,65,128,128,128,128,120,11,54,2,0,32,11,68,207,232,226,5,198,2,240,63,162,33,11,32,3,65,2,106,34,3,65,128,8,71,13,0,11,65,0,33,3,3,64,32,3,65,3,116,34,2,65,208,144,3,106,34,6,32,2,65,12,114,65,208,144,3,106,40,2,0,32,6,40,2,4,107,54,2,0,32,3,65,1,114,34,2,65,255,7,71,4,64,32,2,65,3,116,65,208,144,3,106,34,2,32,2,40,2,12,32,2,40,2,4,107,54,2,0,32,3,65,2,106,33,3,12,1,11,11,65,200,208,3,65,128,128,128,128,120,65,204,208,3,40,2,0,107,54,2,0,65,0,33,2,65,0,33,3,65,0,33,6,66,128,128,128,128,4,33,14,3,64,32,2,65,3,116,65,208,208,2,106,34,4,65,132,32,106,65,0,32,3,65,32,106,65,6,117,34,5,107,54,2,0,32,4,32,5,54,2,4,32,3,172,34,15,66,188,240,237,124,126,32,14,66,32,134,66,32,135,34,16,66,139,226,254,255,3,126,124,66,128,128,128,128,2,124,66,30,135,33,14,32,15,66,139,226,254,255,3,126,32,16,66,196,143,146,3,126,124,66,128,128,128,128,2,124,66,30,136,167,33,3,32,2,65,1,106,34,2,65,128,4,71,13,0,11,3,64,32,6,65,3,116,34,2,65,208,208,2,106,34,3,32,2,65,12,114,65,208,208,2,106,40,2,0,32,3,40,2,4,107,54,2,0,32,6,65,1,114,34,2,65,255,7,71,4,64,32,2,65,3,116,65,208,208,2,106,34,2,32,2,40,2,12,32,2,40,2,4,107,54,2,0,32,6,65,2,106,33,6,12,1,11,11,65,200,144,3,65,0,65,204,144,3,40,2,0,107,54,2,0,65,176,176,2,2,127,68,0,0,0,128,1,6,216,65,32,13,163,68,0,0,0,0,0,0,224,63,160,34,11,153,68,0,0,0,0,0,0,224,65,99,4,64,32,11,170,12,1,11,65,128,128,128,128,120,11,54,2,0,65,208,208,3,2,127,68,0,0,0,0,0,0,208,65,32,13,68,205,204,204,204,204,76,53,64,162,163,68,0,0,0,0,0,0,224,63,160,34,13,153,68,0,0,0,0,0,0,224,65,99,4,64,32,13,170,12,1,11,65,128,128,128,128,120,11,54,2,0,32,0,32,1,54,2,164,64,32,0,65,127,32,1,32,1,106,34,2,32,1,32,2,75,27,16,238,5,54,2,160,64,65,240,232,0,16,238,5,33,1,35,0,65,16,107,34,3,36,0,32,1,65,192,231,0,106,66,24,55,2,0,32,1,65,188,231,0,106,65,129,2,59,1,0,32,1,65,199,231,0,106,65,0,54,0,0,32,1,65,204,231,0,106,65,0,54,2,0,32,1,65,207,231,0,106,65,0,54,0,0,32,1,65,212,231,0,106,65,0,54,2,0,32,1,65,215,231,0,106,65,0,54,0,0,32,1,65,220,231,0,106,65,0,54,2,0,32,1,65,223,231,0,106,65,0,54,0,0,32,1,65,164,231,0,106,65,0,54,2,0,32,1,65,156,231,0,106,66,0,55,2,0,32,1,65,148,231,0,106,65,206,14,40,0,0,54,0,0,32,1,65,151,231,0,106,65,209,14,40,0,0,54,0,0,32,1,32,0,65,20,106,54,2,0,65,0,33,2,3,64,65,208,9,16,238,5,33,6,32,3,65,8,106,33,4,65,0,33,7,65,144,4,16,238,5,34,9,66,0,55,2,4,32,9,65,160,36,54,2,12,32,9,65,180,35,54,2,0,32,9,65,12,106,33,5,3,64,32,5,65,4,106,34,10,32,7,65,2,116,106,32,7,65,213,170,213,0,108,65,177,142,160,24,106,54,2,0,32,10,32,7,65,1,114,34,8,65,2,116,106,32,8,65,213,170,213,0,108,65,177,142,160,24,106,54,2,0,32,10,32,7,65,2,114,34,8,65,2,116,106,32,8,65,213,170,213,0,108,65,177,142,160,24,106,54,2,0,32,10,32,7,65,3,114,34,8,65,2,116,106,32,8,65,213,170,213,0,108,65,177,142,160,24,106,54,2,0,32,7,65,4,106,34,7,65,128,1,71,13,0,11,32,4,32,9,54,2,4,32,4,32,5,54,2,0,32,3,32,3,41,3,8,55,3,0,32,6,34,4,32,3,40,2,0,54,2,0,32,4,32,3,40,2,4,34,5,54,2,4,32,5,4,64,32,5,32,5,40,2,4,65,1,106,54,2,4,11,32,4,65,0,54,2,16,32,4,66,128,192,0,55,2,8,32,4,65,0,54,2,220,7,32,4,65,224,23,54,2,20,32,4,65,0,54,2,236,7,32,4,65,0,54,2,212,7,32,4,65,0,54,2,252,7,32,4,65,0,54,2,228,7,32,4,65,140,8,106,65,0,54,2,0,32,4,65,0,54,2,244,7,32,4,65,156,8,106,65,0,54,2,0,32,4,65,132,8,106,65,0,54,2,0,32,4,65,172,8,106,65,0,54,2,0,32,4,65,148,8,106,65,0,54,2,0,32,4,65,164,8,106,65,0,54,2,0,2,64,32,5,69,13,0,32,5,32,5,40,2,4,34,4,65,1,107,54,2,4,32,4,13,0,32,5,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,5,40,2,0,40,2,8,17,0,0,26,2,64,32,5,65,8,106,34,4,40,2,0,4,64,32,4,16,166,4,65,127,71,13,1,11,32,5,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,5,40,2,0,40,2,16,17,0,0,26,11,11,32,1,32,2,65,12,108,106,34,4,65,0,58,0,10,32,4,65,0,59,1,8,32,4,32,6,54,2,12,32,2,65,1,106,34,2,65,16,71,13,0,11,32,1,65,0,54,2,200,65,32,1,65,204,193,0,106,65,160,175,2,65,128,1,16,69,33,2,32,1,65,0,54,2,204,97,32,2,32,1,65,208,225,0,106,16,39,32,1,65,236,226,0,106,32,1,65,217,226,0,106,16,40,32,1,65,168,231,0,106,66,0,55,2,0,32,1,65,132,231,0,106,65,128,192,0,54,2,0,32,1,65,0,54,2,196,1,32,1,65,176,231,0,106,66,0,55,2,0,32,1,65,132,227,0,106,16,36,32,1,65,0,54,2,236,104,32,1,65,0,58,0,232,103,32,3,65,16,106,36,0,32,0,32,1,54,2,156,64,65,0,11,34,1,1,127,32,0,40,2,156,64,34,1,4,64,32,1,16,86,11,32,0,40,2,160,64,34,0,4,64,32,0,16,86,11,11,51,1,1,127,32,0,40,2,160,64,34,2,4,64,32,2,16,86,11,32,0,32,1,54,2,164,64,32,0,65,127,32,1,32,1,106,34,2,32,1,32,2,75,27,16,238,5,54,2,160,64,11,55,1,1,127,35,0,65,16,107,34,4,36,0,32,4,32,3,58,0,15,32,4,32,2,58,0,14,32,4,32,1,58,0,13,32,0,65,20,106,32,4,65,13,106,65,3,16,38,32,4,65,16,106,36,0,11,23,0,32,2,65,136,32,70,4,64,32,0,65,20,106,32,1,65,136,32,16,38,11,11,105,0,32,0,40,2,156,64,33,0,2,64,2,64,2,64,2,64,32,2,65,128,1,107,14,18,0,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,1,3,11,32,1,32,0,65,208,225,0,106,16,39,12,1,11,32,0,65,208,225,0,106,32,1,65,145,1,16,69,26,32,0,65,235,226,0,106,65,63,58,0,0,11,32,0,65,236,226,0,106,32,0,65,217,226,0,106,16,40,11,11,48,0,32,0,40,2,156,64,33,0,32,2,153,68,0,0,0,0,0,0,224,65,99,4,64,32,0,32,1,32,2,170,16,37,15,11,32,0,32,1,65,128,128,128,128,120,16,37,11,161,50,4,29,127,3,126,1,124,2,125,32,0,40,2,156,64,33,17,32,0,40,2,164,64,33,2,32,0,40,2,160,64,33,22,35,0,65,144,2,107,34,24,36,0,32,17,40,2,0,34,7,40,2,132,64,32,7,40,2,128,64,107,65,255,63,113,34,5,65,128,192,0,32,17,40,2,200,65,34,3,107,34,11,32,5,32,11,73,27,34,5,65,0,74,4,64,32,3,32,17,106,65,200,1,106,32,17,40,2,0,34,7,40,2,128,64,34,4,32,7,106,32,5,65,128,192,0,32,4,107,34,10,32,5,32,10,72,27,34,11,16,69,33,3,32,5,32,10,74,4,64,32,3,32,11,106,32,7,32,5,32,11,107,16,69,26,11,32,7,32,4,32,5,106,65,255,63,113,54,2,128,64,32,17,32,17,40,2,200,65,32,5,106,34,3,54,2,200,65,11,65,0,33,5,2,64,32,3,69,13,0,3,64,32,5,2,127,32,3,32,5,107,33,7,65,0,33,3,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,32,17,34,4,32,5,106,65,200,1,106,34,12,45,0,0,34,5,65,4,118,65,8,115,14,6,1,0,3,6,4,5,3,11,32,12,45,0,2,13,1,11,32,7,65,3,72,33,5,65,0,33,7,32,5,13,5,3,64,2,64,32,4,32,7,65,12,108,106,34,5,40,2,4,32,12,45,0,1,71,13,0,32,5,65,8,106,34,8,45,0,0,69,13,0,2,64,32,4,45,0,232,103,4,64,32,5,65,1,58,0,9,12,1,11,32,5,40,2,12,16,41,11,32,8,65,0,58,0,0,11,32,7,65,1,106,34,7,65,16,71,13,0,11,65,3,12,6,11,32,7,65,3,72,33,5,65,0,33,7,32,5,13,4,32,4,40,2,196,1,33,5,3,64,32,5,65,1,106,65,16,111,33,7,2,64,2,64,32,4,32,5,65,12,108,106,65,8,106,34,8,45,0,0,69,4,64,32,5,33,3,12,1,11,32,7,65,1,106,65,16,111,33,5,32,4,32,7,65,12,108,106,65,8,106,34,8,45,0,0,13,1,32,7,33,3,32,5,33,7,11,32,4,32,7,54,2,196,1,65,3,33,7,32,3,65,0,72,13,6,32,4,65,236,226,0,106,34,7,45,0,10,4,64,32,7,65,255,255,255,255,7,54,2,0,11,32,7,65,0,54,2,12,32,4,32,3,65,12,108,106,34,7,32,12,45,0,1,54,2,4,32,8,65,1,58,0,0,32,4,45,0,232,103,33,5,32,7,65,1,58,0,10,32,7,32,5,58,0,9,32,7,40,2,12,33,6,32,4,65,208,225,0,106,33,20,32,12,45,0,1,33,7,32,12,45,0,2,33,10,35,0,65,32,107,34,13,36,0,32,6,32,7,58,0,188,9,32,7,65,3,110,34,9,65,7,32,9,65,7,74,27,65,7,107,34,9,65,31,32,9,65,31,73,27,33,12,32,10,65,255,0,32,10,65,255,0,72,27,34,10,65,0,32,10,65,0,74,27,65,1,118,65,208,22,106,45,0,0,65,239,1,107,33,4,65,0,33,9,3,64,32,13,32,20,32,9,65,21,108,106,34,10,45,0,0,54,2,16,32,13,32,10,45,0,4,54,2,0,32,13,32,10,45,0,1,54,2,20,32,13,32,10,45,0,5,54,2,4,32,13,32,10,45,0,2,54,2,24,32,13,32,10,45,0,6,54,2,8,32,13,32,10,45,0,3,54,2,28,32,13,32,10,45,0,7,54,2,12,2,127,32,10,45,0,16,34,3,65,28,106,32,3,65,20,79,13,0,26,32,3,65,2,116,65,240,31,106,40,2,0,11,33,5,2,64,2,127,32,7,32,10,45,0,8,107,34,11,65,17,78,4,64,32,10,45,0,10,33,3,32,11,65,16,107,65,3,110,33,11,65,12,33,14,2,64,32,10,45,0,12,34,8,14,4,3,0,0,3,0,11,32,11,65,32,32,11,65,32,73,27,12,1,11,32,10,45,0,9,33,3,65,18,32,11,107,65,3,109,33,11,65,12,33,14,2,64,32,10,45,0,11,34,8,14,4,2,0,0,2,0,11,32,11,65,32,32,11,65,32,72,27,11,65,144,23,106,45,0,0,33,11,65,15,33,14,11,32,10,45,0,15,32,4,108,65,1,116,65,14,106,65,112,113,65,0,32,3,32,11,108,65,201,2,108,32,14,117,34,11,107,32,11,32,8,65,2,73,27,32,5,106,34,11,65,255,0,32,11,65,255,0,72,27,65,5,116,106,34,11,65,0,32,11,65,0,74,27,33,19,32,12,32,10,45,0,13,108,65,3,118,33,15,32,6,32,9,65,196,0,108,106,65,184,4,106,34,8,32,13,65,16,106,34,3,40,2,0,54,2,0,32,8,32,13,40,2,0,54,2,16,32,8,32,3,40,2,4,54,2,4,32,8,32,13,40,2,4,54,2,20,32,8,32,3,40,2,8,54,2,8,32,8,32,13,40,2,8,54,2,24,32,8,32,3,40,2,12,54,2,12,32,13,40,2,12,33,3,32,8,65,1,58,0,64,32,8,65,0,54,2,40,32,8,32,15,54,2,36,32,8,32,19,54,2,32,32,8,32,3,54,2,28,32,8,65,0,16,42,32,10,45,0,20,33,11,32,10,45,0,19,33,5,32,10,45,0,18,33,14,2,127,32,10,45,0,17,34,3,69,4,64,2,127,32,6,40,2,0,34,8,173,32,7,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,8,40,2,0,40,2,8,17,0,0,167,34,8,178,67,0,0,128,51,148,187,68,242,210,77,98,16,88,217,191,162,16,73,68,215,18,242,65,207,102,149,63,162,68,0,0,0,0,0,0,28,64,163,32,8,183,34,35,162,32,11,65,7,107,183,162,32,35,160,34,35,153,68,0,0,0,0,0,0,224,65,99,4,64,32,35,170,12,1,11,65,128,128,128,128,120,11,32,14,65,31,113,65,2,116,65,208,21,106,40,2,0,106,34,14,32,5,69,13,1,26,32,5,184,68,123,20,174,71,225,122,132,63,162,68,0,0,0,0,0,0,240,63,160,16,77,68,6,131,43,101,71,21,119,65,162,68,0,0,0,0,0,0,224,63,160,156,34,35,153,68,0,0,0,0,0,0,224,65,99,4,64,32,14,32,35,170,106,12,2,11,32,14,65,128,128,128,128,120,107,12,1,11,32,14,65,3,113,65,228,0,108,32,5,106,65,248,144,144,2,108,65,3,118,32,11,65,145,233,0,108,65,247,223,5,107,65,0,32,11,65,7,75,27,106,11,33,14,32,6,32,9,65,2,116,106,34,11,65,232,8,106,32,14,54,2,0,32,11,65,164,9,106,32,3,54,2,0,32,11,65,140,9,106,32,10,45,0,14,65,3,113,65,2,116,65,192,23,106,40,2,0,54,2,0,32,9,65,1,106,34,9,65,6,71,13,0,11,32,13,32,20,45,0,126,54,2,16,32,13,32,20,45,0,130,1,54,2,0,32,13,32,20,45,0,127,54,2,20,32,13,32,20,45,0,131,1,54,2,4,32,13,32,20,45,0,128,1,54,2,24,32,13,32,20,45,0,132,1,54,2,8,32,13,32,20,45,0,129,1,54,2,28,32,13,32,20,45,0,133,1,54,2,12,32,6,65,176,8,106,34,7,32,13,65,16,106,34,9,40,2,0,34,15,54,2,0,32,7,32,13,40,2,0,34,3,54,2,16,32,7,32,9,40,2,4,54,2,4,32,7,32,13,40,2,4,54,2,20,32,7,32,9,40,2,8,54,2,8,32,7,32,13,40,2,8,54,2,24,32,7,32,9,40,2,12,54,2,12,32,7,32,13,40,2,12,54,2,28,32,13,40,2,12,33,4,32,7,65,1,58,0,52,32,7,65,0,54,2,44,32,7,32,3,65,128,31,106,44,0,0,65,19,116,34,9,54,2,36,32,7,32,4,65,128,31,106,44,0,0,65,19,116,34,4,54,2,32,32,7,32,4,32,9,72,58,0,40,32,7,65,208,208,3,40,2,0,32,15,65,144,30,106,45,0,0,108,54,2,48,32,6,32,20,45,0,134,1,54,2,196,9,32,6,65,8,32,20,45,0,135,1,34,10,107,65,16,32,10,27,54,2,136,9,32,6,32,20,45,0,139,1,65,165,1,108,65,6,118,54,2,200,9,32,6,32,20,45,0,143,1,65,7,113,65,208,23,106,45,0,0,54,2,204,9,32,20,45,0,140,1,33,10,32,6,65,0,54,2,16,32,6,66,128,192,0,55,2,8,32,6,32,10,65,165,1,108,65,6,118,54,2,192,9,32,13,65,32,106,36,0,65,3,12,7,11,65,3,33,7,32,3,65,2,106,34,3,65,16,71,13,0,11,12,4,11,32,5,65,224,1,70,4,64,32,4,65,132,231,0,106,32,12,45,0,1,32,12,45,0,2,65,7,116,114,54,2,0,65,3,12,5,11,32,7,65,6,72,13,3,32,5,65,240,1,71,13,3,32,12,45,0,1,65,195,0,71,13,3,32,12,45,0,2,13,3,32,12,45,0,3,65,9,71,13,3,32,12,45,0,4,65,32,71,13,3,32,12,45,0,5,13,3,32,7,65,136,32,73,33,5,65,0,33,7,32,5,13,3,32,4,65,204,193,0,106,32,12,65,6,106,65,128,32,16,69,26,32,4,32,4,40,2,204,97,34,12,54,2,204,97,32,4,32,12,65,7,116,106,65,204,193,0,106,32,4,65,208,225,0,106,16,39,32,4,65,236,226,0,106,32,4,65,217,226,0,106,16,40,65,136,32,33,7,12,3,11,32,7,65,2,72,33,5,65,0,33,7,32,5,13,2,32,4,32,12,45,0,1,34,7,65,31,32,7,65,31,73,27,34,7,54,2,204,97,32,4,32,7,65,7,116,106,65,204,193,0,106,32,4,65,208,225,0,106,16,39,32,4,65,236,226,0,106,32,4,65,217,226,0,106,16,40,65,2,12,3,11,32,4,65,168,231,0,106,32,12,45,0,1,54,2,0,32,4,65,132,227,0,106,16,36,65,0,12,2,11,32,7,65,3,72,33,5,65,0,33,7,32,5,13,0,32,12,45,0,2,33,5,2,64,2,64,2,64,2,64,2,64,32,12,45,0,1,34,7,65,1,107,14,3,1,2,3,0,11,32,7,65,192,0,70,13,3,65,3,12,5,11,32,4,65,180,231,0,106,32,5,54,2,0,32,4,65,132,227,0,106,16,36,65,3,12,4,11,32,4,65,172,231,0,106,32,5,54,2,0,32,4,65,132,227,0,106,16,36,65,3,12,3,11,32,4,65,176,231,0,106,32,5,54,2,0,32,4,65,132,227,0,106,16,36,65,3,12,2,11,65,0,33,7,32,4,32,5,65,0,71,58,0,232,103,65,3,32,5,13,1,26,3,64,2,64,32,4,32,7,65,12,108,106,34,5,65,9,106,34,12,45,0,0,69,13,0,32,5,45,0,8,13,0,32,5,40,2,12,16,41,32,12,65,0,58,0,0,11,32,7,65,1,106,34,7,65,16,71,13,0,11,65,3,12,1,11,32,7,11,34,11,106,33,5,32,17,40,2,200,65,33,3,32,11,69,13,1,32,3,32,5,75,13,0,11,11,32,17,32,3,32,5,75,4,127,32,17,65,200,1,106,34,11,32,5,32,11,106,32,3,32,5,107,16,70,32,17,40,2,200,65,5,32,3,11,32,5,107,54,2,200,65,32,17,40,2,236,104,33,12,2,64,32,2,65,0,76,13,0,65,0,33,5,32,12,65,0,32,12,65,0,74,27,33,18,3,64,32,5,32,18,70,13,1,32,22,32,5,65,1,116,34,3,106,32,3,32,17,106,65,234,231,0,106,47,1,0,59,1,0,32,5,65,1,106,34,5,32,2,71,13,0,11,32,2,33,18,11,2,64,2,64,2,64,32,2,32,12,78,4,64,32,2,32,18,76,13,2,32,17,65,132,227,0,106,33,13,32,17,65,236,226,0,106,33,7,32,24,65,15,106,65,112,113,33,28,12,1,11,32,12,32,2,107,34,13,65,0,76,13,2,32,13,65,3,113,33,22,65,0,33,11,65,0,33,5,32,12,32,2,65,127,115,106,65,3,79,4,64,32,13,65,124,113,33,20,32,17,65,234,231,0,106,33,3,65,0,33,12,3,64,32,3,32,5,65,1,116,106,32,3,32,2,32,5,106,65,1,116,106,47,1,0,59,1,0,32,3,32,5,65,1,114,34,18,65,1,116,106,32,3,32,2,32,18,106,65,1,116,106,47,1,0,59,1,0,32,3,32,5,65,2,114,34,18,65,1,116,106,32,3,32,2,32,18,106,65,1,116,106,47,1,0,59,1,0,32,3,32,5,65,3,114,34,18,65,1,116,106,32,3,32,2,32,18,106,65,1,116,106,47,1,0,59,1,0,32,5,65,4,106,33,5,32,12,65,4,106,34,12,32,20,71,13,0,11,11,32,22,69,13,2,32,17,65,234,231,0,106,33,3,3,64,32,3,32,5,65,1,116,106,32,3,32,2,32,5,106,65,1,116,106,47,1,0,59,1,0,32,5,65,1,106,33,5,32,11,65,1,106,34,11,32,22,71,13,0,11,12,2,11,3,64,65,0,33,5,32,28,65,0,65,128,2,16,71,33,12,2,127,32,7,34,3,32,3,40,2,4,34,11,32,3,40,2,0,106,34,4,54,2,0,65,128,128,128,4,33,10,2,64,2,64,2,64,2,64,2,64,2,64,2,64,32,3,45,0,8,14,6,0,1,2,3,4,5,6,11,32,4,65,31,117,32,4,65,7,118,115,65,255,255,255,7,113,12,6,11,32,4,65,8,118,65,255,255,255,3,115,12,5,11,32,4,65,8,118,65,128,128,128,4,115,12,4,11,32,4,65,127,115,65,7,118,65,128,128,128,8,113,12,3,11,32,4,65,19,118,34,3,65,4,114,65,252,63,113,65,208,208,2,106,40,2,0,32,3,65,248,63,113,65,208,208,2,106,52,2,0,32,4,65,8,118,65,255,255,0,113,173,126,66,14,136,167,106,65,1,117,65,128,128,128,4,106,12,2,11,32,3,45,0,9,33,10,32,4,32,11,73,4,64,32,3,32,10,65,179,127,108,65,17,106,34,10,58,0,9,11,32,10,65,128,1,115,65,255,1,113,65,16,116,65,128,128,4,106,33,10,11,32,10,11,33,11,2,127,65,128,128,128,8,32,7,65,16,65,20,32,7,40,2,12,34,3,65,0,78,27,106,53,2,0,32,3,173,124,34,32,66,255,255,255,255,15,86,13,0,26,32,7,32,32,167,34,3,54,2,12,65,0,32,32,66,128,128,128,128,8,84,13,0,26,32,3,65,7,118,65,255,255,255,7,113,11,33,20,3,64,32,17,32,5,65,12,108,106,34,3,45,0,10,4,64,32,3,40,2,12,34,8,40,2,204,9,32,11,34,3,65,128,128,128,4,107,108,34,9,172,34,32,32,20,34,10,32,8,40,2,200,9,108,173,126,66,39,135,167,34,6,32,6,65,31,117,34,6,106,32,6,115,34,6,32,13,34,4,52,2,156,4,32,32,126,66,14,136,167,34,16,32,16,65,31,117,34,16,106,32,16,115,34,16,32,6,32,16,75,27,33,16,2,64,32,8,65,176,8,106,34,6,40,2,44,34,21,65,3,78,4,64,32,21,65,3,71,13,1,32,6,45,0,52,13,1,11,32,6,40,2,32,33,14,32,6,40,2,48,33,15,32,6,2,127,32,6,45,0,40,4,64,32,6,32,14,32,15,106,34,14,54,2,32,32,14,32,6,40,2,36,34,15,72,13,2,32,6,32,15,54,2,32,32,6,32,21,65,1,106,34,14,54,2,44,32,21,65,2,74,13,2,32,6,32,6,32,14,65,2,116,106,40,2,16,65,128,31,106,44,0,0,65,19,116,34,21,54,2,36,32,15,32,21,72,12,1,11,32,6,32,14,32,15,107,34,14,54,2,32,32,14,32,6,40,2,36,34,15,74,13,1,32,6,32,15,54,2,32,32,6,32,21,65,1,106,34,14,54,2,44,32,21,65,2,74,13,1,32,6,32,6,32,14,65,2,116,106,40,2,16,65,128,31,106,44,0,0,65,19,116,34,21,54,2,36,32,15,32,21,72,11,58,0,40,32,6,65,208,208,3,40,2,0,32,6,32,14,65,2,116,106,40,2,0,65,144,30,106,45,0,0,108,54,2,48,11,32,6,40,2,32,33,15,2,127,65,0,32,4,40,2,128,4,34,21,65,128,64,106,34,14,69,13,0,26,32,4,40,2,136,4,34,6,69,4,64,32,14,65,11,116,178,33,36,32,21,65,128,192,0,78,4,64,32,36,32,4,40,2,132,4,178,148,187,68,0,0,0,0,0,0,40,64,163,34,35,153,68,0,0,0,0,0,0,224,65,99,4,64,32,35,170,12,3,11,65,128,128,128,128,120,12,2,11,32,36,32,4,40,2,140,4,178,148,187,68,0,0,0,0,0,0,40,64,163,34,35,153,68,0,0,0,0,0,0,224,65,99,4,64,32,35,170,12,2,11,65,128,128,128,128,120,12,1,11,65,255,63,65,12,32,6,109,34,6,65,16,116,65,16,117,109,65,16,116,65,16,117,32,6,32,14,108,65,255,63,109,108,65,11,116,11,33,6,65,0,32,16,107,33,14,32,9,65,0,78,33,9,32,4,45,0,185,4,4,64,2,127,32,4,40,2,188,4,178,32,8,40,2,8,65,11,116,65,128,128,128,8,107,178,148,187,68,0,0,0,0,0,0,40,64,163,34,35,153,68,0,0,0,0,0,0,224,65,99,4,64,32,35,170,12,1,11,65,128,128,128,128,120,11,32,6,106,33,6,11,32,16,32,14,32,9,27,33,16,2,64,32,8,40,2,0,34,9,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,9,40,2,0,40,2,12,17,0,0,167,13,0,32,6,69,13,0,32,8,40,2,0,34,9,173,2,127,32,6,65,11,117,183,68,0,0,0,0,0,0,40,64,162,68,0,0,0,0,0,0,32,63,162,182,34,36,142,34,37,139,67,0,0,0,79,93,4,64,32,37,168,12,1,11,65,128,128,128,128,120,11,34,6,32,8,45,0,188,9,106,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,9,40,2,0,40,2,8,17,0,0,167,183,68,0,0,0,0,0,0,240,63,32,36,32,6,178,147,34,36,187,161,162,32,36,32,8,40,2,0,34,9,173,32,6,32,8,45,0,188,9,106,65,1,106,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,9,40,2,0,40,2,8,17,0,0,167,178,148,187,160,182,32,8,40,2,0,34,6,173,32,8,45,0,188,9,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,6,40,2,0,40,2,8,17,0,0,167,178,147,34,36,139,67,0,0,0,79,93,4,64,32,36,168,33,6,12,1,11,65,128,128,128,128,120,33,6,11,32,15,32,16,106,33,16,65,128,128,248,7,32,4,40,2,160,4,65,17,116,107,34,9,65,128,128,128,8,32,3,107,172,34,32,32,8,52,2,192,9,32,10,172,126,66,8,136,66,255,255,255,255,15,131,126,66,24,136,167,34,3,32,4,52,2,152,4,32,32,126,66,7,136,167,34,10,32,3,32,10,75,27,34,3,32,3,32,9,73,27,173,33,32,32,4,40,2,180,4,32,6,106,33,9,65,0,33,6,3,64,2,64,32,4,32,6,106,45,0,144,4,65,48,70,4,64,32,8,32,6,65,196,0,108,106,65,184,4,106,16,43,26,65,0,33,3,12,1,11,32,8,32,6,65,4,116,106,32,8,32,6,65,2,116,106,34,10,65,232,8,106,40,2,0,32,9,65,0,32,16,32,10,65,164,9,106,40,2,0,27,106,106,34,3,65,12,118,65,252,31,113,65,192,176,2,106,34,14,40,2,0,34,15,32,14,40,2,4,32,15,107,172,32,3,65,255,255,0,113,173,126,66,14,136,167,106,65,20,32,3,65,24,117,107,117,54,2,216,7,32,8,32,6,65,196,0,108,106,65,184,4,106,16,43,33,3,32,10,65,140,9,106,40,2,0,34,10,69,13,0,32,3,32,3,172,2,127,32,10,172,32,32,126,66,24,136,167,179,67,0,0,128,54,148,187,68,236,81,184,30,133,235,177,63,162,68,102,102,102,102,102,102,40,64,160,16,73,34,35,68,0,0,0,0,0,0,240,65,99,32,35,68,0,0,0,0,0,0,0,0,102,113,4,64,32,35,171,12,1,11,65,0,11,173,126,66,24,136,167,107,33,3,11,32,8,32,6,65,4,116,106,32,3,54,2,208,7,32,6,65,1,106,34,6,65,6,71,13,0,11,32,4,40,2,224,4,33,25,32,8,65,208,7,106,33,29,32,8,40,2,196,9,33,3,32,8,65,128,9,106,33,23,32,8,40,2,136,9,33,26,65,0,33,14,35,0,65,32,107,34,10,36,0,32,10,32,3,65,24,108,65,128,24,106,34,3,41,2,16,55,3,24,32,10,32,3,41,2,8,55,3,16,32,10,32,3,41,2,0,55,3,8,32,10,65,130,30,45,0,0,58,0,6,32,10,65,128,30,47,0,0,59,1,4,32,26,65,15,74,33,30,3,64,32,29,32,14,65,4,116,106,34,3,40,2,4,33,9,32,10,65,8,106,32,14,65,2,116,106,40,2,0,33,16,32,3,32,3,40,2,0,34,8,65,128,128,128,240,0,107,34,6,65,11,118,65,248,63,113,65,208,144,3,106,34,4,40,2,4,32,4,52,2,0,32,8,65,255,255,0,113,173,126,66,14,136,167,106,65,6,32,6,65,24,117,107,117,34,6,54,2,4,32,16,65,3,113,33,8,32,16,65,4,113,33,4,2,64,32,6,65,224,8,72,32,9,65,223,8,76,113,69,4,64,32,8,65,144,2,108,32,25,106,65,253,1,107,65,112,113,32,12,32,8,27,33,15,32,10,65,4,106,32,8,106,34,21,45,0,0,65,0,71,32,4,65,0,71,113,33,4,2,64,32,16,65,4,118,65,3,113,34,8,4,64,32,10,65,4,106,32,8,106,45,0,0,13,1,11,32,3,40,2,8,33,8,32,3,40,2,12,33,19,2,64,32,30,13,0,32,16,65,192,1,113,65,192,1,71,13,0,32,15,33,16,32,26,65,1,106,33,27,32,6,32,9,107,65,32,106,65,6,117,172,33,32,32,9,172,33,34,32,23,40,2,4,33,15,32,23,40,2,0,33,9,65,0,33,6,2,64,32,4,4,64,3,64,32,16,32,6,65,2,116,106,34,4,32,4,40,2,0,32,32,32,34,124,34,34,32,19,32,15,34,4,32,9,106,32,27,117,106,34,15,65,11,118,65,248,63,113,65,208,208,2,106,34,9,40,2,4,32,9,52,2,0,32,15,65,255,255,0,113,173,126,66,14,136,167,106,172,126,66,24,136,34,33,167,34,15,106,54,2,0,32,8,32,19,106,33,19,32,4,33,9,32,6,65,1,106,34,6,65,192,0,71,13,0,12,2,11,0,11,3,64,32,16,32,6,65,2,116,106,32,32,32,34,124,34,34,32,15,34,4,32,9,106,32,27,117,32,19,106,34,15,65,11,118,65,248,63,113,65,208,208,2,106,34,9,40,2,4,32,9,52,2,0,32,15,65,255,255,0,113,173,126,66,14,136,167,106,172,126,66,24,136,34,33,167,34,15,54,2,0,32,8,32,19,106,33,19,32,4,33,9,32,6,65,1,106,34,6,65,192,0,71,13,0,11,11,32,23,32,33,62,2,4,32,23,32,4,54,2,0,32,21,65,1,58,0,0,12,3,11,32,6,32,9,107,65,32,106,65,6,117,172,33,32,32,9,172,33,33,65,0,33,9,2,64,32,4,4,64,3,64,32,15,32,9,65,2,116,106,34,4,32,4,40,2,0,32,32,32,33,124,34,33,32,19,65,11,118,65,248,63,113,65,208,208,2,106,34,4,40,2,4,32,4,52,2,0,32,19,65,255,255,0,113,173,126,66,14,136,167,106,172,126,66,24,136,167,106,54,2,0,32,8,32,19,106,33,19,32,9,65,1,106,34,9,65,192,0,71,13,0,12,2,11,0,11,3,64,32,15,32,9,65,2,116,106,32,32,32,33,124,34,33,32,19,65,11,118,65,248,63,113,65,208,208,2,106,34,4,40,2,4,32,4,52,2,0,32,19,65,255,255,0,113,173,126,66,14,136,167,106,172,126,66,24,136,62,2,0,32,8,32,19,106,33,19,32,9,65,1,106,34,9,65,192,0,71,13,0,11,11,32,21,65,1,58,0,0,12,2,11,32,8,65,144,2,108,32,25,106,65,253,1,107,65,112,113,33,8,32,3,40,2,12,33,16,32,3,40,2,8,33,19,32,6,32,9,107,65,32,106,65,6,117,172,33,32,32,9,172,33,33,65,0,33,9,2,64,32,4,4,64,3,64,32,15,32,9,65,2,116,34,4,106,34,6,32,6,40,2,0,32,32,32,33,124,34,33,32,4,32,8,106,40,2,0,32,16,106,34,4,65,11,118,65,248,63,113,65,208,208,2,106,34,6,40,2,4,32,6,52,2,0,32,4,65,255,255,0,113,173,126,66,14,136,167,106,172,126,66,24,136,167,106,54,2,0,32,16,32,19,106,33,16,32,9,65,1,106,34,9,65,192,0,71,13,0,12,2,11,0,11,3,64,32,15,32,9,65,2,116,34,4,106,32,32,32,33,124,34,33,32,4,32,8,106,40,2,0,32,16,106,34,4,65,11,118,65,248,63,113,65,208,208,2,106,34,6,40,2,4,32,6,52,2,0,32,4,65,255,255,0,113,173,126,66,14,136,167,106,172,126,66,24,136,62,2,0,32,16,32,19,106,33,16,32,9,65,1,106,34,9,65,192,0,71,13,0,11,11,32,21,65,1,58,0,0,12,1,11,32,4,13,0,32,10,65,4,106,32,8,106,65,0,58,0,0,11,32,3,32,3,40,2,12,32,3,40,2,8,65,6,116,106,54,2,12,32,14,65,1,106,34,14,65,6,71,13,0,11,32,10,65,32,106,36,0,11,32,5,65,1,106,34,5,65,16,71,13,0,11,32,2,32,18,107,33,11,65,0,33,5,3,64,32,22,32,5,32,18,106,65,1,116,106,32,17,32,5,32,11,107,65,1,116,106,65,234,231,0,106,32,5,32,11,72,27,65,128,128,126,65,255,255,1,32,12,32,5,65,2,116,106,40,2,0,34,3,65,13,118,32,3,65,255,255,255,255,0,74,27,32,3,65,128,128,128,128,127,72,27,59,1,0,32,5,65,1,106,34,5,65,192,0,71,13,0,11,32,18,65,64,107,34,18,32,2,72,13,0,11,11,32,18,32,2,107,33,13,11,32,17,32,13,54,2,236,104,32,24,65,144,2,106,36,0,2,64,32,0,40,2,164,64,34,2,69,13,0,32,1,40,2,4,40,2,0,33,1,32,2,65,3,113,33,3,32,0,40,2,160,64,33,18,65,0,33,0,32,2,65,1,107,65,3,79,4,64,32,2,65,124,113,33,17,65,0,33,2,3,64,32,1,32,0,65,2,116,106,32,18,32,0,65,1,116,106,46,1,0,178,67,0,0,0,56,148,56,2,0,32,1,32,0,65,1,114,34,5,65,2,116,106,32,18,32,5,65,1,116,106,46,1,0,178,67,0,0,0,56,148,56,2,0,32,1,32,0,65,2,114,34,5,65,2,116,106,32,18,32,5,65,1,116,106,46,1,0,178,67,0,0,0,56,148,56,2,0,32,1,32,0,65,3,114,34,5,65,2,116,106,32,18,32,5,65,1,116,106,46,1,0,178,67,0,0,0,56,148,56,2,0,32,0,65,4,106,33,0,32,2,65,4,106,34,2,32,17,71,13,0,11,11,32,3,69,13,0,3,64,32,1,32,0,65,2,116,106,32,18,32,0,65,1,116,106,46,1,0,178,67,0,0,0,56,148,56,2,0,32,0,65,1,106,33,0,32,31,65,1,106,34,31,32,3,71,13,0,11,11,11,4,0,32,0,11,6,0,32,0,16,86,11,3,0,1,11,3,0,1,11,3,0,1,11,18,0,32,0,32,2,54,2,8,32,0,32,1,54,2,4,65,0,11,50,0,32,0,173,32,1,173,32,2,173,32,3,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,0,17,0,0,167,11,47,0,32,0,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,4,17,0,0,26,11,48,0,32,0,173,32,1,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,8,17,0,0,26,11,50,0,32,0,173,32,1,173,32,2,187,189,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,44,17,0,0,26,11,50,0,32,0,173,32,1,173,32,2,173,32,3,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,24,17,0,0,26,11,49,0,32,0,173,32,1,173,32,2,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,28,17,0,0,26,11,49,0,32,0,173,32,1,173,32,2,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,20,17,0,0,26,11,49,0,32,0,173,32,1,173,32,2,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,48,17,0,0,26,11,50,0,32,0,173,32,1,173,32,2,173,32,3,189,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,32,17,0,0,26,11,50,0,32,0,173,32,1,173,32,2,173,32,3,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,36,17,0,0,26,11,51,0,32,0,173,32,1,173,32,2,173,32,3,173,32,4,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,40,17,0,0,26,11,208,4,2,7,127,1,125,32,0,65,0,54,2,160,4,32,0,66,0,55,2,152,4,2,127,32,0,40,2,176,4,178,32,0,40,2,192,4,183,68,123,20,174,71,225,122,132,63,162,182,148,34,8,139,67,0,0,0,79,93,4,64,32,8,168,12,1,11,65,128,128,128,128,120,11,33,1,32,0,45,0,197,4,4,64,32,0,32,1,65,0,32,1,65,0,74,27,34,2,54,2,152,4,11,32,0,45,0,196,4,4,64,32,0,32,1,65,0,32,1,65,0,74,27,34,4,54,2,156,4,11,32,0,45,0,198,4,34,5,4,64,32,0,32,1,65,0,32,1,65,0,74,27,34,3,54,2,160,4,11,2,127,32,0,40,2,168,4,178,32,0,40,2,208,4,183,68,123,20,174,71,225,122,132,63,162,182,148,34,8,139,67,0,0,0,79,93,4,64,32,8,168,12,1,11,65,128,128,128,128,120,11,33,1,32,0,45,0,213,4,4,64,32,0,32,2,32,1,32,1,32,2,72,27,34,2,54,2,152,4,11,32,0,45,0,212,4,4,64,32,0,32,4,32,1,32,1,32,4,72,27,34,4,54,2,156,4,11,32,0,45,0,214,4,34,6,4,64,32,0,32,3,32,1,32,1,32,3,72,27,34,3,54,2,160,4,11,2,127,32,0,40,2,172,4,178,32,0,40,2,200,4,183,68,123,20,174,71,225,122,132,63,162,182,148,34,8,139,67,0,0,0,79,93,4,64,32,8,168,12,1,11,65,128,128,128,128,120,11,33,1,32,0,45,0,205,4,4,64,32,0,32,2,32,1,32,1,32,2,72,27,34,2,54,2,152,4,11,32,0,45,0,204,4,4,64,32,0,32,4,32,1,32,1,32,4,72,27,34,4,54,2,156,4,11,32,0,45,0,206,4,34,7,4,64,32,0,32,3,32,1,32,1,32,3,72,27,34,3,54,2,160,4,11,2,127,32,0,40,2,164,4,178,32,0,40,2,216,4,183,68,123,20,174,71,225,122,132,63,162,182,148,34,8,139,67,0,0,0,79,93,4,64,32,8,168,12,1,11,65,128,128,128,128,120,11,33,1,32,0,45,0,221,4,4,64,32,0,32,2,32,1,32,1,32,2,72,27,54,2,152,4,11,32,0,45,0,220,4,4,64,32,0,32,4,32,1,32,1,32,4,72,27,54,2,156,4,11,32,0,45,0,222,4,34,2,4,64,32,0,32,3,32,1,32,1,32,3,72,27,54,2,160,4,11,2,64,32,5,13,0,32,7,13,0,32,6,13,0,32,2,13,0,32,0,65,255,0,54,2,160,4,11,11,17,0,32,0,32,1,106,65,208,225,0,106,32,2,58,0,0,11,177,2,2,5,127,2,124,35,0,65,16,107,34,6,36,0,32,2,65,0,74,4,64,3,64,2,64,32,0,40,2,128,64,32,0,40,2,132,64,34,4,65,127,115,106,65,255,63,113,34,3,69,4,64,32,6,66,128,128,128,128,128,200,208,7,55,3,8,65,28,33,5,2,64,32,6,65,8,106,34,3,69,13,0,32,3,40,2,4,34,4,65,255,147,235,220,3,75,13,0,32,3,40,2,0,34,3,65,0,72,13,0,32,3,183,68,0,0,0,0,0,64,143,64,162,32,4,183,68,0,0,0,0,128,132,46,65,163,160,33,8,16,3,33,9,3,64,16,3,32,9,161,32,8,99,13,0,11,65,0,33,5,11,65,0,32,5,107,34,3,65,129,96,79,4,127,65,140,163,4,65,0,32,3,107,54,2,0,65,0,5,32,3,11,26,12,1,11,32,0,32,4,106,32,1,32,2,32,3,32,2,32,3,73,27,34,3,65,128,192,0,32,4,107,34,5,32,3,32,5,72,27,34,7,16,69,26,32,3,32,5,74,4,64,32,0,32,1,32,7,106,32,3,32,7,107,16,69,26,11,32,0,32,3,32,4,106,65,255,63,113,54,2,132,64,32,1,32,3,106,33,1,32,2,32,3,107,33,2,11,32,2,65,0,74,13,0,11,11,32,6,65,16,106,36,0,11,186,2,1,4,127,3,64,32,1,32,5,65,21,108,106,34,2,32,0,32,5,65,17,108,106,34,3,41,0,0,55,0,0,32,2,32,3,40,0,7,54,0,7,32,2,32,3,45,0,11,34,4,65,3,113,58,0,11,32,2,32,4,65,2,118,65,3,113,58,0,12,32,2,32,3,44,0,12,34,4,65,3,118,58,0,20,32,2,32,4,65,7,113,58,0,13,32,2,32,3,44,0,13,34,4,65,2,118,58,0,15,32,2,32,4,65,3,113,58,0,14,32,2,32,3,45,0,14,58,0,16,32,2,32,3,44,0,15,34,4,65,1,118,58,0,18,32,2,32,4,65,1,113,58,0,17,32,2,32,3,45,0,16,58,0,19,32,5,65,1,106,34,5,65,6,71,13,0,11,32,1,32,0,41,0,102,55,0,126,32,1,32,0,45,0,110,58,0,134,1,32,1,32,0,45,0,111,34,2,65,7,113,58,0,135,1,32,1,32,2,65,24,116,65,24,117,65,3,118,58,0,136,1,32,1,32,0,40,0,112,54,0,137,1,32,1,32,0,44,0,116,34,2,65,4,118,58,0,143,1,32,1,32,2,65,1,113,58,0,141,1,32,1,32,2,65,1,118,65,7,113,58,0,142,1,32,1,32,0,41,0,117,55,0,144,1,32,1,32,0,40,0,124,54,0,151,1,32,1,65,63,58,0,155,1,11,167,1,1,3,127,32,0,32,1,44,0,0,34,2,65,165,1,108,65,6,117,65,1,32,2,27,34,2,65,176,176,2,40,2,0,34,4,108,65,11,32,2,65,160,1,107,65,4,117,65,11,106,32,2,65,160,1,72,27,108,54,2,4,32,0,2,127,32,1,44,0,1,34,2,69,4,64,65,127,33,2,65,127,12,1,11,65,227,0,32,2,107,34,2,65,15,113,65,16,114,32,2,65,4,117,65,1,106,116,34,3,32,4,108,33,2,32,3,65,128,255,3,113,34,3,65,128,1,32,3,27,32,4,108,11,54,2,20,32,0,32,2,54,2,16,32,0,32,1,45,0,5,58,0,8,32,0,32,1,45,0,4,65,0,71,58,0,10,11,145,1,1,2,127,32,0,65,184,4,106,16,44,32,0,65,252,4,106,16,44,32,0,65,192,5,106,16,44,32,0,65,132,6,106,16,44,32,0,65,200,6,106,16,44,32,0,65,140,7,106,16,44,32,0,65,176,8,106,34,0,45,0,52,4,64,32,0,65,0,58,0,52,32,0,65,3,54,2,44,32,0,32,0,65,12,106,34,1,40,2,16,65,128,31,106,44,0,0,65,19,116,34,2,54,2,36,32,0,32,2,32,0,40,2,32,74,58,0,40,32,0,65,208,208,3,40,2,0,32,1,40,2,0,65,144,30,106,45,0,0,108,54,2,48,11,11,181,2,2,6,127,1,126,32,0,32,1,54,2,52,32,1,65,3,76,4,64,32,0,32,0,40,2,32,2,127,32,0,32,1,65,2,116,106,40,2,16,34,4,65,20,78,4,64,32,4,65,28,106,12,1,11,32,4,65,2,116,65,240,31,106,40,2,0,11,65,5,116,65,64,113,106,34,2,65,176,33,32,2,65,176,33,74,27,65,16,116,65,128,128,128,133,1,107,34,2,54,2,44,32,0,32,2,32,0,40,2,40,34,5,74,58,0,48,32,0,40,2,36,34,6,32,0,32,1,65,2,116,106,40,2,0,34,7,65,41,108,65,6,117,106,34,3,65,63,32,3,65,63,72,27,33,3,2,64,32,2,32,5,71,65,0,32,1,32,4,114,34,1,27,69,4,64,32,0,65,160,176,2,53,2,0,34,8,2,127,32,6,32,7,106,34,2,65,227,0,32,2,65,227,0,72,27,34,2,65,205,0,78,4,64,65,227,0,32,2,107,65,20,108,12,1,11,32,2,65,2,116,65,192,32,106,40,2,0,34,2,32,1,13,0,26,32,2,65,20,109,11,172,126,66,24,136,62,2,60,12,1,11,32,0,65,0,54,2,60,65,160,176,2,53,2,0,33,8,11,32,0,32,8,32,3,65,3,113,65,4,114,32,3,65,2,117,65,8,106,116,172,126,66,24,136,62,2,56,11,11,223,1,1,3,127,2,64,32,0,40,2,60,34,2,69,13,0,32,0,32,2,65,64,106,54,2,60,32,2,65,192,0,74,13,0,32,0,65,0,54,2,60,32,0,32,0,40,2,52,65,1,106,16,42,11,2,64,32,0,40,2,52,34,2,65,3,78,4,64,32,2,65,3,71,13,1,32,0,45,0,64,13,1,11,32,0,40,2,60,13,0,2,64,32,0,45,0,48,4,64,32,0,32,0,40,2,56,65,128,128,128,136,1,32,0,40,2,40,34,1,65,128,128,208,53,32,1,65,128,128,208,53,74,27,34,1,107,65,24,117,108,32,1,106,34,1,54,2,40,32,1,32,0,40,2,44,34,3,72,13,2,32,0,32,3,54,2,40,12,1,11,32,0,32,0,40,2,40,32,0,40,2,56,107,34,1,54,2,40,32,1,32,0,40,2,44,34,3,74,13,1,32,0,32,3,54,2,40,11,32,0,32,2,65,1,106,16,42,11,32,0,40,2,40,11,23,0,32,0,45,0,64,4,64,32,0,65,0,58,0,64,32,0,65,3,16,42,11,11,146,75,2,29,127,1,124,35,0,65,144,1,107,34,19,36,0,32,19,65,248,220,0,54,2,60,32,19,65,132,221,0,40,2,0,34,7,54,2,0,32,19,32,7,65,12,107,40,2,0,106,65,136,221,0,40,2,0,54,2,0,32,19,40,2,0,33,7,32,19,65,0,54,2,4,32,19,32,7,65,12,107,40,2,0,106,34,8,32,19,65,8,106,34,7,16,207,1,32,8,66,128,128,128,128,112,55,2,72,32,19,65,248,220,0,54,2,60,32,19,65,228,220,0,54,2,0,32,7,16,95,33,28,32,19,66,0,55,3,40,32,19,66,0,55,3,48,32,19,65,8,54,2,56,32,19,65,152,216,0,54,2,8,32,7,32,1,16,164,1,32,19,33,1,35,0,65,176,2,107,34,7,36,0,32,7,65,168,2,106,34,29,65,0,54,2,0,32,7,66,0,55,3,160,2,32,0,65,16,16,238,5,34,8,54,2,0,32,0,66,139,128,128,128,128,130,128,128,128,127,55,2,4,32,8,65,159,13,40,0,0,54,0,7,32,8,65,152,13,41,0,0,55,0,0,32,8,65,0,58,0,11,32,0,65,0,58,0,35,32,0,65,0,58,0,12,32,0,65,0,59,0,23,32,0,66,0,55,2,36,32,0,66,0,55,2,44,32,7,65,196,219,0,54,2,208,1,32,7,65,208,219,0,40,2,0,34,23,54,2,152,1,32,23,65,12,107,40,2,0,32,7,65,152,1,106,106,65,212,219,0,40,2,0,54,2,0,32,7,40,2,152,1,65,12,107,40,2,0,32,7,65,152,1,106,106,34,23,32,7,65,152,1,106,65,4,114,34,22,16,207,1,32,23,66,128,128,128,128,112,55,2,72,32,7,65,196,219,0,54,2,208,1,32,7,65,176,219,0,54,2,152,1,32,22,16,95,33,30,32,7,66,0,55,2,188,1,32,7,66,0,55,2,196,1,32,7,65,16,54,2,204,1,32,7,65,152,216,0,54,2,156,1,32,0,65,40,106,33,20,32,0,65,36,106,33,26,32,0,65,24,106,33,25,32,0,65,12,106,33,24,32,7,65,128,1,106,33,27,65,0,33,23,3,64,2,64,32,7,65,232,0,106,32,1,32,1,40,2,0,65,12,107,40,2,0,106,16,203,1,32,7,65,232,0,106,65,148,169,4,16,168,2,34,8,173,65,10,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,8,40,2,0,40,2,28,17,0,0,167,33,8,32,7,65,232,0,106,16,163,2,32,7,65,160,2,106,33,11,65,0,33,18,35,0,65,16,107,34,15,36,0,32,15,65,8,106,32,1,65,1,16,115,26,32,15,45,0,8,4,64,2,64,32,11,44,0,11,65,0,72,4,64,32,11,40,2,0,65,0,58,0,0,32,11,65,0,54,2,4,12,1,11,32,11,65,0,58,0,11,32,11,65,0,58,0,0,11,32,1,65,24,106,33,21,32,8,65,255,1,113,33,6,2,127,2,64,3,64,2,64,32,21,32,1,40,2,0,65,12,107,40,2,0,106,40,2,0,34,8,40,2,12,34,10,32,8,40,2,16,71,4,64,32,8,32,10,65,1,106,54,2,12,32,10,45,0,0,33,8,12,1,11,32,8,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,8,40,2,0,40,2,40,17,0,0,167,34,8,65,127,70,13,2,11,65,0,32,6,32,8,65,255,1,113,70,13,2,26,32,11,32,8,65,24,116,65,24,117,16,129,6,32,18,65,1,106,33,18,32,11,44,0,11,65,0,78,13,0,32,11,40,2,4,65,111,71,13,0,11,65,4,12,1,11,65,2,65,6,32,18,27,11,33,8,32,1,32,1,40,2,0,65,12,107,40,2,0,106,34,11,32,11,40,2,16,32,8,114,16,204,1,11,32,15,65,16,106,36,0,32,1,34,8,32,8,40,2,0,65,12,107,40,2,0,106,45,0,16,65,5,113,13,0,32,7,65,152,1,106,32,7,40,2,160,2,32,7,65,160,2,106,32,7,45,0,171,2,34,8,65,24,116,65,24,117,65,0,72,34,15,27,32,7,40,2,164,2,32,8,32,15,27,16,50,65,201,21,65,1,16,50,26,32,23,65,1,106,33,23,32,7,40,2,160,2,34,21,32,7,65,160,2,106,32,7,45,0,171,2,34,6,65,24,116,65,24,117,65,0,72,34,15,27,34,8,45,0,0,65,33,70,13,1,2,64,2,64,2,64,32,16,14,3,0,1,2,4,11,65,1,33,16,32,24,32,7,65,160,2,106,70,13,3,32,24,44,0,11,65,0,78,4,64,32,15,69,4,64,32,24,32,7,41,3,160,2,55,2,0,32,24,32,29,40,2,0,54,2,8,12,5,11,32,24,32,21,32,7,40,2,164,2,16,128,6,12,4,11,32,24,32,8,32,7,40,2,164,2,32,6,32,15,27,16,255,5,26,12,3,11,32,26,32,8,16,68,54,2,0,65,2,33,16,12,2,11,32,23,33,10,35,0,65,208,0,107,34,16,36,0,32,7,65,232,0,106,34,11,66,129,128,128,128,16,55,3,16,32,11,66,0,55,3,8,32,11,65,1,54,2,0,32,11,65,3,58,0,35,32,11,65,213,14,47,0,0,59,0,24,32,11,65,215,14,45,0,0,58,0,26,32,11,66,128,128,128,128,128,128,128,248,63,55,3,40,32,11,65,0,58,0,27,2,64,32,7,65,160,2,106,34,9,32,11,65,24,106,34,6,70,13,0,32,9,44,0,11,65,0,78,4,64,32,6,32,9,41,2,0,55,2,0,32,6,32,9,40,2,8,54,2,8,12,1,11,32,6,32,9,40,2,0,32,9,40,2,4,16,128,6,11,32,9,40,2,0,32,9,32,9,45,0,11,34,6,65,24,116,65,24,117,65,0,72,34,15,27,33,8,2,124,2,64,2,64,2,64,2,64,32,9,40,2,4,32,6,32,15,27,34,21,65,0,74,4,64,32,8,32,21,106,33,18,32,21,33,6,32,8,33,15,3,64,32,15,65,46,32,6,16,78,34,6,69,13,2,32,6,45,0,0,65,46,71,4,64,32,18,32,6,65,1,106,34,15,107,34,6,65,0,74,13,1,12,3,11,11,32,6,32,18,70,13,1,32,6,32,8,107,65,127,70,13,1,32,11,65,0,54,2,0,2,124,35,0,65,192,1,107,34,9,36,0,32,9,66,0,55,3,176,1,32,8,16,81,34,10,65,112,73,4,64,2,64,2,64,32,10,65,11,79,4,64,32,10,65,16,106,65,112,113,34,15,16,238,5,33,6,32,9,32,15,65,128,128,128,128,120,114,54,2,24,32,9,32,6,54,2,16,32,9,32,10,54,2,20,12,1,11,32,9,32,10,58,0,27,32,9,65,16,106,33,6,32,10,69,13,1,11,32,6,32,8,32,10,16,69,26,11,32,6,32,10,106,65,0,58,0,0,32,9,65,248,220,0,54,2,92,32,9,65,132,221,0,40,2,0,34,10,54,2,32,32,10,65,12,107,40,2,0,32,9,65,32,106,106,65,136,221,0,40,2,0,54,2,0,32,9,65,0,54,2,36,32,9,40,2,32,65,12,107,40,2,0,32,9,65,32,106,106,34,8,32,9,65,40,106,34,10,16,207,1,32,8,66,128,128,128,128,112,55,2,72,32,9,65,248,220,0,54,2,92,32,9,65,228,220,0,54,2,32,32,10,16,95,33,8,32,9,66,0,55,3,72,32,9,66,0,55,3,80,32,9,65,8,54,2,88,32,9,65,152,216,0,54,2,40,32,10,32,9,65,16,106,16,164,1,32,9,44,0,27,65,0,72,4,64,32,9,40,2,16,16,86,11,32,9,40,2,32,65,12,107,40,2,0,33,6,35,0,65,16,107,34,15,36,0,65,168,1,16,238,5,33,10,32,15,65,244,13,16,51,34,21,33,3,32,10,65,0,16,243,3,32,10,65,136,235,1,54,2,0,32,10,65,8,106,16,244,3,33,5,32,10,65,152,1,106,32,3,16,52,33,18,16,159,4,40,2,0,65,8,106,34,3,32,5,71,4,64,32,3,40,2,0,33,17,32,3,40,2,4,33,13,35,0,65,16,107,34,12,36,0,2,64,32,17,32,13,16,216,3,34,4,32,5,16,215,5,77,4,64,32,12,32,13,54,2,12,32,17,32,5,16,140,4,32,4,79,34,14,4,127,32,13,5,32,12,32,17,54,2,12,32,5,16,140,4,33,3,32,12,65,12,106,34,2,32,2,40,2,0,32,3,65,2,116,106,54,2,0,32,12,40,2,12,11,32,5,40,2,0,16,234,3,33,17,32,14,69,4,64,32,5,32,12,40,2,12,32,13,32,4,32,5,16,140,4,107,16,219,5,12,2,11,32,5,32,17,16,169,4,12,1,11,32,5,40,2,0,4,64,32,5,16,245,3,32,5,16,180,5,32,5,40,2,0,32,5,16,215,5,16,216,5,32,5,16,208,5,65,0,54,2,0,32,5,66,0,55,3,0,11,32,5,32,5,32,4,16,220,5,16,138,4,32,5,32,17,32,13,32,4,16,219,5,11,32,12,65,16,106,36,0,11,65,0,33,3,3,64,32,5,16,140,4,32,3,75,4,64,32,5,32,3,16,160,4,40,2,0,4,64,32,5,32,3,16,160,4,40,2,0,16,161,4,11,32,3,65,1,106,33,3,12,1,11,11,65,12,16,238,5,33,3,35,0,65,16,107,34,5,36,0,32,3,65,0,16,145,4,32,3,65,156,235,1,54,2,0,32,3,32,18,16,159,1,16,240,1,34,13,54,2,8,32,13,69,4,64,32,5,65,131,18,32,18,16,138,6,16,177,1,0,11,32,5,65,16,106,36,0,32,10,32,3,16,246,3,65,12,16,238,5,33,3,35,0,65,16,107,34,5,36,0,32,3,65,0,16,146,4,32,3,65,188,235,1,54,2,0,32,3,32,18,16,159,1,16,240,1,34,13,54,2,8,32,13,69,4,64,32,5,65,184,19,32,18,16,138,6,16,177,1,0,11,32,5,65,16,106,36,0,32,10,32,3,16,247,3,32,10,65,20,16,238,5,32,18,65,0,16,162,4,16,248,3,32,10,65,12,16,238,5,32,18,65,0,16,163,4,16,249,3,65,8,16,238,5,33,3,32,18,16,159,1,26,32,3,65,0,16,243,3,32,3,65,168,242,1,54,2,0,32,3,65,172,156,2,54,2,0,32,10,32,3,16,250,3,65,12,16,238,5,34,3,33,2,32,18,16,159,1,33,13,35,0,65,32,107,34,5,36,0,32,2,65,0,16,243,3,32,2,65,136,237,1,54,2,0,32,2,32,13,16,240,1,34,2,54,2,8,32,2,69,4,64,32,5,65,16,106,65,177,15,32,5,32,13,16,51,16,46,16,177,1,0,11,32,5,65,32,106,36,0,32,3,65,148,157,2,54,2,0,32,10,32,3,16,251,3,65,8,16,238,5,33,3,32,18,16,159,1,26,32,3,65,0,16,243,3,32,3,65,188,243,1,54,2,0,32,3,65,252,157,2,54,2,0,32,10,32,3,16,252,3,65,8,16,238,5,33,3,32,18,16,159,1,26,32,3,65,0,16,243,3,32,3,65,176,244,1,54,2,0,32,3,65,228,158,2,54,2,0,32,10,32,3,16,253,3,65,24,16,238,5,34,3,65,0,16,149,4,32,3,65,180,238,1,54,2,0,32,18,16,159,1,33,2,35,0,65,48,107,34,13,36,0,2,64,2,64,32,2,65,244,13,16,235,1,4,64,32,13,65,40,106,32,2,16,255,4,34,5,16,128,5,69,13,1,32,3,65,8,106,32,5,40,2,0,16,129,5,34,2,40,2,0,32,5,40,2,0,16,130,5,26,32,3,65,9,106,32,2,40,2,4,32,5,40,2,0,16,130,5,26,32,3,65,12,106,32,2,40,2,8,16,131,5,32,5,16,132,5,11,32,13,65,48,106,36,0,12,1,11,32,13,65,24,106,65,195,17,32,13,65,8,106,32,2,16,51,16,46,16,177,1,0,11,32,10,32,3,16,254,3,65,28,16,238,5,34,3,65,0,16,150,4,32,3,65,220,238,1,54,2,0,32,18,16,159,1,33,2,35,0,65,48,107,34,13,36,0,2,64,2,64,32,2,65,244,13,16,235,1,4,64,32,13,65,40,106,32,2,16,255,4,34,5,16,128,5,69,13,1,32,3,65,8,106,32,5,40,2,0,16,129,5,34,2,40,2,0,32,5,40,2,0,16,134,5,26,32,3,65,12,106,32,2,40,2,4,32,5,40,2,0,16,134,5,26,32,3,65,16,106,32,2,40,2,8,16,131,5,32,5,16,132,5,11,32,13,65,48,106,36,0,12,1,11,32,13,65,24,106,65,128,17,32,13,65,8,106,32,2,16,51,16,46,16,177,1,0,11,32,10,32,3,16,255,3,65,200,0,16,238,5,34,3,65,0,16,151,4,32,3,65,148,145,2,54,2,0,32,3,65,12,106,16,151,1,26,32,3,65,24,106,16,151,1,26,32,3,65,36,106,16,151,1,26,32,3,65,48,106,16,151,1,26,32,18,16,159,1,33,4,35,0,65,48,107,34,14,36,0,2,64,32,14,65,40,106,32,4,16,255,4,34,5,16,128,5,4,64,32,3,65,8,106,32,5,40,2,0,16,129,5,34,4,40,2,20,32,5,40,2,0,16,130,5,69,4,64,32,3,65,255,0,58,0,8,11,32,3,65,9,106,32,4,40,2,24,32,5,40,2,0,16,130,5,69,4,64,32,3,65,255,0,58,0,9,11,32,3,65,12,106,32,4,40,2,28,16,131,5,32,3,65,24,106,34,13,32,4,40,2,16,16,131,5,32,3,32,4,44,0,41,34,2,65,255,0,70,4,127,65,0,5,32,2,11,54,2,60,32,3,65,36,106,32,4,45,0,46,4,127,32,4,40,2,32,5,65,133,15,11,16,131,5,32,3,65,48,106,32,4,45,0,47,4,127,32,4,40,2,36,5,65,133,15,11,16,131,5,32,3,65,64,107,32,14,65,24,106,32,13,16,52,34,2,65,0,32,4,44,0,42,32,4,44,0,43,32,4,44,0,46,16,173,5,32,3,65,196,0,106,32,13,65,0,32,4,44,0,44,32,4,44,0,45,32,4,44,0,47,16,173,5,32,2,16,246,5,26,32,5,16,132,5,32,14,65,48,106,36,0,12,1,11,32,14,65,24,106,65,213,16,32,14,65,8,106,32,4,16,51,16,46,16,177,1,0,11,32,10,32,3,16,128,4,65,200,0,16,238,5,34,3,65,0,16,152,4,32,3,65,252,145,2,54,2,0,32,3,65,12,106,16,151,1,26,32,3,65,24,106,16,151,1,26,32,3,65,36,106,16,151,1,26,32,3,65,48,106,16,151,1,26,32,18,16,159,1,33,4,35,0,65,48,107,34,14,36,0,2,64,32,14,65,40,106,32,4,16,255,4,34,5,16,128,5,4,64,32,3,65,8,106,32,5,40,2,0,16,129,5,34,4,40,2,20,32,5,40,2,0,16,130,5,69,4,64,32,3,65,255,0,58,0,8,11,32,3,65,9,106,32,4,40,2,24,32,5,40,2,0,16,130,5,69,4,64,32,3,65,255,0,58,0,9,11,32,3,65,12,106,32,4,40,2,28,16,131,5,32,3,65,24,106,34,13,32,4,40,2,12,16,131,5,32,3,32,4,44,0,40,34,2,65,255,0,70,4,127,65,0,5,32,2,11,54,2,60,32,3,65,36,106,32,4,45,0,52,4,127,32,4,40,2,32,5,65,133,15,11,16,131,5,32,3,65,48,106,32,4,45,0,53,4,127,32,4,40,2,36,5,65,133,15,11,16,131,5,32,3,65,64,107,32,14,65,24,106,32,13,16,52,34,2,65,1,32,4,44,0,48,32,4,44,0,49,32,4,44,0,52,16,173,5,32,3,65,196,0,106,32,13,65,1,32,4,44,0,50,32,4,44,0,51,32,4,44,0,53,16,173,5,32,2,16,246,5,26,32,5,16,132,5,32,14,65,48,106,36,0,12,1,11,32,14,65,24,106,65,213,16,32,14,65,8,106,32,4,16,51,16,46,16,177,1,0,11,32,10,32,3,16,129,4,65,204,0,16,238,5,34,3,65,0,16,153,4,32,3,65,228,146,2,54,2,0,32,3,65,16,106,16,151,1,26,32,3,65,28,106,16,151,1,26,32,3,65,40,106,16,151,1,26,32,3,65,52,106,16,151,1,26,32,18,16,159,1,33,14,35,0,65,192,3,107,34,4,36,0,2,64,2,64,2,64,2,64,32,4,65,184,3,106,32,14,16,255,4,34,5,16,128,5,4,64,32,3,65,8,106,32,5,40,2,0,16,129,5,34,14,40,2,20,32,5,40,2,0,16,134,5,69,4,64,32,3,65,255,255,255,255,7,54,2,8,11,32,3,65,12,106,32,14,40,2,24,32,5,40,2,0,16,134,5,69,4,64,32,3,65,255,255,255,255,7,54,2,12,11,32,3,65,16,106,32,14,40,2,28,16,131,5,32,4,66,0,55,3,8,32,4,32,14,40,2,16,54,2,4,32,4,65,16,106,32,4,65,4,106,65,228,0,32,4,65,8,106,32,5,40,2,0,16,170,3,34,2,65,127,70,13,1,32,3,65,28,106,34,13,32,4,65,16,106,32,4,65,16,106,32,2,65,2,116,106,16,171,5,32,3,32,14,44,0,41,34,2,65,255,0,70,4,127,65,0,5,32,2,11,54,2,64,2,64,32,14,45,0,46,69,4,64,32,3,65,40,106,65,200,240,1,16,140,5,12,1,11,32,4,66,0,55,3,8,32,4,32,14,40,2,32,54,2,4,32,4,65,16,106,32,4,65,4,106,65,228,0,32,4,65,8,106,32,5,40,2,0,16,170,3,34,2,65,127,70,13,3,32,3,65,40,106,32,4,65,16,106,32,4,65,16,106,32,2,65,2,116,106,16,171,5,11,2,64,32,14,45,0,47,69,4,64,32,3,65,52,106,65,200,240,1,16,140,5,12,1,11,32,4,66,0,55,3,8,32,4,32,14,40,2,36,54,2,4,32,4,65,16,106,32,4,65,4,106,65,228,0,32,4,65,8,106,32,5,40,2,0,16,170,3,34,2,65,127,70,13,4,32,3,65,52,106,32,4,65,16,106,32,4,65,16,106,32,2,65,2,116,106,16,171,5,11,32,3,65,196,0,106,32,4,65,168,3,106,32,13,16,188,3,34,2,65,0,32,14,44,0,42,32,14,44,0,43,32,14,44,0,46,16,175,5,32,3,65,200,0,106,32,13,65,0,32,14,44,0,44,32,14,44,0,45,32,14,44,0,47,16,175,5,32,2,16,246,5,26,32,5,16,132,5,32,4,65,192,3,106,36,0,12,4,11,32,4,65,16,106,65,213,16,32,4,65,168,3,106,32,14,16,51,16,46,16,177,1,0,11,16,177,1,0,11,16,177,1,0,11,16,177,1,0,11,32,10,32,3,16,130,4,65,204,0,16,238,5,34,3,65,0,16,154,4,32,3,65,204,147,2,54,2,0,32,3,65,16,106,16,151,1,26,32,3,65,28,106,16,151,1,26,32,3,65,40,106,16,151,1,26,32,3,65,52,106,16,151,1,26,32,18,16,159,1,33,14,35,0,65,192,3,107,34,4,36,0,2,64,2,64,2,64,2,64,32,4,65,184,3,106,32,14,16,255,4,34,5,16,128,5,4,64,32,3,65,8,106,32,5,40,2,0,16,129,5,34,14,40,2,20,32,5,40,2,0,16,134,5,69,4,64,32,3,65,255,255,255,255,7,54,2,8,11,32,3,65,12,106,32,14,40,2,24,32,5,40,2,0,16,134,5,69,4,64,32,3,65,255,255,255,255,7,54,2,12,11,32,3,65,16,106,32,14,40,2,28,16,131,5,32,4,66,0,55,3,8,32,4,32,14,40,2,12,54,2,4,32,4,65,16,106,32,4,65,4,106,65,228,0,32,4,65,8,106,32,5,40,2,0,16,170,3,34,2,65,127,70,13,1,32,3,65,28,106,34,13,32,4,65,16,106,32,4,65,16,106,32,2,65,2,116,106,16,171,5,32,3,32,14,44,0,40,34,2,65,255,0,70,4,127,65,0,5,32,2,11,54,2,64,2,64,32,14,45,0,52,69,4,64,32,3,65,40,106,65,200,240,1,16,140,5,12,1,11,32,4,66,0,55,3,8,32,4,32,14,40,2,32,54,2,4,32,4,65,16,106,32,4,65,4,106,65,228,0,32,4,65,8,106,32,5,40,2,0,16,170,3,34,2,65,127,70,13,3,32,3,65,40,106,32,4,65,16,106,32,4,65,16,106,32,2,65,2,116,106,16,171,5,11,2,64,32,14,45,0,53,69,4,64,32,3,65,52,106,65,200,240,1,16,140,5,12,1,11,32,4,66,0,55,3,8,32,4,32,14,40,2,36,54,2,4,32,4,65,16,106,32,4,65,4,106,65,228,0,32,4,65,8,106,32,5,40,2,0,16,170,3,34,2,65,127,70,13,4,32,3,65,52,106,32,4,65,16,106,32,4,65,16,106,32,2,65,2,116,106,16,171,5,11,32,3,65,196,0,106,32,4,65,168,3,106,32,13,16,188,3,34,2,65,1,32,14,44,0,48,32,14,44,0,49,32,14,44,0,52,16,175,5,32,3,65,200,0,106,32,13,65,1,32,14,44,0,50,32,14,44,0,51,32,14,44,0,53,16,175,5,32,2,16,246,5,26,32,5,16,132,5,32,4,65,192,3,106,36,0,12,4,11,32,4,65,16,106,65,213,16,32,4,65,168,3,106,32,14,16,51,16,46,16,177,1,0,11,16,177,1,0,11,16,177,1,0,11,16,177,1,0,11,32,10,32,3,16,131,4,65,160,4,16,238,5,34,3,65,0,16,155,4,35,0,65,32,107,34,14,36,0,32,3,65,12,106,34,12,32,18,34,2,16,165,5,32,12,65,172,1,106,33,5,32,12,65,4,106,33,13,3,64,32,13,16,151,1,65,12,106,34,13,32,5,71,13,0,11,32,12,65,204,3,106,33,5,32,12,65,172,1,106,33,13,3,64,32,13,16,151,1,65,12,106,34,13,32,5,71,13,0,11,32,12,65,228,3,106,33,5,32,12,65,204,3,106,33,13,3,64,32,13,16,151,1,65,12,106,34,13,32,5,71,13,0,11,32,12,65,228,3,106,16,151,1,26,32,12,65,240,3,106,16,151,1,26,32,12,65,252,3,106,16,151,1,26,32,12,65,136,4,106,16,151,1,26,32,14,65,8,106,34,5,32,2,65,1,16,162,4,26,32,5,65,136,167,2,54,2,0,32,5,33,13,65,0,33,5,35,0,65,176,1,107,34,2,36,0,32,2,65,128,1,106,65,0,65,44,16,71,26,3,64,32,5,65,7,70,4,64,2,64,65,0,33,5,3,64,32,5,65,12,70,13,1,32,2,32,5,54,2,144,1,32,2,65,16,106,65,228,0,65,246,13,32,2,65,128,1,106,32,12,40,2,0,16,8,26,32,12,32,5,65,12,108,106,34,4,65,172,1,106,32,2,65,16,106,16,131,5,32,2,65,16,106,65,228,0,65,176,13,32,2,65,128,1,106,32,12,40,2,0,16,8,26,32,4,65,188,2,106,32,2,65,16,106,16,131,5,32,5,65,1,106,33,5,12,0,11,0,11,5,32,2,32,5,54,2,152,1,32,2,65,16,106,65,228,0,65,249,13,32,2,65,128,1,106,32,12,40,2,0,16,8,26,32,12,32,5,65,12,108,106,34,4,65,4,106,32,2,65,16,106,16,131,5,32,2,65,16,106,65,228,0,65,179,13,32,2,65,128,1,106,32,12,40,2,0,16,8,26,32,4,65,216,0,106,32,2,65,16,106,16,131,5,32,5,65,1,106,33,5,12,1,11,11,32,2,65,1,54,2,136,1,32,2,65,16,106,65,228,0,65,213,10,32,2,65,128,1,106,32,12,40,2,0,16,8,26,32,12,65,204,3,106,32,2,65,16,106,16,131,5,32,2,65,13,54,2,136,1,32,2,65,16,106,65,228,0,65,213,10,32,2,65,128,1,106,32,12,40,2,0,16,8,26,32,12,65,216,3,106,32,2,65,16,106,16,131,5,32,2,32,12,65,227,0,32,13,16,167,5,32,12,65,228,3,106,32,2,16,154,1,32,2,16,246,5,26,32,2,32,12,65,242,0,32,13,16,167,5,32,12,65,240,3,106,32,2,16,154,1,32,2,16,246,5,26,32,2,32,12,65,248,0,32,13,16,167,5,32,12,65,252,3,106,32,2,16,154,1,32,2,16,246,5,26,32,2,32,12,65,216,0,32,13,16,167,5,32,12,65,136,4,106,32,2,16,154,1,32,2,16,246,5,26,32,2,65,176,1,106,36,0,32,13,16,205,4,26,32,14,65,32,106,36,0,32,3,65,184,133,2,54,2,8,32,3,65,236,132,2,54,2,0,32,10,32,3,16,132,4,65,160,4,16,238,5,34,3,65,0,16,156,4,35,0,65,16,107,34,13,36,0,32,3,65,12,106,34,17,32,18,34,2,16,165,5,32,17,65,172,1,106,33,12,32,17,65,4,106,33,5,3,64,32,5,16,151,1,65,12,106,34,5,32,12,71,13,0,11,32,17,65,204,3,106,33,12,32,17,65,172,1,106,33,5,3,64,32,5,16,151,1,65,12,106,34,5,32,12,71,13,0,11,32,17,65,228,3,106,33,12,32,17,65,204,3,106,33,5,3,64,32,5,16,151,1,65,12,106,34,5,32,12,71,13,0,11,32,17,65,228,3,106,16,151,1,26,32,17,65,240,3,106,16,151,1,26,32,17,65,252,3,106,16,151,1,26,32,17,65,136,4,106,16,151,1,26,32,13,32,2,65,1,16,163,4,26,32,13,65,232,167,2,54,2,0,32,13,33,5,65,0,33,12,35,0,65,208,4,107,34,2,36,0,32,2,65,160,4,106,65,0,65,44,16,71,26,32,2,66,0,55,3,24,2,64,2,64,3,64,32,12,65,7,70,4,64,65,0,33,12,2,64,2,64,2,64,3,64,2,64,32,12,65,12,70,4,64,32,2,65,1,54,2,168,4,32,2,65,176,3,106,65,228,0,65,213,10,32,2,65,160,4,106,32,17,40,2,0,16,8,26,32,2,66,0,55,3,24,32,2,32,2,65,176,3,106,54,2,20,32,2,65,32,106,32,2,65,20,106,65,228,0,32,2,65,24,106,32,17,40,2,0,16,170,3,34,12,65,127,71,13,1,16,177,1,0,11,32,2,32,12,54,2,176,4,32,2,65,176,3,106,65,228,0,65,246,13,32,2,65,160,4,106,32,17,40,2,0,16,8,26,32,2,66,0,55,3,24,32,2,32,2,65,176,3,106,54,2,8,32,2,65,32,106,32,2,65,8,106,65,228,0,32,2,65,24,106,32,17,40,2,0,16,170,3,34,4,65,1,106,65,1,77,13,2,32,17,32,12,65,12,108,106,34,14,65,172,1,106,32,2,65,32,106,32,2,65,32,106,32,4,65,2,116,106,16,171,5,32,2,65,176,3,106,65,228,0,65,176,13,32,2,65,160,4,106,32,17,40,2,0,16,8,26,32,2,66,0,55,3,24,32,2,32,2,65,176,3,106,54,2,8,32,2,65,32,106,32,2,65,8,106,65,228,0,32,2,65,24,106,32,17,40,2,0,16,170,3,34,4,65,1,106,65,1,77,13,3,32,14,65,188,2,106,32,2,65,32,106,32,2,65,32,106,32,4,65,2,116,106,16,171,5,32,12,65,1,106,33,12,12,1,11,11,32,17,65,204,3,106,32,2,65,32,106,32,2,65,32,106,32,12,65,2,116,106,16,171,5,32,2,65,13,54,2,168,4,32,2,65,176,3,106,65,228,0,65,213,10,32,2,65,160,4,106,32,17,40,2,0,16,8,26,32,2,66,0,55,3,24,32,2,32,2,65,176,3,106,54,2,20,32,2,65,32,106,32,2,65,20,106,65,228,0,32,2,65,24,106,32,17,40,2,0,16,170,3,34,12,65,127,70,13,2,32,17,65,216,3,106,32,2,65,32,106,32,2,65,32,106,32,12,65,2,116,106,16,171,5,32,2,65,8,106,32,17,65,227,0,32,5,16,169,5,32,17,65,228,3,106,32,2,65,8,106,16,220,3,32,2,65,8,106,16,246,5,26,32,2,65,8,106,32,17,65,242,0,32,5,16,169,5,32,17,65,240,3,106,32,2,65,8,106,16,220,3,32,2,65,8,106,16,246,5,26,32,2,65,8,106,32,17,65,248,0,32,5,16,169,5,32,17,65,252,3,106,32,2,65,8,106,16,220,3,32,2,65,8,106,16,246,5,26,32,2,65,8,106,32,17,65,216,0,32,5,16,169,5,32,17,65,136,4,106,32,2,65,8,106,16,220,3,32,2,65,8,106,16,246,5,26,32,2,65,208,4,106,36,0,12,6,11,16,177,1,0,11,16,177,1,0,11,16,177,1,0,11,32,2,32,12,54,2,184,4,32,2,65,176,3,106,65,228,0,65,249,13,32,2,65,160,4,106,32,17,40,2,0,16,8,26,32,2,66,0,55,3,24,32,2,32,2,65,176,3,106,54,2,8,32,2,65,32,106,32,2,65,8,106,65,228,0,32,2,65,24,106,32,17,40,2,0,16,170,3,34,4,65,1,106,65,1,75,4,64,32,17,32,12,65,12,108,106,34,14,65,4,106,32,2,65,32,106,32,2,65,32,106,32,4,65,2,116,106,16,171,5,32,2,65,176,3,106,65,228,0,65,179,13,32,2,65,160,4,106,32,17,40,2,0,16,8,26,32,2,66,0,55,3,24,32,2,32,2,65,176,3,106,54,2,8,32,2,65,32,106,32,2,65,8,106,65,228,0,32,2,65,24,106,32,17,40,2,0,16,170,3,34,4,65,1,106,65,1,77,13,2,32,14,65,216,0,106,32,2,65,32,106,32,2,65,32,106,32,4,65,2,116,106,16,171,5,32,12,65,1,106,33,12,12,1,11,11,16,177,1,0,11,16,177,1,0,11,32,5,16,211,4,26,32,13,65,16,106,36,0,32,3,65,224,135,2,54,2,8,32,3,65,148,135,2,54,2,0,32,10,32,3,16,133,4,65,12,16,238,5,34,3,65,0,16,243,3,32,3,65,8,106,32,18,16,172,5,32,3,65,160,137,2,54,2,0,32,3,65,188,139,2,54,2,0,32,10,32,3,16,134,4,65,12,16,238,5,34,3,65,0,16,243,3,32,3,65,8,106,32,18,16,172,5,32,3,65,188,138,2,54,2,0,32,3,65,176,140,2,54,2,0,32,10,32,3,16,135,4,65,8,16,238,5,34,3,65,0,16,157,4,32,3,65,148,155,2,54,2,0,32,10,32,3,16,136,4,65,8,16,238,5,34,3,65,0,16,158,4,32,3,65,224,155,2,54,2,0,32,10,32,3,16,137,4,32,21,16,246,5,26,32,9,32,10,54,2,0,32,10,16,161,4,32,15,65,16,106,36,0,32,9,65,8,106,32,6,32,9,65,32,106,106,34,6,16,203,1,32,9,65,16,106,32,6,65,28,106,34,15,16,170,4,26,32,15,32,9,34,10,16,172,4,32,6,65,1,16,202,1,32,9,65,16,106,16,163,2,32,6,40,2,24,34,6,4,64,32,6,173,32,10,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,6,40,2,0,40,2,8,17,0,0,26,32,9,65,184,1,106,32,6,65,4,106,34,6,16,170,4,33,15,32,6,32,10,16,172,4,32,15,16,163,2,11,32,9,65,8,106,16,163,2,32,10,16,163,2,32,9,65,176,1,106,33,13,35,0,65,32,107,34,6,36,0,32,6,65,0,54,2,28,32,6,65,24,106,32,9,65,32,106,34,15,65,0,16,115,45,0,0,4,64,32,6,65,16,106,32,15,32,15,40,2,0,65,12,107,40,2,0,106,16,203,1,32,6,65,16,106,65,216,167,4,16,168,2,33,10,32,6,65,8,106,32,15,16,118,33,21,32,6,16,119,33,18,32,10,173,32,21,40,2,0,173,32,18,40,2,0,173,32,15,32,15,40,2,0,65,12,107,40,2,0,106,173,32,6,65,28,106,173,32,13,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,10,40,2,0,40,2,44,17,0,0,167,26,32,6,65,16,106,16,163,2,32,15,32,15,40,2,0,65,12,107,40,2,0,106,32,6,40,2,28,16,125,11,32,6,65,32,106,36,0,32,9,65,128,221,0,40,2,0,34,10,54,2,32,32,10,65,12,107,40,2,0,32,9,65,32,106,106,65,140,221,0,40,2,0,54,2,0,32,9,65,152,216,0,54,2,40,32,9,43,3,176,1,33,31,32,9,44,0,83,65,0,72,4,64,32,9,40,2,72,16,86,11,32,8,16,93,26,32,9,65,220,0,106,16,92,32,9,65,192,1,106,36,0,32,31,12,1,11,16,53,0,11,12,5,11,32,11,65,1,54,2,0,12,1,11,32,11,65,1,54,2,0,32,21,65,0,76,13,0,32,8,33,6,3,64,32,6,65,47,32,21,16,78,34,6,69,13,1,32,6,45,0,0,65,47,71,4,64,32,18,32,6,65,1,106,34,6,107,34,21,65,0,74,13,1,12,2,11,11,32,6,32,18,70,13,0,32,6,32,8,107,34,6,65,127,71,13,1,11,65,1,33,15,32,8,16,68,33,6,32,11,65,1,54,2,16,32,11,32,6,54,2,20,12,1,11,2,64,32,16,65,64,107,32,9,65,0,32,6,32,9,16,253,5,34,15,44,0,11,65,0,78,4,64,32,11,32,16,65,64,107,16,68,54,2,20,12,1,11,32,11,32,15,40,2,0,34,15,16,68,54,2,20,32,15,16,86,11,2,64,32,16,65,64,107,32,9,32,6,65,1,106,65,127,32,9,16,253,5,34,6,44,0,11,65,0,78,4,64,32,11,32,16,65,64,107,16,68,34,15,54,2,16,12,1,11,32,11,32,6,40,2,0,34,6,16,68,54,2,16,32,6,16,86,32,11,40,2,16,33,15,11,32,11,40,2,20,33,6,11,32,6,65,0,32,15,27,69,4,64,32,16,65,64,107,65,225,14,16,51,33,6,2,64,32,10,65,0,72,13,0,32,16,65,16,106,32,10,16,139,6,32,16,32,16,65,16,106,65,134,20,16,254,5,34,11,65,8,106,34,15,40,2,0,54,2,40,32,16,32,11,41,2,0,55,3,32,32,11,66,0,55,2,0,32,15,65,0,54,2,0,32,16,32,16,65,32,106,65,252,14,16,130,6,34,11,65,8,106,34,15,40,2,0,54,2,56,32,16,32,11,41,2,0,55,3,48,32,11,66,0,55,2,0,32,15,65,0,54,2,0,32,6,32,16,40,2,48,32,16,65,48,106,32,16,45,0,59,34,11,65,24,116,65,24,117,65,0,72,34,15,27,32,16,40,2,52,32,11,32,15,27,16,252,5,26,32,16,44,0,59,65,0,72,4,64,32,16,40,2,48,16,86,11,32,16,44,0,43,65,0,72,4,64,32,16,40,2,32,16,86,11,32,16,44,0,27,65,0,78,13,0,32,16,40,2,16,16,86,11,32,16,65,32,106,65,136,15,32,9,16,138,6,32,16,65,48,106,32,16,65,32,106,65,251,14,16,47,32,6,32,16,65,48,106,34,9,40,2,0,32,9,32,9,45,0,11,34,11,65,24,116,65,24,117,65,0,72,34,10,27,32,9,40,2,4,32,11,32,10,27,16,252,5,26,32,16,65,48,106,16,246,5,26,32,16,65,32,106,16,246,5,26,65,16,16,0,34,11,32,16,32,6,16,52,16,48,32,11,65,140,35,65,16,16,1,0,11,32,6,183,32,15,183,163,16,77,68,0,0,0,0,0,192,146,64,162,68,239,57,250,254,66,46,230,63,163,11,33,31,32,11,32,31,57,3,8,32,11,32,31,68,0,0,0,0,0,192,146,64,163,68,0,0,0,0,0,0,240,63,160,57,3,40,32,16,65,208,0,106,36,0,2,64,32,0,40,2,44,34,8,32,0,40,2,48,71,4,64,32,8,32,7,41,3,104,55,3,0,32,8,32,7,41,3,120,55,3,16,32,8,32,7,41,3,112,55,3,8,32,8,65,24,106,33,15,2,64,32,7,44,0,139,1,65,0,78,4,64,32,15,32,27,41,2,0,55,2,0,32,15,32,27,40,2,8,54,2,8,12,1,11,32,15,32,7,40,2,128,1,32,7,40,2,132,1,16,250,5,11,32,8,32,7,43,3,144,1,57,3,40,32,0,32,8,65,48,106,34,8,54,2,44,12,1,11,32,7,65,232,0,106,33,8,65,0,33,16,2,64,2,64,2,64,32,20,40,2,4,34,9,32,20,40,2,0,34,10,107,65,48,109,34,21,65,1,106,34,6,65,214,170,213,42,73,4,64,32,6,32,20,40,2,8,32,10,107,65,48,109,34,11,65,1,116,34,18,32,6,32,18,75,27,65,213,170,213,42,32,11,65,170,213,170,21,73,27,34,11,4,64,32,11,65,214,170,213,42,79,13,2,32,11,65,48,108,16,238,5,33,16,11,32,16,32,21,65,48,108,106,34,6,32,8,41,3,0,55,3,0,32,6,32,8,41,3,16,55,3,16,32,6,32,8,41,3,8,55,3,8,32,11,65,48,108,33,18,32,6,65,24,106,33,11,2,64,32,8,44,0,35,65,0,78,4,64,32,11,32,8,65,24,106,34,15,41,2,0,55,2,0,32,11,32,15,40,2,8,54,2,8,12,1,11,32,11,32,8,40,2,24,32,8,40,2,28,16,250,5,32,20,40,2,4,33,9,32,20,40,2,0,33,10,11,32,16,32,18,106,33,11,32,16,32,21,65,48,108,106,32,8,43,3,40,57,3,40,32,6,65,48,106,33,16,32,9,32,10,70,13,2,3,64,32,6,65,48,107,34,6,32,9,65,48,107,34,9,41,3,0,55,3,0,32,6,32,9,41,3,16,55,3,16,32,6,32,9,41,3,8,55,3,8,32,6,32,9,65,32,106,34,8,40,2,0,54,2,32,32,6,32,9,41,2,24,55,2,24,32,9,66,0,55,3,24,32,8,65,0,54,2,0,32,6,32,9,43,3,40,57,3,40,32,9,32,10,71,13,0,11,32,20,32,11,54,2,8,32,20,40,2,4,33,8,32,20,32,16,54,2,4,32,20,40,2,0,33,9,32,20,32,6,54,2,0,32,8,32,9,70,13,3,3,64,32,8,65,48,107,33,6,32,8,65,13,107,44,0,0,65,0,72,4,64,32,8,65,24,107,40,2,0,16,86,11,32,6,33,8,32,6,32,9,71,13,0,11,12,3,11,16,56,0,11,65,136,12,16,55,0,11,32,20,32,11,54,2,8,32,20,32,16,54,2,4,32,20,32,6,54,2,0,11,32,9,4,64,32,9,16,86,11,32,0,40,2,44,33,8,11,32,26,40,2,0,32,8,32,20,40,2,0,107,65,48,109,70,33,8,32,7,44,0,139,1,65,0,72,4,64,32,7,40,2,128,1,16,86,11,65,3,65,2,32,8,27,33,16,12,1,11,11,2,64,2,64,32,16,65,2,113,4,64,32,0,40,2,36,34,1,32,0,40,2,44,32,0,40,2,40,107,65,48,109,71,13,1,32,7,65,232,0,106,33,1,35,0,65,32,107,34,8,36,0,2,64,32,22,40,2,48,34,20,65,16,113,4,64,32,22,40,2,24,32,22,40,2,44,75,4,64,32,22,32,22,40,2,24,54,2,44,11,32,1,32,22,40,2,20,32,22,40,2,44,32,8,65,24,106,16,161,1,26,12,1,11,32,20,65,8,113,4,64,32,1,32,22,40,2,8,32,22,40,2,16,32,8,65,16,106,16,161,1,26,12,1,11,32,1,32,8,65,8,106,16,162,1,26,11,32,8,65,32,106,36,0,32,25,44,0,11,65,0,72,4,64,32,25,40,2,0,16,86,11,32,25,32,7,41,3,104,55,2,0,32,25,32,7,40,2,112,54,2,8,32,7,65,204,219,0,40,2,0,34,1,54,2,152,1,32,1,65,12,107,40,2,0,32,7,65,152,1,106,106,65,216,219,0,40,2,0,54,2,0,32,7,65,152,216,0,54,2,156,1,32,7,44,0,199,1,65,0,72,4,64,32,7,40,2,188,1,16,86,11,32,30,16,93,26,32,7,65,208,1,106,16,92,32,7,44,0,171,2,65,0,72,4,64,32,7,40,2,160,2,16,86,11,32,7,65,176,2,106,36,0,12,2,11,65,16,16,0,34,1,32,7,65,216,0,106,65,224,12,16,51,16,48,32,1,65,140,35,65,16,16,1,0,11,32,7,65,40,106,32,1,16,139,6,32,7,65,56,106,65,252,13,32,7,65,40,106,16,46,32,7,65,200,0,106,32,7,65,56,106,65,168,14,16,47,32,0,40,2,44,32,0,40,2,40,107,65,48,109,33,0,35,0,65,32,107,34,1,36,0,32,1,65,8,106,32,1,65,21,106,32,1,65,32,106,32,0,16,140,6,32,7,65,24,106,32,1,65,21,106,32,1,40,2,8,16,155,2,26,32,1,65,32,106,36,0,32,7,65,232,0,106,34,8,32,7,65,200,0,106,32,7,65,24,106,34,6,40,2,0,32,6,32,6,45,0,11,34,1,65,24,116,65,24,117,65,0,72,34,0,27,32,6,40,2,4,32,1,32,0,27,16,252,5,34,6,41,2,0,55,2,0,32,8,32,6,65,8,106,34,8,40,2,0,54,2,8,32,6,66,0,55,2,0,32,8,65,0,54,2,0,32,7,65,24,106,16,246,5,26,32,7,65,200,0,106,16,246,5,26,32,7,65,56,106,16,246,5,26,32,7,65,40,106,16,246,5,26,65,16,16,0,34,1,32,7,65,8,106,32,7,65,232,0,106,16,52,16,48,32,1,65,140,35,65,16,16,1,0,11,32,0,65,194,11,65,16,16,251,5,32,19,65,128,221,0,40,2,0,34,0,54,2,0,32,19,32,0,65,12,107,40,2,0,106,65,140,221,0,40,2,0,54,2,0,32,19,65,152,216,0,54,2,8,32,19,44,0,51,65,0,72,4,64,32,19,40,2,40,16,86,11,32,28,16,93,26,32,19,65,60,106,16,92,32,19,65,144,1,106,36,0,11,48,0,32,0,32,2,32,1,16,254,5,34,2,41,2,0,55,2,0,32,0,32,2,65,8,106,34,0,40,2,0,54,2,8,32,2,66,0,55,2,0,32,0,65,0,54,2,0,11,48,0,32,0,32,1,32,2,16,130,6,34,1,41,2,0,55,2,0,32,0,32,1,65,8,106,34,0,40,2,0,54,2,8,32,1,66,0,55,2,0,32,0,65,0,54,2,0,11,64,0,32,0,65,160,35,54,2,0,32,0,65,4,106,33,0,32,1,44,0,11,65,0,78,4,64,32,0,32,1,41,2,0,55,2,0,32,0,32,1,40,2,8,54,2,8,15,11,32,0,32,1,40,2,0,32,1,40,2,4,16,250,5,11,30,0,32,0,65,160,35,54,2,0,32,0,44,0,15,65,0,72,4,64,32,0,40,2,4,16,86,11,32,0,11,238,1,1,6,127,35,0,65,16,107,34,3,36,0,32,3,32,0,16,127,33,5,2,64,32,3,45,0,0,69,13,0,32,1,32,2,106,34,6,32,1,32,0,32,0,40,2,0,65,12,107,40,2,0,106,34,2,40,2,4,65,176,1,113,65,32,70,27,33,7,32,2,40,2,24,33,8,32,2,40,2,76,34,4,65,127,70,4,64,32,3,65,8,106,32,2,16,203,1,32,3,65,8,106,65,148,169,4,16,168,2,34,4,173,65,32,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,4,40,2,0,40,2,28,17,0,0,167,33,4,32,3,65,8,106,16,163,2,32,2,32,4,54,2,76,11,32,8,32,1,32,7,32,6,32,2,32,4,65,24,116,65,24,117,16,54,13,0,32,0,32,0,40,2,0,65,12,107,40,2,0,106,34,2,32,2,40,2,16,65,5,114,16,204,1,11,32,5,16,129,1,32,3,65,16,106,36,0,32,0,11,116,1,3,127,32,1,16,81,34,2,65,112,73,4,64,2,64,2,64,32,2,65,11,79,4,64,32,2,65,16,106,65,112,113,34,4,16,238,5,33,3,32,0,32,4,65,128,128,128,128,120,114,54,2,8,32,0,32,3,54,2,0,32,0,32,2,54,2,4,12,1,11,32,0,32,2,58,0,11,32,0,33,3,32,2,69,13,1,11,32,3,32,1,32,2,16,69,26,11,32,2,32,3,106,65,0,58,0,0,32,0,15,11,16,53,0,11,53,0,32,1,44,0,11,65,0,78,4,64,32,0,32,1,41,2,0,55,2,0,32,0,32,1,40,2,8,54,2,8,32,0,15,11,32,0,32,1,40,2,0,32,1,40,2,4,16,250,5,32,0,11,8,0,65,221,11,16,55,0,11,252,2,1,4,127,35,0,65,16,107,34,6,36,0,2,64,32,0,69,13,0,32,4,40,2,12,33,7,32,2,32,1,107,34,9,65,0,74,4,64,32,0,173,32,1,173,32,9,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,48,17,0,0,167,32,9,71,13,1,11,32,7,32,3,32,1,107,34,8,107,65,0,32,7,32,8,74,27,34,1,4,64,2,64,32,1,65,11,79,4,64,32,1,65,16,106,65,112,113,34,8,16,238,5,33,7,32,6,32,8,65,128,128,128,128,120,114,54,2,8,32,6,32,7,54,2,0,32,6,32,1,54,2,4,12,1,11,32,6,32,1,58,0,11,32,6,33,7,11,65,0,33,8,32,7,32,5,32,1,16,71,32,1,106,65,0,58,0,0,32,0,173,32,6,40,2,0,32,6,32,6,44,0,11,65,0,72,27,173,32,1,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,48,17,0,0,167,33,7,32,6,44,0,11,65,0,72,4,64,32,6,40,2,0,16,86,11,32,1,32,7,71,13,1,11,32,3,32,2,107,34,1,65,0,74,4,64,65,0,33,8,32,0,173,32,2,173,32,1,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,48,17,0,0,167,32,1,71,13,1,11,32,4,65,0,54,2,12,32,0,33,8,11,32,6,65,16,106,36,0,32,8,11,101,1,3,127,65,8,16,0,34,1,65,128,174,2,54,2,0,32,1,65,172,174,2,54,2,0,32,0,16,81,34,2,65,13,106,16,238,5,34,3,65,0,54,2,8,32,3,32,2,54,2,4,32,3,32,2,54,2,0,32,1,65,4,106,32,3,65,12,106,32,0,32,2,65,1,106,16,69,54,2,0,32,1,65,220,174,2,54,2,0,32,1,65,252,174,2,65,17,16,1,0,11,8,0,65,137,10,16,55,0,11,32,0,32,0,65,160,35,54,2,0,32,0,44,0,15,65,0,72,4,64,32,0,40,2,4,16,86,11,32,0,16,86,11,30,1,1,127,32,0,65,4,106,33,1,32,0,44,0,15,65,0,72,4,127,32,1,40,2,0,5,32,1,11,11,12,0,32,0,65,180,35,54,2,0,32,0,11,14,0,32,0,65,180,35,54,2,0,32,0,16,86,11,51,0,32,0,65,12,106,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,12,40,2,0,17,0,0,167,26,11,13,0,32,0,32,1,65,2,116,106,40,2,4,11,4,0,65,1,11,4,0,65,12,11,59,0,32,0,65,16,16,238,5,34,1,54,2,0,32,0,66,143,128,128,128,128,130,128,128,128,127,55,2,4,32,1,65,241,11,41,0,0,55,0,7,32,1,65,234,11,41,0,0,55,0,0,32,1,65,0,58,0,15,11,142,26,2,18,127,5,124,2,64,65,224,161,4,45,0,0,65,1,113,13,0,65,224,161,4,16,141,6,69,13,0,35,0,65,144,1,107,34,4,36,0,32,4,65,144,1,16,238,5,34,12,54,2,8,32,4,66,128,129,128,128,128,146,128,128,128,127,55,2,12,32,12,65,202,20,65,128,1,16,69,65,0,58,0,128,1,2,64,32,4,65,216,0,106,32,4,65,8,106,16,45,11,32,4,44,0,19,65,0,72,4,64,32,4,40,2,8,16,86,11,32,4,66,0,55,3,56,32,4,65,215,0,106,34,12,65,0,58,0,0,32,4,65,0,59,0,75,32,4,66,12,55,3,48,32,4,66,128,128,128,128,128,128,128,160,192,0,55,3,40,32,4,66,216,242,138,134,165,192,150,184,192,0,55,3,32,32,4,65,60,54,2,24,32,4,66,255,128,128,128,192,7,55,3,16,32,4,66,0,55,3,8,32,4,65,0,58,0,64,35,0,65,48,107,34,10,36,0,65,216,208,3,65,16,16,238,5,34,0,54,2,0,65,220,208,3,66,139,128,128,128,128,130,128,128,128,127,55,2,0,32,0,65,159,13,40,0,0,54,0,7,32,0,65,152,13,41,0,0,55,0,0,32,0,65,0,58,0,11,65,251,208,3,65,0,58,0,0,65,228,208,3,65,0,58,0,0,65,239,208,3,65,0,59,0,0,65,252,208,3,66,0,55,2,0,65,132,209,3,66,0,55,2,0,65,192,209,3,66,0,55,2,0,65,184,209,3,66,12,55,3,0,65,176,209,3,66,128,128,128,128,128,128,128,160,192,0,55,3,0,65,168,209,3,66,216,242,138,134,165,192,150,184,192,0,55,3,0,65,160,209,3,65,60,54,2,0,65,152,209,3,66,255,128,128,128,192,7,55,3,0,65,144,209,3,66,0,55,3,0,65,223,209,3,65,0,58,0,0,65,200,209,3,65,0,58,0,0,65,211,209,3,65,0,59,0,0,2,64,2,64,2,64,32,4,65,216,0,106,34,11,34,0,65,216,208,3,71,4,64,32,0,45,0,11,34,2,65,24,116,65,24,117,33,1,2,64,65,227,208,3,44,0,0,65,0,78,4,64,32,1,65,0,78,4,64,65,216,208,3,32,0,41,2,0,55,2,0,65,224,208,3,32,0,40,2,8,54,2,0,12,2,11,65,216,208,3,32,0,40,2,0,32,0,40,2,4,16,128,6,12,1,11,65,216,208,3,32,0,40,2,0,32,0,32,1,65,0,72,34,1,27,32,0,40,2,4,32,2,32,1,27,16,255,5,26,11,32,0,65,12,106,33,2,32,0,45,0,23,34,3,65,24,116,65,24,117,33,1,2,64,65,239,208,3,44,0,0,65,0,78,4,64,32,1,65,0,78,4,64,65,228,208,3,32,2,41,2,0,55,2,0,65,236,208,3,32,2,40,2,8,54,2,0,12,2,11,65,228,208,3,32,0,40,2,12,32,0,40,2,16,16,128,6,12,1,11,65,228,208,3,32,0,40,2,12,32,2,32,1,65,0,72,34,1,27,32,0,40,2,16,32,3,32,1,27,16,255,5,26,11,32,0,65,24,106,33,2,32,0,45,0,35,34,3,65,24,116,65,24,117,33,1,65,251,208,3,44,0,0,65,0,78,4,64,32,1,65,0,72,13,2,65,240,208,3,32,2,41,2,0,55,2,0,65,248,208,3,32,2,40,2,8,54,2,0,12,3,11,65,240,208,3,32,0,40,2,24,32,2,32,1,65,0,72,34,1,27,32,0,40,2,28,32,3,32,1,27,16,255,5,26,12,2,11,65,252,208,3,32,0,40,2,36,54,2,0,12,2,11,65,240,208,3,32,0,40,2,24,32,0,40,2,28,16,128,6,11,65,252,208,3,32,0,40,2,36,54,2,0,2,64,32,0,40,2,44,34,5,32,0,40,2,40,34,1,107,65,48,109,34,7,65,136,209,3,40,2,0,34,0,65,128,209,3,40,2,0,34,2,107,65,48,109,77,4,64,32,1,32,1,65,132,209,3,40,2,0,32,2,107,65,48,109,34,9,65,48,108,106,34,0,32,5,32,7,32,9,75,27,34,13,71,4,64,3,64,32,2,32,1,41,3,0,55,3,0,32,2,32,1,41,3,16,55,3,16,32,2,32,1,41,3,8,55,3,8,2,64,32,1,32,2,70,13,0,32,1,65,24,106,34,8,45,0,11,34,14,65,24,116,65,24,117,33,6,32,2,65,24,106,34,3,44,0,11,65,0,78,4,64,32,6,65,0,78,4,64,32,3,32,8,41,2,0,55,2,0,32,3,32,8,40,2,8,54,2,8,12,2,11,32,3,32,1,40,2,24,32,1,40,2,28,16,128,6,12,1,11,32,3,32,1,40,2,24,32,8,32,6,65,0,72,34,6,27,32,1,40,2,28,32,14,32,6,27,16,255,5,26,11,32,2,32,1,43,3,40,57,3,40,32,2,65,48,106,33,2,32,1,65,48,106,34,1,32,13,71,13,0,11,11,65,132,209,3,40,2,0,33,1,32,7,32,9,75,4,64,32,5,32,13,71,4,64,3,64,32,1,32,0,41,3,0,55,3,0,32,1,32,0,41,3,16,55,3,16,32,1,32,0,41,3,8,55,3,8,32,1,65,24,106,33,2,2,64,32,0,44,0,35,65,0,78,4,64,32,2,32,0,65,24,106,34,3,41,2,0,55,2,0,32,2,32,3,40,2,8,54,2,8,12,1,11,32,2,32,0,40,2,24,32,0,40,2,28,16,250,5,11,32,1,32,0,43,3,40,57,3,40,32,1,65,48,106,33,1,32,0,65,48,106,34,0,32,5,71,13,0,11,11,65,132,209,3,32,1,54,2,0,12,2,11,32,1,32,2,71,4,64,3,64,32,1,65,48,107,33,0,32,1,65,13,107,44,0,0,65,0,72,4,64,32,1,65,24,107,40,2,0,16,86,11,32,2,32,0,34,1,71,13,0,11,11,65,132,209,3,32,2,54,2,0,12,1,11,32,2,4,64,32,2,65,132,209,3,40,2,0,34,0,70,4,127,32,2,5,3,64,32,0,65,48,107,33,3,32,0,65,13,107,44,0,0,65,0,72,4,64,32,0,65,24,107,40,2,0,16,86,11,32,3,34,0,32,2,71,13,0,11,65,128,209,3,40,2,0,11,33,0,65,132,209,3,32,2,54,2,0,32,0,16,86,65,136,209,3,65,0,54,2,0,65,128,209,3,66,0,55,2,0,65,0,33,0,11,2,64,32,7,65,214,170,213,42,79,13,0,32,7,32,0,65,48,109,34,2,65,1,116,34,0,32,0,32,7,73,27,65,213,170,213,42,32,2,65,170,213,170,21,73,27,34,2,65,214,170,213,42,79,13,0,65,128,209,3,32,2,65,48,108,34,0,16,238,5,34,2,54,2,0,65,132,209,3,32,2,54,2,0,65,136,209,3,32,0,32,2,106,54,2,0,32,1,32,5,71,4,64,3,64,32,2,32,1,41,3,0,55,3,0,32,2,32,1,41,3,16,55,3,16,32,2,32,1,41,3,8,55,3,8,32,2,65,24,106,33,0,2,64,32,1,44,0,35,65,0,78,4,64,32,0,32,1,65,24,106,34,3,41,2,0,55,2,0,32,0,32,3,40,2,8,54,2,8,12,1,11,32,0,32,1,40,2,24,32,1,40,2,28,16,250,5,11,32,2,32,1,43,3,40,57,3,40,32,2,65,48,106,33,2,32,1,65,48,106,34,1,32,5,71,13,0,11,11,65,132,209,3,32,2,54,2,0,12,1,11,16,56,0,11,11,65,144,209,3,32,4,65,8,106,34,7,34,1,41,3,0,55,3,0,65,184,209,3,32,1,40,2,40,54,2,0,65,176,209,3,32,1,41,3,32,55,3,0,65,168,209,3,32,1,41,3,24,55,3,0,65,160,209,3,32,1,41,3,16,55,3,0,65,152,209,3,32,1,41,3,8,55,3,0,32,1,65,144,209,3,71,4,64,2,64,2,64,32,1,40,2,48,34,8,32,1,40,2,44,34,3,107,34,2,65,2,117,34,5,65,196,209,3,40,2,0,34,6,65,188,209,3,40,2,0,34,0,107,65,2,117,77,4,64,32,3,65,192,209,3,40,2,0,32,0,107,34,2,106,32,8,32,5,32,2,65,2,117,34,6,75,27,34,9,32,3,107,34,2,4,64,32,0,32,3,32,2,16,70,11,32,5,32,6,75,4,64,65,192,209,3,40,2,0,33,3,65,192,209,3,32,8,32,9,107,34,0,65,0,74,4,127,32,3,32,9,32,0,16,69,32,0,106,5,32,3,11,54,2,0,12,2,11,65,192,209,3,32,0,32,2,106,54,2,0,12,1,11,32,0,4,64,65,192,209,3,32,0,54,2,0,32,0,16,86,65,196,209,3,65,0,54,2,0,65,188,209,3,66,0,55,2,0,65,0,33,6,11,2,64,32,2,65,0,72,13,0,32,5,32,6,65,1,117,34,0,32,0,32,5,73,27,65,255,255,255,255,3,32,6,65,252,255,255,255,7,73,27,34,0,65,128,128,128,128,4,79,13,0,65,188,209,3,32,0,65,2,116,34,5,16,238,5,34,0,54,2,0,65,192,209,3,32,0,54,2,0,65,196,209,3,32,0,32,5,106,54,2,0,65,192,209,3,32,2,4,127,32,0,32,3,32,2,16,69,32,2,106,5,32,0,11,54,2,0,12,1,11,16,56,0,11,32,1,65,56,106,33,2,32,1,45,0,67,34,3,65,24,116,65,24,117,33,0,2,64,65,211,209,3,44,0,0,65,0,78,4,64,32,0,65,0,78,4,64,65,200,209,3,32,2,41,2,0,55,2,0,65,208,209,3,32,2,40,2,8,54,2,0,12,2,11,65,200,209,3,32,1,40,2,56,32,1,40,2,60,16,128,6,12,1,11,65,200,209,3,32,1,40,2,56,32,2,32,0,65,0,72,34,0,27,32,1,40,2,60,32,3,32,0,27,16,255,5,26,11,32,1,65,196,0,106,33,2,32,1,45,0,79,34,3,65,24,116,65,24,117,33,0,65,223,209,3,44,0,0,65,0,78,4,64,32,0,65,0,78,4,64,65,212,209,3,32,2,41,2,0,55,2,0,65,220,209,3,32,2,40,2,8,54,2,0,12,2,11,65,212,209,3,32,1,40,2,68,32,1,40,2,72,16,128,6,12,1,11,65,212,209,3,32,1,40,2,68,32,2,32,0,65,0,72,34,0,27,32,1,40,2,72,32,3,32,0,27,16,255,5,26,11,11,2,124,2,64,2,64,32,11,40,2,36,34,0,65,0,74,4,64,32,7,40,2,16,34,1,32,7,40,2,12,34,3,107,33,2,32,1,65,128,2,106,33,9,32,7,43,3,32,16,77,68,239,57,250,254,66,46,230,63,163,68,0,0,0,0,0,0,240,191,160,33,21,32,7,40,2,0,65,0,74,4,64,32,7,40,2,44,32,2,65,2,116,106,40,2,0,33,2,11,32,2,69,4,64,32,11,40,2,40,33,8,65,0,33,2,68,0,0,0,0,0,0,0,0,12,4,11,32,11,40,2,40,34,8,32,0,65,48,108,106,65,8,107,43,3,0,68,0,0,0,0,0,0,240,191,160,33,20,32,2,65,0,72,13,1,12,2,11,65,16,16,0,33,0,32,10,32,11,40,2,36,16,139,6,32,10,65,16,106,65,140,20,32,10,16,46,32,10,65,32,106,32,10,65,16,106,65,217,14,16,47,32,0,32,10,65,32,106,16,48,32,0,65,140,35,65,16,16,1,0,11,3,64,32,20,32,19,160,33,19,32,0,32,2,106,34,2,65,0,72,13,0,11,11,32,0,32,2,72,4,64,3,64,32,19,32,20,161,33,19,32,2,32,0,107,34,2,32,0,74,13,0,11,11,32,2,69,4,64,65,0,33,2,32,19,154,12,1,11,32,2,65,48,108,32,8,106,65,8,107,43,3,0,68,0,0,0,0,0,0,240,191,160,32,19,161,11,33,22,65,128,126,32,3,107,33,13,32,9,65,2,116,65,224,145,4,106,33,14,32,9,65,3,116,65,216,208,3,106,34,0,65,136,1,106,33,15,32,0,65,136,33,106,33,16,32,7,40,2,44,33,17,32,21,68,0,0,0,0,0,0,240,63,160,34,20,16,74,33,23,65,0,33,0,3,64,2,64,32,0,32,9,70,4,64,32,16,32,20,57,3,0,32,15,32,23,57,3,0,32,14,32,2,32,11,40,2,36,111,54,2,0,12,1,11,32,0,32,13,106,33,1,2,64,2,64,2,127,32,7,40,2,0,34,5,69,4,64,32,1,65,1,107,34,3,32,3,32,11,40,2,36,34,1,109,34,6,32,1,108,107,34,3,65,31,117,32,1,113,32,3,106,12,1,11,65,127,33,3,32,1,65,0,32,17,32,1,32,5,111,34,6,65,31,117,32,5,113,32,6,106,34,5,65,2,116,106,40,2,0,34,6,32,5,107,32,6,65,0,72,34,5,27,106,65,1,107,34,18,32,11,40,2,36,34,1,109,33,6,32,5,13,1,32,18,32,1,32,6,108,107,34,3,65,31,117,32,1,113,32,3,106,11,33,5,32,3,65,31,117,32,6,106,183,32,1,65,48,108,32,8,106,65,8,107,43,3,0,68,0,0,0,0,0,0,240,191,160,162,32,8,32,5,65,48,108,106,43,3,40,160,32,22,161,33,19,32,5,65,1,106,32,1,111,33,3,12,1,11,68,0,0,0,0,0,0,0,0,33,19,11,32,0,65,2,116,65,224,145,4,106,32,3,54,2,0,32,0,65,3,116,65,216,208,3,106,34,1,32,21,32,19,160,34,19,16,74,57,3,136,1,32,1,65,136,33,106,32,19,57,3,0,11,32,0,65,1,106,34,0,65,128,4,71,13,0,11,32,10,65,48,106,36,0,32,12,44,0,0,65,0,72,4,64,32,4,40,2,76,16,86,11,32,4,44,0,75,65,0,72,4,64,32,4,40,2,64,16,86,11,32,4,40,2,52,34,0,4,64,32,4,32,0,54,2,56,32,0,16,86,11,32,4,40,2,128,1,34,1,4,64,32,1,32,4,40,2,132,1,34,0,70,4,127,32,1,5,3,64,32,0,65,48,107,33,12,32,0,65,13,107,44,0,0,65,0,72,4,64,32,0,65,24,107,40,2,0,16,86,11,32,1,32,12,34,0,71,13,0,11,32,4,40,2,128,1,11,33,0,32,4,32,1,54,2,132,1,32,0,16,86,11,32,4,44,0,123,65,0,72,4,64,32,4,40,2,112,16,86,11,32,4,44,0,111,65,0,72,4,64,32,4,40,2,100,16,86,11,32,4,44,0,99,65,0,72,4,64,32,4,40,2,88,16,86,11,32,4,65,144,1,106,36,0,65,224,161,4,16,143,6,11,65,216,208,3,11,230,1,1,1,127,65,223,209,3,44,0,0,65,0,72,4,64,65,212,209,3,40,2,0,16,86,11,65,211,209,3,44,0,0,65,0,72,4,64,65,200,209,3,40,2,0,16,86,11,65,188,209,3,40,2,0,34,0,4,64,65,192,209,3,32,0,54,2,0,32,0,16,86,11,65,128,209,3,40,2,0,34,1,4,64,32,1,65,132,209,3,40,2,0,34,0,70,4,127,32,1,5,3,64,32,0,65,13,107,44,0,0,65,0,72,4,64,32,0,65,24,107,40,2,0,16,86,11,32,0,65,48,107,34,0,32,1,71,13,0,11,65,128,209,3,40,2,0,11,33,0,65,132,209,3,32,1,54,2,0,32,0,16,86,11,65,251,208,3,44,0,0,65,0,72,4,64,65,240,208,3,40,2,0,16,86,11,65,239,208,3,44,0,0,65,0,72,4,64,65,228,208,3,40,2,0,16,86,11,65,227,208,3,44,0,0,65,0,72,4,64,65,216,208,3,40,2,0,16,86,11,11,121,1,4,127,3,64,32,0,34,1,65,1,106,33,0,32,1,44,0,0,16,76,13,0,11,2,64,2,64,2,64,32,1,44,0,0,34,4,65,43,107,14,3,1,2,0,2,11,65,1,33,3,11,32,0,44,0,0,33,4,32,0,33,1,11,32,4,16,75,4,64,3,64,32,2,65,10,108,32,1,44,0,0,107,65,48,106,33,2,32,1,44,0,1,33,0,32,1,65,1,106,33,1,32,0,16,75,13,0,11,11,32,2,65,0,32,2,107,32,3,27,11,129,4,1,3,127,32,2,65,128,4,79,4,64,32,0,32,1,32,2,16,2,26,32,0,15,11,32,0,32,2,106,33,3,2,64,32,0,32,1,115,65,3,113,69,4,64,2,64,32,0,65,3,113,69,4,64,32,0,33,2,12,1,11,32,2,69,4,64,32,0,33,2,12,1,11,32,0,33,2,3,64,32,2,32,1,45,0,0,58,0,0,32,1,65,1,106,33,1,32,2,65,1,106,34,2,65,3,113,69,13,1,32,2,32,3,73,13,0,11,11,2,64,32,3,65,124,113,34,4,65,192,0,73,13,0,32,2,32,4,65,64,106,34,5,75,13,0,3,64,32,2,32,1,40,2,0,54,2,0,32,2,32,1,40,2,4,54,2,4,32,2,32,1,40,2,8,54,2,8,32,2,32,1,40,2,12,54,2,12,32,2,32,1,40,2,16,54,2,16,32,2,32,1,40,2,20,54,2,20,32,2,32,1,40,2,24,54,2,24,32,2,32,1,40,2,28,54,2,28,32,2,32,1,40,2,32,54,2,32,32,2,32,1,40,2,36,54,2,36,32,2,32,1,40,2,40,54,2,40,32,2,32,1,40,2,44,54,2,44,32,2,32,1,40,2,48,54,2,48,32,2,32,1,40,2,52,54,2,52,32,2,32,1,40,2,56,54,2,56,32,2,32,1,40,2,60,54,2,60,32,1,65,64,107,33,1,32,2,65,64,107,34,2,32,5,77,13,0,11,11,32,2,32,4,79,13,1,3,64,32,2,32,1,40,2,0,54,2,0,32,1,65,4,106,33,1,32,2,65,4,106,34,2,32,4,73,13,0,11,12,1,11,32,3,65,4,73,4,64,32,0,33,2,12,1,11,32,0,32,3,65,4,107,34,4,75,4,64,32,0,33,2,12,1,11,32,0,33,2,3,64,32,2,32,1,45,0,0,58,0,0,32,2,32,1,45,0,1,58,0,1,32,2,32,1,45,0,2,58,0,2,32,2,32,1,45,0,3,58,0,3,32,1,65,4,106,33,1,32,2,65,4,106,34,2,32,4,77,13,0,11,11,32,2,32,3,73,4,64,3,64,32,2,32,1,45,0,0,58,0,0,32,1,65,1,106,33,1,32,2,65,1,106,34,2,32,3,71,13,0,11,11,32,0,11,231,2,1,2,127,2,64,32,0,32,1,70,13,0,32,1,32,0,32,2,106,34,3,107,65,0,32,2,65,1,116,107,77,4,64,32,0,32,1,32,2,16,69,26,15,11,32,0,32,1,115,65,3,113,33,4,2,64,2,64,32,0,32,1,73,4,64,32,4,4,64,32,0,33,3,12,3,11,32,0,65,3,113,69,4,64,32,0,33,3,12,2,11,32,0,33,3,3,64,32,2,69,13,4,32,3,32,1,45,0,0,58,0,0,32,1,65,1,106,33,1,32,2,65,1,107,33,2,32,3,65,1,106,34,3,65,3,113,13,0,11,12,1,11,2,64,32,4,13,0,32,3,65,3,113,4,64,3,64,32,2,69,13,5,32,0,32,2,65,1,107,34,2,106,34,3,32,1,32,2,106,45,0,0,58,0,0,32,3,65,3,113,13,0,11,11,32,2,65,3,77,13,0,3,64,32,0,32,2,65,4,107,34,2,106,32,1,32,2,106,40,2,0,54,2,0,32,2,65,3,75,13,0,11,11,32,2,69,13,2,3,64,32,0,32,2,65,1,107,34,2,106,32,1,32,2,106,45,0,0,58,0,0,32,2,13,0,11,12,2,11,32,2,65,3,77,13,0,3,64,32,3,32,1,40,2,0,54,2,0,32,1,65,4,106,33,1,32,3,65,4,106,33,3,32,2,65,4,107,34,2,65,3,75,13,0,11,11,32,2,69,13,0,3,64,32,3,32,1,45,0,0,58,0,0,32,3,65,1,106,33,3,32,1,65,1,106,33,1,32,2,65,1,107,34,2,13,0,11,11,11,242,2,2,2,127,1,126,2,64,32,2,69,13,0,32,0,32,1,58,0,0,32,0,32,2,106,34,3,65,1,107,32,1,58,0,0,32,2,65,3,73,13,0,32,0,32,1,58,0,2,32,0,32,1,58,0,1,32,3,65,3,107,32,1,58,0,0,32,3,65,2,107,32,1,58,0,0,32,2,65,7,73,13,0,32,0,32,1,58,0,3,32,3,65,4,107,32,1,58,0,0,32,2,65,9,73,13,0,32,0,65,0,32,0,107,65,3,113,34,4,106,34,3,32,1,65,255,1,113,65,129,130,132,8,108,34,1,54,2,0,32,3,32,2,32,4,107,65,124,113,34,4,106,34,2,65,4,107,32,1,54,2,0,32,4,65,9,73,13,0,32,3,32,1,54,2,8,32,3,32,1,54,2,4,32,2,65,8,107,32,1,54,2,0,32,2,65,12,107,32,1,54,2,0,32,4,65,25,73,13,0,32,3,32,1,54,2,24,32,3,32,1,54,2,20,32,3,32,1,54,2,16,32,3,32,1,54,2,12,32,2,65,16,107,32,1,54,2,0,32,2,65,20,107,32,1,54,2,0,32,2,65,24,107,32,1,54,2,0,32,2,65,28,107,32,1,54,2,0,32,4,32,3,65,4,113,65,24,114,34,4,107,34,2,65,32,73,13,0,32,1,173,66,129,128,128,128,16,126,33,5,32,3,32,4,106,33,1,3,64,32,1,32,5,55,3,24,32,1,32,5,55,3,16,32,1,32,5,55,3,8,32,1,32,5,55,3,0,32,1,65,32,106,33,1,32,2,65,32,107,34,2,65,31,75,13,0,11,11,32,0,11,24,1,1,127,35,0,65,16,107,34,1,32,0,57,3,8,32,1,43,3,8,32,0,162,11,140,4,3,3,124,2,127,2,126,2,124,2,64,32,0,189,34,6,66,52,136,167,65,255,15,113,34,4,65,201,7,107,65,63,73,4,64,32,4,33,5,12,1,11,32,4,65,200,7,77,4,64,32,0,68,0,0,0,0,0,0,240,63,160,15,11,32,4,65,137,8,73,13,0,68,0,0,0,0,0,0,0,0,32,6,66,128,128,128,128,128,128,128,120,81,13,1,26,32,4,65,255,15,70,4,64,32,0,68,0,0,0,0,0,0,240,63,160,15,11,32,6,66,0,83,4,64,68,0,0,0,0,0,0,0,16,16,72,15,11,68,0,0,0,0,0,0,0,112,16,72,15,11,65,240,36,43,3,0,32,0,162,65,248,36,43,3,0,34,1,160,34,2,32,1,161,34,1,65,136,37,43,3,0,162,32,1,65,128,37,43,3,0,162,32,0,160,160,34,0,32,0,162,34,1,32,1,162,32,0,65,168,37,43,3,0,162,65,160,37,43,3,0,160,162,32,1,32,0,65,152,37,43,3,0,162,65,144,37,43,3,0,160,162,32,2,189,34,6,167,65,4,116,65,240,15,113,34,4,65,224,37,106,43,3,0,32,0,160,160,160,33,0,32,4,65,232,37,106,41,3,0,32,6,66,45,134,124,33,7,32,5,69,4,64,2,124,32,6,66,128,128,128,128,8,131,80,4,64,32,7,66,128,128,128,128,128,128,128,136,63,125,191,34,1,32,0,162,32,1,160,68,0,0,0,0,0,0,0,127,162,12,1,11,35,0,65,16,107,33,4,32,7,66,128,128,128,128,128,128,128,240,63,124,191,34,1,32,0,162,34,2,32,1,160,34,0,68,0,0,0,0,0,0,240,63,99,4,124,32,4,66,128,128,128,128,128,128,128,8,55,3,8,32,4,32,4,43,3,8,68,0,0,0,0,0,0,16,0,162,57,3,8,68,0,0,0,0,0,0,0,0,32,0,68,0,0,0,0,0,0,240,63,160,34,3,32,2,32,1,32,0,161,160,32,0,68,0,0,0,0,0,0,240,63,32,3,161,160,160,160,68,0,0,0,0,0,0,240,191,160,34,0,32,0,68,0,0,0,0,0,0,0,0,97,27,5,32,0,11,68,0,0,0,0,0,0,16,0,162,11,15,11,32,7,191,34,1,32,0,162,32,1,160,11,11,148,4,3,2,127,3,124,2,126,2,124,32,0,189,34,6,66,52,136,167,65,255,15,113,34,1,65,201,7,107,65,63,79,4,64,32,1,65,200,7,77,4,64,32,0,68,0,0,0,0,0,0,240,63,160,15,11,2,64,32,1,65,137,8,73,13,0,68,0,0,0,0,0,0,0,0,32,6,66,128,128,128,128,128,128,128,120,81,13,2,26,32,1,65,255,15,70,4,64,32,0,68,0,0,0,0,0,0,240,63,160,15,11,32,6,66,0,89,4,64,68,0,0,0,0,0,0,0,112,16,72,15,11,32,6,66,128,128,128,128,128,128,179,200,64,84,13,0,68,0,0,0,0,0,0,0,16,16,72,15,11,65,0,32,1,32,6,66,1,134,66,128,128,128,128,128,128,128,141,129,127,86,27,33,1,11,32,0,65,176,37,43,3,0,34,3,32,0,160,34,4,32,3,161,161,34,0,32,0,162,34,3,32,3,162,32,0,65,216,37,43,3,0,162,65,208,37,43,3,0,160,162,32,3,32,0,65,200,37,43,3,0,162,65,192,37,43,3,0,160,162,32,0,65,184,37,43,3,0,162,32,4,189,34,6,167,65,4,116,65,240,15,113,34,2,65,224,37,106,43,3,0,160,160,160,33,0,32,2,65,232,37,106,41,3,0,32,6,66,45,134,124,33,7,32,1,69,4,64,2,124,32,6,66,128,128,128,128,8,131,80,4,64,32,7,66,128,128,128,128,128,128,128,8,125,191,34,3,32,0,162,32,3,160,34,0,32,0,160,12,1,11,35,0,65,16,107,33,1,32,7,66,128,128,128,128,128,128,128,240,63,124,191,34,3,32,0,162,34,4,32,3,160,34,0,68,0,0,0,0,0,0,240,63,99,4,124,32,1,66,128,128,128,128,128,128,128,8,55,3,8,32,1,32,1,43,3,8,68,0,0,0,0,0,0,16,0,162,57,3,8,68,0,0,0,0,0,0,0,0,32,0,68,0,0,0,0,0,0,240,63,160,34,5,32,4,32,3,32,0,161,160,32,0,68,0,0,0,0,0,0,240,63,32,5,161,160,160,160,68,0,0,0,0,0,0,240,191,160,34,0,32,0,68,0,0,0,0,0,0,0,0,97,27,5,32,0,11,68,0,0,0,0,0,0,16,0,162,11,15,11,32,7,191,34,3,32,0,162,32,3,160,11,11,10,0,32,0,65,48,107,65,10,73,11,16,0,32,0,65,32,70,32,0,65,9,107,65,5,73,114,11,210,4,3,6,124,1,127,2,126,32,0,189,34,8,66,128,128,128,128,128,128,128,247,63,125,66,255,255,255,255,255,159,194,1,88,4,64,32,8,66,128,128,128,128,128,128,128,248,63,81,4,64,68,0,0,0,0,0,0,0,0,15,11,32,0,68,0,0,0,0,0,0,240,191,160,34,0,32,0,32,0,68,0,0,0,0,0,0,160,65,162,34,1,160,32,1,161,34,1,32,1,162,65,152,54,43,3,0,34,4,162,34,5,160,34,6,32,0,32,0,32,0,162,34,2,162,34,3,32,3,32,3,32,3,65,232,54,43,3,0,162,32,2,65,224,54,43,3,0,162,32,0,65,216,54,43,3,0,162,65,208,54,43,3,0,160,160,160,162,32,2,65,200,54,43,3,0,162,32,0,65,192,54,43,3,0,162,65,184,54,43,3,0,160,160,160,162,32,2,65,176,54,43,3,0,162,32,0,65,168,54,43,3,0,162,65,160,54,43,3,0,160,160,160,162,32,0,32,1,161,32,4,162,32,0,32,1,160,162,32,5,32,0,32,6,161,160,160,160,160,15,11,2,64,32,8,66,48,136,167,34,7,65,240,255,1,107,65,159,128,126,77,4,64,32,8,66,255,255,255,255,255,255,255,255,255,0,131,80,4,64,35,0,65,16,107,34,7,68,0,0,0,0,0,0,240,191,57,3,8,32,7,43,3,8,68,0,0,0,0,0,0,0,0,163,15,11,32,8,66,128,128,128,128,128,128,128,248,255,0,81,13,1,32,7,65,128,128,2,113,69,32,7,65,240,255,1,113,65,240,255,1,71,113,69,4,64,32,0,32,0,161,34,0,32,0,163,15,11,32,0,68,0,0,0,0,0,0,48,67,162,189,66,128,128,128,128,128,128,128,160,3,125,33,8,11,32,8,66,128,128,128,128,128,128,128,243,63,125,34,9,66,52,135,167,183,34,2,65,224,53,43,3,0,162,32,9,66,45,136,167,65,255,0,113,65,4,116,34,7,65,248,54,106,43,3,0,160,34,3,32,7,65,240,54,106,43,3,0,32,8,32,9,66,128,128,128,128,128,128,128,120,131,125,191,32,7,65,240,198,0,106,43,3,0,161,32,7,65,248,198,0,106,43,3,0,161,162,34,0,160,34,4,32,0,32,0,32,0,162,34,1,162,32,1,32,0,65,144,54,43,3,0,162,65,136,54,43,3,0,160,162,32,0,65,128,54,43,3,0,162,65,248,53,43,3,0,160,160,162,32,1,65,240,53,43,3,0,162,32,2,65,232,53,43,3,0,162,32,0,32,3,32,4,161,160,160,160,160,160,33,0,11,32,0,11,227,1,1,2,127,32,2,65,0,71,33,3,2,64,2,64,2,64,32,0,65,3,113,69,13,0,32,2,69,13,0,32,1,65,255,1,113,33,4,3,64,32,0,45,0,0,32,4,70,13,2,32,2,65,1,107,34,2,65,0,71,33,3,32,0,65,1,106,34,0,65,3,113,69,13,1,32,2,13,0,11,11,32,3,69,13,1,11,2,64,32,0,45,0,0,32,1,65,255,1,113,70,13,0,32,2,65,4,73,13,0,32,1,65,255,1,113,65,129,130,132,8,108,33,4,3,64,32,0,40,2,0,32,4,115,34,3,65,127,115,32,3,65,129,130,132,8,107,113,65,128,129,130,132,120,113,13,1,32,0,65,4,106,33,0,32,2,65,4,107,34,2,65,3,75,13,0,11,11,32,2,69,13,0,32,1,65,255,1,113,33,3,3,64,32,3,32,0,45,0,0,70,4,64,32,0,15,11,32,0,65,1,106,33,0,32,2,65,1,107,34,2,13,0,11,11,65,0,11,4,0,65,0,11,4,0,65,0,11,127,1,3,127,32,0,33,1,2,64,32,0,65,3,113,4,64,3,64,32,1,45,0,0,69,13,2,32,1,65,1,106,34,1,65,3,113,13,0,11,11,3,64,32,1,34,2,65,4,106,33,1,32,2,40,2,0,34,3,65,127,115,32,3,65,129,130,132,8,107,113,65,128,129,130,132,120,113,69,13,0,11,32,3,65,255,1,113,69,4,64,32,2,32,0,107,15,11,3,64,32,2,45,0,1,33,3,32,2,65,1,106,34,1,33,2,32,3,13,0,11,11,32,1,32,0,107,11,6,0,65,140,163,4,11,51,1,1,127,32,2,4,64,32,0,33,3,3,64,32,3,32,1,40,2,0,54,2,0,32,3,65,4,106,33,3,32,1,65,4,106,33,1,32,2,65,1,107,34,2,13,0,11,11,32,0,11,82,1,2,127,65,164,176,2,40,2,0,34,1,32,0,65,3,106,65,124,113,34,2,106,33,0,2,64,32,2,65,0,32,0,32,1,77,27,13,0,32,0,63,0,65,16,116,75,4,64,32,0,16,4,69,13,1,11,65,164,176,2,32,0,54,2,0,32,1,15,11,65,140,163,4,65,48,54,2,0,65,127,11,161,46,1,11,127,35,0,65,16,107,34,11,36,0,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,32,0,65,244,1,77,4,64,65,144,163,4,40,2,0,34,6,65,16,32,0,65,11,106,65,120,113,32,0,65,11,73,27,34,4,65,3,118,34,1,118,34,0,65,3,113,4,64,32,0,65,127,115,65,1,113,32,1,106,34,3,65,3,116,34,2,65,192,163,4,106,40,2,0,34,1,65,8,106,33,0,2,64,32,1,40,2,8,34,4,32,2,65,184,163,4,106,34,2,70,4,64,65,144,163,4,32,6,65,126,32,3,119,113,54,2,0,12,1,11,32,4,32,2,54,2,12,32,2,32,4,54,2,8,11,32,1,32,3,65,3,116,34,3,65,3,114,54,2,4,32,1,32,3,106,34,1,32,1,40,2,4,65,1,114,54,2,4,12,12,11,32,4,65,152,163,4,40,2,0,34,8,77,13,1,32,0,4,64,2,64,32,0,32,1,116,65,2,32,1,116,34,0,65,0,32,0,107,114,113,34,0,65,0,32,0,107,113,65,1,107,34,0,32,0,65,12,118,65,16,113,34,0,118,34,1,65,5,118,65,8,113,34,3,32,0,114,32,1,32,3,118,34,0,65,2,118,65,4,113,34,1,114,32,0,32,1,118,34,0,65,1,118,65,2,113,34,1,114,32,0,32,1,118,34,0,65,1,118,65,1,113,34,1,114,32,0,32,1,118,106,34,3,65,3,116,34,2,65,192,163,4,106,40,2,0,34,1,40,2,8,34,0,32,2,65,184,163,4,106,34,2,70,4,64,65,144,163,4,32,6,65,126,32,3,119,113,34,6,54,2,0,12,1,11,32,0,32,2,54,2,12,32,2,32,0,54,2,8,11,32,1,65,8,106,33,0,32,1,32,4,65,3,114,54,2,4,32,1,32,4,106,34,2,32,3,65,3,116,34,5,32,4,107,34,3,65,1,114,54,2,4,32,1,32,5,106,32,3,54,2,0,32,8,4,64,32,8,65,3,118,34,5,65,3,116,65,184,163,4,106,33,4,65,164,163,4,40,2,0,33,1,2,127,32,6,65,1,32,5,116,34,5,113,69,4,64,65,144,163,4,32,5,32,6,114,54,2,0,32,4,12,1,11,32,4,40,2,8,11,33,5,32,4,32,1,54,2,8,32,5,32,1,54,2,12,32,1,32,4,54,2,12,32,1,32,5,54,2,8,11,65,164,163,4,32,2,54,2,0,65,152,163,4,32,3,54,2,0,12,12,11,65,148,163,4,40,2,0,34,9,69,13,1,32,9,65,0,32,9,107,113,65,1,107,34,0,32,0,65,12,118,65,16,113,34,0,118,34,1,65,5,118,65,8,113,34,3,32,0,114,32,1,32,3,118,34,0,65,2,118,65,4,113,34,1,114,32,0,32,1,118,34,0,65,1,118,65,2,113,34,1,114,32,0,32,1,118,34,0,65,1,118,65,1,113,34,1,114,32,0,32,1,118,106,65,2,116,65,192,165,4,106,40,2,0,34,2,40,2,4,65,120,113,32,4,107,33,1,32,2,33,3,3,64,2,64,32,3,40,2,16,34,0,69,4,64,32,3,40,2,20,34,0,69,13,1,11,32,0,40,2,4,65,120,113,32,4,107,34,3,32,1,32,1,32,3,75,34,3,27,33,1,32,0,32,2,32,3,27,33,2,32,0,33,3,12,1,11,11,32,2,40,2,24,33,10,32,2,32,2,40,2,12,34,5,71,4,64,32,2,40,2,8,34,0,65,160,163,4,40,2,0,73,26,32,0,32,5,54,2,12,32,5,32,0,54,2,8,12,11,11,32,2,65,20,106,34,3,40,2,0,34,0,69,4,64,32,2,40,2,16,34,0,69,13,3,32,2,65,16,106,33,3,11,3,64,32,3,33,7,32,0,34,5,65,20,106,34,3,40,2,0,34,0,13,0,32,5,65,16,106,33,3,32,5,40,2,16,34,0,13,0,11,32,7,65,0,54,2,0,12,10,11,65,127,33,4,32,0,65,191,127,75,13,0,32,0,65,11,106,34,0,65,120,113,33,4,65,148,163,4,40,2,0,34,8,69,13,0,2,127,65,0,32,4,65,128,2,73,13,0,26,65,31,32,4,65,255,255,255,7,75,13,0,26,32,0,65,8,118,34,0,32,0,65,128,254,63,106,65,16,118,65,8,113,34,0,116,34,1,32,1,65,128,224,31,106,65,16,118,65,4,113,34,1,116,34,3,32,3,65,128,128,15,106,65,16,118,65,2,113,34,3,116,65,15,118,32,0,32,1,114,32,3,114,107,34,0,65,1,116,32,4,32,0,65,21,106,118,65,1,113,114,65,28,106,11,33,7,65,0,32,4,107,33,1,2,64,2,64,2,64,32,7,65,2,116,65,192,165,4,106,40,2,0,34,3,69,4,64,65,0,33,0,12,1,11,65,0,33,0,32,4,65,0,65,25,32,7,65,1,118,107,32,7,65,31,70,27,116,33,2,3,64,2,64,32,3,40,2,4,65,120,113,32,4,107,34,6,32,1,79,13,0,32,3,33,5,32,6,34,1,13,0,65,0,33,1,32,3,33,0,12,3,11,32,0,32,3,40,2,20,34,6,32,6,32,3,32,2,65,29,118,65,4,113,106,40,2,16,34,3,70,27,32,0,32,6,27,33,0,32,2,65,1,116,33,2,32,3,13,0,11,11,32,0,32,5,114,69,4,64,65,0,33,5,65,2,32,7,116,34,0,65,0,32,0,107,114,32,8,113,34,0,69,13,3,32,0,65,0,32,0,107,113,65,1,107,34,0,32,0,65,12,118,65,16,113,34,0,118,34,3,65,5,118,65,8,113,34,2,32,0,114,32,3,32,2,118,34,0,65,2,118,65,4,113,34,3,114,32,0,32,3,118,34,0,65,1,118,65,2,113,34,3,114,32,0,32,3,118,34,0,65,1,118,65,1,113,34,3,114,32,0,32,3,118,106,65,2,116,65,192,165,4,106,40,2,0,33,0,11,32,0,69,13,1,11,3,64,32,0,40,2,4,65,120,113,32,4,107,34,6,32,1,73,33,2,32,6,32,1,32,2,27,33,1,32,0,32,5,32,2,27,33,5,32,0,40,2,16,34,3,4,127,32,3,5,32,0,40,2,20,11,34,0,13,0,11,11,32,5,69,13,0,32,1,65,152,163,4,40,2,0,32,4,107,79,13,0,32,5,40,2,24,33,7,32,5,32,5,40,2,12,34,2,71,4,64,32,5,40,2,8,34,0,65,160,163,4,40,2,0,73,26,32,0,32,2,54,2,12,32,2,32,0,54,2,8,12,9,11,32,5,65,20,106,34,3,40,2,0,34,0,69,4,64,32,5,40,2,16,34,0,69,13,3,32,5,65,16,106,33,3,11,3,64,32,3,33,6,32,0,34,2,65,20,106,34,3,40,2,0,34,0,13,0,32,2,65,16,106,33,3,32,2,40,2,16,34,0,13,0,11,32,6,65,0,54,2,0,12,8,11,32,4,65,152,163,4,40,2,0,34,0,77,4,64,65,164,163,4,40,2,0,33,1,2,64,32,0,32,4,107,34,3,65,16,79,4,64,65,152,163,4,32,3,54,2,0,65,164,163,4,32,1,32,4,106,34,2,54,2,0,32,2,32,3,65,1,114,54,2,4,32,0,32,1,106,32,3,54,2,0,32,1,32,4,65,3,114,54,2,4,12,1,11,65,164,163,4,65,0,54,2,0,65,152,163,4,65,0,54,2,0,32,1,32,0,65,3,114,54,2,4,32,0,32,1,106,34,0,32,0,40,2,4,65,1,114,54,2,4,11,32,1,65,8,106,33,0,12,10,11,32,4,65,156,163,4,40,2,0,34,2,73,4,64,65,156,163,4,32,2,32,4,107,34,1,54,2,0,65,168,163,4,65,168,163,4,40,2,0,34,0,32,4,106,34,3,54,2,0,32,3,32,1,65,1,114,54,2,4,32,0,32,4,65,3,114,54,2,4,32,0,65,8,106,33,0,12,10,11,65,0,33,0,32,4,65,47,106,34,8,2,127,65,232,166,4,40,2,0,4,64,65,240,166,4,40,2,0,12,1,11,65,244,166,4,66,127,55,2,0,65,236,166,4,66,128,160,128,128,128,128,4,55,2,0,65,232,166,4,32,11,65,12,106,65,112,113,65,216,170,213,170,5,115,54,2,0,65,252,166,4,65,0,54,2,0,65,204,166,4,65,0,54,2,0,65,128,32,11,34,1,106,34,6,65,0,32,1,107,34,7,113,34,5,32,4,77,13,9,65,200,166,4,40,2,0,34,1,4,64,65,192,166,4,40,2,0,34,3,32,5,106,34,9,32,3,77,13,10,32,1,32,9,73,13,10,11,65,204,166,4,45,0,0,65,4,113,13,4,2,64,2,64,65,168,163,4,40,2,0,34,1,4,64,65,208,166,4,33,0,3,64,32,1,32,0,40,2,0,34,3,79,4,64,32,3,32,0,40,2,4,106,32,1,75,13,3,11,32,0,40,2,8,34,0,13,0,11,11,65,0,16,84,34,2,65,127,70,13,5,32,5,33,6,65,236,166,4,40,2,0,34,0,65,1,107,34,1,32,2,113,4,64,32,5,32,2,107,32,1,32,2,106,65,0,32,0,107,113,106,33,6,11,32,4,32,6,79,13,5,32,6,65,254,255,255,255,7,75,13,5,65,200,166,4,40,2,0,34,0,4,64,65,192,166,4,40,2,0,34,1,32,6,106,34,3,32,1,77,13,6,32,0,32,3,73,13,6,11,32,6,16,84,34,0,32,2,71,13,1,12,7,11,32,6,32,2,107,32,7,113,34,6,65,254,255,255,255,7,75,13,4,32,6,16,84,34,2,32,0,40,2,0,32,0,40,2,4,106,70,13,3,32,2,33,0,11,2,64,32,0,65,127,70,13,0,32,4,65,48,106,32,6,77,13,0,65,240,166,4,40,2,0,34,1,32,8,32,6,107,106,65,0,32,1,107,113,34,1,65,254,255,255,255,7,75,4,64,32,0,33,2,12,7,11,32,1,16,84,65,127,71,4,64,32,1,32,6,106,33,6,32,0,33,2,12,7,11,65,0,32,6,107,16,84,26,12,4,11,32,0,33,2,32,0,65,127,71,13,5,12,3,11,65,0,33,5,12,7,11,65,0,33,2,12,5,11,32,2,65,127,71,13,2,11,65,204,166,4,65,204,166,4,40,2,0,65,4,114,54,2,0,11,32,5,65,254,255,255,255,7,75,13,1,32,5,16,84,33,2,65,0,16,84,33,0,32,2,65,127,70,13,1,32,0,65,127,70,13,1,32,0,32,2,77,13,1,32,0,32,2,107,34,6,32,4,65,40,106,77,13,1,11,65,192,166,4,65,192,166,4,40,2,0,32,6,106,34,0,54,2,0,65,196,166,4,40,2,0,32,0,73,4,64,65,196,166,4,32,0,54,2,0,11,2,64,2,64,2,64,65,168,163,4,40,2,0,34,1,4,64,65,208,166,4,33,0,3,64,32,2,32,0,40,2,0,34,3,32,0,40,2,4,34,5,106,70,13,2,32,0,40,2,8,34,0,13,0,11,12,2,11,65,160,163,4,40,2,0,34,0,65,0,32,0,32,2,77,27,69,4,64,65,160,163,4,32,2,54,2,0,11,65,0,33,0,65,212,166,4,32,6,54,2,0,65,208,166,4,32,2,54,2,0,65,176,163,4,65,127,54,2,0,65,180,163,4,65,232,166,4,40,2,0,54,2,0,65,220,166,4,65,0,54,2,0,3,64,32,0,65,3,116,34,1,65,192,163,4,106,32,1,65,184,163,4,106,34,3,54,2,0,32,1,65,196,163,4,106,32,3,54,2,0,32,0,65,1,106,34,0,65,32,71,13,0,11,65,156,163,4,32,6,65,40,107,34,0,65,120,32,2,107,65,7,113,65,0,32,2,65,8,106,65,7,113,27,34,1,107,34,3,54,2,0,65,168,163,4,32,1,32,2,106,34,1,54,2,0,32,1,32,3,65,1,114,54,2,4,32,0,32,2,106,65,40,54,2,4,65,172,163,4,65,248,166,4,40,2,0,54,2,0,12,2,11,32,0,45,0,12,65,8,113,13,0,32,1,32,3,73,13,0,32,1,32,2,79,13,0,32,0,32,5,32,6,106,54,2,4,65,168,163,4,32,1,65,120,32,1,107,65,7,113,65,0,32,1,65,8,106,65,7,113,27,34,0,106,34,3,54,2,0,65,156,163,4,65,156,163,4,40,2,0,32,6,106,34,2,32,0,107,34,0,54,2,0,32,3,32,0,65,1,114,54,2,4,32,1,32,2,106,65,40,54,2,4,65,172,163,4,65,248,166,4,40,2,0,54,2,0,12,1,11,65,160,163,4,40,2,0,32,2,75,4,64,65,160,163,4,32,2,54,2,0,11,32,2,32,6,106,33,3,65,208,166,4,33,0,2,64,2,64,2,64,2,64,2,64,2,64,3,64,32,3,32,0,40,2,0,71,4,64,32,0,40,2,8,34,0,13,1,12,2,11,11,32,0,45,0,12,65,8,113,69,13,1,11,65,208,166,4,33,0,3,64,32,1,32,0,40,2,0,34,3,79,4,64,32,3,32,0,40,2,4,106,34,3,32,1,75,13,3,11,32,0,40,2,8,33,0,12,0,11,0,11,32,0,32,2,54,2,0,32,0,32,0,40,2,4,32,6,106,54,2,4,32,2,65,120,32,2,107,65,7,113,65,0,32,2,65,8,106,65,7,113,27,106,34,7,32,4,65,3,114,54,2,4,32,3,65,120,32,3,107,65,7,113,65,0,32,3,65,8,106,65,7,113,27,106,34,6,32,4,32,7,106,34,4,107,33,3,32,1,32,6,70,4,64,65,168,163,4,32,4,54,2,0,65,156,163,4,65,156,163,4,40,2,0,32,3,106,34,0,54,2,0,32,4,32,0,65,1,114,54,2,4,12,3,11,32,6,65,164,163,4,40,2,0,70,4,64,65,164,163,4,32,4,54,2,0,65,152,163,4,65,152,163,4,40,2,0,32,3,106,34,0,54,2,0,32,4,32,0,65,1,114,54,2,4,32,0,32,4,106,32,0,54,2,0,12,3,11,32,6,40,2,4,34,0,65,3,113,65,1,70,4,64,32,0,65,120,113,33,8,2,64,32,0,65,255,1,77,4,64,32,6,40,2,8,34,1,32,0,65,3,118,34,5,65,3,116,65,184,163,4,106,70,26,32,1,32,6,40,2,12,34,0,70,4,64,65,144,163,4,65,144,163,4,40,2,0,65,126,32,5,119,113,54,2,0,12,2,11,32,1,32,0,54,2,12,32,0,32,1,54,2,8,12,1,11,32,6,40,2,24,33,9,2,64,32,6,32,6,40,2,12,34,2,71,4,64,32,6,40,2,8,34,0,32,2,54,2,12,32,2,32,0,54,2,8,12,1,11,2,64,32,6,65,20,106,34,0,40,2,0,34,1,13,0,32,6,65,16,106,34,0,40,2,0,34,1,13,0,65,0,33,2,12,1,11,3,64,32,0,33,5,32,1,34,2,65,20,106,34,0,40,2,0,34,1,13,0,32,2,65,16,106,33,0,32,2,40,2,16,34,1,13,0,11,32,5,65,0,54,2,0,11,32,9,69,13,0,2,64,32,6,32,6,40,2,28,34,1,65,2,116,65,192,165,4,106,34,0,40,2,0,70,4,64,32,0,32,2,54,2,0,32,2,13,1,65,148,163,4,65,148,163,4,40,2,0,65,126,32,1,119,113,54,2,0,12,2,11,32,9,65,16,65,20,32,9,40,2,16,32,6,70,27,106,32,2,54,2,0,32,2,69,13,1,11,32,2,32,9,54,2,24,32,6,40,2,16,34,0,4,64,32,2,32,0,54,2,16,32,0,32,2,54,2,24,11,32,6,40,2,20,34,0,69,13,0,32,2,32,0,54,2,20,32,0,32,2,54,2,24,11,32,6,32,8,106,33,6,32,3,32,8,106,33,3,11,32,6,32,6,40,2,4,65,126,113,54,2,4,32,4,32,3,65,1,114,54,2,4,32,3,32,4,106,32,3,54,2,0,32,3,65,255,1,77,4,64,32,3,65,3,118,34,1,65,3,116,65,184,163,4,106,33,0,2,127,65,144,163,4,40,2,0,34,3,65,1,32,1,116,34,1,113,69,4,64,65,144,163,4,32,1,32,3,114,54,2,0,32,0,12,1,11,32,0,40,2,8,11,33,1,32,0,32,4,54,2,8,32,1,32,4,54,2,12,32,4,32,0,54,2,12,32,4,32,1,54,2,8,12,3,11,65,31,33,0,32,3,65,255,255,255,7,77,4,64,32,3,65,8,118,34,0,32,0,65,128,254,63,106,65,16,118,65,8,113,34,0,116,34,1,32,1,65,128,224,31,106,65,16,118,65,4,113,34,1,116,34,2,32,2,65,128,128,15,106,65,16,118,65,2,113,34,2,116,65,15,118,32,0,32,1,114,32,2,114,107,34,0,65,1,116,32,3,32,0,65,21,106,118,65,1,113,114,65,28,106,33,0,11,32,4,32,0,54,2,28,32,4,66,0,55,2,16,32,0,65,2,116,65,192,165,4,106,33,1,2,64,65,148,163,4,40,2,0,34,2,65,1,32,0,116,34,5,113,69,4,64,65,148,163,4,32,2,32,5,114,54,2,0,32,1,32,4,54,2,0,32,4,32,1,54,2,24,12,1,11,32,3,65,0,65,25,32,0,65,1,118,107,32,0,65,31,70,27,116,33,0,32,1,40,2,0,33,2,3,64,32,2,34,1,40,2,4,65,120,113,32,3,70,13,3,32,0,65,29,118,33,2,32,0,65,1,116,33,0,32,1,32,2,65,4,113,106,65,16,106,34,5,40,2,0,34,2,13,0,11,32,5,32,4,54,2,0,32,4,32,1,54,2,24,11,32,4,32,4,54,2,12,32,4,32,4,54,2,8,12,2,11,65,156,163,4,32,6,65,40,107,34,0,65,120,32,2,107,65,7,113,65,0,32,2,65,8,106,65,7,113,27,34,5,107,34,7,54,2,0,65,168,163,4,32,2,32,5,106,34,5,54,2,0,32,5,32,7,65,1,114,54,2,4,32,0,32,2,106,65,40,54,2,4,65,172,163,4,65,248,166,4,40,2,0,54,2,0,32,1,32,3,65,39,32,3,107,65,7,113,65,0,32,3,65,39,107,65,7,113,27,106,65,47,107,34,0,32,0,32,1,65,16,106,73,27,34,5,65,27,54,2,4,32,5,65,216,166,4,41,2,0,55,2,16,32,5,65,208,166,4,41,2,0,55,2,8,65,216,166,4,32,5,65,8,106,54,2,0,65,212,166,4,32,6,54,2,0,65,208,166,4,32,2,54,2,0,65,220,166,4,65,0,54,2,0,32,5,65,24,106,33,0,3,64,32,0,65,7,54,2,4,32,0,65,8,106,33,2,32,0,65,4,106,33,0,32,2,32,3,73,13,0,11,32,1,32,5,70,13,3,32,5,32,5,40,2,4,65,126,113,54,2,4,32,1,32,5,32,1,107,34,6,65,1,114,54,2,4,32,5,32,6,54,2,0,32,6,65,255,1,77,4,64,32,6,65,3,118,34,3,65,3,116,65,184,163,4,106,33,0,2,127,65,144,163,4,40,2,0,34,2,65,1,32,3,116,34,3,113,69,4,64,65,144,163,4,32,2,32,3,114,54,2,0,32,0,12,1,11,32,0,40,2,8,11,33,3,32,0,32,1,54,2,8,32,3,32,1,54,2,12,32,1,32,0,54,2,12,32,1,32,3,54,2,8,12,4,11,65,31,33,0,32,1,66,0,55,2,16,32,6,65,255,255,255,7,77,4,64,32,6,65,8,118,34,0,32,0,65,128,254,63,106,65,16,118,65,8,113,34,0,116,34,3,32,3,65,128,224,31,106,65,16,118,65,4,113,34,3,116,34,2,32,2,65,128,128,15,106,65,16,118,65,2,113,34,2,116,65,15,118,32,0,32,3,114,32,2,114,107,34,0,65,1,116,32,6,32,0,65,21,106,118,65,1,113,114,65,28,106,33,0,11,32,1,32,0,54,2,28,32,0,65,2,116,65,192,165,4,106,33,3,2,64,65,148,163,4,40,2,0,34,2,65,1,32,0,116,34,5,113,69,4,64,65,148,163,4,32,2,32,5,114,54,2,0,32,3,32,1,54,2,0,32,1,32,3,54,2,24,12,1,11,32,6,65,0,65,25,32,0,65,1,118,107,32,0,65,31,70,27,116,33,0,32,3,40,2,0,33,2,3,64,32,2,34,3,40,2,4,65,120,113,32,6,70,13,4,32,0,65,29,118,33,2,32,0,65,1,116,33,0,32,3,32,2,65,4,113,106,65,16,106,34,5,40,2,0,34,2,13,0,11,32,5,32,1,54,2,0,32,1,32,3,54,2,24,11,32,1,32,1,54,2,12,32,1,32,1,54,2,8,12,3,11,32,1,40,2,8,34,0,32,4,54,2,12,32,1,32,4,54,2,8,32,4,65,0,54,2,24,32,4,32,1,54,2,12,32,4,32,0,54,2,8,11,32,7,65,8,106,33,0,12,5,11,32,3,40,2,8,34,0,32,1,54,2,12,32,3,32,1,54,2,8,32,1,65,0,54,2,24,32,1,32,3,54,2,12,32,1,32,0,54,2,8,11,65,156,163,4,40,2,0,34,0,32,4,77,13,0,65,156,163,4,32,0,32,4,107,34,1,54,2,0,65,168,163,4,65,168,163,4,40,2,0,34,0,32,4,106,34,3,54,2,0,32,3,32,1,65,1,114,54,2,4,32,0,32,4,65,3,114,54,2,4,32,0,65,8,106,33,0,12,3,11,65,140,163,4,65,48,54,2,0,65,0,33,0,12,2,11,2,64,32,7,69,13,0,2,64,32,5,40,2,28,34,3,65,2,116,65,192,165,4,106,34,0,40,2,0,32,5,70,4,64,32,0,32,2,54,2,0,32,2,13,1,65,148,163,4,32,8,65,126,32,3,119,113,34,8,54,2,0,12,2,11,32,7,65,16,65,20,32,7,40,2,16,32,5,70,27,106,32,2,54,2,0,32,2,69,13,1,11,32,2,32,7,54,2,24,32,5,40,2,16,34,0,4,64,32,2,32,0,54,2,16,32,0,32,2,54,2,24,11,32,5,40,2,20,34,0,69,13,0,32,2,32,0,54,2,20,32,0,32,2,54,2,24,11,2,64,32,1,65,15,77,4,64,32,5,32,1,32,4,106,34,0,65,3,114,54,2,4,32,0,32,5,106,34,0,32,0,40,2,4,65,1,114,54,2,4,12,1,11,32,5,32,4,65,3,114,54,2,4,32,4,32,5,106,34,2,32,1,65,1,114,54,2,4,32,1,32,2,106,32,1,54,2,0,32,1,65,255,1,77,4,64,32,1,65,3,118,34,1,65,3,116,65,184,163,4,106,33,0,2,127,65,144,163,4,40,2,0,34,3,65,1,32,1,116,34,1,113,69,4,64,65,144,163,4,32,1,32,3,114,54,2,0,32,0,12,1,11,32,0,40,2,8,11,33,1,32,0,32,2,54,2,8,32,1,32,2,54,2,12,32,2,32,0,54,2,12,32,2,32,1,54,2,8,12,1,11,65,31,33,0,32,1,65,255,255,255,7,77,4,64,32,1,65,8,118,34,0,32,0,65,128,254,63,106,65,16,118,65,8,113,34,0,116,34,3,32,3,65,128,224,31,106,65,16,118,65,4,113,34,3,116,34,4,32,4,65,128,128,15,106,65,16,118,65,2,113,34,4,116,65,15,118,32,0,32,3,114,32,4,114,107,34,0,65,1,116,32,1,32,0,65,21,106,118,65,1,113,114,65,28,106,33,0,11,32,2,32,0,54,2,28,32,2,66,0,55,2,16,32,0,65,2,116,65,192,165,4,106,33,3,2,64,2,64,32,8,65,1,32,0,116,34,4,113,69,4,64,65,148,163,4,32,4,32,8,114,54,2,0,32,3,32,2,54,2,0,32,2,32,3,54,2,24,12,1,11,32,1,65,0,65,25,32,0,65,1,118,107,32,0,65,31,70,27,116,33,0,32,3,40,2,0,33,4,3,64,32,4,34,3,40,2,4,65,120,113,32,1,70,13,2,32,0,65,29,118,33,4,32,0,65,1,116,33,0,32,3,32,4,65,4,113,106,65,16,106,34,6,40,2,0,34,4,13,0,11,32,6,32,2,54,2,0,32,2,32,3,54,2,24,11,32,2,32,2,54,2,12,32,2,32,2,54,2,8,12,1,11,32,3,40,2,8,34,0,32,2,54,2,12,32,3,32,2,54,2,8,32,2,65,0,54,2,24,32,2,32,3,54,2,12,32,2,32,0,54,2,8,11,32,5,65,8,106,33,0,12,1,11,2,64,32,10,69,13,0,2,64,32,2,40,2,28,34,3,65,2,116,65,192,165,4,106,34,0,40,2,0,32,2,70,4,64,32,0,32,5,54,2,0,32,5,13,1,65,148,163,4,32,9,65,126,32,3,119,113,54,2,0,12,2,11,32,10,65,16,65,20,32,10,40,2,16,32,2,70,27,106,32,5,54,2,0,32,5,69,13,1,11,32,5,32,10,54,2,24,32,2,40,2,16,34,0,4,64,32,5,32,0,54,2,16,32,0,32,5,54,2,24,11,32,2,40,2,20,34,0,69,13,0,32,5,32,0,54,2,20,32,0,32,5,54,2,24,11,2,64,32,1,65,15,77,4,64,32,2,32,1,32,4,106,34,0,65,3,114,54,2,4,32,0,32,2,106,34,0,32,0,40,2,4,65,1,114,54,2,4,12,1,11,32,2,32,4,65,3,114,54,2,4,32,2,32,4,106,34,3,32,1,65,1,114,54,2,4,32,1,32,3,106,32,1,54,2,0,32,8,4,64,32,8,65,3,118,34,5,65,3,116,65,184,163,4,106,33,4,65,164,163,4,40,2,0,33,0,2,127,65,1,32,5,116,34,5,32,6,113,69,4,64,65,144,163,4,32,5,32,6,114,54,2,0,32,4,12,1,11,32,4,40,2,8,11,33,5,32,4,32,0,54,2,8,32,5,32,0,54,2,12,32,0,32,4,54,2,12,32,0,32,5,54,2,8,11,65,164,163,4,32,3,54,2,0,65,152,163,4,32,1,54,2,0,11,32,2,65,8,106,33,0,11,32,11,65,16,106,36,0,32,0,11,204,12,1,7,127,2,64,32,0,69,13,0,32,0,65,8,107,34,2,32,0,65,4,107,40,2,0,34,1,65,120,113,34,0,106,33,5,2,64,32,1,65,1,113,13,0,32,1,65,3,113,69,13,1,32,2,32,2,40,2,0,34,1,107,34,2,65,160,163,4,40,2,0,73,13,1,32,0,32,1,106,33,0,32,2,65,164,163,4,40,2,0,71,4,64,32,1,65,255,1,77,4,64,32,2,40,2,8,34,4,32,1,65,3,118,34,7,65,3,116,65,184,163,4,106,70,26,32,4,32,2,40,2,12,34,1,70,4,64,65,144,163,4,65,144,163,4,40,2,0,65,126,32,7,119,113,54,2,0,12,3,11,32,4,32,1,54,2,12,32,1,32,4,54,2,8,12,2,11,32,2,40,2,24,33,6,2,64,32,2,32,2,40,2,12,34,3,71,4,64,32,2,40,2,8,34,1,32,3,54,2,12,32,3,32,1,54,2,8,12,1,11,2,64,32,2,65,20,106,34,1,40,2,0,34,4,13,0,32,2,65,16,106,34,1,40,2,0,34,4,13,0,65,0,33,3,12,1,11,3,64,32,1,33,7,32,4,34,3,65,20,106,34,1,40,2,0,34,4,13,0,32,3,65,16,106,33,1,32,3,40,2,16,34,4,13,0,11,32,7,65,0,54,2,0,11,32,6,69,13,1,2,64,32,2,32,2,40,2,28,34,4,65,2,116,65,192,165,4,106,34,1,40,2,0,70,4,64,32,1,32,3,54,2,0,32,3,13,1,65,148,163,4,65,148,163,4,40,2,0,65,126,32,4,119,113,54,2,0,12,3,11,32,6,65,16,65,20,32,6,40,2,16,32,2,70,27,106,32,3,54,2,0,32,3,69,13,2,11,32,3,32,6,54,2,24,32,2,40,2,16,34,1,4,64,32,3,32,1,54,2,16,32,1,32,3,54,2,24,11,32,2,40,2,20,34,1,69,13,1,32,3,32,1,54,2,20,32,1,32,3,54,2,24,12,1,11,32,5,40,2,4,34,1,65,3,113,65,3,71,13,0,65,152,163,4,32,0,54,2,0,32,5,32,1,65,126,113,54,2,4,32,2,32,0,65,1,114,54,2,4,32,0,32,2,106,32,0,54,2,0,15,11,32,2,32,5,79,13,0,32,5,40,2,4,34,1,65,1,113,69,13,0,2,64,32,1,65,2,113,69,4,64,32,5,65,168,163,4,40,2,0,70,4,64,65,168,163,4,32,2,54,2,0,65,156,163,4,65,156,163,4,40,2,0,32,0,106,34,0,54,2,0,32,2,32,0,65,1,114,54,2,4,32,2,65,164,163,4,40,2,0,71,13,3,65,152,163,4,65,0,54,2,0,65,164,163,4,65,0,54,2,0,15,11,32,5,65,164,163,4,40,2,0,70,4,64,65,164,163,4,32,2,54,2,0,65,152,163,4,65,152,163,4,40,2,0,32,0,106,34,0,54,2,0,32,2,32,0,65,1,114,54,2,4,32,0,32,2,106,32,0,54,2,0,15,11,32,1,65,120,113,32,0,106,33,0,2,64,32,1,65,255,1,77,4,64,32,5,40,2,8,34,4,32,1,65,3,118,34,7,65,3,116,65,184,163,4,106,70,26,32,4,32,5,40,2,12,34,1,70,4,64,65,144,163,4,65,144,163,4,40,2,0,65,126,32,7,119,113,54,2,0,12,2,11,32,4,32,1,54,2,12,32,1,32,4,54,2,8,12,1,11,32,5,40,2,24,33,6,2,64,32,5,32,5,40,2,12,34,3,71,4,64,32,5,40,2,8,34,1,65,160,163,4,40,2,0,73,26,32,1,32,3,54,2,12,32,3,32,1,54,2,8,12,1,11,2,64,32,5,65,20,106,34,1,40,2,0,34,4,13,0,32,5,65,16,106,34,1,40,2,0,34,4,13,0,65,0,33,3,12,1,11,3,64,32,1,33,7,32,4,34,3,65,20,106,34,1,40,2,0,34,4,13,0,32,3,65,16,106,33,1,32,3,40,2,16,34,4,13,0,11,32,7,65,0,54,2,0,11,32,6,69,13,0,2,64,32,5,32,5,40,2,28,34,4,65,2,116,65,192,165,4,106,34,1,40,2,0,70,4,64,32,1,32,3,54,2,0,32,3,13,1,65,148,163,4,65,148,163,4,40,2,0,65,126,32,4,119,113,54,2,0,12,2,11,32,6,65,16,65,20,32,6,40,2,16,32,5,70,27,106,32,3,54,2,0,32,3,69,13,1,11,32,3,32,6,54,2,24,32,5,40,2,16,34,1,4,64,32,3,32,1,54,2,16,32,1,32,3,54,2,24,11,32,5,40,2,20,34,1,69,13,0,32,3,32,1,54,2,20,32,1,32,3,54,2,24,11,32,2,32,0,65,1,114,54,2,4,32,0,32,2,106,32,0,54,2,0,32,2,65,164,163,4,40,2,0,71,13,1,65,152,163,4,32,0,54,2,0,15,11,32,5,32,1,65,126,113,54,2,4,32,2,32,0,65,1,114,54,2,4,32,0,32,2,106,32,0,54,2,0,11,32,0,65,255,1,77,4,64,32,0,65,3,118,34,1,65,3,116,65,184,163,4,106,33,0,2,127,65,144,163,4,40,2,0,34,4,65,1,32,1,116,34,1,113,69,4,64,65,144,163,4,32,1,32,4,114,54,2,0,32,0,12,1,11,32,0,40,2,8,11,33,1,32,0,32,2,54,2,8,32,1,32,2,54,2,12,32,2,32,0,54,2,12,32,2,32,1,54,2,8,15,11,65,31,33,1,32,2,66,0,55,2,16,32,0,65,255,255,255,7,77,4,64,32,0,65,8,118,34,1,32,1,65,128,254,63,106,65,16,118,65,8,113,34,1,116,34,4,32,4,65,128,224,31,106,65,16,118,65,4,113,34,4,116,34,3,32,3,65,128,128,15,106,65,16,118,65,2,113,34,3,116,65,15,118,32,1,32,4,114,32,3,114,107,34,1,65,1,116,32,0,32,1,65,21,106,118,65,1,113,114,65,28,106,33,1,11,32,2,32,1,54,2,28,32,1,65,2,116,65,192,165,4,106,33,4,2,64,2,64,2,64,65,148,163,4,40,2,0,34,3,65,1,32,1,116,34,5,113,69,4,64,65,148,163,4,32,3,32,5,114,54,2,0,32,4,32,2,54,2,0,32,2,32,4,54,2,24,12,1,11,32,0,65,0,65,25,32,1,65,1,118,107,32,1,65,31,70,27,116,33,1,32,4,40,2,0,33,3,3,64,32,3,34,4,40,2,4,65,120,113,32,0,70,13,2,32,1,65,29,118,33,3,32,1,65,1,116,33,1,32,4,32,3,65,4,113,106,65,16,106,34,5,40,2,0,34,3,13,0,11,32,5,32,2,54,2,0,32,2,32,4,54,2,24,11,32,2,32,2,54,2,12,32,2,32,2,54,2,8,12,1,11,32,4,40,2,8,34,0,32,2,54,2,12,32,4,32,2,54,2,8,32,2,65,0,54,2,24,32,2,32,4,54,2,12,32,2,32,0,54,2,8,11,65,176,163,4,65,176,163,4,40,2,0,65,1,107,34,2,65,127,32,2,27,54,2,0,11,11,154,8,1,11,127,32,0,69,4,64,32,1,16,85,15,11,32,1,65,64,79,4,64,65,140,163,4,65,48,54,2,0,65,0,15,11,2,127,65,16,32,1,65,11,106,65,120,113,32,1,65,11,73,27,33,3,32,0,65,8,107,34,5,40,2,4,34,8,65,120,113,33,2,2,64,32,8,65,3,113,69,4,64,65,0,32,3,65,128,2,73,13,2,26,32,3,65,4,106,32,2,77,4,64,32,5,33,4,32,2,32,3,107,65,240,166,4,40,2,0,65,1,116,77,13,2,11,65,0,12,2,11,32,2,32,5,106,33,7,2,64,32,2,32,3,79,4,64,32,2,32,3,107,34,2,65,16,73,13,1,32,5,32,8,65,1,113,32,3,114,65,2,114,54,2,4,32,3,32,5,106,34,3,32,2,65,3,114,54,2,4,32,7,32,7,40,2,4,65,1,114,54,2,4,32,3,32,2,16,88,12,1,11,32,7,65,168,163,4,40,2,0,70,4,64,65,156,163,4,40,2,0,32,2,106,34,2,32,3,77,13,2,32,5,32,8,65,1,113,32,3,114,65,2,114,54,2,4,32,3,32,5,106,34,8,32,2,32,3,107,34,3,65,1,114,54,2,4,65,156,163,4,32,3,54,2,0,65,168,163,4,32,8,54,2,0,12,1,11,32,7,65,164,163,4,40,2,0,70,4,64,65,152,163,4,40,2,0,32,2,106,34,2,32,3,73,13,2,2,64,32,2,32,3,107,34,4,65,16,79,4,64,32,5,32,8,65,1,113,32,3,114,65,2,114,54,2,4,32,3,32,5,106,34,3,32,4,65,1,114,54,2,4,32,2,32,5,106,34,2,32,4,54,2,0,32,2,32,2,40,2,4,65,126,113,54,2,4,12,1,11,32,5,32,8,65,1,113,32,2,114,65,2,114,54,2,4,32,2,32,5,106,34,3,32,3,40,2,4,65,1,114,54,2,4,65,0,33,4,65,0,33,3,11,65,164,163,4,32,3,54,2,0,65,152,163,4,32,4,54,2,0,12,1,11,32,7,40,2,4,34,6,65,2,113,13,1,32,6,65,120,113,32,2,106,34,9,32,3,73,13,1,32,9,32,3,107,33,11,2,64,32,6,65,255,1,77,4,64,32,7,40,2,8,34,2,32,6,65,3,118,34,12,65,3,116,65,184,163,4,106,70,26,32,2,32,7,40,2,12,34,4,70,4,64,65,144,163,4,65,144,163,4,40,2,0,65,126,32,12,119,113,54,2,0,12,2,11,32,2,32,4,54,2,12,32,4,32,2,54,2,8,12,1,11,32,7,40,2,24,33,10,2,64,32,7,32,7,40,2,12,34,6,71,4,64,32,7,40,2,8,34,2,65,160,163,4,40,2,0,73,26,32,2,32,6,54,2,12,32,6,32,2,54,2,8,12,1,11,2,64,32,7,65,20,106,34,2,40,2,0,34,4,13,0,32,7,65,16,106,34,2,40,2,0,34,4,13,0,65,0,33,6,12,1,11,3,64,32,2,33,12,32,4,34,6,65,20,106,34,2,40,2,0,34,4,13,0,32,6,65,16,106,33,2,32,6,40,2,16,34,4,13,0,11,32,12,65,0,54,2,0,11,32,10,69,13,0,2,64,32,7,32,7,40,2,28,34,4,65,2,116,65,192,165,4,106,34,2,40,2,0,70,4,64,32,2,32,6,54,2,0,32,6,13,1,65,148,163,4,65,148,163,4,40,2,0,65,126,32,4,119,113,54,2,0,12,2,11,32,10,65,16,65,20,32,10,40,2,16,32,7,70,27,106,32,6,54,2,0,32,6,69,13,1,11,32,6,32,10,54,2,24,32,7,40,2,16,34,2,4,64,32,6,32,2,54,2,16,32,2,32,6,54,2,24,11,32,7,40,2,20,34,2,69,13,0,32,6,32,2,54,2,20,32,2,32,6,54,2,24,11,32,11,65,15,77,4,64,32,5,32,8,65,1,113,32,9,114,65,2,114,54,2,4,32,5,32,9,106,34,3,32,3,40,2,4,65,1,114,54,2,4,12,1,11,32,5,32,8,65,1,113,32,3,114,65,2,114,54,2,4,32,3,32,5,106,34,3,32,11,65,3,114,54,2,4,32,5,32,9,106,34,2,32,2,40,2,4,65,1,114,54,2,4,32,3,32,11,16,88,11,32,5,33,4,11,32,4,11,34,4,4,64,32,4,65,8,106,15,11,32,1,16,85,34,4,69,4,64,65,0,15,11,32,4,32,0,65,124,65,120,32,0,65,4,107,40,2,0,34,5,65,3,113,27,32,5,65,120,113,106,34,5,32,1,32,1,32,5,75,27,16,69,26,32,0,16,86,32,4,11,139,12,1,6,127,32,0,32,1,106,33,5,2,64,2,64,32,0,40,2,4,34,2,65,1,113,13,0,32,2,65,3,113,69,13,1,32,0,40,2,0,34,2,32,1,106,33,1,2,64,32,0,32,2,107,34,0,65,164,163,4,40,2,0,71,4,64,32,2,65,255,1,77,4,64,32,0,40,2,8,34,4,32,2,65,3,118,34,7,65,3,116,65,184,163,4,106,70,26,32,0,40,2,12,34,2,32,4,71,13,2,65,144,163,4,65,144,163,4,40,2,0,65,126,32,7,119,113,54,2,0,12,3,11,32,0,40,2,24,33,6,2,64,32,0,32,0,40,2,12,34,3,71,4,64,32,0,40,2,8,34,2,65,160,163,4,40,2,0,73,26,32,2,32,3,54,2,12,32,3,32,2,54,2,8,12,1,11,2,64,32,0,65,20,106,34,2,40,2,0,34,4,13,0,32,0,65,16,106,34,2,40,2,0,34,4,13,0,65,0,33,3,12,1,11,3,64,32,2,33,7,32,4,34,3,65,20,106,34,2,40,2,0,34,4,13,0,32,3,65,16,106,33,2,32,3,40,2,16,34,4,13,0,11,32,7,65,0,54,2,0,11,32,6,69,13,2,2,64,32,0,32,0,40,2,28,34,4,65,2,116,65,192,165,4,106,34,2,40,2,0,70,4,64,32,2,32,3,54,2,0,32,3,13,1,65,148,163,4,65,148,163,4,40,2,0,65,126,32,4,119,113,54,2,0,12,4,11,32,6,65,16,65,20,32,6,40,2,16,32,0,70,27,106,32,3,54,2,0,32,3,69,13,3,11,32,3,32,6,54,2,24,32,0,40,2,16,34,2,4,64,32,3,32,2,54,2,16,32,2,32,3,54,2,24,11,32,0,40,2,20,34,2,69,13,2,32,3,32,2,54,2,20,32,2,32,3,54,2,24,12,2,11,32,5,40,2,4,34,2,65,3,113,65,3,71,13,1,65,152,163,4,32,1,54,2,0,32,5,32,2,65,126,113,54,2,4,32,0,32,1,65,1,114,54,2,4,32,5,32,1,54,2,0,15,11,32,4,32,2,54,2,12,32,2,32,4,54,2,8,11,2,64,32,5,40,2,4,34,2,65,2,113,69,4,64,32,5,65,168,163,4,40,2,0,70,4,64,65,168,163,4,32,0,54,2,0,65,156,163,4,65,156,163,4,40,2,0,32,1,106,34,1,54,2,0,32,0,32,1,65,1,114,54,2,4,32,0,65,164,163,4,40,2,0,71,13,3,65,152,163,4,65,0,54,2,0,65,164,163,4,65,0,54,2,0,15,11,32,5,65,164,163,4,40,2,0,70,4,64,65,164,163,4,32,0,54,2,0,65,152,163,4,65,152,163,4,40,2,0,32,1,106,34,1,54,2,0,32,0,32,1,65,1,114,54,2,4,32,0,32,1,106,32,1,54,2,0,15,11,32,2,65,120,113,32,1,106,33,1,2,64,32,2,65,255,1,77,4,64,32,5,40,2,8,34,4,32,2,65,3,118,34,7,65,3,116,65,184,163,4,106,70,26,32,4,32,5,40,2,12,34,2,70,4,64,65,144,163,4,65,144,163,4,40,2,0,65,126,32,7,119,113,54,2,0,12,2,11,32,4,32,2,54,2,12,32,2,32,4,54,2,8,12,1,11,32,5,40,2,24,33,6,2,64,32,5,32,5,40,2,12,34,3,71,4,64,32,5,40,2,8,34,2,65,160,163,4,40,2,0,73,26,32,2,32,3,54,2,12,32,3,32,2,54,2,8,12,1,11,2,64,32,5,65,20,106,34,4,40,2,0,34,2,13,0,32,5,65,16,106,34,4,40,2,0,34,2,13,0,65,0,33,3,12,1,11,3,64,32,4,33,7,32,2,34,3,65,20,106,34,4,40,2,0,34,2,13,0,32,3,65,16,106,33,4,32,3,40,2,16,34,2,13,0,11,32,7,65,0,54,2,0,11,32,6,69,13,0,2,64,32,5,32,5,40,2,28,34,4,65,2,116,65,192,165,4,106,34,2,40,2,0,70,4,64,32,2,32,3,54,2,0,32,3,13,1,65,148,163,4,65,148,163,4,40,2,0,65,126,32,4,119,113,54,2,0,12,2,11,32,6,65,16,65,20,32,6,40,2,16,32,5,70,27,106,32,3,54,2,0,32,3,69,13,1,11,32,3,32,6,54,2,24,32,5,40,2,16,34,2,4,64,32,3,32,2,54,2,16,32,2,32,3,54,2,24,11,32,5,40,2,20,34,2,69,13,0,32,3,32,2,54,2,20,32,2,32,3,54,2,24,11,32,0,32,1,65,1,114,54,2,4,32,0,32,1,106,32,1,54,2,0,32,0,65,164,163,4,40,2,0,71,13,1,65,152,163,4,32,1,54,2,0,15,11,32,5,32,2,65,126,113,54,2,4,32,0,32,1,65,1,114,54,2,4,32,0,32,1,106,32,1,54,2,0,11,32,1,65,255,1,77,4,64,32,1,65,3,118,34,2,65,3,116,65,184,163,4,106,33,1,2,127,65,144,163,4,40,2,0,34,4,65,1,32,2,116,34,2,113,69,4,64,65,144,163,4,32,2,32,4,114,54,2,0,32,1,12,1,11,32,1,40,2,8,11,33,2,32,1,32,0,54,2,8,32,2,32,0,54,2,12,32,0,32,1,54,2,12,32,0,32,2,54,2,8,15,11,65,31,33,2,32,0,66,0,55,2,16,32,1,65,255,255,255,7,77,4,64,32,1,65,8,118,34,2,32,2,65,128,254,63,106,65,16,118,65,8,113,34,2,116,34,4,32,4,65,128,224,31,106,65,16,118,65,4,113,34,4,116,34,3,32,3,65,128,128,15,106,65,16,118,65,2,113,34,3,116,65,15,118,32,2,32,4,114,32,3,114,107,34,2,65,1,116,32,1,32,2,65,21,106,118,65,1,113,114,65,28,106,33,2,11,32,0,32,2,54,2,28,32,2,65,2,116,65,192,165,4,106,33,4,2,64,2,64,65,148,163,4,40,2,0,34,3,65,1,32,2,116,34,5,113,69,4,64,65,148,163,4,32,3,32,5,114,54,2,0,32,4,32,0,54,2,0,32,0,32,4,54,2,24,12,1,11,32,1,65,0,65,25,32,2,65,1,118,107,32,2,65,31,70,27,116,33,2,32,4,40,2,0,33,3,3,64,32,3,34,4,40,2,4,65,120,113,32,1,70,13,2,32,2,65,29,118,33,3,32,2,65,1,116,33,2,32,4,32,3,65,4,113,106,65,16,106,34,5,40,2,0,34,3,13,0,11,32,5,32,0,54,2,0,32,0,32,4,54,2,24,11,32,0,32,0,54,2,12,32,0,32,0,54,2,8,15,11,32,4,40,2,8,34,1,32,0,54,2,12,32,4,32,0,54,2,8,32,0,65,0,54,2,24,32,0,32,4,54,2,12,32,0,32,1,54,2,8,11,11,3,0,1,11,154,1,1,2,127,32,0,32,0,40,2,72,34,1,65,1,107,32,1,114,54,2,72,32,0,40,2,20,32,0,40,2,28,71,4,64,32,0,173,65,0,173,65,0,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,36,17,0,0,167,26,11,32,0,65,0,54,2,28,32,0,66,0,55,3,16,32,0,40,2,0,34,1,65,4,113,4,64,32,0,32,1,65,32,114,54,2,0,65,127,15,11,32,0,32,0,40,2,44,32,0,40,2,48,106,34,2,54,2,8,32,0,32,2,54,2,4,32,1,65,27,116,65,31,117,11,89,1,1,127,32,0,32,0,40,2,72,34,1,65,1,107,32,1,114,54,2,72,32,0,40,2,0,34,1,65,8,113,4,64,32,0,32,1,65,32,114,54,2,0,65,127,15,11,32,0,66,0,55,2,4,32,0,32,0,40,2,44,34,1,54,2,28,32,0,32,1,54,2,20,32,0,32,1,32,0,40,2,48,106,54,2,16,65,0,11,8,0,32,0,16,205,1,26,11,21,0,32,0,65,248,214,0,54,2,0,32,0,65,4,106,16,163,2,32,0,11,8,0,32,0,16,93,16,86,11,42,0,32,0,65,248,214,0,54,2,0,32,0,65,4,106,16,171,4,32,0,66,0,55,2,24,32,0,66,0,55,2,16,32,0,66,0,55,2,8,32,0,11,3,0,1,11,4,0,32,0,11,8,0,32,0,66,127,16,99,11,16,0,32,0,32,1,55,3,8,32,0,66,0,55,3,0,11,8,0,32,0,66,127,16,99,11,220,1,1,4,127,35,0,65,16,107,34,4,36,0,3,64,2,64,32,2,32,5,76,13,0,2,64,32,0,40,2,12,34,3,32,0,40,2,16,34,6,73,4,64,32,4,65,255,255,255,255,7,54,2,12,32,4,32,6,32,3,107,54,2,8,32,4,32,2,32,5,107,54,2,4,32,4,65,12,106,32,4,65,8,106,32,4,65,4,106,16,102,16,102,33,3,32,1,32,0,40,2,12,32,3,40,2,0,34,3,16,103,32,0,32,0,40,2,12,32,3,106,54,2,12,12,1,11,32,0,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,40,17,0,0,167,34,3,65,127,70,13,1,32,1,32,3,16,104,58,0,0,65,1,33,3,11,32,1,32,3,106,33,1,32,3,32,5,106,33,5,12,1,11,11,32,4,65,16,106,36,0,32,5,11,40,1,2,127,35,0,65,16,107,34,2,36,0,32,1,40,2,0,32,0,40,2,0,72,33,3,32,2,65,16,106,36,0,32,1,32,0,32,3,27,11,16,0,32,2,4,64,32,0,32,1,32,2,16,69,26,11,11,10,0,32,0,65,24,116,65,24,117,11,4,0,65,127,11,78,0,32,0,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,36,17,0,0,167,65,127,70,4,64,65,127,15,11,32,0,32,0,40,2,12,34,0,65,1,106,54,2,12,32,0,44,0,0,16,107,11,8,0,32,0,65,255,1,113,11,4,0,65,127,11,206,1,1,4,127,35,0,65,16,107,34,5,36,0,3,64,2,64,32,2,32,4,76,13,0,32,0,40,2,24,34,3,32,0,40,2,28,34,6,79,4,64,32,0,173,32,1,44,0,0,16,107,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,52,17,0,0,167,65,127,70,13,1,32,4,65,1,106,33,4,32,1,65,1,106,33,1,12,2,5,32,5,32,6,32,3,107,54,2,12,32,5,32,2,32,4,107,54,2,8,32,5,65,12,106,32,5,65,8,106,16,102,33,3,32,0,40,2,24,32,1,32,3,40,2,0,34,3,16,103,32,0,32,3,32,0,40,2,24,106,54,2,24,32,3,32,4,106,33,4,32,1,32,3,106,33,1,12,2,11,0,11,11,32,5,65,16,106,36,0,32,4,11,19,0,32,2,4,127,32,0,32,1,32,2,16,83,5,32,0,11,26,11,11,0,32,0,65,8,106,16,92,32,0,11,18,0,32,0,32,0,40,2,0,65,12,107,40,2,0,106,16,111,11,8,0,32,0,16,111,16,86,11,18,0,32,0,32,0,40,2,0,65,12,107,40,2,0,106,16,113,11,153,2,1,3,127,35,0,65,32,107,34,3,36,0,32,0,65,0,58,0,0,32,1,32,1,40,2,0,65,12,107,40,2,0,106,16,126,33,4,32,1,32,1,40,2,0,65,12,107,40,2,0,106,33,5,2,64,32,4,4,64,32,5,40,2,72,4,64,32,1,32,1,40,2,0,65,12,107,40,2,0,106,40,2,72,16,116,11,2,64,32,2,13,0,32,1,32,1,40,2,0,65,12,107,40,2,0,106,40,2,4,65,128,32,113,69,13,0,32,3,65,24,106,32,1,32,1,40,2,0,65,12,107,40,2,0,106,16,203,1,32,3,65,24,106,16,117,33,2,32,3,65,24,106,16,163,2,32,3,65,16,106,32,1,16,118,33,4,32,3,65,8,106,16,119,33,5,3,64,2,64,32,4,32,5,16,120,69,13,0,32,2,65,128,192,0,32,4,16,121,16,122,69,13,0,32,4,16,123,26,12,1,11,11,32,4,32,5,16,124,69,13,0,32,1,32,1,40,2,0,65,12,107,40,2,0,106,65,6,16,125,11,32,0,32,1,32,1,40,2,0,65,12,107,40,2,0,106,16,126,58,0,0,12,1,11,32,5,65,4,16,125,11,32,3,65,32,106,36,0,32,0,11,108,1,2,127,35,0,65,16,107,34,1,36,0,32,0,32,0,40,2,0,65,12,107,40,2,0,106,40,2,24,4,64,2,64,32,1,65,8,106,32,0,16,127,34,2,45,0,0,69,13,0,32,0,32,0,40,2,0,65,12,107,40,2,0,106,40,2,24,16,128,1,65,127,71,13,0,32,0,32,0,40,2,0,65,12,107,40,2,0,106,65,1,16,125,11,32,2,16,129,1,11,32,1,65,16,106,36,0,11,11,0,32,0,65,148,169,4,16,168,2,11,26,0,32,0,32,1,32,1,40,2,0,65,12,107,40,2,0,106,40,2,24,54,2,0,32,0,11,11,0,32,0,65,0,54,2,0,32,0,11,12,0,32,0,32,1,16,130,1,65,1,115,11,16,0,32,0,40,2,0,16,131,1,65,24,116,65,24,117,11,39,1,1,127,32,2,65,0,78,4,127,32,0,40,2,8,32,2,65,255,1,113,65,1,116,106,47,1,0,32,1,113,65,0,71,5,32,3,11,11,13,0,32,0,40,2,0,16,132,1,26,32,0,11,9,0,32,0,32,1,16,130,1,11,15,0,32,0,32,0,40,2,16,32,1,114,16,204,1,11,8,0,32,0,40,2,16,69,11,83,0,32,0,32,1,54,2,4,32,0,65,0,58,0,0,32,1,32,1,40,2,0,65,12,107,40,2,0,106,16,126,4,64,32,1,32,1,40,2,0,65,12,107,40,2,0,106,40,2,72,4,64,32,1,32,1,40,2,0,65,12,107,40,2,0,106,40,2,72,16,116,11,32,0,65,1,58,0,0,11,32,0,11,47,0,32,0,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,24,17,0,0,167,11,139,1,1,1,127,2,64,32,0,40,2,4,34,1,32,1,40,2,0,65,12,107,40,2,0,106,40,2,24,69,13,0,32,0,40,2,4,34,1,32,1,40,2,0,65,12,107,40,2,0,106,16,126,69,13,0,32,0,40,2,4,34,1,32,1,40,2,0,65,12,107,40,2,0,106,40,2,4,65,128,192,0,113,69,13,0,32,0,40,2,4,34,1,32,1,40,2,0,65,12,107,40,2,0,106,40,2,24,16,128,1,65,127,71,13,0,32,0,40,2,4,34,1,32,1,40,2,0,65,12,107,40,2,0,106,65,1,16,125,11,11,16,0,32,0,16,192,1,32,1,16,192,1,115,65,1,115,11,73,1,1,127,32,0,40,2,12,34,1,32,0,40,2,16,70,4,64,32,0,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,36,17,0,0,167,15,11,32,1,44,0,0,16,107,11,83,1,1,127,32,0,40,2,12,34,1,32,0,40,2,16,70,4,64,32,0,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,40,17,0,0,167,15,11,32,0,32,1,65,1,106,54,2,12,32,1,44,0,0,16,107,11,7,0,32,0,32,1,70,11,90,1,1,127,32,0,40,2,24,34,2,32,0,40,2,28,70,4,64,32,0,173,32,1,16,107,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,52,17,0,0,167,15,11,32,0,32,2,65,1,106,54,2,24,32,2,32,1,58,0,0,32,1,16,107,11,11,0,32,0,65,140,169,4,16,168,2,11,12,0,32,0,32,1,16,141,1,65,1,115,11,10,0,32,0,40,2,0,16,142,1,11,49,0,32,0,173,32,1,173,32,2,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,12,17,0,0,167,11,13,0,32,0,40,2,0,16,143,1,26,32,0,11,9,0,32,0,32,1,16,141,1,11,16,0,32,0,16,193,1,32,1,16,193,1,115,65,1,115,11,71,1,1,127,32,0,40,2,12,34,1,32,0,40,2,16,70,4,64,32,0,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,36,17,0,0,167,15,11,32,1,40,2,0,11,81,1,1,127,32,0,40,2,12,34,1,32,0,40,2,16,70,4,64,32,0,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,40,17,0,0,167,15,11,32,0,32,1,65,4,106,54,2,12,32,1,40,2,0,11,11,0,32,0,65,4,106,16,92,32,0,11,19,0,32,0,32,0,40,2,0,65,12,107,40,2,0,106,16,144,1,11,9,0,32,0,16,144,1,16,86,11,19,0,32,0,32,0,40,2,0,65,12,107,40,2,0,106,16,146,1,11,39,1,1,127,2,64,32,0,40,2,0,34,2,69,13,0,32,2,32,1,16,134,1,65,127,16,133,1,69,13,0,32,0,65,0,54,2,0,11,11,118,1,2,127,2,64,32,0,40,2,0,34,2,69,13,0,2,127,32,2,40,2,24,34,3,32,2,40,2,28,70,4,64,32,2,173,32,1,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,2,40,2,0,40,2,52,17,0,0,167,12,1,11,32,2,32,3,65,4,106,54,2,24,32,3,32,1,54,2,0,32,1,11,65,127,16,133,1,69,13,0,32,0,65,0,54,2,0,11,11,49,0,32,0,173,32,1,173,32,2,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,48,17,0,0,167,11,27,1,1,127,35,0,65,16,107,34,1,36,0,32,0,16,158,1,32,1,65,16,106,36,0,32,0,11,7,0,32,0,40,2,8,11,7,0,32,0,40,2,12,11,89,1,2,127,35,0,65,16,107,34,2,36,0,32,0,16,168,1,4,64,32,0,40,2,0,33,3,32,0,16,169,1,26,32,3,16,86,11,32,0,32,1,40,2,8,54,2,8,32,0,32,1,41,2,0,55,2,0,32,1,65,0,16,190,1,32,2,65,0,58,0,15,32,1,32,2,65,15,106,16,191,1,32,2,65,16,106,36,0,11,23,0,32,0,32,3,54,2,16,32,0,32,2,54,2,12,32,0,32,1,54,2,8,11,23,0,32,0,32,2,54,2,28,32,0,32,1,54,2,20,32,0,32,1,54,2,24,11,15,0,32,0,32,0,40,2,24,32,1,106,54,2,24,11,45,1,1,127,32,0,33,1,65,0,33,0,3,64,32,0,65,3,71,4,64,32,1,32,0,65,2,116,106,65,0,54,2,0,32,0,65,1,106,33,0,12,1,11,11,11,18,0,32,0,16,168,1,4,64,32,0,40,2,0,15,11,32,0,11,53,1,1,127,35,0,65,16,107,34,2,36,0,32,2,32,0,40,2,0,54,2,12,32,0,32,1,40,2,0,54,2,0,32,1,32,2,65,12,106,40,2,0,54,2,0,32,2,65,16,106,36,0,11,29,0,35,0,65,16,107,34,3,36,0,32,0,32,1,32,2,16,163,1,32,3,65,16,106,36,0,32,0,11,25,0,35,0,65,16,107,34,1,36,0,32,0,16,158,1,32,1,65,16,106,36,0,32,0,11,148,1,1,4,127,35,0,65,16,107,34,5,36,0,32,1,32,2,16,196,1,34,4,65,111,77,4,64,2,64,32,4,65,10,77,4,64,32,0,32,4,16,190,1,32,0,33,3,12,1,11,32,0,32,4,16,197,1,65,1,106,34,6,16,238,5,34,3,16,198,1,32,0,32,6,16,199,1,32,0,32,4,16,200,1,11,3,64,32,1,32,2,71,4,64,32,3,32,1,16,191,1,32,3,65,1,106,33,3,32,1,65,1,106,33,1,12,1,11,11,32,5,65,0,58,0,15,32,3,32,5,65,15,106,16,191,1,32,5,65,16,106,36,0,15,11,16,53,0,11,148,2,1,1,127,2,64,32,1,32,0,65,32,106,34,2,71,4,127,32,2,16,168,1,69,4,64,32,1,16,168,1,69,4,64,32,2,32,1,40,2,8,54,2,8,32,2,32,1,41,2,0,55,2,0,12,3,11,32,2,32,1,16,159,1,32,1,16,165,1,16,128,6,12,2,11,32,2,32,1,16,159,1,32,1,16,165,1,16,255,5,5,32,2,11,26,11,32,0,65,0,54,2,44,2,64,32,0,40,2,48,34,1,65,8,113,4,127,32,0,32,2,16,159,1,32,2,16,165,1,106,54,2,44,32,0,32,2,16,159,1,32,2,16,159,1,32,0,40,2,44,16,155,1,32,0,40,2,48,5,32,1,11,65,16,113,69,13,0,32,0,32,2,16,165,1,34,1,32,2,16,159,1,106,54,2,44,32,2,32,2,16,166,1,16,167,1,32,0,32,2,16,159,1,32,2,16,159,1,32,2,16,165,1,106,16,156,1,32,0,45,0,48,65,3,113,69,13,0,3,64,32,1,65,0,72,4,64,32,0,65,255,255,255,255,7,16,157,1,32,1,65,255,255,255,255,7,107,33,1,12,1,11,11,32,1,69,13,0,32,0,32,1,16,157,1,11,11,21,0,32,0,16,168,1,4,64,32,0,40,2,4,15,11,32,0,45,0,11,11,27,1,1,127,65,10,33,1,32,0,16,168,1,4,127,32,0,16,169,1,65,1,107,5,32,1,11,11,230,1,1,4,127,2,64,32,1,32,0,16,165,1,34,2,75,4,64,35,0,65,16,107,34,4,36,0,32,1,32,2,107,34,5,4,64,32,0,16,166,1,33,1,32,0,16,165,1,34,2,32,5,106,33,3,32,5,32,1,32,2,107,75,4,64,32,0,32,1,32,3,32,1,107,32,2,32,2,65,0,16,248,5,11,32,2,32,0,16,159,1,34,1,106,32,5,65,0,16,249,5,32,0,32,3,16,201,3,32,4,65,0,58,0,15,32,1,32,3,106,32,4,65,15,106,16,191,1,11,32,4,65,16,106,36,0,12,1,11,35,0,65,16,107,34,2,36,0,2,64,32,0,16,168,1,4,64,32,0,40,2,0,33,3,32,2,65,0,58,0,15,32,1,32,3,106,32,2,65,15,106,16,191,1,32,0,32,1,16,200,1,12,1,11,32,2,65,0,58,0,14,32,0,32,1,106,32,2,65,14,106,16,191,1,32,0,32,1,16,190,1,11,32,2,65,16,106,36,0,11,11,10,0,32,0,45,0,11,65,7,118,11,14,0,32,0,40,2,8,65,255,255,255,255,7,113,11,100,0,32,0,40,2,24,32,0,40,2,44,75,4,64,32,0,32,0,40,2,24,54,2,44,11,2,64,32,0,45,0,48,65,8,113,69,13,0,32,0,40,2,16,32,0,40,2,44,73,4,64,32,0,32,0,40,2,8,32,0,40,2,12,32,0,40,2,44,16,155,1,11,32,0,40,2,12,32,0,40,2,16,79,13,0,32,0,40,2,12,44,0,0,16,107,15,11,65,127,11,160,1,1,1,127,32,0,40,2,24,32,0,40,2,44,75,4,64,32,0,32,0,40,2,24,54,2,44,11,2,64,32,0,40,2,8,32,0,40,2,12,79,13,0,32,1,65,127,16,133,1,4,64,32,0,32,0,40,2,8,32,0,40,2,12,65,1,107,32,0,40,2,44,16,155,1,32,1,16,172,1,15,11,32,0,45,0,48,65,16,113,69,4,64,32,1,16,104,32,0,40,2,12,65,1,107,44,0,0,16,133,1,69,13,1,11,32,0,32,0,40,2,8,32,0,40,2,12,65,1,107,32,0,40,2,44,16,155,1,32,1,16,104,33,2,32,0,40,2,12,32,2,58,0,0,32,1,15,11,65,127,11,14,0,65,0,32,0,32,0,65,127,16,133,1,27,11,137,2,1,9,127,35,0,65,16,107,34,3,36,0,2,127,32,1,65,127,16,133,1,69,4,64,32,0,40,2,12,33,4,32,0,40,2,8,33,5,32,0,40,2,24,32,0,40,2,28,70,4,64,65,127,32,0,45,0,48,65,16,113,69,13,2,26,32,0,40,2,24,33,6,32,0,40,2,20,33,7,32,0,40,2,44,33,8,32,0,40,2,20,33,9,32,0,65,32,106,34,2,65,0,16,129,6,32,2,32,2,16,166,1,16,167,1,32,0,32,2,16,159,1,34,10,32,2,16,165,1,32,10,106,16,156,1,32,0,32,6,32,7,107,16,157,1,32,0,32,0,40,2,20,32,8,32,9,107,106,54,2,44,11,32,3,32,0,40,2,24,65,1,106,54,2,12,32,0,32,3,65,12,106,32,0,65,44,106,16,174,1,40,2,0,54,2,44,32,0,45,0,48,65,8,113,4,64,32,0,32,0,65,32,106,16,159,1,34,2,32,2,32,4,32,5,107,106,32,0,40,2,44,16,155,1,11,32,0,32,1,16,104,16,134,1,12,1,11,32,1,16,172,1,11,33,0,32,3,65,16,106,36,0,32,0,11,36,1,2,127,35,0,65,16,107,34,2,36,0,32,0,32,1,16,189,1,33,3,32,2,65,16,106,36,0,32,1,32,0,32,3,27,11,150,2,2,1,127,3,126,32,1,40,2,24,32,1,40,2,44,75,4,64,32,1,32,1,40,2,24,54,2,44,11,66,127,33,8,2,64,32,4,65,24,113,34,5,69,13,0,32,3,65,1,70,32,5,65,24,70,113,13,0,32,1,40,2,44,34,5,4,64,32,5,32,1,65,32,106,16,159,1,107,172,33,6,11,2,64,2,64,2,64,32,3,14,3,2,0,1,3,11,32,4,65,8,113,4,64,32,1,40,2,12,32,1,40,2,8,107,172,33,7,12,2,11,32,1,40,2,24,32,1,40,2,20,107,172,33,7,12,1,11,32,6,33,7,11,32,2,32,7,124,34,2,66,0,83,13,0,32,2,32,6,85,13,0,32,4,65,8,113,33,3,2,64,32,2,80,13,0,32,3,4,64,32,1,40,2,12,69,13,2,11,32,4,65,16,113,69,13,0,32,1,40,2,24,69,13,1,11,32,3,4,64,32,1,32,1,40,2,8,32,1,40,2,8,32,2,167,106,32,1,40,2,44,16,155,1,11,32,4,65,16,113,4,64,32,1,32,1,40,2,20,32,1,40,2,28,16,156,1,32,1,32,2,167,16,157,1,11,32,2,33,8,11,32,0,32,8,16,99,11,36,1,2,127,35,0,65,16,107,34,2,36,0,32,1,32,0,16,189,1,33,3,32,2,65,16,106,36,0,32,1,32,0,32,3,27,11,5,0,16,5,0,11,27,0,32,0,65,152,216,0,54,2,0,32,0,65,32,106,16,246,5,26,32,0,16,93,26,32,0,11,9,0,32,0,16,178,1,16,86,11,53,0,32,0,173,32,1,173,32,2,41,3,8,65,0,173,32,3,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,1,40,2,0,40,2,16,17,0,0,26,11,57,1,1,127,32,0,65,204,219,0,40,2,0,34,1,54,2,0,32,0,32,1,65,12,107,40,2,0,106,65,216,219,0,40,2,0,54,2,0,32,0,65,4,106,16,178,1,26,32,0,65,56,106,16,92,32,0,11,9,0,32,0,16,181,1,16,86,11,19,0,32,0,32,0,40,2,0,65,12,107,40,2,0,106,16,181,1,11,19,0,32,0,32,0,40,2,0,65,12,107,40,2,0,106,16,182,1,11,57,1,1,127,32,0,65,128,221,0,40,2,0,34,1,54,2,0,32,0,32,1,65,12,107,40,2,0,106,65,140,221,0,40,2,0,54,2,0,32,0,65,8,106,16,178,1,26,32,0,65,60,106,16,92,32,0,11,9,0,32,0,16,185,1,16,86,11,19,0,32,0,32,0,40,2,0,65,12,107,40,2,0,106,16,185,1,11,19,0,32,0,32,0,40,2,0,65,12,107,40,2,0,106,16,186,1,11,13,0,32,0,40,2,0,32,1,40,2,0,73,11,9,0,32,0,32,1,58,0,11,11,12,0,32,0,32,1,45,0,0,58,0,0,11,44,1,1,127,32,0,40,2,0,34,1,4,64,32,1,16,131,1,65,127,16,133,1,69,4,64,32,0,40,2,0,69,15,11,32,0,65,0,54,2,0,11,65,1,11,44,1,1,127,32,0,40,2,0,34,1,4,64,32,1,16,142,1,65,127,16,133,1,69,4,64,32,0,40,2,0,69,15,11,32,0,65,0,54,2,0,11,65,1,11,48,0,32,0,173,32,1,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,28,17,0,0,167,11,48,0,32,0,173,32,1,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,44,17,0,0,167,11,9,0,32,0,32,1,16,201,1,11,36,0,32,0,65,11,79,4,127,32,0,65,16,106,65,112,113,34,0,32,0,65,1,107,34,0,32,0,65,11,70,27,5,65,10,11,11,9,0,32,0,32,1,54,2,0,11,16,0,32,0,32,1,65,128,128,128,128,120,114,54,2,8,11,9,0,32,0,32,1,54,2,4,11,7,0,32,1,32,0,107,11,90,1,2,127,32,0,40,2,40,33,2,3,64,32,2,4,64,32,1,173,32,0,173,32,2,65,1,107,34,2,65,2,116,34,3,32,0,40,2,36,106,40,2,0,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,32,32,3,106,40,2,0,17,0,0,26,12,1,11,11,11,13,0,32,0,32,1,65,28,106,16,170,4,26,11,33,0,32,0,32,0,40,2,24,69,32,1,114,34,1,54,2,16,32,0,40,2,20,32,1,113,4,64,16,177,1,0,11,11,56,0,32,0,65,148,222,0,54,2,0,32,0,65,0,16,202,1,32,0,65,28,106,16,163,2,32,0,40,2,32,16,86,32,0,40,2,36,16,86,32,0,40,2,48,16,86,32,0,40,2,60,16,86,32,0,11,9,0,32,0,16,205,1,16,86,11,63,0,32,0,65,0,54,2,20,32,0,32,1,54,2,24,32,0,65,0,54,2,12,32,0,66,130,160,128,128,224,0,55,2,4,32,0,32,1,69,54,2,16,32,0,65,32,106,65,0,65,40,16,71,26,32,0,65,28,106,16,171,4,11,12,0,32,0,32,1,40,2,0,54,2,0,11,71,1,2,127,32,0,32,1,55,3,112,32,0,32,0,40,2,44,32,0,40,2,4,34,3,107,172,55,3,120,32,0,40,2,8,33,2,2,64,32,1,80,13,0,32,2,32,3,107,172,32,1,87,13,0,32,3,32,1,167,106,33,2,11,32,0,32,2,54,2,104,11,166,2,2,3,127,2,126,2,64,32,0,41,3,112,34,4,80,69,32,4,32,0,41,3,120,32,0,40,2,4,34,1,32,0,40,2,44,34,2,107,172,124,34,5,87,113,69,4,64,35,0,65,16,107,34,1,36,0,65,127,33,2,2,64,32,0,16,90,13,0,32,0,173,32,1,65,15,106,173,65,1,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,32,17,0,0,167,65,1,71,13,0,32,1,45,0,15,33,2,11,32,1,65,16,106,36,0,32,2,65,0,78,13,1,32,0,40,2,44,33,2,32,0,40,2,4,33,1,11,32,0,66,127,55,3,112,32,0,32,1,54,2,104,32,0,32,5,32,2,32,1,107,172,124,55,3,120,65,127,15,11,32,5,66,1,124,33,5,32,0,40,2,4,33,1,32,0,40,2,8,33,3,2,64,32,0,41,3,112,34,4,80,13,0,32,4,32,5,125,34,4,32,3,32,1,107,172,89,13,0,32,1,32,4,167,106,33,3,11,32,0,32,3,54,2,104,32,0,32,5,32,0,40,2,44,34,3,32,1,107,172,124,55,3,120,32,1,32,3,77,4,64,32,1,65,1,107,32,2,58,0,0,11,32,2,11,80,1,1,126,2,64,32,3,65,192,0,113,4,64,32,1,32,3,65,64,106,173,134,33,2,66,0,33,1,12,1,11,32,3,69,13,0,32,2,32,3,173,34,4,134,32,1,65,192,0,32,3,107,173,136,132,33,2,32,1,32,4,134,33,1,11,32,0,32,1,55,3,0,32,0,32,2,55,3,8,11,127,2,2,127,1,126,35,0,65,16,107,34,3,36,0,32,0,2,126,32,1,69,4,64,66,0,12,1,11,32,3,32,1,32,1,65,31,117,34,2,106,32,2,115,34,2,173,66,0,32,2,103,34,2,65,209,0,106,16,211,1,32,3,41,3,8,66,128,128,128,128,128,128,192,0,133,65,158,128,1,32,2,107,173,66,48,134,124,32,1,65,128,128,128,128,120,113,173,66,32,134,132,33,4,32,3,41,3,0,11,55,3,0,32,0,32,4,55,3,8,32,3,65,16,106,36,0,11,80,1,1,126,2,64,32,3,65,192,0,113,4,64,32,2,32,3,65,64,106,173,136,33,1,66,0,33,2,12,1,11,32,3,69,13,0,32,2,65,192,0,32,3,107,173,134,32,1,32,3,173,34,4,136,132,33,1,32,2,32,4,136,33,2,11,32,0,32,1,55,3,0,32,0,32,2,55,3,8,11,233,10,2,5,127,15,126,35,0,65,224,0,107,34,5,36,0,32,4,66,255,255,255,255,255,255,63,131,34,12,66,15,134,32,3,66,49,136,132,33,15,32,2,32,4,133,66,128,128,128,128,128,128,128,128,128,127,131,33,10,32,2,66,255,255,255,255,255,255,63,131,34,13,66,32,136,33,16,32,12,66,17,136,33,17,32,4,66,48,136,167,65,255,255,1,113,33,6,2,64,2,64,32,2,66,48,136,167,65,255,255,1,113,34,8,65,255,255,1,107,65,130,128,126,79,4,64,32,6,65,255,255,1,107,65,129,128,126,75,13,1,11,32,1,80,32,2,66,255,255,255,255,255,255,255,255,255,0,131,34,11,66,128,128,128,128,128,128,192,255,255,0,84,32,11,66,128,128,128,128,128,128,192,255,255,0,81,27,69,4,64,32,2,66,128,128,128,128,128,128,32,132,33,10,12,2,11,32,3,80,32,4,66,255,255,255,255,255,255,255,255,255,0,131,34,2,66,128,128,128,128,128,128,192,255,255,0,84,32,2,66,128,128,128,128,128,128,192,255,255,0,81,27,69,4,64,32,4,66,128,128,128,128,128,128,32,132,33,10,32,3,33,1,12,2,11,32,1,32,11,66,128,128,128,128,128,128,192,255,255,0,133,132,80,4,64,32,2,32,3,132,80,4,64,66,128,128,128,128,128,128,224,255,255,0,33,10,66,0,33,1,12,3,11,32,10,66,128,128,128,128,128,128,192,255,255,0,132,33,10,66,0,33,1,12,2,11,32,3,32,2,66,128,128,128,128,128,128,192,255,255,0,133,132,80,4,64,32,1,32,11,132,33,2,66,0,33,1,32,2,80,4,64,66,128,128,128,128,128,128,224,255,255,0,33,10,12,3,11,32,10,66,128,128,128,128,128,128,192,255,255,0,132,33,10,12,2,11,32,1,32,11,132,80,4,64,66,0,33,1,12,2,11,32,2,32,3,132,80,4,64,66,0,33,1,12,2,11,32,11,66,255,255,255,255,255,255,63,88,4,64,32,5,65,208,0,106,32,1,32,13,32,1,32,13,32,13,80,34,7,27,121,32,7,65,6,116,173,124,167,34,7,65,15,107,16,211,1,65,16,32,7,107,33,7,32,5,41,3,88,34,13,66,32,136,33,16,32,5,41,3,80,33,1,11,32,2,66,255,255,255,255,255,255,63,86,13,0,32,5,65,64,107,32,3,32,12,32,3,32,12,32,12,80,34,9,27,121,32,9,65,6,116,173,124,167,34,9,65,15,107,16,211,1,32,7,32,9,107,65,16,106,33,7,32,5,41,3,72,34,2,66,15,134,32,5,41,3,64,34,3,66,49,136,132,33,15,32,2,66,17,136,33,17,11,32,3,66,15,134,66,128,128,254,255,15,131,34,2,32,1,66,32,136,34,4,126,34,18,32,3,66,17,136,66,255,255,255,255,15,131,34,3,32,1,66,255,255,255,255,15,131,34,1,126,124,34,11,66,32,134,34,12,32,1,32,2,126,124,34,14,32,12,84,173,32,2,32,13,66,255,255,255,255,15,131,34,12,126,34,21,32,3,32,4,126,124,34,19,32,15,66,255,255,255,255,15,131,34,13,32,1,126,124,34,15,32,11,32,18,84,173,66,32,134,32,11,66,32,136,132,124,34,18,32,2,32,16,66,128,128,4,132,34,11,126,34,22,32,3,32,12,126,124,34,16,32,4,32,13,126,124,34,20,32,17,66,255,255,255,255,7,131,66,128,128,128,128,8,132,34,2,32,1,126,124,34,17,66,32,134,124,34,23,124,33,1,32,6,32,8,106,32,7,106,65,255,255,0,107,33,6,2,64,32,12,32,13,126,34,24,32,3,32,11,126,124,34,3,32,24,84,173,32,3,32,2,32,4,126,124,34,4,32,3,84,173,124,32,2,32,11,126,124,32,4,32,19,32,21,84,173,32,15,32,19,84,173,124,124,34,3,32,4,84,173,124,32,2,32,12,126,34,4,32,11,32,13,126,124,34,2,32,4,84,173,66,32,134,32,2,66,32,136,132,124,32,3,32,2,66,32,134,124,34,2,32,3,84,173,124,32,2,32,17,32,20,84,173,32,16,32,22,84,173,32,16,32,20,86,173,124,124,66,32,134,32,17,66,32,136,132,124,34,4,32,2,84,173,124,32,4,32,15,32,18,86,173,32,18,32,23,86,173,124,124,34,2,32,4,84,173,124,34,4,66,128,128,128,128,128,128,192,0,131,80,69,4,64,32,6,65,1,106,33,6,12,1,11,32,14,66,63,136,33,3,32,4,66,1,134,32,2,66,63,136,132,33,4,32,2,66,1,134,32,1,66,63,136,132,33,2,32,14,66,1,134,33,14,32,3,32,1,66,1,134,132,33,1,11,32,6,65,255,255,1,78,4,64,32,10,66,128,128,128,128,128,128,192,255,255,0,132,33,10,66,0,33,1,12,1,11,2,126,32,6,65,0,76,4,64,65,1,32,6,107,34,8,65,128,1,79,4,64,66,0,33,1,12,3,11,32,5,65,48,106,32,14,32,1,32,6,65,255,0,106,34,6,16,211,1,32,5,65,32,106,32,2,32,4,32,6,16,211,1,32,5,65,16,106,32,14,32,1,32,8,16,213,1,32,5,32,2,32,4,32,8,16,213,1,32,5,41,3,48,32,5,41,3,56,132,66,0,82,173,32,5,41,3,32,32,5,41,3,16,132,132,33,14,32,5,41,3,40,32,5,41,3,24,132,33,1,32,5,41,3,0,33,2,32,5,41,3,8,12,1,11,32,4,66,255,255,255,255,255,255,63,131,32,6,173,66,48,134,132,11,32,10,132,33,10,32,14,80,32,1,66,0,89,32,1,66,128,128,128,128,128,128,128,128,128,127,81,27,69,4,64,32,10,32,2,66,1,124,34,1,32,2,84,173,124,33,10,12,1,11,32,14,32,1,66,128,128,128,128,128,128,128,128,128,127,133,132,80,69,4,64,32,2,33,1,12,1,11,32,10,32,2,32,2,66,1,131,124,34,1,32,2,84,173,124,33,10,11,32,0,32,1,55,3,0,32,0,32,10,55,3,8,32,5,65,224,0,106,36,0,11,205,9,2,3,126,4,127,35,0,65,240,0,107,34,8,36,0,32,4,66,255,255,255,255,255,255,255,255,255,0,131,33,6,2,64,2,64,32,1,80,34,9,32,2,66,255,255,255,255,255,255,255,255,255,0,131,34,5,66,128,128,128,128,128,128,192,255,255,0,125,66,128,128,128,128,128,128,192,128,128,127,84,32,5,80,27,69,4,64,32,3,66,0,82,32,6,66,128,128,128,128,128,128,192,255,255,0,125,34,7,66,128,128,128,128,128,128,192,128,128,127,86,32,7,66,128,128,128,128,128,128,192,128,128,127,81,27,13,1,11,32,9,32,5,66,128,128,128,128,128,128,192,255,255,0,84,32,5,66,128,128,128,128,128,128,192,255,255,0,81,27,69,4,64,32,2,66,128,128,128,128,128,128,32,132,33,4,32,1,33,3,12,2,11,32,3,80,32,6,66,128,128,128,128,128,128,192,255,255,0,84,32,6,66,128,128,128,128,128,128,192,255,255,0,81,27,69,4,64,32,4,66,128,128,128,128,128,128,32,132,33,4,12,2,11,32,1,32,5,66,128,128,128,128,128,128,192,255,255,0,133,132,80,4,64,66,128,128,128,128,128,128,224,255,255,0,32,2,32,1,32,3,133,32,2,32,4,133,66,128,128,128,128,128,128,128,128,128,127,133,132,80,34,9,27,33,4,66,0,32,1,32,9,27,33,3,12,2,11,32,3,32,6,66,128,128,128,128,128,128,192,255,255,0,133,132,80,13,1,32,1,32,5,132,80,4,64,32,3,32,6,132,66,0,82,13,2,32,1,32,3,131,33,3,32,2,32,4,131,33,4,12,2,11,32,3,32,6,132,80,69,13,0,32,1,33,3,32,2,33,4,12,1,11,32,3,32,1,32,1,32,3,84,32,5,32,6,84,32,5,32,6,81,27,34,10,27,33,5,32,4,32,2,32,10,27,34,6,66,255,255,255,255,255,255,63,131,33,7,32,2,32,4,32,10,27,34,2,66,48,136,167,65,255,255,1,113,33,11,32,6,66,48,136,167,65,255,255,1,113,34,9,69,4,64,32,8,65,224,0,106,32,5,32,7,32,5,32,7,32,7,80,34,9,27,121,32,9,65,6,116,173,124,167,34,9,65,15,107,16,211,1,65,16,32,9,107,33,9,32,8,41,3,104,33,7,32,8,41,3,96,33,5,11,32,1,32,3,32,10,27,33,3,32,2,66,255,255,255,255,255,255,63,131,33,4,32,11,69,4,64,32,8,65,208,0,106,32,3,32,4,32,3,32,4,32,4,80,34,10,27,121,32,10,65,6,116,173,124,167,34,10,65,15,107,16,211,1,65,16,32,10,107,33,11,32,8,41,3,88,33,4,32,8,41,3,80,33,3,11,32,4,66,3,134,32,3,66,61,136,132,66,128,128,128,128,128,128,128,4,132,33,4,32,7,66,3,134,32,5,66,61,136,132,33,1,32,2,32,6,133,33,2,2,126,32,3,66,3,134,34,3,32,9,32,11,107,34,10,69,13,0,26,32,10,65,255,0,75,4,64,66,0,33,4,66,1,12,1,11,32,8,65,64,107,32,3,32,4,65,128,1,32,10,107,16,211,1,32,8,65,48,106,32,3,32,4,32,10,16,213,1,32,8,41,3,56,33,4,32,8,41,3,48,32,8,41,3,64,32,8,41,3,72,132,66,0,82,173,132,11,33,3,32,1,66,128,128,128,128,128,128,128,4,132,33,7,32,5,66,3,134,33,1,2,64,32,2,66,0,83,4,64,32,1,32,3,125,34,5,32,7,32,4,125,32,1,32,3,84,173,125,34,4,132,80,4,64,66,0,33,3,66,0,33,4,12,3,11,32,4,66,255,255,255,255,255,255,255,3,86,13,1,32,8,65,32,106,32,5,32,4,32,5,32,4,32,4,80,34,10,27,121,32,10,65,6,116,173,124,167,65,12,107,34,10,16,211,1,32,9,32,10,107,33,9,32,8,41,3,40,33,4,32,8,41,3,32,33,5,12,1,11,32,1,32,3,124,34,5,32,3,84,173,32,4,32,7,124,124,34,4,66,128,128,128,128,128,128,128,8,131,80,13,0,32,5,66,1,131,32,4,66,63,134,32,5,66,1,136,132,132,33,5,32,9,65,1,106,33,9,32,4,66,1,136,33,4,11,32,6,66,128,128,128,128,128,128,128,128,128,127,131,33,1,32,9,65,255,255,1,78,4,64,32,1,66,128,128,128,128,128,128,192,255,255,0,132,33,4,66,0,33,3,12,1,11,65,0,33,10,2,64,32,9,65,0,74,4,64,32,9,33,10,12,1,11,32,8,65,16,106,32,5,32,4,32,9,65,255,0,106,16,211,1,32,8,32,5,32,4,65,1,32,9,107,16,213,1,32,8,41,3,0,32,8,41,3,16,32,8,41,3,24,132,66,0,82,173,132,33,5,32,8,41,3,8,33,4,11,32,4,66,61,134,32,5,66,3,136,132,34,3,32,3,32,5,167,65,7,113,34,9,65,4,75,173,124,34,5,86,173,32,4,66,3,136,66,255,255,255,255,255,255,63,131,32,10,173,66,48,134,132,32,1,132,124,33,4,2,64,2,64,32,9,65,4,71,4,64,32,5,33,3,12,1,11,32,4,32,5,66,1,131,34,1,32,5,124,34,3,32,1,84,173,124,33,4,12,1,11,32,9,69,13,1,11,11,32,0,32,3,55,3,0,32,0,32,4,55,3,8,32,8,65,240,0,106,36,0,11,250,1,2,3,126,2,127,35,0,65,16,107,34,5,36,0,2,126,32,1,189,34,3,66,255,255,255,255,255,255,255,255,255,0,131,34,2,66,128,128,128,128,128,128,128,8,125,66,255,255,255,255,255,255,255,239,255,0,88,4,64,32,2,66,60,134,33,4,32,2,66,4,136,66,128,128,128,128,128,128,128,128,60,124,12,1,11,32,2,66,128,128,128,128,128,128,128,248,255,0,90,4,64,32,3,66,60,134,33,4,32,3,66,4,136,66,128,128,128,128,128,128,192,255,255,0,132,12,1,11,32,2,80,4,64,66,0,12,1,11,32,5,32,2,66,0,32,3,167,103,65,32,106,32,2,66,32,136,167,103,32,2,66,128,128,128,128,16,84,27,34,6,65,49,106,16,211,1,32,5,41,3,0,33,4,32,5,41,3,8,66,128,128,128,128,128,128,192,0,133,65,140,248,0,32,6,107,173,66,48,134,132,11,33,2,32,0,32,4,55,3,0,32,0,32,2,32,3,66,128,128,128,128,128,128,128,128,128,127,131,132,55,3,8,32,5,65,16,106,36,0,11,219,1,2,1,127,2,126,65,1,33,4,2,64,32,0,66,0,82,32,1,66,255,255,255,255,255,255,255,255,255,0,131,34,5,66,128,128,128,128,128,128,192,255,255,0,86,32,5,66,128,128,128,128,128,128,192,255,255,0,81,27,13,0,32,2,66,0,82,32,3,66,255,255,255,255,255,255,255,255,255,0,131,34,6,66,128,128,128,128,128,128,192,255,255,0,86,32,6,66,128,128,128,128,128,128,192,255,255,0,81,27,13,0,32,0,32,2,132,32,5,32,6,132,132,80,4,64,65,0,15,11,32,1,32,3,131,66,0,89,4,64,65,127,33,4,32,0,32,2,84,32,1,32,3,83,32,1,32,3,81,27,13,1,32,0,32,2,133,32,1,32,3,133,132,66,0,82,15,11,65,127,33,4,32,0,32,2,86,32,1,32,3,85,32,1,32,3,81,27,13,0,32,0,32,2,133,32,1,32,3,133,132,66,0,82,33,4,11,32,4,11,196,1,2,1,127,2,126,65,127,33,3,2,64,32,0,66,0,82,32,1,66,255,255,255,255,255,255,255,255,255,0,131,34,4,66,128,128,128,128,128,128,192,255,255,0,86,32,4,66,128,128,128,128,128,128,192,255,255,0,81,27,13,0,65,0,32,2,66,255,255,255,255,255,255,255,255,255,0,131,34,5,66,128,128,128,128,128,128,192,255,255,0,86,32,5,66,128,128,128,128,128,128,192,255,255,0,81,27,13,0,32,0,32,4,32,5,132,132,80,4,64,65,0,15,11,32,1,32,2,131,66,0,89,4,64,65,0,32,1,32,2,83,32,1,32,2,81,27,13,1,32,0,32,1,32,2,133,132,66,0,82,15,11,32,0,66,0,82,32,1,32,2,85,32,1,32,2,81,27,13,0,32,0,32,1,32,2,133,132,66,0,82,33,3,11,32,3,11,169,1,1,1,124,68,0,0,0,0,0,0,240,63,33,1,2,64,32,0,65,128,8,78,4,64,68,0,0,0,0,0,0,224,127,33,1,32,0,65,255,15,73,4,64,32,0,65,255,7,107,33,0,12,2,11,68,0,0,0,0,0,0,240,127,33,1,32,0,65,253,23,32,0,65,253,23,73,27,65,254,15,107,33,0,12,1,11,32,0,65,129,120,74,13,0,68,0,0,0,0,0,0,96,3,33,1,32,0,65,184,112,75,4,64,32,0,65,201,7,106,33,0,12,1,11,68,0,0,0,0,0,0,0,0,33,1,32,0,65,240,104,32,0,65,240,104,75,27,65,146,15,106,33,0,11,32,1,32,0,65,255,7,106,173,66,52,134,191,162,11,53,0,32,0,32,1,55,3,0,32,0,32,2,66,255,255,255,255,255,255,63,131,32,4,66,48,136,167,65,128,128,2,113,32,2,66,48,136,167,65,255,255,1,113,114,173,66,48,134,132,55,3,8,11,100,2,1,127,1,126,35,0,65,16,107,34,2,36,0,32,0,2,126,32,1,69,4,64,66,0,12,1,11,32,2,32,1,173,66,0,32,1,103,34,1,65,209,0,106,16,211,1,32,2,41,3,8,66,128,128,128,128,128,128,192,0,133,65,158,128,1,32,1,107,173,66,48,134,124,33,3,32,2,41,3,0,11,55,3,0,32,0,32,3,55,3,8,32,2,65,16,106,36,0,11,69,1,1,127,35,0,65,16,107,34,5,36,0,32,5,32,1,32,2,32,3,32,4,66,128,128,128,128,128,128,128,128,128,127,133,16,215,1,32,5,41,3,0,33,1,32,0,32,5,41,3,8,55,3,8,32,0,32,1,55,3,0,32,5,65,16,106,36,0,11,196,2,1,1,127,35,0,65,208,0,107,34,4,36,0,2,64,32,3,65,128,128,1,78,4,64,32,4,65,32,106,32,1,32,2,66,0,66,128,128,128,128,128,128,128,255,255,0,16,214,1,32,4,41,3,40,33,2,32,4,41,3,32,33,1,32,3,65,255,255,1,73,4,64,32,3,65,255,255,0,107,33,3,12,2,11,32,4,65,16,106,32,1,32,2,66,0,66,128,128,128,128,128,128,128,255,255,0,16,214,1,32,3,65,253,255,2,32,3,65,253,255,2,73,27,65,254,255,1,107,33,3,32,4,41,3,24,33,2,32,4,41,3,16,33,1,12,1,11,32,3,65,129,128,127,74,13,0,32,4,65,64,107,32,1,32,2,66,0,66,128,128,128,128,128,128,128,57,16,214,1,32,4,41,3,72,33,2,32,4,41,3,64,33,1,32,3,65,244,128,126,75,4,64,32,3,65,141,255,0,106,33,3,12,1,11,32,4,65,48,106,32,1,32,2,66,0,66,128,128,128,128,128,128,128,57,16,214,1,32,3,65,232,129,125,32,3,65,232,129,125,75,27,65,154,254,1,106,33,3,32,4,41,3,56,33,2,32,4,41,3,48,33,1,11,32,4,32,1,32,2,66,0,32,3,65,255,255,0,106,173,66,48,134,16,214,1,32,0,32,4,41,3,8,55,3,8,32,0,32,4,41,3,0,55,3,0,32,4,65,208,0,106,36,0,11,117,1,1,126,32,0,32,1,32,4,126,32,2,32,3,126,124,32,3,66,32,136,34,4,32,1,66,32,136,34,2,126,124,32,3,66,255,255,255,255,15,131,34,3,32,1,66,255,255,255,255,15,131,34,1,126,34,5,66,32,136,32,2,32,3,126,124,34,3,66,32,136,124,32,1,32,4,126,32,3,66,255,255,255,255,15,131,124,34,3,66,32,136,124,55,3,8,32,0,32,5,66,255,255,255,255,15,131,32,3,66,32,134,132,55,3,0,11,197,15,2,5,127,14,126,35,0,65,208,2,107,34,5,36,0,32,4,66,255,255,255,255,255,255,63,131,33,11,32,2,66,255,255,255,255,255,255,63,131,33,15,32,2,32,4,133,66,128,128,128,128,128,128,128,128,128,127,131,33,12,32,4,66,48,136,167,65,255,255,1,113,33,6,2,64,2,64,32,2,66,48,136,167,65,255,255,1,113,34,9,65,255,255,1,107,65,130,128,126,79,4,64,32,6,65,255,255,1,107,65,129,128,126,75,13,1,11,32,1,80,32,2,66,255,255,255,255,255,255,255,255,255,0,131,34,10,66,128,128,128,128,128,128,192,255,255,0,84,32,10,66,128,128,128,128,128,128,192,255,255,0,81,27,69,4,64,32,2,66,128,128,128,128,128,128,32,132,33,12,12,2,11,32,3,80,32,4,66,255,255,255,255,255,255,255,255,255,0,131,34,2,66,128,128,128,128,128,128,192,255,255,0,84,32,2,66,128,128,128,128,128,128,192,255,255,0,81,27,69,4,64,32,4,66,128,128,128,128,128,128,32,132,33,12,32,3,33,1,12,2,11,32,1,32,10,66,128,128,128,128,128,128,192,255,255,0,133,132,80,4,64,32,3,32,2,66,128,128,128,128,128,128,192,255,255,0,133,132,80,4,64,66,0,33,1,66,128,128,128,128,128,128,224,255,255,0,33,12,12,3,11,32,12,66,128,128,128,128,128,128,192,255,255,0,132,33,12,66,0,33,1,12,2,11,32,3,32,2,66,128,128,128,128,128,128,192,255,255,0,133,132,80,4,64,66,0,33,1,12,2,11,32,1,32,10,132,80,4,64,66,128,128,128,128,128,128,224,255,255,0,32,12,32,2,32,3,132,80,27,33,12,66,0,33,1,12,2,11,32,2,32,3,132,80,4,64,32,12,66,128,128,128,128,128,128,192,255,255,0,132,33,12,66,0,33,1,12,2,11,32,10,66,255,255,255,255,255,255,63,88,4,64,32,5,65,192,2,106,32,1,32,15,32,1,32,15,32,15,80,34,7,27,121,32,7,65,6,116,173,124,167,34,7,65,15,107,16,211,1,65,16,32,7,107,33,7,32,5,41,3,200,2,33,15,32,5,41,3,192,2,33,1,11,32,2,66,255,255,255,255,255,255,63,86,13,0,32,5,65,176,2,106,32,3,32,11,32,3,32,11,32,11,80,34,8,27,121,32,8,65,6,116,173,124,167,34,8,65,15,107,16,211,1,32,7,32,8,106,65,16,107,33,7,32,5,41,3,184,2,33,11,32,5,41,3,176,2,33,3,11,32,5,65,160,2,106,32,11,66,128,128,128,128,128,128,192,0,132,34,18,66,15,134,32,3,66,49,136,132,34,2,66,0,66,128,128,128,128,176,230,188,130,245,0,32,2,125,34,4,66,0,16,224,1,32,5,65,144,2,106,66,0,32,5,41,3,168,2,125,66,0,32,4,66,0,16,224,1,32,5,65,128,2,106,32,5,41,3,152,2,66,1,134,32,5,41,3,144,2,66,63,136,132,34,4,66,0,32,2,66,0,16,224,1,32,5,65,240,1,106,32,4,66,0,66,0,32,5,41,3,136,2,125,66,0,16,224,1,32,5,65,224,1,106,32,5,41,3,248,1,66,1,134,32,5,41,3,240,1,66,63,136,132,34,4,66,0,32,2,66,0,16,224,1,32,5,65,208,1,106,32,4,66,0,66,0,32,5,41,3,232,1,125,66,0,16,224,1,32,5,65,192,1,106,32,5,41,3,216,1,66,1,134,32,5,41,3,208,1,66,63,136,132,34,4,66,0,32,2,66,0,16,224,1,32,5,65,176,1,106,32,4,66,0,66,0,32,5,41,3,200,1,125,66,0,16,224,1,32,5,65,160,1,106,32,2,66,0,32,5,41,3,184,1,66,1,134,32,5,41,3,176,1,66,63,136,132,66,1,125,34,4,66,0,16,224,1,32,5,65,144,1,106,32,3,66,15,134,66,0,32,4,66,0,16,224,1,32,5,65,240,0,106,32,4,66,0,66,0,32,5,41,3,168,1,32,5,41,3,160,1,34,11,32,5,41,3,152,1,124,34,2,32,11,84,173,124,32,2,66,1,86,173,124,125,66,0,16,224,1,32,5,65,128,1,106,66,1,32,2,125,66,0,32,4,66,0,16,224,1,32,7,32,9,32,6,107,106,33,6,2,126,32,5,41,3,112,34,13,66,1,134,34,14,32,5,41,3,136,1,34,16,66,1,134,32,5,41,3,128,1,66,63,136,132,124,34,10,66,231,236,0,125,34,19,66,32,136,34,2,32,15,66,128,128,128,128,128,128,192,0,132,34,20,66,31,136,66,255,255,255,255,15,131,34,4,126,34,17,32,1,66,1,134,34,21,66,32,136,34,11,32,10,32,19,86,173,32,10,32,14,84,173,32,5,41,3,120,66,1,134,32,13,66,63,136,132,32,16,66,63,136,124,124,124,66,1,125,34,13,66,32,136,34,10,126,124,34,14,32,17,84,173,32,14,32,13,66,255,255,255,255,15,131,34,13,32,1,66,63,136,34,23,32,15,66,1,134,132,66,255,255,255,255,15,131,34,15,126,124,34,16,32,14,84,173,124,32,4,32,10,126,124,32,4,32,13,126,34,17,32,10,32,15,126,124,34,14,32,17,84,173,66,32,134,32,14,66,32,136,132,124,32,16,32,14,66,32,134,124,34,14,32,16,84,173,124,32,14,32,19,66,255,255,255,255,15,131,34,19,32,15,126,34,17,32,2,32,11,126,124,34,16,32,17,84,173,32,16,32,13,32,21,66,254,255,255,255,15,131,34,17,126,124,34,22,32,16,84,173,124,124,34,16,32,14,84,173,124,32,16,32,4,32,19,126,34,14,32,10,32,17,126,124,34,4,32,2,32,15,126,124,34,10,32,11,32,13,126,124,34,13,66,32,136,32,10,32,13,86,173,32,4,32,14,84,173,32,4,32,10,86,173,124,124,66,32,134,132,124,34,4,32,16,84,173,124,32,4,32,22,32,2,32,17,126,34,2,32,11,32,19,126,124,34,11,66,32,136,32,2,32,11,86,173,66,32,134,132,124,34,2,32,22,84,173,32,2,32,13,66,32,134,124,32,2,84,173,124,124,34,2,32,4,84,173,124,34,4,66,255,255,255,255,255,255,255,0,88,4,64,32,20,66,1,134,32,23,132,33,20,32,5,65,208,0,106,32,2,32,4,32,3,32,18,16,224,1,32,1,66,49,134,32,5,41,3,88,125,32,5,41,3,80,34,1,66,0,82,173,125,33,10,32,6,65,254,255,0,106,33,6,66,0,32,1,125,12,1,11,32,5,65,224,0,106,32,4,66,63,134,32,2,66,1,136,132,34,2,32,4,66,1,136,34,4,32,3,32,18,16,224,1,32,1,66,48,134,32,5,41,3,104,125,32,5,41,3,96,34,11,66,0,82,173,125,33,10,32,6,65,255,255,0,106,33,6,32,1,33,21,66,0,32,11,125,11,33,11,32,6,65,255,255,1,78,4,64,32,12,66,128,128,128,128,128,128,192,255,255,0,132,33,12,66,0,33,1,12,1,11,2,126,32,6,65,0,74,4,64,32,10,66,1,134,32,11,66,63,136,132,33,10,32,4,66,255,255,255,255,255,255,63,131,32,6,173,66,48,134,132,33,13,32,11,66,1,134,12,1,11,32,6,65,143,127,76,4,64,66,0,33,1,12,2,11,32,5,65,64,107,32,2,32,4,65,1,32,6,107,16,213,1,32,5,65,48,106,32,21,32,20,32,6,65,240,0,106,16,211,1,32,5,65,32,106,32,3,32,18,32,5,41,3,64,34,2,32,5,41,3,72,34,13,16,224,1,32,5,41,3,56,32,5,41,3,40,66,1,134,32,5,41,3,32,34,1,66,63,136,132,125,32,5,41,3,48,34,4,32,1,66,1,134,34,1,84,173,125,33,10,32,4,32,1,125,11,33,4,32,5,65,16,106,32,3,32,18,66,3,66,0,16,224,1,32,5,32,3,32,18,66,5,66,0,16,224,1,32,13,32,2,32,2,66,1,131,34,1,32,4,124,34,4,32,3,86,32,10,32,1,32,4,86,173,124,34,1,32,18,86,32,1,32,18,81,27,173,124,34,3,32,2,84,173,124,34,2,32,3,32,2,66,128,128,128,128,128,128,192,255,255,0,84,32,4,32,5,41,3,16,86,32,1,32,5,41,3,24,34,2,86,32,1,32,2,81,27,113,173,124,34,2,32,3,84,173,124,34,3,32,2,32,3,66,128,128,128,128,128,128,192,255,255,0,84,32,4,32,5,41,3,0,86,32,1,32,5,41,3,8,34,4,86,32,1,32,4,81,27,113,173,124,34,1,32,2,84,173,124,32,12,132,33,12,11,32,0,32,1,55,3,0,32,0,32,12,55,3,8,32,5,65,208,2,106,36,0,11,215,6,2,4,127,3,126,35,0,65,128,1,107,34,5,36,0,2,64,2,64,2,64,32,3,32,4,66,0,66,0,16,217,1,69,13,0,2,127,32,4,66,255,255,255,255,255,255,63,131,33,9,2,127,32,4,66,48,136,167,65,255,255,1,113,34,6,65,255,255,1,71,4,64,65,4,32,6,13,1,26,65,2,65,3,32,3,32,9,132,80,27,12,2,11,32,3,32,9,132,80,11,11,33,7,32,2,66,48,136,167,34,8,65,255,255,1,113,34,6,65,255,255,1,70,13,0,32,7,13,1,11,32,5,65,16,106,32,1,32,2,32,3,32,4,16,214,1,32,5,32,5,41,3,16,34,4,32,5,41,3,24,34,3,32,4,32,3,16,225,1,32,5,41,3,8,33,2,32,5,41,3,0,33,4,12,1,11,32,1,32,2,66,255,255,255,255,255,255,63,131,32,6,173,66,48,134,132,34,10,32,3,32,4,66,255,255,255,255,255,255,63,131,32,4,66,48,136,167,65,255,255,1,113,34,7,173,66,48,134,132,34,9,16,217,1,65,0,76,4,64,32,1,32,10,32,3,32,9,16,217,1,4,64,32,1,33,4,12,2,11,32,5,65,240,0,106,32,1,32,2,66,0,66,0,16,214,1,32,5,41,3,120,33,2,32,5,41,3,112,33,4,12,1,11,32,6,4,126,32,1,5,32,5,65,224,0,106,32,1,32,10,66,0,66,128,128,128,128,128,128,192,187,192,0,16,214,1,32,5,41,3,104,34,10,66,48,136,167,65,248,0,107,33,6,32,5,41,3,96,11,33,4,32,7,69,4,64,32,5,65,208,0,106,32,3,32,9,66,0,66,128,128,128,128,128,128,192,187,192,0,16,214,1,32,5,41,3,88,34,9,66,48,136,167,65,248,0,107,33,7,32,5,41,3,80,33,3,11,32,9,66,255,255,255,255,255,255,63,131,66,128,128,128,128,128,128,192,0,132,33,11,32,10,66,255,255,255,255,255,255,63,131,66,128,128,128,128,128,128,192,0,132,33,10,32,6,32,7,74,4,64,3,64,2,126,32,10,32,11,125,32,3,32,4,86,173,125,34,9,66,0,89,4,64,32,9,32,4,32,3,125,34,4,132,80,4,64,32,5,65,32,106,32,1,32,2,66,0,66,0,16,214,1,32,5,41,3,40,33,2,32,5,41,3,32,33,4,12,5,11,32,9,66,1,134,32,4,66,63,136,132,12,1,11,32,10,66,1,134,32,4,66,63,136,132,11,33,10,32,4,66,1,134,33,4,32,6,65,1,107,34,6,32,7,74,13,0,11,32,7,33,6,11,2,64,32,10,32,11,125,32,3,32,4,86,173,125,34,9,66,0,83,4,64,32,10,33,9,12,1,11,32,9,32,4,32,3,125,34,4,132,66,0,82,13,0,32,5,65,48,106,32,1,32,2,66,0,66,0,16,214,1,32,5,41,3,56,33,2,32,5,41,3,48,33,4,12,1,11,32,9,66,255,255,255,255,255,255,63,88,4,64,3,64,32,4,66,63,136,33,3,32,6,65,1,107,33,6,32,4,66,1,134,33,4,32,3,32,9,66,1,134,132,34,9,66,128,128,128,128,128,128,192,0,84,13,0,11,11,32,8,65,128,128,2,113,33,7,32,6,65,0,76,4,64,32,5,65,64,107,32,4,32,9,66,255,255,255,255,255,255,63,131,32,6,65,248,0,106,32,7,114,173,66,48,134,132,66,0,66,128,128,128,128,128,128,192,195,63,16,214,1,32,5,41,3,72,33,2,32,5,41,3,64,33,4,12,1,11,32,9,66,255,255,255,255,255,255,63,131,32,6,32,7,114,173,66,48,134,132,33,2,11,32,0,32,4,55,3,0,32,0,32,2,55,3,8,32,5,65,128,1,106,36,0,11,210,51,3,17,127,7,126,1,124,35,0,65,48,107,34,13,36,0,2,64,32,2,65,2,77,4,64,32,1,65,4,106,33,6,32,2,65,2,116,34,2,65,252,222,0,106,40,2,0,33,15,32,2,65,240,222,0,106,40,2,0,33,14,3,64,2,127,32,1,40,2,4,34,2,32,1,40,2,104,71,4,64,32,6,32,2,65,1,106,54,2,0,32,2,45,0,0,12,1,11,32,1,16,210,1,11,34,2,16,76,13,0,11,65,1,33,7,2,64,2,64,32,2,65,43,107,14,3,0,1,0,1,11,65,127,65,1,32,2,65,45,70,27,33,7,32,1,40,2,4,34,2,32,1,40,2,104,71,4,64,32,6,32,2,65,1,106,54,2,0,32,2,45,0,0,33,2,12,1,11,32,1,16,210,1,33,2,11,2,64,2,64,3,64,32,5,65,236,8,106,44,0,0,32,2,65,32,114,70,4,64,2,64,32,5,65,6,75,13,0,32,1,40,2,4,34,2,32,1,40,2,104,71,4,64,32,6,32,2,65,1,106,54,2,0,32,2,45,0,0,33,2,12,1,11,32,1,16,210,1,33,2,11,32,5,65,1,106,34,5,65,8,71,13,1,12,2,11,11,32,5,65,3,71,4,64,32,5,65,8,70,13,1,32,3,69,13,2,32,5,65,4,73,13,2,32,5,65,8,70,13,1,11,32,1,41,3,112,34,22,66,0,89,4,64,32,6,32,6,40,2,0,65,1,107,54,2,0,11,32,3,69,13,0,32,5,65,4,73,13,0,32,22,66,0,83,33,1,3,64,32,1,69,4,64,32,6,32,6,40,2,0,65,1,107,54,2,0,11,32,5,65,1,107,34,5,65,3,75,13,0,11,11,35,0,65,16,107,34,2,36,0,2,126,32,7,178,67,0,0,128,127,148,188,34,3,65,255,255,255,255,7,113,34,1,65,128,128,128,4,107,65,255,255,255,247,7,77,4,64,32,1,173,66,25,134,66,128,128,128,128,128,128,128,192,63,124,12,1,11,32,3,173,66,25,134,66,128,128,128,128,128,128,192,255,255,0,132,32,1,65,128,128,128,252,7,79,13,0,26,66,0,32,1,69,13,0,26,32,2,32,1,173,66,0,32,1,103,34,1,65,209,0,106,16,211,1,32,2,41,3,0,33,21,32,2,41,3,8,66,128,128,128,128,128,128,192,0,133,65,137,255,0,32,1,107,173,66,48,134,132,11,33,22,32,13,32,21,55,3,0,32,13,32,22,32,3,65,128,128,128,128,120,113,173,66,32,134,132,55,3,8,32,2,65,16,106,36,0,32,13,41,3,8,33,21,32,13,41,3,0,33,22,12,2,11,2,64,2,64,2,64,32,5,13,0,65,0,33,5,3,64,32,5,65,169,11,106,44,0,0,32,2,65,32,114,71,13,1,2,64,32,5,65,1,75,13,0,32,1,40,2,4,34,2,32,1,40,2,104,71,4,64,32,6,32,2,65,1,106,54,2,0,32,2,45,0,0,33,2,12,1,11,32,1,16,210,1,33,2,11,32,5,65,1,106,34,5,65,3,71,13,0,11,12,1,11,2,64,2,64,32,5,14,4,0,1,1,2,1,11,2,64,32,2,65,48,71,13,0,2,127,32,1,40,2,4,34,5,32,1,40,2,104,71,4,64,32,6,32,5,65,1,106,54,2,0,32,5,45,0,0,12,1,11,32,1,16,210,1,11,65,95,113,65,216,0,70,4,64,32,13,65,16,106,33,9,65,0,33,6,35,0,65,176,3,107,34,2,36,0,2,127,32,1,40,2,4,34,5,32,1,40,2,104,71,4,64,32,1,32,5,65,1,106,54,2,4,32,5,45,0,0,12,1,11,32,1,16,210,1,11,33,5,2,64,2,127,3,64,2,64,32,5,65,48,71,4,64,32,5,65,46,71,13,4,32,1,40,2,4,34,5,32,1,40,2,104,70,13,1,32,1,32,5,65,1,106,54,2,4,32,5,45,0,0,12,3,11,32,1,40,2,4,34,5,32,1,40,2,104,71,4,64,65,1,33,4,32,1,32,5,65,1,106,54,2,4,32,5,45,0,0,33,5,12,2,5,65,1,33,4,32,1,16,210,1,33,5,12,2,11,0,11,11,32,1,16,210,1,11,33,5,65,1,33,11,32,5,65,48,71,13,0,3,64,32,24,66,1,125,33,24,2,127,32,1,40,2,4,34,5,32,1,40,2,104,71,4,64,32,1,32,5,65,1,106,54,2,4,32,5,45,0,0,12,1,11,32,1,16,210,1,11,34,5,65,48,70,13,0,11,65,1,33,4,11,66,128,128,128,128,128,128,192,255,63,33,22,2,64,3,64,2,64,32,5,65,32,114,33,8,2,64,2,64,32,5,65,48,107,34,12,65,10,73,13,0,32,5,65,46,71,32,8,65,225,0,107,65,6,79,113,13,4,32,5,65,46,71,13,0,32,11,13,2,65,1,33,11,32,21,33,24,12,1,11,32,8,65,215,0,107,32,12,32,5,65,57,74,27,33,5,2,64,32,21,66,7,87,4,64,32,5,32,6,65,4,116,106,33,6,12,1,11,32,21,66,28,88,4,64,32,2,65,48,106,32,5,16,212,1,32,2,65,32,106,32,26,32,22,66,0,66,128,128,128,128,128,128,192,253,63,16,214,1,32,2,65,16,106,32,2,41,3,48,32,2,41,3,56,32,2,41,3,32,34,26,32,2,41,3,40,34,22,16,214,1,32,2,32,2,41,3,16,32,2,41,3,24,32,23,32,25,16,215,1,32,2,41,3,8,33,25,32,2,41,3,0,33,23,12,1,11,32,5,69,13,0,32,10,13,0,32,2,65,208,0,106,32,26,32,22,66,0,66,128,128,128,128,128,128,128,255,63,16,214,1,32,2,65,64,107,32,2,41,3,80,32,2,41,3,88,32,23,32,25,16,215,1,32,2,41,3,72,33,25,65,1,33,10,32,2,41,3,64,33,23,11,32,21,66,1,124,33,21,65,1,33,4,11,32,1,40,2,4,34,5,32,1,40,2,104,71,4,64,32,1,32,5,65,1,106,54,2,4,32,5,45,0,0,33,5,12,2,5,32,1,16,210,1,33,5,12,2,11,0,11,11,65,46,33,5,11,2,126,32,4,69,4,64,2,64,2,64,32,1,41,3,112,66,0,89,4,64,32,1,32,1,40,2,4,34,5,65,1,107,54,2,4,32,3,69,13,1,32,1,32,5,65,2,107,54,2,4,32,11,69,13,2,32,1,32,5,65,3,107,54,2,4,12,2,11,32,3,13,1,11,32,1,66,0,16,209,1,11,32,2,65,224,0,106,32,7,183,68,0,0,0,0,0,0,0,0,162,16,216,1,32,2,41,3,96,33,23,32,2,41,3,104,12,1,11,32,21,66,7,87,4,64,32,21,33,22,3,64,32,6,65,4,116,33,6,32,22,66,1,124,34,22,66,8,82,13,0,11,11,2,64,2,64,2,64,32,5,65,95,113,65,208,0,70,4,64,32,1,32,3,16,228,1,34,22,66,128,128,128,128,128,128,128,128,128,127,82,13,3,32,3,4,64,32,1,41,3,112,66,0,89,13,2,12,3,11,66,0,33,23,32,1,66,0,16,209,1,66,0,12,4,11,66,0,33,22,32,1,41,3,112,66,0,83,13,2,11,32,1,32,1,40,2,4,65,1,107,54,2,4,11,66,0,33,22,11,32,6,69,4,64,32,2,65,240,0,106,32,7,183,68,0,0,0,0,0,0,0,0,162,16,216,1,32,2,41,3,112,33,23,32,2,41,3,120,12,1,11,32,24,32,21,32,11,27,66,2,134,32,22,124,66,32,125,34,21,65,0,32,15,107,173,85,4,64,65,140,163,4,65,196,0,54,2,0,32,2,65,160,1,106,32,7,16,212,1,32,2,65,144,1,106,32,2,41,3,160,1,32,2,41,3,168,1,66,127,66,255,255,255,255,255,255,191,255,255,0,16,214,1,32,2,65,128,1,106,32,2,41,3,144,1,32,2,41,3,152,1,66,127,66,255,255,255,255,255,255,191,255,255,0,16,214,1,32,2,41,3,128,1,33,23,32,2,41,3,136,1,12,1,11,32,15,65,226,1,107,172,32,21,87,4,64,32,6,65,0,78,4,64,3,64,32,2,65,160,3,106,32,23,32,25,66,0,66,128,128,128,128,128,128,192,255,191,127,16,215,1,32,23,32,25,66,128,128,128,128,128,128,128,255,63,16,218,1,33,5,32,2,65,144,3,106,32,23,32,25,32,23,32,2,41,3,160,3,32,5,65,0,72,34,1,27,32,25,32,2,41,3,168,3,32,1,27,16,215,1,32,21,66,1,125,33,21,32,2,41,3,152,3,33,25,32,2,41,3,144,3,33,23,32,6,65,1,116,32,5,65,0,78,114,34,6,65,0,78,13,0,11,11,2,126,32,21,32,15,172,125,66,32,124,34,24,167,34,5,65,0,32,5,65,0,74,27,32,14,32,24,32,14,173,83,27,34,5,65,241,0,78,4,64,32,2,65,128,3,106,32,7,16,212,1,32,2,41,3,136,3,33,24,32,2,41,3,128,3,33,26,66,0,12,1,11,32,2,65,224,2,106,65,144,1,32,5,107,16,219,1,16,216,1,32,2,65,208,2,106,32,7,16,212,1,32,2,65,240,2,106,32,2,41,3,224,2,32,2,41,3,232,2,32,2,41,3,208,2,34,26,32,2,41,3,216,2,34,24,16,220,1,32,2,41,3,248,2,33,27,32,2,41,3,240,2,11,33,22,32,2,65,192,2,106,32,6,32,6,65,1,113,69,32,23,32,25,66,0,66,0,16,217,1,65,0,71,32,5,65,32,72,113,113,34,5,106,16,221,1,32,2,65,176,2,106,32,26,32,24,32,2,41,3,192,2,32,2,41,3,200,2,16,214,1,32,2,65,144,2,106,32,2,41,3,176,2,32,2,41,3,184,2,32,22,32,27,16,215,1,32,2,65,160,2,106,32,26,32,24,66,0,32,23,32,5,27,66,0,32,25,32,5,27,16,214,1,32,2,65,128,2,106,32,2,41,3,160,2,32,2,41,3,168,2,32,2,41,3,144,2,32,2,41,3,152,2,16,215,1,32,2,65,240,1,106,32,2,41,3,128,2,32,2,41,3,136,2,32,22,32,27,16,222,1,32,2,41,3,240,1,34,23,32,2,41,3,248,1,34,25,66,0,66,0,16,217,1,69,4,64,65,140,163,4,65,196,0,54,2,0,11,32,2,65,224,1,106,32,23,32,25,32,21,167,16,223,1,32,2,41,3,224,1,33,23,32,2,41,3,232,1,12,1,11,65,140,163,4,65,196,0,54,2,0,32,2,65,208,1,106,32,7,16,212,1,32,2,65,192,1,106,32,2,41,3,208,1,32,2,41,3,216,1,66,0,66,128,128,128,128,128,128,192,0,16,214,1,32,2,65,176,1,106,32,2,41,3,192,1,32,2,41,3,200,1,66,0,66,128,128,128,128,128,128,192,0,16,214,1,32,2,41,3,176,1,33,23,32,2,41,3,184,1,11,33,21,32,9,32,23,55,3,0,32,9,32,21,55,3,8,32,2,65,176,3,106,36,0,32,13,41,3,24,33,21,32,13,41,3,16,33,22,12,6,11,32,1,41,3,112,66,0,83,13,0,32,6,32,6,40,2,0,65,1,107,54,2,0,11,32,13,65,32,106,33,17,32,1,33,5,32,7,33,11,65,0,33,7,65,0,33,6,35,0,65,144,198,0,107,34,4,36,0,65,0,32,14,32,15,106,34,19,107,33,20,2,64,2,127,3,64,2,64,32,2,65,48,71,4,64,32,2,65,46,71,13,4,32,5,40,2,4,34,2,32,5,40,2,104,70,13,1,32,5,32,2,65,1,106,54,2,4,32,2,45,0,0,12,3,11,32,5,40,2,4,34,2,32,5,40,2,104,71,4,64,65,1,33,7,32,5,32,2,65,1,106,54,2,4,32,2,45,0,0,33,2,12,2,5,65,1,33,7,32,5,16,210,1,33,2,12,2,11,0,11,11,32,5,16,210,1,11,33,2,65,1,33,8,32,2,65,48,71,13,0,3,64,32,21,66,1,125,33,21,2,127,32,5,40,2,4,34,2,32,5,40,2,104,71,4,64,32,5,32,2,65,1,106,54,2,4,32,2,45,0,0,12,1,11,32,5,16,210,1,11,34,2,65,48,70,13,0,11,65,1,33,7,11,32,4,65,0,54,2,144,6,32,17,2,126,2,64,2,64,2,64,2,64,2,64,32,2,65,46,70,34,1,69,32,2,65,48,107,34,9,65,9,75,113,69,4,64,3,64,2,64,32,1,65,1,113,4,64,32,8,69,4,64,32,22,33,21,65,1,33,8,12,2,11,32,7,69,33,1,12,4,11,32,22,66,1,124,33,22,32,6,65,252,15,76,4,64,32,12,32,22,167,32,2,65,48,70,27,33,12,32,4,65,144,6,106,32,6,65,2,116,106,34,1,32,10,4,127,32,2,32,1,40,2,0,65,10,108,106,65,48,107,5,32,9,11,54,2,0,65,1,33,7,65,0,32,10,65,1,106,34,2,32,2,65,9,70,34,2,27,33,10,32,2,32,6,106,33,6,12,1,11,32,2,65,48,70,13,0,32,4,32,4,40,2,128,70,65,1,114,54,2,128,70,65,220,143,1,33,12,11,2,127,32,5,40,2,4,34,2,32,5,40,2,104,71,4,64,32,5,32,2,65,1,106,54,2,4,32,2,45,0,0,12,1,11,32,5,16,210,1,11,34,2,65,48,107,33,9,32,2,65,46,70,34,1,13,0,32,9,65,10,73,13,0,11,11,32,21,32,22,32,8,27,33,21,2,64,32,7,69,13,0,32,2,65,95,113,65,197,0,71,13,0,2,64,32,5,32,3,16,228,1,34,24,66,128,128,128,128,128,128,128,128,128,127,82,13,0,32,3,69,13,5,66,0,33,24,32,5,41,3,112,66,0,83,13,0,32,5,32,5,40,2,4,65,1,107,54,2,4,11,32,7,69,13,3,32,21,32,24,124,33,21,12,5,11,32,7,69,33,1,32,2,65,0,72,13,1,11,32,5,41,3,112,66,0,83,13,0,32,5,32,5,40,2,4,65,1,107,54,2,4,11,32,1,69,13,2,11,65,140,163,4,65,28,54,2,0,11,66,0,33,22,32,5,66,0,16,209,1,66,0,12,1,11,32,4,40,2,144,6,34,5,69,4,64,32,4,32,11,183,68,0,0,0,0,0,0,0,0,162,16,216,1,32,4,41,3,0,33,22,32,4,41,3,8,12,1,11,2,64,32,22,66,9,85,13,0,32,21,32,22,82,13,0,32,14,65,30,76,65,0,32,5,32,14,118,27,13,0,32,4,65,48,106,32,11,16,212,1,32,4,65,32,106,32,5,16,221,1,32,4,65,16,106,32,4,41,3,48,32,4,41,3,56,32,4,41,3,32,32,4,41,3,40,16,214,1,32,4,41,3,16,33,22,32,4,41,3,24,12,1,11,32,15,65,126,109,173,32,21,83,4,64,65,140,163,4,65,196,0,54,2,0,32,4,65,224,0,106,32,11,16,212,1,32,4,65,208,0,106,32,4,41,3,96,32,4,41,3,104,66,127,66,255,255,255,255,255,255,191,255,255,0,16,214,1,32,4,65,64,107,32,4,41,3,80,32,4,41,3,88,66,127,66,255,255,255,255,255,255,191,255,255,0,16,214,1,32,4,41,3,64,33,22,32,4,41,3,72,12,1,11,32,15,65,226,1,107,172,32,21,85,4,64,65,140,163,4,65,196,0,54,2,0,32,4,65,144,1,106,32,11,16,212,1,32,4,65,128,1,106,32,4,41,3,144,1,32,4,41,3,152,1,66,0,66,128,128,128,128,128,128,192,0,16,214,1,32,4,65,240,0,106,32,4,41,3,128,1,32,4,41,3,136,1,66,0,66,128,128,128,128,128,128,192,0,16,214,1,32,4,41,3,112,33,22,32,4,41,3,120,12,1,11,32,10,4,64,32,10,65,8,76,4,64,32,4,65,144,6,106,32,6,65,2,116,106,34,2,40,2,0,33,5,3,64,32,5,65,10,108,33,5,32,10,65,1,106,34,10,65,9,71,13,0,11,32,2,32,5,54,2,0,11,32,6,65,1,106,33,6,11,32,21,167,33,8,2,64,32,12,65,9,78,13,0,32,8,32,12,72,13,0,32,8,65,17,74,13,0,32,8,65,9,70,4,64,32,4,65,192,1,106,32,11,16,212,1,32,4,65,176,1,106,32,4,40,2,144,6,16,221,1,32,4,65,160,1,106,32,4,41,3,192,1,32,4,41,3,200,1,32,4,41,3,176,1,32,4,41,3,184,1,16,214,1,32,4,41,3,160,1,33,22,32,4,41,3,168,1,12,2,11,32,8,65,8,76,4,64,32,4,65,144,2,106,32,11,16,212,1,32,4,65,128,2,106,32,4,40,2,144,6,16,221,1,32,4,65,240,1,106,32,4,41,3,144,2,32,4,41,3,152,2,32,4,41,3,128,2,32,4,41,3,136,2,16,214,1,32,4,65,224,1,106,65,0,32,8,107,65,2,116,65,240,222,0,106,40,2,0,16,212,1,32,4,65,208,1,106,32,4,41,3,240,1,32,4,41,3,248,1,32,4,41,3,224,1,32,4,41,3,232,1,16,225,1,32,4,41,3,208,1,33,22,32,4,41,3,216,1,12,2,11,32,14,32,8,65,125,108,106,65,27,106,34,2,65,30,76,65,0,32,4,40,2,144,6,34,5,32,2,118,27,13,0,32,4,65,224,2,106,32,11,16,212,1,32,4,65,208,2,106,32,5,16,221,1,32,4,65,192,2,106,32,4,41,3,224,2,32,4,41,3,232,2,32,4,41,3,208,2,32,4,41,3,216,2,16,214,1,32,4,65,176,2,106,32,8,65,2,116,65,168,222,0,106,40,2,0,16,212,1,32,4,65,160,2,106,32,4,41,3,192,2,32,4,41,3,200,2,32,4,41,3,176,2,32,4,41,3,184,2,16,214,1,32,4,41,3,160,2,33,22,32,4,41,3,168,2,12,1,11,3,64,32,4,65,144,6,106,32,6,34,2,65,1,107,34,6,65,2,116,106,40,2,0,69,13,0,11,65,0,33,10,2,64,32,8,65,9,111,34,5,69,4,64,65,0,33,1,12,1,11,32,5,32,5,65,9,106,32,8,65,0,78,27,33,3,2,64,32,2,69,4,64,65,0,33,1,65,0,33,2,12,1,11,65,128,148,235,220,3,65,0,32,3,107,65,2,116,65,240,222,0,106,40,2,0,34,7,109,33,16,65,0,33,9,65,0,33,5,65,0,33,1,3,64,32,4,65,144,6,106,32,5,65,2,116,106,34,6,32,6,40,2,0,34,6,32,7,110,34,12,32,9,106,34,9,54,2,0,32,1,65,1,106,65,255,15,113,32,1,32,9,69,32,1,32,5,70,113,34,9,27,33,1,32,8,65,9,107,32,8,32,9,27,33,8,32,16,32,6,32,7,32,12,108,107,108,33,9,32,5,65,1,106,34,5,32,2,71,13,0,11,32,9,69,13,0,32,4,65,144,6,106,32,2,65,2,116,106,32,9,54,2,0,32,2,65,1,106,33,2,11,32,8,32,3,107,65,9,106,33,8,11,3,64,32,4,65,144,6,106,32,1,65,2,116,106,33,12,2,64,3,64,32,8,65,36,78,4,64,32,8,65,36,71,13,2,32,12,40,2,0,65,209,233,249,4,79,13,2,11,32,2,65,255,15,106,33,7,65,0,33,9,3,64,32,9,173,32,4,65,144,6,106,32,7,65,255,15,113,34,5,65,2,116,106,34,7,53,2,0,66,29,134,124,34,21,66,129,148,235,220,3,84,4,127,65,0,5,32,21,32,21,66,128,148,235,220,3,128,34,22,66,128,148,235,220,3,126,125,33,21,32,22,167,11,33,9,32,7,32,21,167,34,6,54,2,0,32,2,32,2,32,2,32,5,32,6,27,32,1,32,5,70,27,32,5,32,2,65,1,107,65,255,15,113,71,27,33,2,32,5,65,1,107,33,7,32,1,32,5,71,13,0,11,32,10,65,29,107,33,10,32,9,69,13,0,11,32,2,32,1,65,1,107,65,255,15,113,34,1,70,4,64,32,4,65,144,6,106,32,2,65,254,15,106,65,255,15,113,65,2,116,106,34,5,32,5,40,2,0,32,4,65,144,6,106,32,2,65,1,107,65,255,15,113,34,5,65,2,116,106,40,2,0,114,54,2,0,32,5,33,2,11,32,8,65,9,106,33,8,32,4,65,144,6,106,32,1,65,2,116,106,32,9,54,2,0,12,1,11,11,2,64,3,64,32,2,65,1,106,65,255,15,113,33,3,32,4,65,144,6,106,32,2,65,1,107,65,255,15,113,65,2,116,106,33,18,3,64,65,9,65,1,32,8,65,45,74,27,33,6,2,64,3,64,32,1,33,7,65,0,33,5,2,64,3,64,2,64,32,5,32,7,106,65,255,15,113,34,1,32,2,70,13,0,32,4,65,144,6,106,32,1,65,2,116,106,40,2,0,34,1,32,5,65,2,116,65,192,222,0,106,40,2,0,34,9,73,13,0,32,1,32,9,75,13,2,32,5,65,1,106,34,5,65,4,71,13,1,11,11,32,8,65,36,71,13,0,66,0,33,21,65,0,33,5,66,0,33,22,3,64,32,2,32,5,32,7,106,65,255,15,113,34,1,70,4,64,32,2,65,1,106,65,255,15,113,34,2,65,2,116,32,4,106,65,0,54,2,140,6,11,32,4,65,128,6,106,32,4,65,144,6,106,32,1,65,2,116,106,40,2,0,16,221,1,32,4,65,240,5,106,32,21,32,22,66,0,66,128,128,128,128,229,154,183,142,192,0,16,214,1,32,4,65,224,5,106,32,4,41,3,240,5,32,4,41,3,248,5,32,4,41,3,128,6,32,4,41,3,136,6,16,215,1,32,4,41,3,232,5,33,22,32,4,41,3,224,5,33,21,32,5,65,1,106,34,5,65,4,71,13,0,11,32,4,65,208,5,106,32,11,16,212,1,32,4,65,192,5,106,32,21,32,22,32,4,41,3,208,5,32,4,41,3,216,5,16,214,1,32,4,41,3,200,5,33,22,66,0,33,21,32,4,41,3,192,5,33,24,32,10,65,241,0,106,34,9,32,15,107,34,5,65,0,32,5,65,0,74,27,32,14,32,5,32,14,72,34,8,27,34,1,65,240,0,76,13,2,12,5,11,32,6,32,10,106,33,10,32,2,33,1,32,2,32,7,70,13,0,11,65,128,148,235,220,3,32,6,118,33,12,65,127,32,6,116,65,127,115,33,16,65,0,33,5,32,7,33,1,3,64,32,4,65,144,6,106,32,7,65,2,116,106,34,9,32,9,40,2,0,34,9,32,6,118,32,5,106,34,5,54,2,0,32,1,65,1,106,65,255,15,113,32,1,32,5,69,32,1,32,7,70,113,34,5,27,33,1,32,8,65,9,107,32,8,32,5,27,33,8,32,9,32,16,113,32,12,108,33,5,32,7,65,1,106,65,255,15,113,34,7,32,2,71,13,0,11,32,5,69,13,1,32,1,32,3,71,4,64,32,4,65,144,6,106,32,2,65,2,116,106,32,5,54,2,0,32,3,33,2,12,3,11,32,18,32,18,40,2,0,65,1,114,54,2,0,32,3,33,1,12,1,11,11,11,32,4,65,144,5,106,65,225,1,32,1,107,16,219,1,16,216,1,32,4,65,176,5,106,32,4,41,3,144,5,32,4,41,3,152,5,32,24,32,22,16,220,1,32,4,41,3,184,5,33,26,32,4,41,3,176,5,33,25,32,4,65,128,5,106,65,241,0,32,1,107,16,219,1,16,216,1,32,4,65,160,5,106,32,24,32,22,32,4,41,3,128,5,32,4,41,3,136,5,16,226,1,32,4,65,240,4,106,32,24,32,22,32,4,41,3,160,5,34,21,32,4,41,3,168,5,34,23,16,222,1,32,4,65,224,4,106,32,25,32,26,32,4,41,3,240,4,32,4,41,3,248,4,16,215,1,32,4,41,3,232,4,33,22,32,4,41,3,224,4,33,24,11,2,64,32,7,65,4,106,65,255,15,113,34,6,32,2,70,13,0,2,64,32,4,65,144,6,106,32,6,65,2,116,106,40,2,0,34,6,65,255,201,181,238,1,77,4,64,32,6,69,32,7,65,5,106,65,255,15,113,32,2,70,113,13,1,32,4,65,240,3,106,32,11,183,68,0,0,0,0,0,0,208,63,162,16,216,1,32,4,65,224,3,106,32,21,32,23,32,4,41,3,240,3,32,4,41,3,248,3,16,215,1,32,4,41,3,232,3,33,23,32,4,41,3,224,3,33,21,12,1,11,32,6,65,128,202,181,238,1,71,4,64,32,4,65,208,4,106,32,11,183,68,0,0,0,0,0,0,232,63,162,16,216,1,32,4,65,192,4,106,32,21,32,23,32,4,41,3,208,4,32,4,41,3,216,4,16,215,1,32,4,41,3,200,4,33,23,32,4,41,3,192,4,33,21,12,1,11,32,11,183,33,28,32,2,32,7,65,5,106,65,255,15,113,70,4,64,32,4,65,144,4,106,32,28,68,0,0,0,0,0,0,224,63,162,16,216,1,32,4,65,128,4,106,32,21,32,23,32,4,41,3,144,4,32,4,41,3,152,4,16,215,1,32,4,41,3,136,4,33,23,32,4,41,3,128,4,33,21,12,1,11,32,4,65,176,4,106,32,28,68,0,0,0,0,0,0,232,63,162,16,216,1,32,4,65,160,4,106,32,21,32,23,32,4,41,3,176,4,32,4,41,3,184,4,16,215,1,32,4,41,3,168,4,33,23,32,4,41,3,160,4,33,21,11,32,1,65,239,0,74,13,0,32,4,65,208,3,106,32,21,32,23,66,0,66,128,128,128,128,128,128,192,255,63,16,226,1,32,4,41,3,208,3,32,4,41,3,216,3,66,0,66,0,16,217,1,13,0,32,4,65,192,3,106,32,21,32,23,66,0,66,128,128,128,128,128,128,192,255,63,16,215,1,32,4,41,3,200,3,33,23,32,4,41,3,192,3,33,21,11,32,4,65,176,3,106,32,24,32,22,32,21,32,23,16,215,1,32,4,65,160,3,106,32,4,41,3,176,3,32,4,41,3,184,3,32,25,32,26,16,222,1,32,4,41,3,168,3,33,22,32,4,41,3,160,3,33,24,2,64,65,126,32,19,107,32,9,65,255,255,255,255,7,113,78,13,0,32,4,65,144,3,106,34,2,32,22,66,255,255,255,255,255,255,255,255,255,0,131,55,3,8,32,2,32,24,55,3,0,32,4,65,128,3,106,32,24,32,22,66,0,66,128,128,128,128,128,128,128,255,63,16,214,1,32,4,41,3,144,3,34,25,32,4,41,3,152,3,34,26,66,128,128,128,128,128,128,128,184,192,0,16,218,1,33,2,32,22,32,4,41,3,136,3,32,2,65,0,72,34,9,27,33,22,32,24,32,4,41,3,128,3,32,9,27,33,24,32,20,32,10,32,2,65,0,78,106,34,10,65,238,0,106,78,4,64,32,8,32,8,32,1,32,5,71,113,32,25,32,26,66,128,128,128,128,128,128,128,184,192,0,16,218,1,65,0,72,27,65,1,71,13,1,32,21,32,23,66,0,66,0,16,217,1,69,13,1,11,65,140,163,4,65,196,0,54,2,0,11,32,4,65,240,2,106,32,24,32,22,32,10,16,223,1,32,4,41,3,240,2,33,22,32,4,41,3,248,2,11,55,3,8,32,17,32,22,55,3,0,32,4,65,144,198,0,106,36,0,32,13,41,3,40,33,21,32,13,41,3,32,33,22,12,4,11,32,1,41,3,112,66,0,89,4,64,32,6,32,6,40,2,0,65,1,107,54,2,0,11,65,140,163,4,65,28,54,2,0,12,1,11,2,64,2,127,32,1,40,2,4,34,2,32,1,40,2,104,71,4,64,32,6,32,2,65,1,106,54,2,0,32,2,45,0,0,12,1,11,32,1,16,210,1,11,65,40,70,4,64,65,1,33,5,12,1,11,66,128,128,128,128,128,128,224,255,255,0,33,21,32,1,41,3,112,66,0,83,13,3,32,6,32,6,40,2,0,65,1,107,54,2,0,12,3,11,3,64,2,127,32,1,40,2,4,34,2,32,1,40,2,104,71,4,64,32,6,32,2,65,1,106,54,2,0,32,2,45,0,0,12,1,11,32,1,16,210,1,11,34,2,65,193,0,107,33,7,2,64,2,64,32,2,65,48,107,65,10,73,13,0,32,7,65,26,73,13,0,32,2,65,225,0,107,33,7,32,2,65,223,0,70,13,0,32,7,65,26,79,13,1,11,32,5,65,1,106,33,5,12,1,11,11,66,128,128,128,128,128,128,224,255,255,0,33,21,32,2,65,41,70,13,2,32,1,41,3,112,34,24,66,0,89,4,64,32,6,32,6,40,2,0,65,1,107,54,2,0,11,2,64,32,3,4,64,32,5,13,1,12,4,11,65,140,163,4,65,28,54,2,0,12,1,11,3,64,32,5,65,1,107,33,5,32,24,66,0,89,4,64,32,6,32,6,40,2,0,65,1,107,54,2,0,11,32,5,13,0,11,12,2,11,32,1,66,0,16,209,1,11,66,0,33,21,11,32,0,32,22,55,3,0,32,0,32,21,55,3,8,32,13,65,48,106,36,0,11,145,4,2,4,127,1,126,2,64,2,64,2,64,2,64,2,64,2,127,32,0,40,2,4,34,2,32,0,40,2,104,71,4,64,32,0,32,2,65,1,106,54,2,4,32,2,45,0,0,12,1,11,32,0,16,210,1,11,34,3,65,43,107,14,3,0,1,0,1,11,32,3,65,45,70,33,5,2,127,32,0,40,2,4,34,2,32,0,40,2,104,71,4,64,32,0,32,2,65,1,106,54,2,4,32,2,45,0,0,12,1,11,32,0,16,210,1,11,34,2,65,58,107,33,4,32,1,69,13,1,32,4,65,117,75,13,1,32,0,41,3,112,66,0,83,13,2,32,0,32,0,40,2,4,65,1,107,54,2,4,12,2,11,32,3,65,58,107,33,4,32,3,33,2,11,32,4,65,118,73,13,0,32,2,65,48,107,34,4,65,10,73,4,64,65,0,33,3,3,64,32,2,32,3,65,10,108,106,33,3,32,3,65,48,107,34,3,65,204,153,179,230,0,72,2,127,32,0,40,2,4,34,2,32,0,40,2,104,71,4,64,32,0,32,2,65,1,106,54,2,4,32,2,45,0,0,12,1,11,32,0,16,210,1,11,34,2,65,48,107,34,4,65,9,77,113,13,0,11,32,3,172,33,6,11,2,64,32,4,65,10,79,13,0,3,64,32,2,173,32,6,66,10,126,124,66,48,125,33,6,2,127,32,0,40,2,4,34,2,32,0,40,2,104,71,4,64,32,0,32,2,65,1,106,54,2,4,32,2,45,0,0,12,1,11,32,0,16,210,1,11,34,2,65,48,107,34,4,65,9,75,13,1,32,6,66,174,143,133,215,199,194,235,163,1,83,13,0,11,11,32,4,65,10,73,4,64,3,64,2,127,32,0,40,2,4,34,2,32,0,40,2,104,71,4,64,32,0,32,2,65,1,106,54,2,4,32,2,45,0,0,12,1,11,32,0,16,210,1,11,65,48,107,65,10,73,13,0,11,11,32,0,41,3,112,66,0,89,4,64,32,0,32,0,40,2,4,65,1,107,54,2,4,11,66,0,32,6,125,32,6,32,5,27,33,6,12,1,11,66,128,128,128,128,128,128,128,128,128,127,33,6,32,0,41,3,112,66,0,83,13,0,32,0,32,0,40,2,4,65,1,107,54,2,4,66,128,128,128,128,128,128,128,128,128,127,15,11,32,6,11,182,3,2,1,126,3,127,35,0,65,32,107,34,4,36,0,2,64,32,1,66,255,255,255,255,255,255,255,255,255,0,131,34,2,66,128,128,128,128,128,128,192,192,63,125,32,2,66,128,128,128,128,128,128,192,191,192,0,125,84,4,64,32,1,66,25,136,167,33,5,32,0,80,32,1,66,255,255,255,15,131,34,2,66,128,128,128,8,84,32,2,66,128,128,128,8,81,27,69,4,64,32,5,65,129,128,128,128,4,106,33,3,12,2,11,32,5,65,128,128,128,128,4,106,33,3,32,0,32,2,66,128,128,128,8,133,132,66,0,82,13,1,32,3,32,5,65,1,113,106,33,3,12,1,11,32,0,80,32,2,66,128,128,128,128,128,128,192,255,255,0,84,32,2,66,128,128,128,128,128,128,192,255,255,0,81,27,69,4,64,32,1,66,25,136,167,65,255,255,255,1,113,65,128,128,128,254,7,114,33,3,12,1,11,65,128,128,128,252,7,33,3,32,2,66,255,255,255,255,255,255,191,191,192,0,86,13,0,65,0,33,3,32,2,66,48,136,167,34,5,65,145,254,0,73,13,0,32,4,65,16,106,32,0,32,1,66,255,255,255,255,255,255,63,131,66,128,128,128,128,128,128,192,0,132,34,2,32,5,65,129,254,0,107,16,211,1,32,4,32,0,32,2,65,129,255,0,32,5,107,16,213,1,32,4,41,3,8,34,2,66,25,136,167,33,3,32,4,41,3,0,32,4,41,3,16,32,4,41,3,24,132,66,0,82,173,132,34,0,80,32,2,66,255,255,255,15,131,34,2,66,128,128,128,8,84,32,2,66,128,128,128,8,81,27,69,4,64,32,3,65,1,106,33,3,12,1,11,32,0,32,2,66,128,128,128,8,133,132,66,0,82,13,0,32,3,65,1,113,32,3,106,33,3,11,32,4,65,32,106,36,0,32,3,32,1,66,32,136,167,65,128,128,128,128,120,113,114,190,11,217,3,2,2,126,2,127,35,0,65,32,107,34,4,36,0,2,64,32,1,66,255,255,255,255,255,255,255,255,255,0,131,34,2,66,128,128,128,128,128,128,192,128,60,125,32,2,66,128,128,128,128,128,128,192,255,195,0,125,84,4,64,32,1,66,4,134,32,0,66,60,136,132,33,2,32,0,66,255,255,255,255,255,255,255,255,15,131,34,0,66,129,128,128,128,128,128,128,128,8,90,4,64,32,2,66,129,128,128,128,128,128,128,128,192,0,124,33,3,12,2,11,32,2,66,128,128,128,128,128,128,128,128,64,125,33,3,32,0,66,128,128,128,128,128,128,128,128,8,133,66,0,82,13,1,32,3,32,2,66,1,131,124,33,3,12,1,11,32,0,80,32,2,66,128,128,128,128,128,128,192,255,255,0,84,32,2,66,128,128,128,128,128,128,192,255,255,0,81,27,69,4,64,32,1,66,4,134,32,0,66,60,136,132,66,255,255,255,255,255,255,255,3,131,66,128,128,128,128,128,128,128,252,255,0,132,33,3,12,1,11,66,128,128,128,128,128,128,128,248,255,0,33,3,32,2,66,255,255,255,255,255,255,191,255,195,0,86,13,0,66,0,33,3,32,2,66,48,136,167,34,5,65,145,247,0,73,13,0,32,4,65,16,106,32,0,32,1,66,255,255,255,255,255,255,63,131,66,128,128,128,128,128,128,192,0,132,34,2,32,5,65,129,247,0,107,16,211,1,32,4,32,0,32,2,65,129,248,0,32,5,107,16,213,1,32,4,41,3,8,66,4,134,32,4,41,3,0,34,2,66,60,136,132,33,3,32,4,41,3,16,32,4,41,3,24,132,66,0,82,173,32,2,66,255,255,255,255,255,255,255,255,15,131,132,34,2,66,129,128,128,128,128,128,128,128,8,90,4,64,32,3,66,1,124,33,3,12,1,11,32,2,66,128,128,128,128,128,128,128,128,8,133,66,0,82,13,0,32,3,66,1,131,32,3,124,33,3,11,32,4,65,32,106,36,0,32,3,32,1,66,128,128,128,128,128,128,128,128,128,127,131,132,191,11,229,2,1,6,127,35,0,65,16,107,34,7,36,0,32,3,65,128,167,4,32,3,27,34,5,40,2,0,33,3,2,64,2,64,2,64,32,1,69,4,64,32,3,13,1,12,3,11,65,126,33,4,32,2,69,13,2,32,0,32,7,65,12,106,32,0,27,33,6,2,64,32,3,4,64,32,2,33,0,12,1,11,32,1,45,0,0,34,3,65,24,116,65,24,117,34,0,65,0,78,4,64,32,6,32,3,54,2,0,32,0,65,0,71,33,4,12,4,11,32,1,44,0,0,33,0,65,244,162,4,40,2,0,40,2,0,69,4,64,32,6,32,0,65,255,191,3,113,54,2,0,65,1,33,4,12,4,11,32,0,65,255,1,113,65,194,1,107,34,3,65,50,75,13,1,32,3,65,2,116,65,160,225,0,106,40,2,0,33,3,32,2,65,1,107,34,0,69,13,2,32,1,65,1,106,33,1,11,32,1,45,0,0,34,8,65,3,118,34,9,65,16,107,32,3,65,26,117,32,9,106,114,65,7,75,13,0,3,64,32,0,65,1,107,33,0,32,8,65,128,1,107,32,3,65,6,116,114,34,3,65,0,78,4,64,32,5,65,0,54,2,0,32,6,32,3,54,2,0,32,2,32,0,107,33,4,12,4,11,32,0,69,13,2,32,1,65,1,106,34,1,45,0,0,34,8,65,192,1,113,65,128,1,70,13,0,11,11,32,5,65,0,54,2,0,65,140,163,4,65,25,54,2,0,65,127,33,4,12,1,11,32,5,32,3,54,2,0,11,32,7,65,16,106,36,0,32,4,11,67,0,2,64,32,0,69,13,0,2,64,2,64,2,64,2,64,32,1,65,2,106,14,6,0,1,2,2,4,3,4,11,32,0,32,2,60,0,0,15,11,32,0,32,2,61,1,0,15,11,32,0,32,2,62,2,0,15,11,32,0,32,2,55,3,0,11,11,243,30,2,16,127,5,126,35,0,65,144,1,107,34,3,36,0,32,3,65,0,65,144,1,16,71,34,3,65,127,54,2,76,32,3,32,0,54,2,44,32,3,65,200,0,54,2,32,32,3,32,0,54,2,84,32,1,33,4,32,2,33,15,65,0,33,2,35,0,65,176,2,107,34,6,36,0,32,3,40,2,76,26,2,64,2,64,2,64,2,64,2,64,32,3,40,2,4,13,0,32,3,16,90,26,32,3,40,2,4,13,0,12,1,11,32,4,45,0,0,34,1,69,13,3,32,6,65,16,106,33,18,2,64,2,64,2,64,3,64,2,64,2,64,32,1,65,255,1,113,16,76,4,64,3,64,32,4,34,1,65,1,106,33,4,32,1,45,0,1,16,76,13,0,11,32,3,66,0,16,209,1,3,64,2,127,32,3,40,2,4,34,4,32,3,40,2,104,71,4,64,32,3,32,4,65,1,106,54,2,4,32,4,45,0,0,12,1,11,32,3,16,210,1,11,16,76,13,0,11,32,3,40,2,4,33,4,32,3,41,3,112,66,0,89,4,64,32,3,32,4,65,1,107,34,4,54,2,4,11,32,4,32,3,40,2,44,107,172,32,3,41,3,120,32,21,124,124,33,21,12,1,11,2,127,2,64,2,64,32,4,45,0,0,65,37,70,4,64,32,4,45,0,1,34,1,65,42,70,13,1,32,1,65,37,71,13,2,11,32,3,66,0,16,209,1,2,64,32,4,45,0,0,65,37,70,4,64,3,64,2,127,32,3,40,2,4,34,1,32,3,40,2,104,71,4,64,32,3,32,1,65,1,106,54,2,4,32,1,45,0,0,12,1,11,32,3,16,210,1,11,34,1,16,76,13,0,11,32,4,65,1,106,33,4,12,1,11,32,3,40,2,4,34,1,32,3,40,2,104,71,4,64,32,3,32,1,65,1,106,54,2,4,32,1,45,0,0,33,1,12,1,11,32,3,16,210,1,33,1,11,32,4,45,0,0,32,1,71,4,64,32,3,41,3,112,66,0,89,4,64,32,3,32,3,40,2,4,65,1,107,54,2,4,11,32,1,65,0,78,13,13,65,0,33,2,32,14,69,13,10,12,13,11,32,3,40,2,4,32,3,40,2,44,107,172,32,3,41,3,120,32,21,124,124,33,21,32,4,33,1,12,3,11,65,0,33,8,32,4,65,2,106,12,1,11,2,64,32,1,16,75,69,13,0,32,4,45,0,2,65,36,71,13,0,32,4,45,0,1,65,48,107,33,0,35,0,65,16,107,34,1,32,15,54,2,12,32,1,32,15,32,0,65,2,116,65,4,107,65,0,32,0,65,1,75,27,106,34,0,65,4,106,54,2,8,32,0,40,2,0,33,8,32,4,65,3,106,12,1,11,32,15,40,2,0,33,8,32,15,65,4,106,33,15,32,4,65,1,106,11,33,1,65,0,33,12,65,0,33,4,32,1,45,0,0,16,75,4,64,3,64,32,1,45,0,0,32,4,65,10,108,106,65,48,107,33,4,32,1,45,0,1,33,0,32,1,65,1,106,33,1,32,0,16,75,13,0,11,11,32,1,45,0,0,34,7,65,237,0,71,4,127,32,1,5,65,0,33,9,32,8,65,0,71,33,12,32,1,45,0,1,33,7,65,0,33,10,32,1,65,1,106,11,34,0,65,1,106,33,1,65,3,33,5,32,12,33,2,2,64,2,64,2,64,2,64,2,64,2,64,32,7,65,255,1,113,65,193,0,107,14,58,4,11,4,11,4,4,4,11,11,11,11,3,11,11,11,11,11,11,4,11,11,11,11,4,11,11,4,11,11,11,11,11,4,11,4,4,4,4,4,0,4,5,11,1,11,4,4,4,11,11,4,2,4,11,11,4,11,2,11,11,32,0,65,2,106,32,1,32,0,45,0,1,65,232,0,70,34,0,27,33,1,65,126,65,127,32,0,27,33,5,12,4,11,32,0,65,2,106,32,1,32,0,45,0,1,65,236,0,70,34,0,27,33,1,65,3,65,1,32,0,27,33,5,12,3,11,65,1,33,5,12,2,11,65,2,33,5,12,1,11,65,0,33,5,32,0,33,1,11,65,1,32,5,32,1,45,0,0,34,0,65,47,113,65,3,70,34,7,27,33,13,2,64,32,0,65,32,114,32,0,32,7,27,34,11,65,219,0,70,13,0,2,64,32,11,65,238,0,71,4,64,32,11,65,227,0,71,13,1,32,4,65,1,32,4,65,1,74,27,33,4,12,2,11,32,8,32,13,32,21,16,232,1,12,2,11,32,3,66,0,16,209,1,3,64,2,127,32,3,40,2,4,34,0,32,3,40,2,104,71,4,64,32,3,32,0,65,1,106,54,2,4,32,0,45,0,0,12,1,11,32,3,16,210,1,11,16,76,13,0,11,32,3,40,2,4,33,0,32,3,41,3,112,66,0,89,4,64,32,3,32,0,65,1,107,34,0,54,2,4,11,32,0,32,3,40,2,44,107,172,32,3,41,3,120,32,21,124,124,33,21,11,32,3,32,4,172,34,19,16,209,1,2,64,32,3,40,2,4,34,0,32,3,40,2,104,71,4,64,32,3,32,0,65,1,106,54,2,4,12,1,11,32,3,16,210,1,65,0,72,13,4,11,32,3,41,3,112,66,0,89,4,64,32,3,32,3,40,2,4,65,1,107,54,2,4,11,65,16,33,0,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,32,11,65,216,0,107,14,33,6,9,9,2,9,9,9,9,9,1,9,2,4,1,1,1,9,5,9,9,9,9,9,3,6,9,9,2,9,4,9,9,6,0,11,32,11,65,193,0,107,34,4,65,6,75,13,8,65,1,32,4,116,65,241,0,113,69,13,8,11,32,6,65,8,106,32,3,32,13,65,0,16,227,1,32,3,41,3,120,66,0,32,3,40,2,4,32,3,40,2,44,107,172,125,82,13,5,12,15,11,32,11,65,239,1,113,65,227,0,70,4,64,32,6,65,32,106,65,127,65,129,2,16,71,26,32,6,65,0,58,0,32,32,11,65,243,0,71,13,6,32,6,65,0,58,0,65,32,6,65,0,58,0,46,32,6,65,0,54,1,42,12,6,11,32,6,65,32,106,32,1,45,0,1,34,5,65,222,0,70,34,0,65,129,2,16,71,26,32,6,65,0,58,0,32,32,1,65,2,106,32,1,65,1,106,32,0,27,33,7,2,127,2,64,2,64,32,1,65,2,65,1,32,0,27,106,45,0,0,34,1,65,45,71,4,64,32,1,65,221,0,70,13,1,32,5,65,222,0,71,33,5,32,7,12,3,11,32,6,32,5,65,222,0,71,34,5,58,0,78,12,1,11,32,6,32,5,65,222,0,71,34,5,58,0,126,11,32,7,65,1,106,11,33,1,3,64,2,64,32,1,45,0,0,34,0,65,45,71,4,64,32,0,69,13,13,32,0,65,221,0,71,13,1,12,8,11,65,45,33,0,32,1,45,0,1,34,2,69,13,0,32,2,65,221,0,70,13,0,32,1,65,1,106,33,7,2,64,32,2,32,1,65,1,107,45,0,0,34,1,77,4,64,32,2,33,0,12,1,11,3,64,32,1,65,1,106,34,1,32,6,65,32,106,106,32,5,58,0,0,32,1,32,7,45,0,0,34,0,73,13,0,11,11,32,7,33,1,11,32,0,32,6,106,32,5,58,0,33,32,1,65,1,106,33,1,12,0,11,0,11,65,8,33,0,12,2,11,65,10,33,0,12,1,11,65,0,33,0,11,66,0,33,19,65,0,33,2,66,0,33,20,65,0,33,7,65,0,33,5,35,0,65,16,107,34,16,36,0,2,64,32,0,65,1,71,32,0,65,36,77,113,69,4,64,65,140,163,4,65,28,54,2,0,12,1,11,3,64,2,127,32,3,40,2,4,34,4,32,3,40,2,104,71,4,64,32,3,32,4,65,1,106,54,2,4,32,4,45,0,0,12,1,11,32,3,16,210,1,11,34,4,16,76,13,0,11,2,64,2,64,32,4,65,43,107,14,3,0,1,0,1,11,65,127,65,0,32,4,65,45,70,27,33,5,32,3,40,2,4,34,4,32,3,40,2,104,71,4,64,32,3,32,4,65,1,106,54,2,4,32,4,45,0,0,33,4,12,1,11,32,3,16,210,1,33,4,11,2,64,2,64,2,64,2,64,2,64,32,0,65,111,113,13,0,32,4,65,48,71,13,0,2,127,32,3,40,2,4,34,4,32,3,40,2,104,71,4,64,32,3,32,4,65,1,106,54,2,4,32,4,45,0,0,12,1,11,32,3,16,210,1,11,34,4,65,95,113,65,216,0,70,4,64,65,16,33,0,2,127,32,3,40,2,4,34,4,32,3,40,2,104,71,4,64,32,3,32,4,65,1,106,54,2,4,32,4,45,0,0,12,1,11,32,3,16,210,1,11,34,4,65,145,223,0,106,45,0,0,65,16,73,13,3,32,3,41,3,112,66,0,89,4,64,32,3,32,3,40,2,4,65,1,107,54,2,4,11,32,3,66,0,16,209,1,12,6,11,32,0,13,1,65,8,33,0,12,2,11,32,0,65,10,32,0,27,34,0,32,4,65,145,223,0,106,45,0,0,75,13,0,32,3,41,3,112,66,0,89,4,64,32,3,32,3,40,2,4,65,1,107,54,2,4,11,32,3,66,0,16,209,1,65,140,163,4,65,28,54,2,0,12,4,11,32,0,65,10,71,13,0,32,4,65,48,107,34,2,65,9,77,4,64,65,0,33,0,3,64,32,2,32,0,65,10,108,106,34,0,65,153,179,230,204,1,73,2,127,32,3,40,2,4,34,4,32,3,40,2,104,71,4,64,32,3,32,4,65,1,106,54,2,4,32,4,45,0,0,12,1,11,32,3,16,210,1,11,34,4,65,48,107,34,2,65,9,77,113,13,0,11,32,0,173,33,19,11,2,64,32,2,65,9,75,13,0,32,19,66,10,126,33,22,32,2,173,33,20,3,64,32,20,32,22,124,33,19,2,127,32,3,40,2,4,34,4,32,3,40,2,104,71,4,64,32,3,32,4,65,1,106,54,2,4,32,4,45,0,0,12,1,11,32,3,16,210,1,11,34,4,65,48,107,34,2,65,9,75,13,1,32,19,66,154,179,230,204,153,179,230,204,25,90,13,1,32,19,66,10,126,34,22,32,2,173,34,20,66,127,133,88,13,0,11,65,10,33,0,12,2,11,65,10,33,0,32,2,65,9,77,13,1,12,2,11,32,0,32,0,65,1,107,113,4,64,32,4,65,145,223,0,106,45,0,0,34,7,32,0,73,4,64,3,64,32,7,32,0,32,2,108,106,34,2,65,199,227,241,56,73,2,127,32,3,40,2,4,34,4,32,3,40,2,104,71,4,64,32,3,32,4,65,1,106,54,2,4,32,4,45,0,0,12,1,11,32,3,16,210,1,11,34,4,65,145,223,0,106,45,0,0,34,7,32,0,73,113,13,0,11,32,2,173,33,19,11,32,0,32,7,77,13,1,32,0,173,33,22,3,64,32,19,32,22,126,34,20,32,7,173,66,255,1,131,34,23,66,127,133,86,13,2,32,20,32,23,124,33,19,32,0,2,127,32,3,40,2,4,34,4,32,3,40,2,104,71,4,64,32,3,32,4,65,1,106,54,2,4,32,4,45,0,0,12,1,11,32,3,16,210,1,11,34,4,65,145,223,0,106,45,0,0,34,7,77,13,2,32,16,32,22,66,0,32,19,66,0,16,224,1,32,16,41,3,8,80,13,0,11,12,1,11,32,0,65,23,108,65,5,118,65,7,113,65,145,225,0,106,44,0,0,33,17,32,4,65,145,223,0,106,45,0,0,34,2,32,0,73,4,64,3,64,32,7,32,17,116,32,2,114,34,7,65,128,128,128,192,0,73,2,127,32,3,40,2,4,34,4,32,3,40,2,104,71,4,64,32,3,32,4,65,1,106,54,2,4,32,4,45,0,0,12,1,11,32,3,16,210,1,11,34,4,65,145,223,0,106,45,0,0,34,2,32,0,73,113,13,0,11,32,7,173,33,19,11,32,0,32,2,77,13,0,66,127,32,17,173,34,20,136,34,23,32,19,84,13,0,3,64,32,2,173,66,255,1,131,32,19,32,20,134,132,33,19,32,0,2,127,32,3,40,2,4,34,4,32,3,40,2,104,71,4,64,32,3,32,4,65,1,106,54,2,4,32,4,45,0,0,12,1,11,32,3,16,210,1,11,34,4,65,145,223,0,106,45,0,0,34,2,77,13,1,32,19,32,23,88,13,0,11,11,32,0,32,4,65,145,223,0,106,45,0,0,77,13,0,3,64,32,0,2,127,32,3,40,2,4,34,4,32,3,40,2,104,71,4,64,32,3,32,4,65,1,106,54,2,4,32,4,45,0,0,12,1,11,32,3,16,210,1,11,65,145,223,0,106,45,0,0,75,13,0,11,65,140,163,4,65,196,0,54,2,0,65,0,33,5,66,127,33,19,11,32,3,41,3,112,66,0,89,4,64,32,3,32,3,40,2,4,65,1,107,54,2,4,11,2,64,32,19,66,127,82,13,0,11,32,19,32,5,172,34,20,133,32,20,125,33,20,11,32,16,65,16,106,36,0,32,20,33,19,32,3,41,3,120,66,0,32,3,40,2,4,32,3,40,2,44,107,172,125,81,13,10,2,64,32,11,65,240,0,71,13,0,32,8,69,13,0,32,8,32,19,62,2,0,12,3,11,32,8,32,13,32,19,16,232,1,12,2,11,32,8,69,13,1,32,18,41,3,0,33,19,32,6,41,3,8,33,20,2,64,2,64,2,64,32,13,14,3,0,1,2,4,11,32,8,32,20,32,19,16,229,1,56,2,0,12,3,11,32,8,32,20,32,19,16,230,1,57,3,0,12,2,11,32,8,32,20,55,3,0,32,8,32,19,55,3,8,12,1,11,32,4,65,1,106,65,31,32,11,65,227,0,70,34,7,27,33,5,2,64,32,13,65,1,71,34,13,69,4,64,32,8,33,0,32,12,4,64,32,5,65,2,116,16,85,34,0,69,13,8,11,32,6,66,0,55,3,168,2,65,0,33,4,32,12,33,9,2,64,3,64,32,0,33,10,3,64,2,127,32,3,40,2,4,34,0,32,3,40,2,104,71,4,64,32,3,32,0,65,1,106,54,2,4,32,0,45,0,0,12,1,11,32,3,16,210,1,11,34,0,32,6,106,45,0,33,69,13,2,32,6,32,0,58,0,27,32,6,65,28,106,32,6,65,27,106,65,1,32,6,65,168,2,106,16,231,1,34,0,65,126,70,13,0,32,0,65,127,70,13,7,32,10,4,64,32,10,32,4,65,2,116,106,32,6,40,2,28,54,2,0,32,4,65,1,106,33,4,11,32,9,32,4,32,5,70,113,69,13,0,11,32,10,32,5,65,1,116,65,1,114,34,5,65,2,116,16,87,34,0,13,0,11,65,1,33,2,65,0,33,9,12,9,11,32,6,65,168,2,106,34,0,4,127,32,0,40,2,0,5,65,0,11,13,4,65,0,33,9,12,1,11,32,12,4,64,65,0,33,4,32,5,16,85,34,0,69,13,7,3,64,32,0,33,9,3,64,2,127,32,3,40,2,4,34,0,32,3,40,2,104,71,4,64,32,3,32,0,65,1,106,54,2,4,32,0,45,0,0,12,1,11,32,3,16,210,1,11,34,0,32,6,106,45,0,33,69,4,64,65,0,33,10,12,4,11,32,4,32,9,106,32,0,58,0,0,32,4,65,1,106,34,4,32,5,71,13,0,11,65,1,33,2,65,0,33,10,32,9,32,5,65,1,116,65,1,114,34,5,16,87,34,0,13,0,11,12,8,11,65,0,33,4,32,8,4,64,3,64,2,127,32,3,40,2,4,34,0,32,3,40,2,104,71,4,64,32,3,32,0,65,1,106,54,2,4,32,0,45,0,0,12,1,11,32,3,16,210,1,11,34,0,32,6,106,45,0,33,4,64,32,4,32,8,106,32,0,58,0,0,32,4,65,1,106,33,4,12,1,5,65,0,33,10,32,8,33,9,12,3,11,0,11,0,11,3,64,2,127,32,3,40,2,4,34,4,32,3,40,2,104,71,4,64,32,3,32,4,65,1,106,54,2,4,32,4,45,0,0,12,1,11,32,3,16,210,1,11,32,6,106,45,0,33,13,0,11,65,0,33,9,65,0,33,10,65,0,33,4,11,32,3,40,2,4,33,0,32,3,41,3,112,66,0,89,4,64,32,3,32,0,65,1,107,34,0,54,2,4,11,32,3,41,3,120,32,0,32,3,40,2,44,107,172,124,34,20,80,13,8,32,11,65,227,0,70,32,19,32,20,82,113,13,8,2,64,32,12,69,13,0,32,13,69,4,64,32,8,32,10,54,2,0,12,1,11,32,8,32,9,54,2,0,11,32,7,13,0,32,10,4,64,32,10,32,4,65,2,116,106,65,0,54,2,0,11,32,9,69,4,64,65,0,33,9,12,1,11,32,4,32,9,106,65,0,58,0,0,11,32,3,40,2,4,32,3,40,2,44,107,172,32,3,41,3,120,32,21,124,124,33,21,32,14,32,8,65,0,71,106,33,14,11,32,1,65,1,106,33,4,32,1,45,0,1,34,1,13,1,12,8,11,11,65,0,33,9,11,32,12,33,2,12,1,11,65,1,33,2,65,0,33,9,65,0,33,10,11,32,14,13,2,11,65,127,33,14,12,1,11,32,12,33,2,11,32,2,69,13,0,32,9,16,86,32,10,16,86,11,32,6,65,176,2,106,36,0,32,14,33,0,32,3,65,144,1,106,36,0,32,0,11,83,1,2,127,32,1,32,0,40,2,84,34,3,32,3,65,0,32,2,65,128,2,106,34,1,16,78,34,4,32,3,107,32,1,32,4,27,34,1,32,2,32,1,32,2,73,27,34,2,16,69,26,32,0,32,1,32,3,106,34,1,54,2,84,32,0,32,1,54,2,8,32,0,32,2,32,3,106,54,2,4,32,2,11,77,1,2,127,32,1,45,0,0,33,2,2,64,32,0,45,0,0,34,3,69,13,0,32,2,32,3,71,13,0,3,64,32,1,45,0,1,33,2,32,0,45,0,1,34,3,69,13,1,32,1,65,1,106,33,1,32,0,65,1,106,33,0,32,2,32,3,70,13,0,11,11,32,3,32,2,107,11,153,3,1,9,127,2,127,2,64,32,0,34,1,65,3,113,4,64,3,64,32,1,45,0,0,34,2,69,13,2,32,2,65,61,70,13,2,32,1,65,1,106,34,1,65,3,113,13,0,11,11,2,64,32,1,40,2,0,34,2,65,127,115,32,2,65,129,130,132,8,107,113,65,128,129,130,132,120,113,13,0,3,64,32,2,65,189,250,244,233,3,115,34,2,65,127,115,32,2,65,129,130,132,8,107,113,65,128,129,130,132,120,113,13,1,32,1,40,2,4,33,2,32,1,65,4,106,33,1,32,2,65,129,130,132,8,107,32,2,65,127,115,113,65,128,129,130,132,120,113,69,13,0,11,11,3,64,32,1,34,2,45,0,0,34,3,4,64,32,2,65,1,106,33,1,32,3,65,61,71,13,1,11,11,32,2,12,1,11,32,1,11,32,0,107,34,5,69,4,64,65,0,15,11,2,64,32,0,32,5,106,45,0,0,13,0,65,132,167,4,40,2,0,34,4,69,13,0,32,4,40,2,0,34,1,69,13,0,3,64,2,64,2,127,32,0,33,2,32,1,33,3,65,0,33,6,65,0,32,5,34,7,69,13,0,26,2,64,32,2,45,0,0,34,1,69,13,0,3,64,2,64,32,3,45,0,0,34,8,69,13,0,32,7,65,1,107,34,7,69,13,0,32,1,32,8,71,13,0,32,3,65,1,106,33,3,32,2,45,0,1,33,1,32,2,65,1,106,33,2,32,1,13,1,12,2,11,11,32,1,33,6,11,32,6,65,255,1,113,32,3,45,0,0,107,11,69,4,64,32,4,40,2,0,32,5,106,34,1,45,0,0,65,61,70,13,1,11,32,4,40,2,4,33,1,32,4,65,4,106,33,4,32,1,13,1,12,2,11,11,32,1,65,1,106,33,9,11,32,9,11,238,2,1,3,127,2,64,32,1,45,0,0,13,0,65,228,13,16,236,1,34,1,4,64,32,1,45,0,0,13,1,11,32,0,65,12,108,65,224,227,0,106,16,236,1,34,1,4,64,32,1,45,0,0,13,1,11,65,235,13,16,236,1,34,1,4,64,32,1,45,0,0,13,1,11,65,198,14,33,1,11,2,64,3,64,2,64,32,1,32,2,106,45,0,0,34,4,69,13,0,32,4,65,47,70,13,0,65,23,33,4,32,2,65,1,106,34,2,65,23,71,13,1,12,2,11,11,32,2,33,4,11,65,198,14,33,3,2,64,2,64,2,64,2,64,2,64,32,1,45,0,0,34,2,65,46,70,13,0,32,1,32,4,106,45,0,0,13,0,32,1,33,3,32,2,65,195,0,71,13,1,11,32,3,45,0,1,69,13,1,11,32,3,65,198,14,16,235,1,69,13,0,32,3,65,203,13,16,235,1,13,1,11,32,0,69,4,64,65,132,227,0,33,2,32,3,45,0,1,65,46,70,13,2,11,65,0,15,11,65,0,33,1,65,140,167,4,40,2,0,34,2,4,64,3,64,32,3,32,2,65,8,106,16,235,1,69,13,2,32,2,40,2,32,34,2,13,0,11,11,65,36,16,85,34,2,4,64,32,2,65,132,227,0,41,2,0,55,2,0,32,2,65,8,106,34,1,32,3,32,4,16,69,26,32,1,32,4,106,65,0,58,0,0,32,2,65,140,167,4,40,2,0,54,2,32,65,140,167,4,32,2,54,2,0,32,2,33,1,11,32,1,65,132,227,0,32,0,32,1,114,27,33,2,11,32,2,11,125,1,3,127,65,24,33,2,2,64,2,64,32,0,32,1,114,65,3,113,13,0,3,64,32,0,40,2,0,32,1,40,2,0,71,13,1,32,1,65,4,106,33,1,32,0,65,4,106,33,0,32,2,65,4,107,34,2,65,3,75,13,0,11,32,2,69,13,1,11,3,64,32,0,45,0,0,34,3,32,1,45,0,0,34,4,70,4,64,32,1,65,1,106,33,1,32,0,65,1,106,33,0,32,2,65,1,107,34,2,13,1,12,2,11,11,32,3,32,4,107,15,11,65,0,11,39,0,32,0,65,0,71,32,0,65,168,227,0,71,113,32,0,65,192,227,0,71,113,32,0,65,144,167,4,71,113,32,0,65,168,167,4,71,113,11,172,2,1,4,127,35,0,65,32,107,34,3,36,0,2,64,2,64,3,64,32,3,65,8,106,32,1,65,2,116,106,32,1,32,0,65,202,21,65,1,32,1,116,65,255,255,255,255,7,113,27,16,237,1,34,4,54,2,0,32,4,65,127,71,4,64,32,1,65,1,106,34,1,65,6,70,13,2,12,1,11,11,12,1,11,65,0,16,239,1,69,4,64,65,168,227,0,33,2,32,3,65,8,106,65,168,227,0,16,238,1,69,13,1,65,192,227,0,33,2,32,3,65,8,106,65,192,227,0,16,238,1,69,13,1,65,0,33,1,65,192,167,4,45,0,0,69,4,64,3,64,32,1,65,2,116,65,144,167,4,106,32,1,65,202,21,16,237,1,54,2,0,32,1,65,1,106,34,1,65,6,71,13,0,11,65,192,167,4,65,1,58,0,0,65,168,167,4,65,144,167,4,40,2,0,54,2,0,11,65,144,167,4,33,2,32,3,65,8,106,65,144,167,4,16,238,1,69,13,1,65,168,167,4,33,2,32,3,65,8,106,65,168,167,4,16,238,1,69,13,1,65,24,16,85,34,2,69,13,1,11,32,2,32,3,41,3,8,55,2,0,32,2,32,3,41,3,24,55,2,16,32,2,32,3,41,3,16,55,2,8,11,32,3,65,32,106,36,0,32,2,11,146,2,0,2,64,32,0,4,127,32,1,65,255,0,77,13,1,2,64,65,244,162,4,40,2,0,40,2,0,69,4,64,32,1,65,128,127,113,65,128,191,3,70,13,3,65,140,163,4,65,25,54,2,0,12,1,11,32,1,65,255,15,77,4,64,32,0,32,1,65,63,113,65,128,1,114,58,0,1,32,0,32,1,65,6,118,65,192,1,114,58,0,0,65,2,15,11,32,1,65,128,64,113,65,128,192,3,71,32,1,65,128,176,3,79,113,69,4,64,32,0,32,1,65,63,113,65,128,1,114,58,0,2,32,0,32,1,65,12,118,65,224,1,114,58,0,0,32,0,32,1,65,6,118,65,63,113,65,128,1,114,58,0,1,65,3,15,11,32,1,65,128,128,4,107,65,255,255,63,77,4,64,32,0,32,1,65,63,113,65,128,1,114,58,0,3,32,0,32,1,65,18,118,65,240,1,114,58,0,0,32,0,32,1,65,6,118,65,63,113,65,128,1,114,58,0,2,32,0,32,1,65,12,118,65,63,113,65,128,1,114,58,0,1,65,4,15,11,65,140,163,4,65,25,54,2,0,11,65,127,5,65,1,11,15,11,32,0,32,1,58,0,0,65,1,11,18,0,32,0,69,4,64,65,0,15,11,32,0,32,1,16,241,1,11,127,2,1,127,1,126,32,0,189,34,3,66,52,136,167,65,255,15,113,34,2,65,255,15,71,4,124,32,2,69,4,64,32,1,32,0,68,0,0,0,0,0,0,0,0,97,4,127,65,0,5,32,0,68,0,0,0,0,0,0,240,67,162,32,1,16,243,1,33,0,32,1,40,2,0,65,64,106,11,54,2,0,32,0,15,11,32,1,32,2,65,254,7,107,54,2,0,32,3,66,255,255,255,255,255,255,255,135,128,127,131,66,128,128,128,128,128,128,128,240,63,132,191,5,32,0,11,11,164,19,2,17,127,1,126,35,0,65,208,0,107,34,5,36,0,32,5,32,1,54,2,76,32,5,65,55,106,33,21,32,5,65,56,106,33,18,65,0,33,1,2,64,2,64,2,64,2,64,3,64,32,1,65,255,255,255,255,7,32,11,107,74,13,1,32,1,32,11,106,33,11,32,5,40,2,76,34,9,33,1,2,64,2,64,2,64,32,9,45,0,0,34,10,4,64,3,64,2,64,2,64,32,10,65,255,1,113,34,10,69,4,64,32,1,33,10,12,1,11,32,10,65,37,71,13,1,32,1,33,10,3,64,32,1,45,0,1,65,37,71,13,1,32,5,32,1,65,2,106,34,6,54,2,76,32,10,65,1,106,33,10,32,1,45,0,2,33,7,32,6,33,1,32,7,65,37,70,13,0,11,11,32,10,32,9,107,34,1,65,255,255,255,255,7,32,11,107,34,10,74,13,7,32,0,4,64,32,0,32,9,32,1,16,245,1,11,32,1,13,6,65,127,33,16,65,1,33,6,32,5,40,2,76,44,0,1,16,75,33,7,32,5,40,2,76,33,1,2,64,32,7,69,13,0,32,1,45,0,2,65,36,71,13,0,32,1,44,0,1,65,48,107,33,16,65,1,33,19,65,3,33,6,11,32,5,32,1,32,6,106,34,1,54,2,76,65,0,33,12,2,64,32,1,44,0,0,34,15,65,32,107,34,7,65,31,75,4,64,32,1,33,6,12,1,11,32,1,33,6,65,1,32,7,116,34,7,65,137,209,4,113,69,13,0,3,64,32,5,32,1,65,1,106,34,6,54,2,76,32,7,32,12,114,33,12,32,1,44,0,1,34,15,65,32,107,34,7,65,32,79,13,1,32,6,33,1,65,1,32,7,116,34,7,65,137,209,4,113,13,0,11,11,2,64,32,15,65,42,70,4,64,32,5,2,127,2,64,32,6,44,0,1,16,75,69,13,0,32,5,40,2,76,34,6,45,0,2,65,36,71,13,0,32,6,44,0,1,65,2,116,32,4,106,65,192,1,107,65,10,54,2,0,32,6,44,0,1,65,3,116,32,3,106,65,128,3,107,40,2,0,33,13,65,1,33,19,32,6,65,3,106,12,1,11,32,19,13,6,65,0,33,19,65,0,33,13,32,0,4,64,32,2,32,2,40,2,0,34,1,65,4,106,54,2,0,32,1,40,2,0,33,13,11,32,5,40,2,76,65,1,106,11,34,1,54,2,76,32,13,65,0,78,13,1,65,0,32,13,107,33,13,32,12,65,128,192,0,114,33,12,12,1,11,32,5,65,204,0,106,16,246,1,34,13,65,0,72,13,8,32,5,40,2,76,33,1,11,65,0,33,6,65,127,33,8,2,127,65,0,32,1,45,0,0,65,46,71,13,0,26,32,1,45,0,1,65,42,70,4,64,32,5,2,127,2,64,32,1,44,0,2,16,75,69,13,0,32,5,40,2,76,34,7,45,0,3,65,36,71,13,0,32,7,44,0,2,65,2,116,32,4,106,65,192,1,107,65,10,54,2,0,32,7,44,0,2,65,3,116,32,3,106,65,128,3,107,40,2,0,33,8,32,7,65,4,106,12,1,11,32,19,13,6,32,0,4,127,32,2,32,2,40,2,0,34,1,65,4,106,54,2,0,32,1,40,2,0,5,65,0,11,33,8,32,5,40,2,76,65,2,106,11,34,1,54,2,76,32,8,65,127,115,65,31,118,12,1,11,32,5,32,1,65,1,106,54,2,76,32,5,65,204,0,106,16,246,1,33,8,32,5,40,2,76,33,1,65,1,11,33,20,3,64,32,6,33,7,65,28,33,14,32,1,44,0,0,65,251,0,107,65,70,73,13,9,32,5,32,1,65,1,106,34,15,54,2,76,32,1,44,0,0,33,6,32,15,33,1,32,6,32,7,65,58,108,106,65,239,227,0,106,45,0,0,34,6,65,1,107,65,8,73,13,0,11,2,64,2,64,32,6,65,27,71,4,64,32,6,69,13,11,32,16,65,0,78,4,64,32,4,32,16,65,2,116,106,32,6,54,2,0,32,5,32,3,32,16,65,3,116,106,41,3,0,55,3,64,12,2,11,32,0,69,13,8,32,5,65,64,107,32,6,32,2,16,247,1,32,5,40,2,76,33,15,12,2,11,32,16,65,0,78,13,10,11,65,0,33,1,32,0,69,13,7,11,32,12,65,255,255,123,113,34,17,32,12,32,12,65,128,192,0,113,27,33,6,65,0,33,12,65,209,9,33,16,32,18,33,14,2,64,2,64,2,64,2,127,2,64,2,64,2,64,2,64,2,127,2,64,2,64,2,64,2,64,2,64,2,64,2,64,32,15,65,1,107,44,0,0,34,1,65,95,113,32,1,32,1,65,15,113,65,3,70,27,32,1,32,7,27,34,1,65,216,0,107,14,33,4,20,20,20,20,20,20,20,20,14,20,15,6,14,14,14,20,6,20,20,20,20,2,5,3,20,20,9,20,1,20,20,4,0,11,2,64,32,1,65,193,0,107,14,7,14,20,11,20,14,14,14,0,11,32,1,65,211,0,70,13,9,12,19,11,32,5,41,3,64,33,22,65,209,9,12,5,11,65,0,33,1,2,64,2,64,2,64,2,64,2,64,2,64,2,64,32,7,65,255,1,113,14,8,0,1,2,3,4,26,5,6,26,11,32,5,40,2,64,32,11,54,2,0,12,25,11,32,5,40,2,64,32,11,54,2,0,12,24,11,32,5,40,2,64,32,11,172,55,3,0,12,23,11,32,5,40,2,64,32,11,59,1,0,12,22,11,32,5,40,2,64,32,11,58,0,0,12,21,11,32,5,40,2,64,32,11,54,2,0,12,20,11,32,5,40,2,64,32,11,172,55,3,0,12,19,11,32,8,65,8,32,8,65,8,75,27,33,8,32,6,65,8,114,33,6,65,248,0,33,1,11,32,18,33,17,32,1,65,32,113,33,7,32,5,41,3,64,34,22,80,69,4,64,3,64,32,17,65,1,107,34,17,32,22,167,65,15,113,65,128,232,0,106,45,0,0,32,7,114,58,0,0,32,22,66,15,86,33,9,32,22,66,4,136,33,22,32,9,13,0,11,11,32,17,33,9,32,5,41,3,64,80,13,3,32,6,65,8,113,69,13,3,32,1,65,4,118,65,209,9,106,33,16,65,2,33,12,12,3,11,32,18,33,1,32,5,41,3,64,34,22,80,69,4,64,3,64,32,1,65,1,107,34,1,32,22,167,65,7,113,65,48,114,58,0,0,32,22,66,7,86,33,17,32,22,66,3,136,33,22,32,17,13,0,11,11,32,1,33,9,32,6,65,8,113,69,13,2,32,8,32,18,32,9,107,34,1,65,1,106,32,1,32,8,72,27,33,8,12,2,11,32,5,41,3,64,34,22,66,0,83,4,64,32,5,66,0,32,22,125,34,22,55,3,64,65,1,33,12,65,209,9,12,1,11,32,6,65,128,16,113,4,64,65,1,33,12,65,210,9,12,1,11,65,211,9,65,209,9,32,6,65,1,113,34,12,27,11,33,16,32,22,32,18,16,248,1,33,9,11,32,20,65,0,32,8,65,0,72,27,13,14,32,6,65,255,255,123,113,32,6,32,20,27,33,6,2,64,32,5,41,3,64,34,22,66,0,82,13,0,32,8,13,0,32,18,34,9,33,14,65,0,33,8,12,12,11,32,8,32,22,80,32,18,32,9,107,106,34,1,32,1,32,8,72,27,33,8,12,11,11,32,5,40,2,64,34,1,65,254,14,32,1,27,34,9,34,1,65,0,65,255,255,255,255,7,32,8,32,8,65,0,72,27,34,6,16,78,34,7,32,1,107,32,6,32,7,27,34,1,32,9,106,33,14,32,8,65,0,78,4,64,32,17,33,6,32,1,33,8,12,11,11,32,17,33,6,32,1,33,8,32,14,45,0,0,13,13,12,10,11,32,8,4,64,32,5,40,2,64,12,2,11,65,0,33,1,32,0,65,32,32,13,65,0,32,6,16,249,1,12,2,11,32,5,65,0,54,2,12,32,5,32,5,41,3,64,62,2,8,32,5,32,5,65,8,106,54,2,64,65,127,33,8,32,5,65,8,106,11,33,10,65,0,33,1,2,64,3,64,32,10,40,2,0,34,7,69,13,1,2,64,32,5,65,4,106,32,7,16,242,1,34,7,65,0,72,34,9,13,0,32,7,32,8,32,1,107,75,13,0,32,10,65,4,106,33,10,32,8,32,1,32,7,106,34,1,75,13,1,12,2,11,11,32,9,13,13,11,65,61,33,14,32,1,65,0,72,13,11,32,0,65,32,32,13,32,1,32,6,16,249,1,32,1,69,4,64,65,0,33,1,12,1,11,65,0,33,7,32,5,40,2,64,33,10,3,64,32,10,40,2,0,34,9,69,13,1,32,5,65,4,106,32,9,16,242,1,34,9,32,7,106,34,7,32,1,75,13,1,32,0,32,5,65,4,106,32,9,16,245,1,32,10,65,4,106,33,10,32,1,32,7,75,13,0,11,11,32,0,65,32,32,13,32,1,32,6,65,128,192,0,115,16,249,1,32,13,32,1,32,1,32,13,72,27,33,1,12,8,11,32,20,65,0,32,8,65,0,72,27,13,8,65,61,33,14,32,0,173,32,5,43,3,64,189,32,13,173,32,8,173,32,6,173,32,1,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,65,201,0,17,0,0,167,34,1,65,0,78,13,7,12,9,11,32,5,32,5,41,3,64,60,0,55,65,1,33,8,32,21,33,9,32,17,33,6,12,4,11,32,5,32,1,65,1,106,34,6,54,2,76,32,1,45,0,1,33,10,32,6,33,1,12,0,11,0,11,32,0,13,7,32,19,69,13,2,65,1,33,1,3,64,32,4,32,1,65,2,116,106,40,2,0,34,10,4,64,32,3,32,1,65,3,116,106,32,10,32,2,16,247,1,65,1,33,11,32,1,65,1,106,34,1,65,10,71,13,1,12,9,11,11,65,1,33,11,32,1,65,10,79,13,7,3,64,32,4,32,1,65,2,116,106,40,2,0,13,1,32,1,65,1,106,34,1,65,10,71,13,0,11,12,7,11,65,28,33,14,12,4,11,32,14,32,9,107,34,15,32,8,32,8,32,15,72,27,34,8,65,255,255,255,255,7,32,12,107,74,13,2,65,61,33,14,32,8,32,12,106,34,7,32,13,32,7,32,13,74,27,34,1,32,10,74,13,3,32,0,65,32,32,1,32,7,32,6,16,249,1,32,0,32,16,32,12,16,245,1,32,0,65,48,32,1,32,7,32,6,65,128,128,4,115,16,249,1,32,0,65,48,32,8,32,15,65,0,16,249,1,32,0,32,9,32,15,16,245,1,32,0,65,32,32,1,32,7,32,6,65,128,192,0,115,16,249,1,12,1,11,11,65,0,33,11,12,3,11,65,61,33,14,11,65,140,163,4,32,14,54,2,0,11,65,127,33,11,11,32,5,65,208,0,106,36,0,32,11,11,243,1,1,3,127,32,0,45,0,0,65,32,113,69,4,64,2,64,32,2,32,0,34,3,40,2,16,34,4,4,127,32,4,5,32,3,16,91,13,1,32,3,40,2,16,11,32,3,40,2,20,34,5,107,75,4,64,32,3,173,32,1,173,32,2,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,3,40,2,36,17,0,0,167,26,12,1,11,2,64,32,3,40,2,80,65,0,72,13,0,32,2,33,0,3,64,32,0,34,4,69,13,1,32,1,32,4,65,1,107,34,0,106,45,0,0,65,10,71,13,0,11,32,3,173,32,1,173,32,4,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,3,40,2,36,17,0,0,167,32,4,73,13,1,32,1,32,4,106,33,1,32,2,32,4,107,33,2,32,3,40,2,20,33,5,11,32,5,32,1,32,2,16,69,26,32,3,32,3,40,2,20,32,2,106,54,2,20,11,11,11,107,1,3,127,32,0,40,2,0,44,0,0,16,75,69,4,64,65,0,15,11,3,64,32,0,40,2,0,33,3,65,127,33,1,32,2,65,204,153,179,230,0,77,4,64,65,127,32,3,44,0,0,65,48,107,34,1,32,2,65,10,108,34,2,106,32,1,65,255,255,255,255,7,32,2,107,74,27,33,1,11,32,0,32,3,65,1,106,54,2,0,32,1,33,2,32,3,44,0,1,16,75,13,0,11,32,1,11,214,4,0,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,32,1,65,9,107,14,18,0,1,2,5,3,4,6,7,8,9,10,11,12,13,14,15,16,17,18,11,32,2,32,2,40,2,0,34,1,65,4,106,54,2,0,32,0,32,1,40,2,0,54,2,0,15,11,32,2,32,2,40,2,0,34,1,65,4,106,54,2,0,32,0,32,1,52,2,0,55,3,0,15,11,32,2,32,2,40,2,0,34,1,65,4,106,54,2,0,32,0,32,1,53,2,0,55,3,0,15,11,32,2,32,2,40,2,0,34,1,65,4,106,54,2,0,32,0,32,1,52,2,0,55,3,0,15,11,32,2,32,2,40,2,0,34,1,65,4,106,54,2,0,32,0,32,1,53,2,0,55,3,0,15,11,32,2,32,2,40,2,0,65,7,106,65,120,113,34,1,65,8,106,54,2,0,32,0,32,1,41,3,0,55,3,0,15,11,32,2,32,2,40,2,0,34,1,65,4,106,54,2,0,32,0,32,1,50,1,0,55,3,0,15,11,32,2,32,2,40,2,0,34,1,65,4,106,54,2,0,32,0,32,1,51,1,0,55,3,0,15,11,32,2,32,2,40,2,0,34,1,65,4,106,54,2,0,32,0,32,1,48,0,0,55,3,0,15,11,32,2,32,2,40,2,0,34,1,65,4,106,54,2,0,32,0,32,1,49,0,0,55,3,0,15,11,32,2,32,2,40,2,0,65,7,106,65,120,113,34,1,65,8,106,54,2,0,32,0,32,1,41,3,0,55,3,0,15,11,32,2,32,2,40,2,0,34,1,65,4,106,54,2,0,32,0,32,1,53,2,0,55,3,0,15,11,32,2,32,2,40,2,0,65,7,106,65,120,113,34,1,65,8,106,54,2,0,32,0,32,1,41,3,0,55,3,0,15,11,32,2,32,2,40,2,0,65,7,106,65,120,113,34,1,65,8,106,54,2,0,32,0,32,1,41,3,0,55,3,0,15,11,32,2,32,2,40,2,0,34,1,65,4,106,54,2,0,32,0,32,1,52,2,0,55,3,0,15,11,32,2,32,2,40,2,0,34,1,65,4,106,54,2,0,32,0,32,1,53,2,0,55,3,0,15,11,32,2,32,2,40,2,0,65,7,106,65,120,113,34,1,65,8,106,54,2,0,32,0,32,1,43,3,0,57,3,0,15,11,32,0,173,32,2,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,65,202,0,17,0,0,26,11,11,131,1,2,3,127,1,126,2,64,32,0,66,128,128,128,128,16,84,4,64,32,0,33,5,12,1,11,3,64,32,1,65,1,107,34,1,32,0,32,0,66,10,128,34,5,66,10,126,125,167,65,48,114,58,0,0,32,0,66,255,255,255,255,159,1,86,33,2,32,5,33,0,32,2,13,0,11,11,32,5,167,34,2,4,64,3,64,32,1,65,1,107,34,1,32,2,32,2,65,10,110,34,3,65,10,108,107,65,48,114,58,0,0,32,2,65,9,75,33,4,32,3,33,2,32,4,13,0,11,11,32,1,11,113,1,1,127,35,0,65,128,2,107,34,5,36,0,2,64,32,2,32,3,76,13,0,32,4,65,128,192,4,113,13,0,32,5,32,1,65,255,1,113,32,2,32,3,107,34,2,65,128,2,32,2,65,128,2,73,34,3,27,16,71,26,32,3,69,4,64,3,64,32,0,32,5,65,128,2,16,245,1,32,2,65,128,2,107,34,2,65,255,1,75,13,0,11,11,32,0,32,5,32,2,16,245,1,11,32,5,65,128,2,106,36,0,11,205,24,3,18,127,1,124,2,126,35,0,65,176,4,107,34,10,36,0,32,10,65,0,54,2,44,2,64,32,1,189,34,25,66,0,83,4,64,65,1,33,17,65,219,9,33,19,32,1,154,34,1,189,33,25,12,1,11,32,4,65,128,16,113,4,64,65,1,33,17,65,222,9,33,19,12,1,11,65,225,9,65,220,9,32,4,65,1,113,34,17,27,33,19,32,17,69,33,23,11,2,64,32,25,66,128,128,128,128,128,128,128,248,255,0,131,66,128,128,128,128,128,128,128,248,255,0,81,4,64,32,0,65,32,32,2,32,17,65,3,106,34,6,32,4,65,255,255,123,113,16,249,1,32,0,32,19,32,17,16,245,1,32,0,65,169,11,65,218,13,32,5,65,32,113,34,7,27,65,250,11,65,240,13,32,7,27,32,1,32,1,98,27,65,3,16,245,1,32,0,65,32,32,2,32,6,32,4,65,128,192,0,115,16,249,1,32,2,32,6,32,2,32,6,74,27,33,9,12,1,11,32,10,65,16,106,33,18,2,64,2,127,2,64,32,1,32,10,65,44,106,16,243,1,34,1,32,1,160,34,1,68,0,0,0,0,0,0,0,0,98,4,64,32,10,32,10,40,2,44,34,6,65,1,107,54,2,44,32,5,65,32,114,34,21,65,225,0,71,13,1,12,3,11,32,5,65,32,114,34,21,65,225,0,70,13,2,32,10,40,2,44,33,20,65,6,32,3,32,3,65,0,72,27,12,1,11,32,10,32,6,65,29,107,34,20,54,2,44,32,1,68,0,0,0,0,0,0,176,65,162,33,1,65,6,32,3,32,3,65,0,72,27,11,33,12,32,10,65,48,106,32,10,65,208,2,106,32,20,65,0,72,27,34,15,33,7,3,64,32,7,2,127,32,1,68,0,0,0,0,0,0,240,65,99,32,1,68,0,0,0,0,0,0,0,0,102,113,4,64,32,1,171,12,1,11,65,0,11,34,6,54,2,0,32,7,65,4,106,33,7,32,1,32,6,184,161,68,0,0,0,0,101,205,205,65,162,34,1,68,0,0,0,0,0,0,0,0,98,13,0,11,2,64,32,20,65,0,76,4,64,32,20,33,3,32,7,33,6,32,15,33,8,12,1,11,32,15,33,8,32,20,33,3,3,64,32,3,65,29,32,3,65,29,73,27,33,3,2,64,32,7,65,4,107,34,6,32,8,73,13,0,32,3,173,33,26,66,0,33,25,3,64,32,6,32,25,66,255,255,255,255,15,131,32,6,53,2,0,32,26,134,124,34,25,32,25,66,128,148,235,220,3,128,34,25,66,128,148,235,220,3,126,125,62,2,0,32,6,65,4,107,34,6,32,8,79,13,0,11,32,25,167,34,6,69,13,0,32,8,65,4,107,34,8,32,6,54,2,0,11,3,64,32,8,32,7,34,6,73,4,64,32,6,65,4,107,34,7,40,2,0,69,13,1,11,11,32,10,32,10,40,2,44,32,3,107,34,3,54,2,44,32,6,33,7,32,3,65,0,74,13,0,11,11,32,12,65,25,106,65,9,110,33,7,32,3,65,0,72,4,64,32,7,65,1,106,33,16,32,21,65,230,0,70,33,22,3,64,65,0,32,3,107,34,7,65,9,32,7,65,9,73,27,33,11,2,64,32,6,32,8,75,4,64,65,128,148,235,220,3,32,11,118,33,13,65,127,32,11,116,65,127,115,33,14,65,0,33,3,32,8,33,7,3,64,32,7,32,7,40,2,0,34,9,32,11,118,32,3,106,54,2,0,32,9,32,14,113,32,13,108,33,3,32,7,65,4,106,34,7,32,6,73,13,0,11,32,8,40,2,0,33,7,32,3,69,13,1,32,6,32,3,54,2,0,32,6,65,4,106,33,6,12,1,11,32,8,40,2,0,33,7,11,32,10,32,10,40,2,44,32,11,106,34,3,54,2,44,32,15,32,8,32,7,69,65,2,116,106,34,8,32,22,27,34,7,32,16,65,2,116,106,32,6,32,6,32,7,107,65,2,117,32,16,74,27,33,6,32,3,65,0,72,13,0,11,11,65,0,33,3,2,64,32,6,32,8,77,13,0,32,15,32,8,107,65,2,117,65,9,108,33,3,65,10,33,7,32,8,40,2,0,34,9,65,10,73,13,0,3,64,32,3,65,1,106,33,3,32,9,32,7,65,10,108,34,7,79,13,0,11,11,32,12,65,0,32,3,32,21,65,230,0,70,27,107,32,21,65,231,0,70,32,12,65,0,71,113,107,34,7,32,6,32,15,107,65,2,117,65,9,108,65,9,107,72,4,64,65,4,65,164,2,32,20,65,0,72,27,32,10,106,32,7,65,128,200,0,106,34,9,65,9,109,34,13,65,2,116,106,65,208,31,107,33,11,65,10,33,7,32,9,32,13,65,9,108,107,34,9,65,7,76,4,64,3,64,32,7,65,10,108,33,7,32,9,65,1,106,34,9,65,8,71,13,0,11,11,2,64,32,11,40,2,0,34,9,32,9,32,7,110,34,16,32,7,108,107,34,13,69,32,11,65,4,106,34,14,32,6,70,113,13,0,2,64,32,16,65,1,113,69,4,64,68,0,0,0,0,0,0,64,67,33,1,32,7,65,128,148,235,220,3,71,13,1,32,8,32,11,79,13,1,32,11,65,4,107,45,0,0,65,1,113,69,13,1,11,68,1,0,0,0,0,0,64,67,33,1,11,68,0,0,0,0,0,0,224,63,68,0,0,0,0,0,0,240,63,68,0,0,0,0,0,0,248,63,32,6,32,14,70,27,68,0,0,0,0,0,0,248,63,32,13,32,7,65,1,118,34,14,70,27,32,13,32,14,73,27,33,24,2,64,32,23,13,0,32,19,45,0,0,65,45,71,13,0,32,24,154,33,24,32,1,154,33,1,11,32,11,32,9,32,13,107,34,9,54,2,0,32,1,32,24,160,32,1,97,13,0,32,11,32,7,32,9,106,34,7,54,2,0,32,7,65,128,148,235,220,3,79,4,64,3,64,32,11,65,0,54,2,0,32,8,32,11,65,4,107,34,11,75,4,64,32,8,65,4,107,34,8,65,0,54,2,0,11,32,11,32,11,40,2,0,65,1,106,34,7,54,2,0,32,7,65,255,147,235,220,3,75,13,0,11,11,32,15,32,8,107,65,2,117,65,9,108,33,3,65,10,33,7,32,8,40,2,0,34,9,65,10,73,13,0,3,64,32,3,65,1,106,33,3,32,9,32,7,65,10,108,34,7,79,13,0,11,11,32,11,65,4,106,34,7,32,6,32,6,32,7,75,27,33,6,11,3,64,32,6,34,7,32,8,77,34,9,69,4,64,32,7,65,4,107,34,6,40,2,0,69,13,1,11,11,2,64,32,21,65,231,0,71,4,64,32,4,65,8,113,33,11,12,1,11,32,3,65,127,115,65,127,32,12,65,1,32,12,27,34,6,32,3,74,32,3,65,123,74,113,34,11,27,32,6,106,33,12,65,127,65,126,32,11,27,32,5,106,33,5,32,4,65,8,113,34,11,13,0,65,119,33,6,2,64,32,9,13,0,32,7,65,4,107,40,2,0,34,11,69,13,0,65,10,33,9,65,0,33,6,32,11,65,10,112,13,0,3,64,32,6,34,13,65,1,106,33,6,32,11,32,9,65,10,108,34,9,112,69,13,0,11,32,13,65,127,115,33,6,11,32,7,32,15,107,65,2,117,65,9,108,33,9,32,5,65,95,113,65,198,0,70,4,64,65,0,33,11,32,12,32,6,32,9,106,65,9,107,34,6,65,0,32,6,65,0,74,27,34,6,32,6,32,12,74,27,33,12,12,1,11,65,0,33,11,32,12,32,3,32,9,106,32,6,106,65,9,107,34,6,65,0,32,6,65,0,74,27,34,6,32,6,32,12,74,27,33,12,11,65,127,33,9,32,12,65,253,255,255,255,7,65,254,255,255,255,7,32,11,32,12,114,34,13,27,74,13,1,32,12,32,13,65,0,71,106,65,1,106,33,14,2,64,32,5,65,95,113,34,22,65,198,0,70,4,64,32,3,65,255,255,255,255,7,32,14,107,74,13,3,32,3,65,0,32,3,65,0,74,27,33,6,12,1,11,32,18,32,3,32,3,65,31,117,34,6,106,32,6,115,173,32,18,16,248,1,34,6,107,65,1,76,4,64,3,64,32,6,65,1,107,34,6,65,48,58,0,0,32,18,32,6,107,65,2,72,13,0,11,11,32,6,65,2,107,34,16,32,5,58,0,0,32,6,65,1,107,65,45,65,43,32,3,65,0,72,27,58,0,0,32,18,32,16,107,34,6,65,255,255,255,255,7,32,14,107,74,13,2,11,32,6,32,14,106,34,6,32,17,65,255,255,255,255,7,115,74,13,1,32,0,65,32,32,2,32,6,32,17,106,34,14,32,4,16,249,1,32,0,32,19,32,17,16,245,1,32,0,65,48,32,2,32,14,32,4,65,128,128,4,115,16,249,1,2,64,2,64,2,64,32,22,65,198,0,70,4,64,32,10,65,16,106,65,8,114,33,11,32,10,65,16,106,65,9,114,33,3,32,15,32,8,32,8,32,15,75,27,34,9,33,8,3,64,32,8,53,2,0,32,3,16,248,1,33,6,2,64,32,8,32,9,71,4,64,32,6,32,10,65,16,106,77,13,1,3,64,32,6,65,1,107,34,6,65,48,58,0,0,32,6,32,10,65,16,106,75,13,0,11,12,1,11,32,3,32,6,71,13,0,32,10,65,48,58,0,24,32,11,33,6,11,32,0,32,6,32,3,32,6,107,16,245,1,32,8,65,4,106,34,8,32,15,77,13,0,11,32,13,4,64,32,0,65,252,14,65,1,16,245,1,11,32,7,32,8,77,13,1,32,12,65,0,76,13,1,3,64,32,8,53,2,0,32,3,16,248,1,34,6,32,10,65,16,106,75,4,64,3,64,32,6,65,1,107,34,6,65,48,58,0,0,32,6,32,10,65,16,106,75,13,0,11,11,32,0,32,6,32,12,65,9,32,12,65,9,72,27,16,245,1,32,12,65,9,107,33,6,32,8,65,4,106,34,8,32,7,79,13,3,32,12,65,9,74,33,9,32,6,33,12,32,9,13,0,11,12,2,11,2,64,32,12,65,0,72,13,0,32,7,32,8,65,4,106,32,7,32,8,75,27,33,13,32,10,65,16,106,65,9,114,33,3,32,10,65,16,106,65,8,114,33,15,32,8,33,7,3,64,32,3,32,7,53,2,0,32,3,16,248,1,34,6,70,4,64,32,10,65,48,58,0,24,32,15,33,6,11,2,64,32,7,32,8,71,4,64,32,6,32,10,65,16,106,77,13,1,3,64,32,6,65,1,107,34,6,65,48,58,0,0,32,6,32,10,65,16,106,75,13,0,11,12,1,11,32,0,32,6,65,1,16,245,1,32,6,65,1,106,33,6,32,11,32,12,114,69,13,0,32,0,65,252,14,65,1,16,245,1,11,32,0,32,6,32,3,32,6,107,34,9,32,12,32,9,32,12,72,27,16,245,1,32,12,32,9,107,33,12,32,7,65,4,106,34,7,32,13,79,13,1,32,12,65,0,78,13,0,11,11,32,0,65,48,32,12,65,18,106,65,18,65,0,16,249,1,32,0,32,16,32,18,32,16,107,16,245,1,12,2,11,32,12,33,6,11,32,0,65,48,32,6,65,9,106,65,9,65,0,16,249,1,11,32,0,65,32,32,2,32,14,32,4,65,128,192,0,115,16,249,1,32,2,32,14,32,2,32,14,74,27,33,9,12,1,11,32,19,32,5,65,26,116,65,31,117,65,9,113,106,33,14,2,64,32,3,65,11,75,13,0,65,12,32,3,107,33,6,68,0,0,0,0,0,0,48,64,33,24,3,64,32,24,68,0,0,0,0,0,0,48,64,162,33,24,32,6,65,1,107,34,6,13,0,11,32,14,45,0,0,65,45,70,4,64,32,24,32,1,154,32,24,161,160,154,33,1,12,1,11,32,1,32,24,160,32,24,161,33,1,11,32,18,32,10,40,2,44,34,6,32,6,65,31,117,34,6,106,32,6,115,173,32,18,16,248,1,34,6,70,4,64,32,10,65,48,58,0,15,32,10,65,15,106,33,6,11,32,17,65,2,114,33,11,32,5,65,32,113,33,8,32,10,40,2,44,33,7,32,6,65,2,107,34,13,32,5,65,15,106,58,0,0,32,6,65,1,107,65,45,65,43,32,7,65,0,72,27,58,0,0,32,4,65,8,113,33,9,32,10,65,16,106,33,7,3,64,32,7,34,6,2,127,32,1,153,68,0,0,0,0,0,0,224,65,99,4,64,32,1,170,12,1,11,65,128,128,128,128,120,11,34,7,65,128,232,0,106,45,0,0,32,8,114,58,0,0,32,1,32,7,183,161,68,0,0,0,0,0,0,48,64,162,33,1,2,64,32,6,65,1,106,34,7,32,10,65,16,106,107,65,1,71,13,0,2,64,32,9,13,0,32,3,65,0,74,13,0,32,1,68,0,0,0,0,0,0,0,0,97,13,1,11,32,6,65,46,58,0,1,32,6,65,2,106,33,7,11,32,1,68,0,0,0,0,0,0,0,0,98,13,0,11,65,127,33,9,65,253,255,255,255,7,32,11,32,18,32,13,107,34,16,106,34,6,107,32,3,72,13,0,32,0,65,32,32,2,2,127,2,64,32,3,69,13,0,32,7,32,10,65,16,106,107,34,8,65,2,107,32,3,78,13,0,32,3,65,2,106,12,1,11,32,7,32,10,65,16,106,107,34,8,11,34,7,32,6,106,34,6,32,4,16,249,1,32,0,32,14,32,11,16,245,1,32,0,65,48,32,2,32,6,32,4,65,128,128,4,115,16,249,1,32,0,32,10,65,16,106,32,8,16,245,1,32,0,65,48,32,7,32,8,107,65,0,65,0,16,249,1,32,0,32,13,32,16,16,245,1,32,0,65,32,32,2,32,6,32,4,65,128,192,0,115,16,249,1,32,2,32,6,32,2,32,6,74,27,33,9,11,32,10,65,176,4,106,36,0,32,9,11,41,0,32,1,32,1,40,2,0,65,7,106,65,120,113,34,1,65,16,106,54,2,0,32,0,32,1,41,3,0,32,1,41,3,8,16,230,1,57,3,0,11,130,4,1,3,127,35,0,65,160,1,107,34,4,36,0,65,127,33,6,32,4,32,1,65,1,107,65,0,32,1,27,54,2,148,1,32,4,32,0,32,4,65,158,1,106,32,1,27,34,0,54,2,144,1,32,4,65,0,65,144,1,16,71,34,4,65,127,54,2,76,32,4,65,203,0,54,2,36,32,4,65,127,54,2,80,32,4,32,4,65,159,1,106,54,2,44,32,4,32,4,65,144,1,106,54,2,84,2,64,32,1,65,0,72,4,64,65,140,163,4,65,61,54,2,0,12,1,11,32,0,65,0,58,0,0,65,0,33,1,35,0,65,208,1,107,34,5,36,0,32,5,32,3,54,2,204,1,32,5,65,160,1,106,65,0,65,40,16,71,26,32,5,32,5,40,2,204,1,54,2,200,1,2,64,65,0,32,2,32,5,65,200,1,106,32,5,65,208,0,106,32,5,65,160,1,106,16,244,1,65,0,72,4,64,65,127,33,2,12,1,11,32,4,40,2,76,65,0,78,33,0,32,4,40,2,0,33,6,32,4,40,2,72,65,0,76,4,64,32,4,32,6,65,95,113,54,2,0,11,2,127,2,64,2,64,32,4,40,2,48,69,4,64,32,4,65,208,0,54,2,48,32,4,65,0,54,2,28,32,4,66,0,55,3,16,32,4,40,2,44,33,1,32,4,32,5,54,2,44,12,1,11,32,4,40,2,16,13,1,11,65,127,32,4,16,91,13,1,26,11,32,4,32,2,32,5,65,200,1,106,32,5,65,208,0,106,32,5,65,160,1,106,16,244,1,11,33,3,32,6,65,32,113,33,2,32,1,4,64,32,4,173,65,0,173,65,0,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,4,40,2,36,17,0,0,167,26,32,4,65,0,54,2,48,32,4,32,1,54,2,44,32,4,65,0,54,2,28,32,4,40,2,20,33,6,32,4,66,0,55,3,16,32,3,65,127,32,6,27,33,3,11,32,4,32,4,40,2,0,34,6,32,2,114,54,2,0,65,127,32,3,32,6,65,32,113,27,33,2,32,0,69,13,0,11,32,5,65,208,1,106,36,0,32,2,33,6,11,32,4,65,160,1,106,36,0,32,6,11,169,1,1,4,127,32,0,40,2,84,34,3,40,2,4,34,5,32,0,40,2,20,32,0,40,2,28,34,6,107,34,4,32,4,32,5,75,27,34,4,4,64,32,3,40,2,0,32,6,32,4,16,69,26,32,3,32,3,40,2,0,32,4,106,54,2,0,32,3,32,3,40,2,4,32,4,107,34,5,54,2,4,11,32,3,40,2,0,33,4,32,5,32,2,32,2,32,5,75,27,34,5,4,64,32,4,32,1,32,5,16,69,26,32,3,32,3,40,2,0,32,5,106,34,4,54,2,0,32,3,32,3,40,2,4,32,5,107,54,2,4,11,32,4,65,0,58,0,0,32,0,32,0,40,2,44,34,3,54,2,28,32,0,32,3,54,2,20,32,2,11,22,0,32,0,16,75,65,0,71,32,0,65,32,114,65,225,0,107,65,6,73,114,11,41,1,1,127,35,0,65,16,107,34,2,36,0,32,2,32,1,54,2,12,32,0,65,132,12,32,1,16,233,1,33,1,32,2,65,16,106,36,0,32,1,11,44,1,1,127,35,0,65,16,107,34,2,36,0,32,2,32,1,54,2,12,32,0,65,228,0,65,254,11,32,1,16,252,1,33,1,32,2,65,16,106,36,0,32,1,11,14,0,32,0,16,239,1,4,64,32,0,16,86,11,11,212,1,0,32,2,32,1,16,81,34,3,75,4,64,2,64,2,64,32,0,32,1,115,65,3,113,13,0,32,1,65,3,113,4,64,3,64,32,0,32,1,45,0,0,34,2,58,0,0,32,2,69,13,3,32,0,65,1,106,33,0,32,1,65,1,106,34,1,65,3,113,13,0,11,11,32,1,40,2,0,34,2,65,127,115,32,2,65,129,130,132,8,107,113,65,128,129,130,132,120,113,13,0,3,64,32,0,32,2,54,2,0,32,1,40,2,4,33,2,32,0,65,4,106,33,0,32,1,65,4,106,33,1,32,2,65,129,130,132,8,107,32,2,65,127,115,113,65,128,129,130,132,120,113,69,13,0,11,11,32,0,32,1,45,0,0,34,2,58,0,0,32,2,69,13,0,3,64,32,0,32,1,45,0,1,34,2,58,0,1,32,0,65,1,106,33,0,32,1,65,1,106,33,1,32,2,13,0,11,11,11,32,3,11,35,1,2,127,32,0,33,1,3,64,32,1,34,2,65,4,106,33,1,32,2,40,2,0,13,0,11,32,2,32,0,107,65,2,117,11,64,0,32,2,32,1,16,131,2,34,3,75,4,64,32,0,32,1,32,3,65,1,106,16,83,26,32,3,15,11,32,2,4,64,32,0,32,1,32,2,65,1,107,34,2,16,83,26,32,0,32,2,65,2,116,106,65,0,54,2,0,11,32,3,11,20,0,32,0,65,223,0,113,32,0,32,0,65,225,0,107,65,26,73,27,11,19,0,32,0,65,32,114,32,0,32,0,65,193,0,107,65,26,73,27,11,83,1,3,127,32,0,69,4,64,65,0,15,11,2,127,65,192,134,1,33,1,32,0,4,64,3,64,32,1,34,2,40,2,0,34,3,4,64,32,2,65,4,106,33,1,32,0,32,3,71,13,1,11,11,32,2,65,0,32,3,27,12,1,11,65,192,134,1,16,131,2,65,2,116,65,192,134,1,106,11,65,0,71,11,97,0,32,0,65,254,1,77,4,127,32,0,65,1,106,65,255,0,113,65,32,75,5,65,1,33,1,2,64,32,0,65,128,192,3,107,65,249,63,73,13,0,32,0,65,168,192,0,73,13,0,32,0,65,170,192,0,107,65,214,239,2,73,13,0,32,0,65,254,255,3,113,65,254,255,3,71,32,0,65,252,255,3,107,65,132,128,192,0,73,113,33,1,11,32,1,11,11,39,0,32,0,65,32,73,32,0,65,255,0,107,65,33,73,114,32,0,65,126,113,65,168,192,0,70,114,32,0,65,249,255,3,107,65,3,73,114,11,9,0,32,0,65,0,16,139,2,11,166,2,1,6,127,2,64,32,0,65,255,255,7,75,13,0,32,0,32,0,65,255,1,113,34,5,65,3,110,34,2,65,3,108,107,65,255,1,113,65,2,116,65,152,135,1,106,40,2,0,32,0,65,8,118,34,3,65,128,146,1,106,45,0,0,65,214,0,108,32,2,106,65,128,146,1,106,45,0,0,108,65,11,118,65,6,112,32,3,65,240,166,1,106,45,0,0,106,65,2,116,65,176,135,1,106,40,2,0,34,2,65,8,117,33,3,32,2,65,255,1,113,34,2,65,1,77,4,64,32,3,65,0,32,1,32,2,115,107,113,32,0,106,15,11,32,3,65,255,1,113,34,2,69,13,0,32,3,65,8,118,33,3,3,64,32,2,65,1,118,34,6,32,3,106,34,7,65,1,116,65,240,142,1,106,45,0,0,34,4,32,5,70,4,64,32,7,65,1,116,65,241,142,1,106,45,0,0,65,2,116,65,176,135,1,106,40,2,0,34,2,65,255,1,113,34,3,65,1,77,4,64,65,0,32,1,32,3,115,107,32,2,65,8,117,113,32,0,106,15,11,65,127,65,1,32,1,27,32,0,106,15,11,32,3,32,7,32,4,32,5,75,34,4,27,33,3,32,6,32,2,32,6,107,32,4,27,34,2,13,0,11,11,32,0,11,9,0,32,0,65,1,16,139,2,11,10,0,32,0,16,138,2,32,0,71,11,10,0,32,0,16,140,2,32,0,71,11,66,0,2,127,32,0,65,255,255,7,77,4,64,32,0,65,3,118,65,31,113,32,0,65,8,118,65,240,170,1,106,45,0,0,65,5,116,114,65,240,170,1,106,45,0,0,32,0,65,7,113,118,65,1,113,12,1,11,32,0,65,254,255,11,73,11,11,57,0,32,0,65,255,255,7,77,4,127,32,0,65,3,118,65,31,113,32,0,65,8,118,65,176,201,1,106,45,0,0,65,5,116,114,65,176,201,1,106,45,0,0,32,0,65,7,113,118,65,1,113,5,65,0,11,11,23,0,32,0,65,48,107,65,10,73,32,0,65,32,114,65,225,0,107,65,6,73,114,11,13,0,32,0,65,32,70,32,0,65,9,70,114,11,184,8,1,5,127,32,1,40,2,0,33,4,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,127,2,64,2,64,2,64,2,64,32,3,69,13,0,32,3,40,2,0,34,6,69,13,0,32,0,69,4,64,32,2,33,3,12,3,11,32,3,65,0,54,2,0,32,2,33,3,12,1,11,2,64,65,244,162,4,40,2,0,40,2,0,69,4,64,32,0,69,13,1,32,2,69,13,12,32,2,33,6,3,64,32,4,44,0,0,34,3,4,64,32,0,32,3,65,255,191,3,113,54,2,0,32,0,65,4,106,33,0,32,4,65,1,106,33,4,32,6,65,1,107,34,6,13,1,12,14,11,11,32,0,65,0,54,2,0,32,1,65,0,54,2,0,32,2,32,6,107,15,11,32,2,33,3,32,0,69,13,3,12,5,11,32,4,16,81,15,11,65,1,33,5,12,3,11,65,0,12,1,11,65,1,11,33,5,3,64,32,5,69,4,64,32,4,45,0,0,65,3,118,34,5,65,16,107,32,6,65,26,117,32,5,106,114,65,7,75,13,3,2,127,32,4,65,1,106,34,5,32,6,65,128,128,128,16,113,69,13,0,26,32,5,45,0,0,65,192,1,113,65,128,1,71,4,64,32,4,65,1,107,33,4,12,7,11,32,4,65,2,106,34,5,32,6,65,128,128,32,113,69,13,0,26,32,5,45,0,0,65,192,1,113,65,128,1,71,4,64,32,4,65,1,107,33,4,12,7,11,32,4,65,3,106,11,33,4,32,3,65,1,107,33,3,65,1,33,5,12,1,11,3,64,32,4,45,0,0,33,6,2,64,32,4,65,3,113,13,0,32,6,65,1,107,65,254,0,75,13,0,32,4,40,2,0,34,6,65,129,130,132,8,107,32,6,114,65,128,129,130,132,120,113,13,0,3,64,32,3,65,4,107,33,3,32,4,40,2,4,33,6,32,4,65,4,106,34,5,33,4,32,6,32,6,65,129,130,132,8,107,114,65,128,129,130,132,120,113,69,13,0,11,32,5,33,4,11,32,6,65,255,1,113,34,5,65,1,107,65,254,0,77,4,64,32,3,65,1,107,33,3,32,4,65,1,106,33,4,12,1,11,11,32,5,65,194,1,107,34,5,65,50,75,13,3,32,4,65,1,106,33,4,32,5,65,2,116,65,160,225,0,106,40,2,0,33,6,65,0,33,5,12,0,11,0,11,3,64,32,5,69,4,64,32,3,69,13,7,3,64,2,64,2,64,2,64,32,4,45,0,0,34,5,65,1,107,34,7,65,254,0,75,4,64,32,5,33,6,12,1,11,32,4,65,3,113,13,1,32,3,65,5,73,13,1,2,64,3,64,32,4,40,2,0,34,6,65,129,130,132,8,107,32,6,114,65,128,129,130,132,120,113,13,1,32,0,32,6,65,255,1,113,54,2,0,32,0,32,4,45,0,1,54,2,4,32,0,32,4,45,0,2,54,2,8,32,0,32,4,45,0,3,54,2,12,32,0,65,16,106,33,0,32,4,65,4,106,33,4,32,3,65,4,107,34,3,65,4,75,13,0,11,32,4,45,0,0,33,6,11,32,6,65,255,1,113,34,5,65,1,107,33,7,11,32,7,65,254,0,75,13,1,11,32,0,32,5,54,2,0,32,0,65,4,106,33,0,32,4,65,1,106,33,4,32,3,65,1,107,34,3,13,1,12,9,11,11,32,5,65,194,1,107,34,5,65,50,75,13,3,32,4,65,1,106,33,4,32,5,65,2,116,65,160,225,0,106,40,2,0,33,6,65,1,33,5,12,1,11,32,4,45,0,0,34,7,65,3,118,34,5,65,16,107,32,5,32,6,65,26,117,106,114,65,7,75,13,1,2,64,2,64,2,127,32,4,65,1,106,34,8,32,7,65,128,1,107,32,6,65,6,116,114,34,5,65,0,78,13,0,26,32,8,45,0,0,65,128,1,107,34,7,65,63,75,13,1,32,4,65,2,106,34,8,32,7,32,5,65,6,116,114,34,5,65,0,78,13,0,26,32,8,45,0,0,65,128,1,107,34,7,65,63,75,13,1,32,7,32,5,65,6,116,114,33,5,32,4,65,3,106,11,33,4,32,0,32,5,54,2,0,32,3,65,1,107,33,3,32,0,65,4,106,33,0,12,1,11,65,140,163,4,65,25,54,2,0,32,4,65,1,107,33,4,12,5,11,65,0,33,5,12,0,11,0,11,32,4,65,1,107,33,4,32,6,13,1,32,4,45,0,0,33,6,11,32,6,65,255,1,113,13,0,32,0,4,64,32,0,65,0,54,2,0,32,1,65,0,54,2,0,11,32,2,32,3,107,15,11,65,140,163,4,65,25,54,2,0,32,0,69,13,1,11,32,1,32,4,54,2,0,11,65,127,15,11,32,1,32,4,54,2,0,32,2,11,49,1,1,127,65,244,162,4,40,2,0,33,1,32,0,4,64,65,244,162,4,65,132,162,4,32,0,32,0,65,127,70,27,54,2,0,11,65,127,32,1,32,1,65,132,162,4,70,27,11,157,4,2,7,127,4,126,35,0,65,16,107,34,8,36,0,2,64,2,64,2,64,32,2,65,36,76,4,64,32,0,45,0,0,34,5,13,1,32,0,33,4,12,2,11,65,140,163,4,65,28,54,2,0,66,0,33,3,12,2,11,32,0,33,4,2,64,3,64,32,5,65,24,116,65,24,117,16,76,69,13,1,32,4,45,0,1,33,5,32,4,65,1,106,34,6,33,4,32,5,13,0,11,32,6,33,4,12,1,11,2,64,32,4,45,0,0,34,5,65,43,107,14,3,0,1,0,1,11,65,127,65,0,32,5,65,45,70,27,33,7,32,4,65,1,106,33,4,11,2,127,2,64,32,2,65,111,113,13,0,32,4,45,0,0,65,48,71,13,0,65,1,33,9,32,4,45,0,1,65,223,1,113,65,216,0,70,4,64,32,4,65,2,106,33,4,65,16,12,2,11,32,4,65,1,106,33,4,32,2,65,8,32,2,27,12,1,11,32,2,65,10,32,2,27,11,34,10,172,33,11,65,0,33,2,3,64,2,64,65,80,33,5,2,64,32,4,44,0,0,34,6,65,48,107,65,255,1,113,65,10,73,13,0,65,169,127,33,5,32,6,65,225,0,107,65,255,1,113,65,26,73,13,0,65,73,33,5,32,6,65,193,0,107,65,255,1,113,65,25,75,13,1,11,32,5,32,6,106,34,6,32,10,78,13,0,32,8,32,11,66,0,32,12,66,0,16,224,1,65,1,33,5,2,64,32,8,41,3,8,66,0,82,13,0,32,11,32,12,126,34,13,32,6,172,34,14,66,127,133,86,13,0,32,13,32,14,124,33,12,65,1,33,9,32,2,33,5,11,32,4,65,1,106,33,4,32,5,33,2,12,1,11,11,32,1,4,64,32,1,32,4,32,0,32,9,27,54,2,0,11,2,64,2,64,32,2,4,64,65,140,163,4,65,196,0,54,2,0,32,7,65,0,32,3,66,1,131,34,11,80,27,33,7,32,3,33,12,12,1,11,32,3,32,12,86,13,1,32,3,66,1,131,33,11,11,2,64,32,11,66,0,82,13,0,32,7,13,0,65,140,163,4,65,196,0,54,2,0,32,3,66,1,125,33,3,12,2,11,32,3,32,12,90,13,0,65,140,163,4,65,196,0,54,2,0,12,1,11,32,12,32,7,172,34,11,133,32,11,125,33,3,11,32,8,65,16,106,36,0,32,3,11,13,0,32,0,32,1,32,2,66,127,16,149,2,11,22,0,32,0,32,1,32,2,66,128,128,128,128,128,128,128,128,128,127,16,149,2,11,128,1,2,1,127,2,126,35,0,65,160,1,107,34,4,36,0,32,4,32,1,54,2,60,32,4,32,1,54,2,20,32,4,65,127,54,2,24,32,4,65,16,106,66,0,16,209,1,32,4,32,4,65,16,106,32,3,65,1,16,227,1,32,4,41,3,8,33,5,32,4,41,3,0,33,6,32,2,4,64,32,2,32,1,32,4,40,2,20,32,4,40,2,136,1,106,32,4,40,2,60,107,106,54,2,0,11,32,0,32,5,55,3,8,32,0,32,6,55,3,0,32,4,65,160,1,106,36,0,11,94,1,3,127,32,1,32,4,32,3,107,106,33,5,2,64,3,64,32,3,32,4,71,4,64,65,127,33,0,32,1,32,2,70,13,2,32,1,44,0,0,34,6,32,3,44,0,0,34,7,72,13,2,32,6,32,7,74,4,64,65,1,15,5,32,3,65,1,106,33,3,32,1,65,1,106,33,1,12,2,11,0,11,11,32,2,32,5,71,33,0,11,32,0,11,12,0,32,0,32,2,32,3,16,155,2,26,11,31,1,1,127,35,0,65,16,107,34,3,36,0,32,0,32,1,32,2,16,163,1,32,3,65,16,106,36,0,32,0,11,64,1,1,127,65,0,33,0,3,127,32,1,32,2,70,4,127,32,0,5,32,1,44,0,0,32,0,65,4,116,106,34,0,65,128,128,128,128,127,113,34,3,65,24,118,32,3,114,32,0,115,33,0,32,1,65,1,106,33,1,12,1,11,11,11,84,1,2,127,2,64,3,64,32,3,32,4,71,4,64,65,127,33,0,32,1,32,2,70,13,2,32,1,40,2,0,34,5,32,3,40,2,0,34,6,72,13,2,32,5,32,6,74,4,64,65,1,15,5,32,3,65,4,106,33,3,32,1,65,4,106,33,1,12,2,11,0,11,11,32,1,32,2,71,33,0,11,32,0,11,12,0,32,0,32,2,32,3,16,159,2,26,11,31,1,1,127,35,0,65,16,107,34,3,36,0,32,0,32,1,32,2,16,160,2,32,3,65,16,106,36,0,32,0,11,155,1,1,4,127,35,0,65,16,107,34,5,36,0,32,1,32,2,16,216,3,34,4,65,239,255,255,255,3,77,4,64,2,64,32,4,65,1,77,4,64,32,0,32,4,16,190,1,32,0,33,3,12,1,11,32,0,32,0,32,4,16,224,5,65,1,106,34,6,16,225,5,34,3,16,198,1,32,0,32,6,16,199,1,32,0,32,4,16,200,1,11,3,64,32,1,32,2,71,4,64,32,3,32,1,16,208,1,32,3,65,4,106,33,3,32,1,65,4,106,33,1,12,1,11,11,32,5,65,0,54,2,12,32,3,32,5,65,12,106,16,208,1,32,5,65,16,106,36,0,15,11,16,177,1,0,11,64,1,1,127,65,0,33,0,3,127,32,1,32,2,70,4,127,32,0,5,32,1,40,2,0,32,0,65,4,116,106,34,0,65,128,128,128,128,127,113,34,3,65,24,118,32,3,114,32,0,115,33,0,32,1,65,4,106,33,1,12,1,11,11,11,145,2,1,1,127,35,0,65,32,107,34,6,36,0,32,6,32,1,54,2,24,2,64,32,3,40,2,4,65,1,113,69,4,64,32,6,65,127,54,2,0,32,6,32,0,173,32,1,173,32,2,173,32,3,173,32,4,173,32,6,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,16,17,0,0,167,34,1,54,2,24,2,64,2,64,2,64,32,6,40,2,0,14,2,0,1,2,11,32,5,65,0,58,0,0,12,3,11,32,5,65,1,58,0,0,12,2,11,32,5,65,1,58,0,0,32,4,65,4,54,2,0,12,1,11,32,6,32,3,16,203,1,32,6,16,117,33,1,32,6,16,163,2,32,6,32,3,16,203,1,32,6,16,164,2,33,3,32,6,16,163,2,32,6,32,3,16,165,2,32,6,65,12,114,32,3,16,166,2,32,5,32,6,65,24,106,32,2,32,6,32,6,65,24,106,34,3,32,1,32,4,65,1,16,167,2,32,6,70,58,0,0,32,6,40,2,24,33,1,3,64,32,3,65,12,107,16,246,5,34,3,32,6,71,13,0,11,11,32,6,65,32,106,36,0,32,1,11,10,0,32,0,40,2,0,16,164,4,11,11,0,32,0,65,188,169,4,16,168,2,11,48,0,32,0,173,32,1,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,1,40,2,0,40,2,24,17,0,0,26,11,48,0,32,0,173,32,1,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,1,40,2,0,40,2,28,17,0,0,26,11,193,4,1,11,127,35,0,65,128,1,107,34,8,36,0,32,8,32,1,54,2,120,32,2,32,3,16,169,2,33,9,32,8,65,204,0,54,2,16,32,8,65,8,106,65,0,32,8,65,16,106,16,170,2,33,16,32,8,65,16,106,33,10,2,64,32,9,65,229,0,79,4,64,32,9,16,85,34,10,69,13,1,32,16,32,10,16,171,2,11,32,10,33,7,32,2,33,1,3,64,32,1,32,3,70,4,64,3,64,2,64,32,0,32,8,65,248,0,106,16,120,65,0,32,9,27,69,4,64,32,0,32,8,65,248,0,106,16,124,4,64,32,5,32,5,40,2,0,65,2,114,54,2,0,11,12,1,11,32,0,16,121,33,14,32,6,69,4,64,32,4,32,14,16,172,2,33,14,11,32,12,65,1,106,33,13,65,0,33,15,32,10,33,7,32,2,33,1,3,64,32,1,32,3,70,4,64,32,13,33,12,32,15,69,13,3,32,0,16,123,26,32,10,33,7,32,2,33,1,32,9,32,11,106,65,2,73,13,3,3,64,32,1,32,3,70,4,64,12,5,5,2,64,32,7,45,0,0,65,2,71,13,0,32,1,16,165,1,32,13,70,13,0,32,7,65,0,58,0,0,32,11,65,1,107,33,11,11,32,7,65,1,106,33,7,32,1,65,12,106,33,1,12,1,11,0,11,0,5,2,64,32,7,45,0,0,65,1,71,13,0,32,1,32,12,16,173,2,44,0,0,33,17,2,64,32,14,65,255,1,113,32,6,4,127,32,17,5,32,4,32,17,16,172,2,11,65,255,1,113,70,4,64,65,1,33,15,32,1,16,165,1,32,13,71,13,2,32,7,65,2,58,0,0,32,11,65,1,106,33,11,12,1,11,32,7,65,0,58,0,0,11,32,9,65,1,107,33,9,11,32,7,65,1,106,33,7,32,1,65,12,106,33,1,12,1,11,0,11,0,11,11,2,64,2,64,3,64,32,2,32,3,70,13,1,32,10,45,0,0,65,2,71,4,64,32,10,65,1,106,33,10,32,2,65,12,106,33,2,12,1,11,11,32,2,33,3,12,1,11,32,5,32,5,40,2,0,65,4,114,54,2,0,11,32,16,16,174,2,32,8,65,128,1,106,36,0,32,3,15,5,2,64,32,1,16,175,2,69,4,64,32,7,65,1,58,0,0,12,1,11,32,7,65,2,58,0,0,32,11,65,1,106,33,11,32,9,65,1,107,33,9,11,32,7,65,1,106,33,7,32,1,65,12,106,33,1,12,1,11,0,11,0,11,16,177,1,0,11,73,1,1,127,32,0,40,2,0,34,0,33,2,32,1,16,143,4,33,1,32,2,65,8,106,34,2,16,140,4,32,1,75,4,127,32,2,32,1,16,160,4,40,2,0,65,0,71,5,65,0,11,69,4,64,16,177,1,0,11,32,0,65,8,106,32,1,16,160,4,40,2,0,11,10,0,32,1,32,0,107,65,12,109,11,49,1,1,127,35,0,65,16,107,34,3,36,0,32,3,32,1,54,2,12,32,0,32,3,65,12,106,16,208,1,32,0,65,4,106,32,2,16,208,1,32,3,65,16,106,36,0,32,0,11,68,1,1,127,32,0,40,2,0,33,2,32,0,32,1,54,2,0,32,2,4,64,32,2,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,16,249,2,40,2,0,17,0,0,26,11,11,48,0,32,0,173,32,1,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,12,17,0,0,167,11,10,0,32,0,16,159,1,32,1,106,11,9,0,32,0,65,0,16,171,2,11,8,0,32,0,16,165,1,69,11,162,3,1,1,127,35,0,65,144,2,107,34,0,36,0,32,0,32,2,54,2,128,2,32,0,32,1,54,2,136,2,32,3,16,177,2,33,1,32,0,65,208,1,106,32,3,32,0,65,255,1,106,16,178,2,32,0,65,192,1,106,16,151,1,34,3,32,3,16,166,1,16,167,1,32,0,32,3,65,0,16,173,2,34,6,54,2,188,1,32,0,32,0,65,16,106,54,2,12,32,0,65,0,54,2,8,3,64,2,64,32,0,65,136,2,106,32,0,65,128,2,106,16,120,69,13,0,32,0,40,2,188,1,32,3,16,165,1,32,6,106,70,4,64,32,3,16,165,1,33,2,32,3,32,3,16,165,1,65,1,116,16,167,1,32,3,32,3,16,166,1,16,167,1,32,0,32,2,32,3,65,0,16,173,2,34,6,106,54,2,188,1,11,32,0,65,136,2,106,16,121,32,1,32,6,32,0,65,188,1,106,32,0,65,8,106,32,0,44,0,255,1,32,0,65,208,1,106,32,0,65,16,106,32,0,65,12,106,65,144,233,1,16,179,2,13,0,32,0,65,136,2,106,16,123,26,12,1,11,11,2,64,32,0,65,208,1,106,16,165,1,69,13,0,32,0,40,2,12,34,2,32,0,65,16,106,107,65,159,1,74,13,0,32,0,32,2,65,4,106,54,2,12,32,2,32,0,40,2,8,54,2,0,11,32,5,32,6,32,0,40,2,188,1,32,4,32,1,16,180,2,54,2,0,32,0,65,208,1,106,32,0,65,16,106,32,0,40,2,12,32,4,16,181,2,32,0,65,136,2,106,32,0,65,128,2,106,16,124,4,64,32,4,32,4,40,2,0,65,2,114,54,2,0,11,32,0,40,2,136,2,33,6,32,3,16,246,5,26,32,0,65,208,1,106,16,246,5,26,32,0,65,144,2,106,36,0,32,6,11,46,0,2,64,32,0,40,2,4,65,202,0,113,34,0,4,64,32,0,65,192,0,70,4,64,65,8,15,11,32,0,65,8,71,13,1,65,16,15,11,65,0,15,11,65,10,11,63,1,1,127,35,0,65,16,107,34,3,36,0,32,3,65,8,106,32,1,16,203,1,32,2,32,3,65,8,106,16,164,2,34,1,16,226,2,58,0,0,32,0,32,1,16,227,2,32,3,65,8,106,16,163,2,32,3,65,16,106,36,0,11,243,2,1,3,127,35,0,65,16,107,34,10,36,0,32,10,32,0,58,0,15,2,64,2,64,2,64,32,3,40,2,0,32,2,71,13,0,65,43,33,11,32,0,65,255,1,113,34,12,32,9,45,0,24,71,4,64,65,45,33,11,32,9,45,0,25,32,12,71,13,1,11,32,3,32,2,65,1,106,54,2,0,32,2,32,11,58,0,0,12,1,11,2,64,32,6,16,165,1,69,13,0,32,0,32,5,71,13,0,65,0,33,0,32,8,40,2,0,34,9,32,7,107,65,159,1,74,13,2,32,4,40,2,0,33,0,32,8,32,9,65,4,106,54,2,0,32,9,32,0,54,2,0,12,1,11,65,127,33,0,32,9,32,9,65,26,106,32,10,65,15,106,16,202,2,32,9,107,34,9,65,23,74,13,1,2,64,2,64,2,64,32,1,65,8,107,14,3,0,2,0,1,11,32,1,32,9,74,13,1,12,3,11,32,1,65,16,71,13,0,32,9,65,22,72,13,0,32,3,40,2,0,34,6,32,2,70,13,2,32,6,32,2,107,65,2,74,13,2,32,6,65,1,107,45,0,0,65,48,71,13,2,65,0,33,0,32,4,65,0,54,2,0,32,3,32,6,65,1,106,54,2,0,32,6,32,9,65,144,233,1,106,45,0,0,58,0,0,12,2,11,32,3,32,3,40,2,0,34,0,65,1,106,54,2,0,32,0,32,9,65,144,233,1,106,45,0,0,58,0,0,32,4,32,4,40,2,0,65,1,106,54,2,0,65,0,33,0,12,1,11,65,0,33,0,32,4,65,0,54,2,0,11,32,10,65,16,106,36,0,32,0,11,209,1,2,2,127,1,126,35,0,65,16,107,34,4,36,0,2,127,2,64,2,64,2,64,32,0,32,1,71,4,64,65,140,163,4,40,2,0,33,5,65,140,163,4,65,0,54,2,0,32,0,32,4,65,12,106,32,3,16,200,2,16,151,2,33,6,2,64,65,140,163,4,40,2,0,34,0,4,64,32,4,40,2,12,32,1,71,13,1,32,0,65,196,0,70,13,5,12,4,11,65,140,163,4,32,5,54,2,0,32,4,40,2,12,32,1,70,13,3,11,32,2,65,4,54,2,0,12,1,11,32,2,65,4,54,2,0,11,65,0,12,2,11,32,6,66,128,128,128,128,120,83,13,0,32,6,66,255,255,255,255,7,85,13,0,32,6,167,12,1,11,32,2,65,4,54,2,0,65,255,255,255,255,7,32,6,66,0,85,13,0,26,65,128,128,128,128,120,11,33,0,32,4,65,16,106,36,0,32,0,11,172,1,1,2,127,32,0,16,165,1,33,4,2,64,32,2,32,1,107,65,5,72,13,0,32,4,69,13,0,32,1,32,2,16,130,3,32,2,65,4,107,33,4,32,0,16,159,1,34,2,32,0,16,165,1,106,33,5,2,64,3,64,2,64,32,2,44,0,0,33,0,32,1,32,4,79,13,0,2,64,32,0,65,0,76,13,0,32,0,65,255,0,78,13,0,32,1,40,2,0,32,2,44,0,0,71,13,3,11,32,1,65,4,106,33,1,32,2,32,5,32,2,107,65,1,74,106,33,2,12,1,11,11,32,0,65,0,76,13,1,32,0,65,255,0,78,13,1,32,2,44,0,0,32,4,40,2,0,65,1,107,75,13,1,11,32,3,65,4,54,2,0,11,11,162,3,1,1,127,35,0,65,144,2,107,34,0,36,0,32,0,32,2,54,2,128,2,32,0,32,1,54,2,136,2,32,3,16,177,2,33,1,32,0,65,208,1,106,32,3,32,0,65,255,1,106,16,178,2,32,0,65,192,1,106,16,151,1,34,3,32,3,16,166,1,16,167,1,32,0,32,3,65,0,16,173,2,34,6,54,2,188,1,32,0,32,0,65,16,106,54,2,12,32,0,65,0,54,2,8,3,64,2,64,32,0,65,136,2,106,32,0,65,128,2,106,16,120,69,13,0,32,0,40,2,188,1,32,3,16,165,1,32,6,106,70,4,64,32,3,16,165,1,33,2,32,3,32,3,16,165,1,65,1,116,16,167,1,32,3,32,3,16,166,1,16,167,1,32,0,32,2,32,3,65,0,16,173,2,34,6,106,54,2,188,1,11,32,0,65,136,2,106,16,121,32,1,32,6,32,0,65,188,1,106,32,0,65,8,106,32,0,44,0,255,1,32,0,65,208,1,106,32,0,65,16,106,32,0,65,12,106,65,144,233,1,16,179,2,13,0,32,0,65,136,2,106,16,123,26,12,1,11,11,2,64,32,0,65,208,1,106,16,165,1,69,13,0,32,0,40,2,12,34,2,32,0,65,16,106,107,65,159,1,74,13,0,32,0,32,2,65,4,106,54,2,12,32,2,32,0,40,2,8,54,2,0,11,32,5,32,6,32,0,40,2,188,1,32,4,32,1,16,183,2,55,3,0,32,0,65,208,1,106,32,0,65,16,106,32,0,40,2,12,32,4,16,181,2,32,0,65,136,2,106,32,0,65,128,2,106,16,124,4,64,32,4,32,4,40,2,0,65,2,114,54,2,0,11,32,0,40,2,136,2,33,6,32,3,16,246,5,26,32,0,65,208,1,106,16,246,5,26,32,0,65,144,2,106,36,0,32,6,11,195,1,2,1,126,2,127,35,0,65,16,107,34,5,36,0,2,64,2,64,2,64,32,0,32,1,71,4,64,65,140,163,4,40,2,0,33,6,65,140,163,4,65,0,54,2,0,32,0,32,5,65,12,106,32,3,16,200,2,16,151,2,33,4,2,64,65,140,163,4,40,2,0,34,0,4,64,32,5,40,2,12,32,1,71,13,1,32,0,65,196,0,70,13,4,12,5,11,65,140,163,4,32,6,54,2,0,32,5,40,2,12,32,1,70,13,4,11,32,2,65,4,54,2,0,12,1,11,32,2,65,4,54,2,0,11,66,0,33,4,12,1,11,32,2,65,4,54,2,0,32,4,66,0,85,4,64,66,255,255,255,255,255,255,255,255,255,0,33,4,12,1,11,66,128,128,128,128,128,128,128,128,128,127,33,4,11,32,5,65,16,106,36,0,32,4,11,162,3,1,1,127,35,0,65,144,2,107,34,0,36,0,32,0,32,2,54,2,128,2,32,0,32,1,54,2,136,2,32,3,16,177,2,33,1,32,0,65,208,1,106,32,3,32,0,65,255,1,106,16,178,2,32,0,65,192,1,106,16,151,1,34,3,32,3,16,166,1,16,167,1,32,0,32,3,65,0,16,173,2,34,6,54,2,188,1,32,0,32,0,65,16,106,54,2,12,32,0,65,0,54,2,8,3,64,2,64,32,0,65,136,2,106,32,0,65,128,2,106,16,120,69,13,0,32,0,40,2,188,1,32,3,16,165,1,32,6,106,70,4,64,32,3,16,165,1,33,2,32,3,32,3,16,165,1,65,1,116,16,167,1,32,3,32,3,16,166,1,16,167,1,32,0,32,2,32,3,65,0,16,173,2,34,6,106,54,2,188,1,11,32,0,65,136,2,106,16,121,32,1,32,6,32,0,65,188,1,106,32,0,65,8,106,32,0,44,0,255,1,32,0,65,208,1,106,32,0,65,16,106,32,0,65,12,106,65,144,233,1,16,179,2,13,0,32,0,65,136,2,106,16,123,26,12,1,11,11,2,64,32,0,65,208,1,106,16,165,1,69,13,0,32,0,40,2,12,34,2,32,0,65,16,106,107,65,159,1,74,13,0,32,0,32,2,65,4,106,54,2,12,32,2,32,0,40,2,8,54,2,0,11,32,5,32,6,32,0,40,2,188,1,32,4,32,1,16,185,2,59,1,0,32,0,65,208,1,106,32,0,65,16,106,32,0,40,2,12,32,4,16,181,2,32,0,65,136,2,106,32,0,65,128,2,106,16,124,4,64,32,4,32,4,40,2,0,65,2,114,54,2,0,11,32,0,40,2,136,2,33,6,32,3,16,246,5,26,32,0,65,208,1,106,16,246,5,26,32,0,65,144,2,106,36,0,32,6,11,237,1,2,3,127,1,126,35,0,65,16,107,34,4,36,0,2,127,2,64,2,64,2,64,2,64,32,0,32,1,71,4,64,2,64,32,0,45,0,0,34,5,65,45,71,13,0,32,0,65,1,106,34,0,32,1,71,13,0,32,2,65,4,54,2,0,12,2,11,65,140,163,4,40,2,0,33,6,65,140,163,4,65,0,54,2,0,32,0,32,4,65,12,106,32,3,16,200,2,16,150,2,33,7,2,64,65,140,163,4,40,2,0,34,0,4,64,32,4,40,2,12,32,1,71,13,1,32,0,65,196,0,70,13,5,12,4,11,65,140,163,4,32,6,54,2,0,32,4,40,2,12,32,1,70,13,3,11,32,2,65,4,54,2,0,12,1,11,32,2,65,4,54,2,0,11,65,0,12,3,11,32,7,66,255,255,3,88,13,1,11,32,2,65,4,54,2,0,65,255,255,3,12,1,11,65,0,32,7,167,34,0,107,32,0,32,5,65,45,70,27,11,33,0,32,4,65,16,106,36,0,32,0,65,255,255,3,113,11,162,3,1,1,127,35,0,65,144,2,107,34,0,36,0,32,0,32,2,54,2,128,2,32,0,32,1,54,2,136,2,32,3,16,177,2,33,1,32,0,65,208,1,106,32,3,32,0,65,255,1,106,16,178,2,32,0,65,192,1,106,16,151,1,34,3,32,3,16,166,1,16,167,1,32,0,32,3,65,0,16,173,2,34,6,54,2,188,1,32,0,32,0,65,16,106,54,2,12,32,0,65,0,54,2,8,3,64,2,64,32,0,65,136,2,106,32,0,65,128,2,106,16,120,69,13,0,32,0,40,2,188,1,32,3,16,165,1,32,6,106,70,4,64,32,3,16,165,1,33,2,32,3,32,3,16,165,1,65,1,116,16,167,1,32,3,32,3,16,166,1,16,167,1,32,0,32,2,32,3,65,0,16,173,2,34,6,106,54,2,188,1,11,32,0,65,136,2,106,16,121,32,1,32,6,32,0,65,188,1,106,32,0,65,8,106,32,0,44,0,255,1,32,0,65,208,1,106,32,0,65,16,106,32,0,65,12,106,65,144,233,1,16,179,2,13,0,32,0,65,136,2,106,16,123,26,12,1,11,11,2,64,32,0,65,208,1,106,16,165,1,69,13,0,32,0,40,2,12,34,2,32,0,65,16,106,107,65,159,1,74,13,0,32,0,32,2,65,4,106,54,2,12,32,2,32,0,40,2,8,54,2,0,11,32,5,32,6,32,0,40,2,188,1,32,4,32,1,16,187,2,54,2,0,32,0,65,208,1,106,32,0,65,16,106,32,0,40,2,12,32,4,16,181,2,32,0,65,136,2,106,32,0,65,128,2,106,16,124,4,64,32,4,32,4,40,2,0,65,2,114,54,2,0,11,32,0,40,2,136,2,33,6,32,3,16,246,5,26,32,0,65,208,1,106,16,246,5,26,32,0,65,144,2,106,36,0,32,6,11,232,1,2,3,127,1,126,35,0,65,16,107,34,4,36,0,2,127,2,64,2,64,2,64,2,64,32,0,32,1,71,4,64,2,64,32,0,45,0,0,34,5,65,45,71,13,0,32,0,65,1,106,34,0,32,1,71,13,0,32,2,65,4,54,2,0,12,2,11,65,140,163,4,40,2,0,33,6,65,140,163,4,65,0,54,2,0,32,0,32,4,65,12,106,32,3,16,200,2,16,150,2,33,7,2,64,65,140,163,4,40,2,0,34,0,4,64,32,4,40,2,12,32,1,71,13,1,32,0,65,196,0,70,13,5,12,4,11,65,140,163,4,32,6,54,2,0,32,4,40,2,12,32,1,70,13,3,11,32,2,65,4,54,2,0,12,1,11,32,2,65,4,54,2,0,11,65,0,12,3,11,32,7,66,255,255,255,255,15,88,13,1,11,32,2,65,4,54,2,0,65,127,12,1,11,65,0,32,7,167,34,0,107,32,0,32,5,65,45,70,27,11,33,0,32,4,65,16,106,36,0,32,0,11,162,3,1,1,127,35,0,65,144,2,107,34,0,36,0,32,0,32,2,54,2,128,2,32,0,32,1,54,2,136,2,32,3,16,177,2,33,1,32,0,65,208,1,106,32,3,32,0,65,255,1,106,16,178,2,32,0,65,192,1,106,16,151,1,34,3,32,3,16,166,1,16,167,1,32,0,32,3,65,0,16,173,2,34,6,54,2,188,1,32,0,32,0,65,16,106,54,2,12,32,0,65,0,54,2,8,3,64,2,64,32,0,65,136,2,106,32,0,65,128,2,106,16,120,69,13,0,32,0,40,2,188,1,32,3,16,165,1,32,6,106,70,4,64,32,3,16,165,1,33,2,32,3,32,3,16,165,1,65,1,116,16,167,1,32,3,32,3,16,166,1,16,167,1,32,0,32,2,32,3,65,0,16,173,2,34,6,106,54,2,188,1,11,32,0,65,136,2,106,16,121,32,1,32,6,32,0,65,188,1,106,32,0,65,8,106,32,0,44,0,255,1,32,0,65,208,1,106,32,0,65,16,106,32,0,65,12,106,65,144,233,1,16,179,2,13,0,32,0,65,136,2,106,16,123,26,12,1,11,11,2,64,32,0,65,208,1,106,16,165,1,69,13,0,32,0,40,2,12,34,2,32,0,65,16,106,107,65,159,1,74,13,0,32,0,32,2,65,4,106,54,2,12,32,2,32,0,40,2,8,54,2,0,11,32,5,32,6,32,0,40,2,188,1,32,4,32,1,16,189,2,55,3,0,32,0,65,208,1,106,32,0,65,16,106,32,0,40,2,12,32,4,16,181,2,32,0,65,136,2,106,32,0,65,128,2,106,16,124,4,64,32,4,32,4,40,2,0,65,2,114,54,2,0,11,32,0,40,2,136,2,33,6,32,3,16,246,5,26,32,0,65,208,1,106,16,246,5,26,32,0,65,144,2,106,36,0,32,6,11,215,1,2,3,127,1,126,35,0,65,16,107,34,4,36,0,2,126,2,64,2,64,2,64,32,0,32,1,71,4,64,2,64,32,0,45,0,0,34,5,65,45,71,13,0,32,0,65,1,106,34,0,32,1,71,13,0,32,2,65,4,54,2,0,12,2,11,65,140,163,4,40,2,0,33,6,65,140,163,4,65,0,54,2,0,32,0,32,4,65,12,106,32,3,16,200,2,16,150,2,33,7,2,64,65,140,163,4,40,2,0,34,0,4,64,32,4,40,2,12,32,1,71,13,1,32,0,65,196,0,70,13,4,12,5,11,65,140,163,4,32,6,54,2,0,32,4,40,2,12,32,1,70,13,4,11,32,2,65,4,54,2,0,12,1,11,32,2,65,4,54,2,0,11,66,0,12,2,11,32,2,65,4,54,2,0,66,127,12,1,11,66,0,32,7,125,32,7,32,5,65,45,70,27,11,33,7,32,4,65,16,106,36,0,32,7,11,202,3,0,35,0,65,144,2,107,34,0,36,0,32,0,32,2,54,2,128,2,32,0,32,1,54,2,136,2,32,0,65,208,1,106,32,3,32,0,65,224,1,106,32,0,65,223,1,106,32,0,65,222,1,106,16,191,2,32,0,65,192,1,106,16,151,1,34,3,32,3,16,166,1,16,167,1,32,0,32,3,65,0,16,173,2,34,1,54,2,188,1,32,0,32,0,65,16,106,54,2,12,32,0,65,0,54,2,8,32,0,65,1,58,0,7,32,0,65,197,0,58,0,6,3,64,2,64,32,0,65,136,2,106,32,0,65,128,2,106,16,120,69,13,0,32,0,40,2,188,1,32,3,16,165,1,32,1,106,70,4,64,32,3,16,165,1,33,2,32,3,32,3,16,165,1,65,1,116,16,167,1,32,3,32,3,16,166,1,16,167,1,32,0,32,2,32,3,65,0,16,173,2,34,1,106,54,2,188,1,11,32,0,65,136,2,106,16,121,32,0,65,7,106,32,0,65,6,106,32,1,32,0,65,188,1,106,32,0,44,0,223,1,32,0,44,0,222,1,32,0,65,208,1,106,32,0,65,16,106,32,0,65,12,106,32,0,65,8,106,32,0,65,224,1,106,16,192,2,13,0,32,0,65,136,2,106,16,123,26,12,1,11,11,2,64,32,0,65,208,1,106,16,165,1,69,13,0,32,0,45,0,7,69,13,0,32,0,40,2,12,34,2,32,0,65,16,106,107,65,159,1,74,13,0,32,0,32,2,65,4,106,54,2,12,32,2,32,0,40,2,8,54,2,0,11,32,5,32,1,32,0,40,2,188,1,32,4,16,193,2,56,2,0,32,0,65,208,1,106,32,0,65,16,106,32,0,40,2,12,32,4,16,181,2,32,0,65,136,2,106,32,0,65,128,2,106,16,124,4,64,32,4,32,4,40,2,0,65,2,114,54,2,0,11,32,0,40,2,136,2,33,1,32,3,16,246,5,26,32,0,65,208,1,106,16,246,5,26,32,0,65,144,2,106,36,0,32,1,11,93,1,1,127,35,0,65,16,107,34,5,36,0,32,5,65,8,106,32,1,16,203,1,32,5,65,8,106,16,117,65,144,233,1,65,176,233,1,32,2,16,199,2,32,3,32,5,65,8,106,16,164,2,34,2,16,225,2,58,0,0,32,4,32,2,16,226,2,58,0,0,32,0,32,2,16,227,2,32,5,65,8,106,16,163,2,32,5,65,16,106,36,0,11,240,3,1,1,127,35,0,65,16,107,34,12,36,0,32,12,32,0,58,0,15,2,64,2,64,32,0,32,5,70,4,64,32,1,45,0,0,69,13,1,65,0,33,0,32,1,65,0,58,0,0,32,4,32,4,40,2,0,34,11,65,1,106,54,2,0,32,11,65,46,58,0,0,32,7,16,165,1,69,13,2,32,9,40,2,0,34,11,32,8,107,65,159,1,74,13,2,32,10,40,2,0,33,5,32,9,32,11,65,4,106,54,2,0,32,11,32,5,54,2,0,12,2,11,2,64,32,0,32,6,71,13,0,32,7,16,165,1,69,13,0,32,1,45,0,0,69,13,1,65,0,33,0,32,9,40,2,0,34,11,32,8,107,65,159,1,74,13,2,32,10,40,2,0,33,0,32,9,32,11,65,4,106,54,2,0,32,11,32,0,54,2,0,65,0,33,0,32,10,65,0,54,2,0,12,2,11,65,127,33,0,32,11,32,11,65,32,106,32,12,65,15,106,16,202,2,32,11,107,34,11,65,31,74,13,1,32,11,65,144,233,1,106,45,0,0,33,5,2,64,2,64,2,64,2,64,32,11,65,126,113,65,22,107,14,3,1,2,0,2,11,32,3,32,4,40,2,0,34,11,71,4,64,32,11,65,1,107,45,0,0,65,223,0,113,32,2,45,0,0,65,255,0,113,71,13,5,11,32,4,32,11,65,1,106,54,2,0,32,11,32,5,58,0,0,65,0,33,0,12,4,11,32,2,65,208,0,58,0,0,12,1,11,32,2,44,0,0,34,0,32,5,65,223,0,113,71,13,0,32,2,32,0,65,128,1,114,58,0,0,32,1,45,0,0,69,13,0,32,1,65,0,58,0,0,32,7,16,165,1,69,13,0,32,9,40,2,0,34,0,32,8,107,65,159,1,74,13,0,32,10,40,2,0,33,1,32,9,32,0,65,4,106,54,2,0,32,0,32,1,54,2,0,11,32,4,32,4,40,2,0,34,0,65,1,106,54,2,0,32,0,32,5,58,0,0,65,0,33,0,32,11,65,21,74,13,1,32,10,32,10,40,2,0,65,1,106,54,2,0,12,1,11,65,127,33,0,11,32,12,65,16,106,36,0,32,0,11,183,1,2,2,125,3,127,35,0,65,16,107,34,5,36,0,2,64,2,64,2,64,32,0,32,1,71,4,64,65,140,163,4,40,2,0,33,7,65,140,163,4,65,0,54,2,0,16,200,2,26,35,0,65,16,107,34,6,36,0,32,6,32,0,32,5,65,12,106,65,0,16,152,2,32,6,41,3,0,32,6,41,3,8,16,229,1,33,3,32,6,65,16,106,36,0,65,140,163,4,40,2,0,34,0,69,13,1,32,5,40,2,12,32,1,71,13,2,32,3,33,4,32,0,65,196,0,71,13,3,12,2,11,32,2,65,4,54,2,0,12,2,11,65,140,163,4,32,7,54,2,0,32,5,40,2,12,32,1,70,13,1,11,32,2,65,4,54,2,0,32,4,33,3,11,32,5,65,16,106,36,0,32,3,11,202,3,0,35,0,65,144,2,107,34,0,36,0,32,0,32,2,54,2,128,2,32,0,32,1,54,2,136,2,32,0,65,208,1,106,32,3,32,0,65,224,1,106,32,0,65,223,1,106,32,0,65,222,1,106,16,191,2,32,0,65,192,1,106,16,151,1,34,3,32,3,16,166,1,16,167,1,32,0,32,3,65,0,16,173,2,34,1,54,2,188,1,32,0,32,0,65,16,106,54,2,12,32,0,65,0,54,2,8,32,0,65,1,58,0,7,32,0,65,197,0,58,0,6,3,64,2,64,32,0,65,136,2,106,32,0,65,128,2,106,16,120,69,13,0,32,0,40,2,188,1,32,3,16,165,1,32,1,106,70,4,64,32,3,16,165,1,33,2,32,3,32,3,16,165,1,65,1,116,16,167,1,32,3,32,3,16,166,1,16,167,1,32,0,32,2,32,3,65,0,16,173,2,34,1,106,54,2,188,1,11,32,0,65,136,2,106,16,121,32,0,65,7,106,32,0,65,6,106,32,1,32,0,65,188,1,106,32,0,44,0,223,1,32,0,44,0,222,1,32,0,65,208,1,106,32,0,65,16,106,32,0,65,12,106,32,0,65,8,106,32,0,65,224,1,106,16,192,2,13,0,32,0,65,136,2,106,16,123,26,12,1,11,11,2,64,32,0,65,208,1,106,16,165,1,69,13,0,32,0,45,0,7,69,13,0,32,0,40,2,12,34,2,32,0,65,16,106,107,65,159,1,74,13,0,32,0,32,2,65,4,106,54,2,12,32,2,32,0,40,2,8,54,2,0,11,32,5,32,1,32,0,40,2,188,1,32,4,16,195,2,57,3,0,32,0,65,208,1,106,32,0,65,16,106,32,0,40,2,12,32,4,16,181,2,32,0,65,136,2,106,32,0,65,128,2,106,16,124,4,64,32,4,32,4,40,2,0,65,2,114,54,2,0,11,32,0,40,2,136,2,33,1,32,3,16,246,5,26,32,0,65,208,1,106,16,246,5,26,32,0,65,144,2,106,36,0,32,1,11,183,1,2,2,124,3,127,35,0,65,16,107,34,5,36,0,2,64,2,64,2,64,32,0,32,1,71,4,64,65,140,163,4,40,2,0,33,7,65,140,163,4,65,0,54,2,0,16,200,2,26,35,0,65,16,107,34,6,36,0,32,6,32,0,32,5,65,12,106,65,1,16,152,2,32,6,41,3,0,32,6,41,3,8,16,230,1,33,3,32,6,65,16,106,36,0,65,140,163,4,40,2,0,34,0,69,13,1,32,5,40,2,12,32,1,71,13,2,32,3,33,4,32,0,65,196,0,71,13,3,12,2,11,32,2,65,4,54,2,0,12,2,11,65,140,163,4,32,7,54,2,0,32,5,40,2,12,32,1,70,13,1,11,32,2,65,4,54,2,0,32,4,33,3,11,32,5,65,16,106,36,0,32,3,11,225,3,1,1,126,35,0,65,160,2,107,34,0,36,0,32,0,32,2,54,2,144,2,32,0,32,1,54,2,152,2,32,0,65,224,1,106,32,3,32,0,65,240,1,106,32,0,65,239,1,106,32,0,65,238,1,106,16,191,2,32,0,65,208,1,106,16,151,1,34,3,32,3,16,166,1,16,167,1,32,0,32,3,65,0,16,173,2,34,1,54,2,204,1,32,0,32,0,65,32,106,54,2,28,32,0,65,0,54,2,24,32,0,65,1,58,0,23,32,0,65,197,0,58,0,22,3,64,2,64,32,0,65,152,2,106,32,0,65,144,2,106,16,120,69,13,0,32,0,40,2,204,1,32,3,16,165,1,32,1,106,70,4,64,32,3,16,165,1,33,2,32,3,32,3,16,165,1,65,1,116,16,167,1,32,3,32,3,16,166,1,16,167,1,32,0,32,2,32,3,65,0,16,173,2,34,1,106,54,2,204,1,11,32,0,65,152,2,106,16,121,32,0,65,23,106,32,0,65,22,106,32,1,32,0,65,204,1,106,32,0,44,0,239,1,32,0,44,0,238,1,32,0,65,224,1,106,32,0,65,32,106,32,0,65,28,106,32,0,65,24,106,32,0,65,240,1,106,16,192,2,13,0,32,0,65,152,2,106,16,123,26,12,1,11,11,2,64,32,0,65,224,1,106,16,165,1,69,13,0,32,0,45,0,23,69,13,0,32,0,40,2,28,34,2,32,0,65,32,106,107,65,159,1,74,13,0,32,0,32,2,65,4,106,54,2,28,32,2,32,0,40,2,24,54,2,0,11,32,0,32,1,32,0,40,2,204,1,32,4,16,197,2,32,0,41,3,0,33,6,32,5,32,0,41,3,8,55,3,8,32,5,32,6,55,3,0,32,0,65,224,1,106,32,0,65,32,106,32,0,40,2,28,32,4,16,181,2,32,0,65,152,2,106,32,0,65,144,2,106,16,124,4,64,32,4,32,4,40,2,0,65,2,114,54,2,0,11,32,0,40,2,152,2,33,1,32,3,16,246,5,26,32,0,65,224,1,106,16,246,5,26,32,0,65,160,2,106,36,0,32,1,11,183,2,2,4,126,5,127,35,0,65,32,107,34,8,36,0,2,64,2,64,2,64,32,1,32,2,71,4,64,65,140,163,4,40,2,0,33,12,65,140,163,4,65,0,54,2,0,35,0,65,16,107,34,9,36,0,16,200,2,26,35,0,65,16,107,34,10,36,0,35,0,65,16,107,34,11,36,0,32,11,32,1,32,8,65,28,106,65,2,16,152,2,32,11,41,3,0,33,4,32,10,32,11,41,3,8,55,3,8,32,10,32,4,55,3,0,32,11,65,16,106,36,0,32,10,41,3,0,33,4,32,9,32,10,41,3,8,55,3,8,32,9,32,4,55,3,0,32,10,65,16,106,36,0,32,9,41,3,0,33,4,32,8,65,8,106,34,1,32,9,41,3,8,55,3,8,32,1,32,4,55,3,0,32,9,65,16,106,36,0,32,8,41,3,16,33,4,32,8,41,3,8,33,5,65,140,163,4,40,2,0,34,1,69,13,1,32,8,40,2,28,32,2,71,13,2,32,5,33,6,32,4,33,7,32,1,65,196,0,71,13,3,12,2,11,32,3,65,4,54,2,0,12,2,11,65,140,163,4,32,12,54,2,0,32,8,40,2,28,32,2,70,13,1,11,32,3,65,4,54,2,0,32,6,33,5,32,7,33,4,11,32,0,32,5,55,3,0,32,0,32,4,55,3,8,32,8,65,32,106,36,0,11,141,3,1,1,127,35,0,65,144,2,107,34,0,36,0,32,0,32,2,54,2,128,2,32,0,32,1,54,2,136,2,32,0,65,208,1,106,16,151,1,33,2,32,0,65,16,106,32,3,16,203,1,32,0,65,16,106,16,117,65,144,233,1,65,170,233,1,32,0,65,224,1,106,16,199,2,32,0,65,16,106,16,163,2,32,0,65,192,1,106,16,151,1,34,3,32,3,16,166,1,16,167,1,32,0,32,3,65,0,16,173,2,34,1,54,2,188,1,32,0,32,0,65,16,106,54,2,12,32,0,65,0,54,2,8,3,64,2,64,32,0,65,136,2,106,32,0,65,128,2,106,16,120,69,13,0,32,0,40,2,188,1,32,3,16,165,1,32,1,106,70,4,64,32,3,16,165,1,33,6,32,3,32,3,16,165,1,65,1,116,16,167,1,32,3,32,3,16,166,1,16,167,1,32,0,32,6,32,3,65,0,16,173,2,34,1,106,54,2,188,1,11,32,0,65,136,2,106,16,121,65,16,32,1,32,0,65,188,1,106,32,0,65,8,106,65,0,32,2,32,0,65,16,106,32,0,65,12,106,32,0,65,224,1,106,16,179,2,13,0,32,0,65,136,2,106,16,123,26,12,1,11,11,32,3,32,0,40,2,188,1,32,1,107,16,167,1,32,3,16,159,1,33,1,16,200,2,33,6,32,0,32,5,54,2,0,32,1,32,6,32,0,16,201,2,65,1,71,4,64,32,4,65,4,54,2,0,11,32,0,65,136,2,106,32,0,65,128,2,106,16,124,4,64,32,4,32,4,40,2,0,65,2,114,54,2,0,11,32,0,40,2,136,2,33,1,32,3,16,246,5,26,32,2,16,246,5,26,32,0,65,144,2,106,36,0,32,1,11,51,0,32,0,173,32,1,173,32,2,173,32,3,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,32,17,0,0,167,26,11,54,0,2,64,65,236,168,4,45,0,0,65,1,113,13,0,65,236,168,4,16,141,6,69,13,0,65,232,168,4,65,244,13,16,240,1,54,2,0,65,236,168,4,16,143,6,11,65,232,168,4,40,2,0,11,68,1,1,127,35,0,65,16,107,34,3,36,0,32,3,32,1,54,2,12,32,3,32,2,54,2,8,32,3,32,3,65,12,106,16,203,2,33,1,32,0,65,213,10,32,3,40,2,8,16,233,1,33,0,32,1,16,204,2,32,3,65,16,106,36,0,32,0,11,49,0,32,2,45,0,0,33,2,3,64,2,64,32,0,32,1,71,4,127,32,0,45,0,0,32,2,71,13,1,32,0,5,32,1,11,15,11,32,0,65,1,106,33,0,12,0,11,0,11,17,0,32,0,32,1,40,2,0,16,148,2,54,2,0,32,0,11,18,0,32,0,40,2,0,34,0,4,64,32,0,16,148,2,26,11,11,146,2,1,1,127,35,0,65,32,107,34,6,36,0,32,6,32,1,54,2,24,2,64,32,3,40,2,4,65,1,113,69,4,64,32,6,65,127,54,2,0,32,6,32,0,173,32,1,173,32,2,173,32,3,173,32,4,173,32,6,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,16,17,0,0,167,34,1,54,2,24,2,64,2,64,2,64,32,6,40,2,0,14,2,0,1,2,11,32,5,65,0,58,0,0,12,3,11,32,5,65,1,58,0,0,12,2,11,32,5,65,1,58,0,0,32,4,65,4,54,2,0,12,1,11,32,6,32,3,16,203,1,32,6,16,135,1,33,1,32,6,16,163,2,32,6,32,3,16,203,1,32,6,16,206,2,33,3,32,6,16,163,2,32,6,32,3,16,165,2,32,6,65,12,114,32,3,16,166,2,32,5,32,6,65,24,106,32,2,32,6,32,6,65,24,106,34,3,32,1,32,4,65,1,16,207,2,32,6,70,58,0,0,32,6,40,2,24,33,1,3,64,32,3,65,12,107,16,246,5,34,3,32,6,71,13,0,11,11,32,6,65,32,106,36,0,32,1,11,11,0,32,0,65,196,169,4,16,168,2,11,189,4,1,11,127,35,0,65,128,1,107,34,8,36,0,32,8,32,1,54,2,120,32,2,32,3,16,169,2,33,9,32,8,65,204,0,54,2,16,32,8,65,8,106,65,0,32,8,65,16,106,16,170,2,33,16,32,8,65,16,106,33,10,2,64,32,9,65,229,0,79,4,64,32,9,16,85,34,10,69,13,1,32,16,32,10,16,171,2,11,32,10,33,7,32,2,33,1,3,64,32,1,32,3,70,4,64,3,64,2,64,32,0,32,8,65,248,0,106,16,136,1,65,0,32,9,27,69,4,64,32,0,32,8,65,248,0,106,16,140,1,4,64,32,5,32,5,40,2,0,65,2,114,54,2,0,11,12,1,11,32,0,16,137,1,33,14,32,6,69,4,64,32,4,32,14,16,194,1,33,14,11,32,12,65,1,106,33,13,65,0,33,15,32,10,33,7,32,2,33,1,3,64,32,1,32,3,70,4,64,32,13,33,12,32,15,69,13,3,32,0,16,139,1,26,32,10,33,7,32,2,33,1,32,9,32,11,106,65,2,73,13,3,3,64,32,1,32,3,70,4,64,12,5,5,2,64,32,7,45,0,0,65,2,71,13,0,32,1,16,165,1,32,13,70,13,0,32,7,65,0,58,0,0,32,11,65,1,107,33,11,11,32,7,65,1,106,33,7,32,1,65,12,106,33,1,12,1,11,0,11,0,5,2,64,32,7,45,0,0,65,1,71,13,0,32,1,32,12,16,208,2,40,2,0,33,17,2,64,32,6,4,127,32,17,5,32,4,32,17,16,194,1,11,32,14,70,4,64,65,1,33,15,32,1,16,165,1,32,13,71,13,2,32,7,65,2,58,0,0,32,11,65,1,106,33,11,12,1,11,32,7,65,0,58,0,0,11,32,9,65,1,107,33,9,11,32,7,65,1,106,33,7,32,1,65,12,106,33,1,12,1,11,0,11,0,11,11,2,64,2,64,3,64,32,2,32,3,70,13,1,32,10,45,0,0,65,2,71,4,64,32,10,65,1,106,33,10,32,2,65,12,106,33,2,12,1,11,11,32,2,33,3,12,1,11,32,5,32,5,40,2,0,65,4,114,54,2,0,11,32,16,16,174,2,32,8,65,128,1,106,36,0,32,3,15,5,2,64,32,1,16,175,2,69,4,64,32,7,65,1,58,0,0,12,1,11,32,7,65,2,58,0,0,32,11,65,1,106,33,11,32,9,65,1,107,33,9,11,32,7,65,1,106,33,7,32,1,65,12,106,33,1,12,1,11,0,11,0,11,16,177,1,0,11,13,0,32,0,16,159,1,32,1,65,2,116,106,11,177,3,1,2,127,35,0,65,224,2,107,34,0,36,0,32,0,32,2,54,2,208,2,32,0,32,1,54,2,216,2,32,3,16,177,2,33,1,32,3,32,0,65,224,1,106,16,210,2,33,2,32,0,65,208,1,106,32,3,32,0,65,204,2,106,16,211,2,32,0,65,192,1,106,16,151,1,34,3,32,3,16,166,1,16,167,1,32,0,32,3,65,0,16,173,2,34,6,54,2,188,1,32,0,32,0,65,16,106,54,2,12,32,0,65,0,54,2,8,3,64,2,64,32,0,65,216,2,106,32,0,65,208,2,106,16,136,1,69,13,0,32,0,40,2,188,1,32,3,16,165,1,32,6,106,70,4,64,32,3,16,165,1,33,7,32,3,32,3,16,165,1,65,1,116,16,167,1,32,3,32,3,16,166,1,16,167,1,32,0,32,7,32,3,65,0,16,173,2,34,6,106,54,2,188,1,11,32,0,65,216,2,106,16,137,1,32,1,32,6,32,0,65,188,1,106,32,0,65,8,106,32,0,40,2,204,2,32,0,65,208,1,106,32,0,65,16,106,32,0,65,12,106,32,2,16,212,2,13,0,32,0,65,216,2,106,16,139,1,26,12,1,11,11,2,64,32,0,65,208,1,106,16,165,1,69,13,0,32,0,40,2,12,34,2,32,0,65,16,106,107,65,159,1,74,13,0,32,0,32,2,65,4,106,54,2,12,32,2,32,0,40,2,8,54,2,0,11,32,5,32,6,32,0,40,2,188,1,32,4,32,1,16,180,2,54,2,0,32,0,65,208,1,106,32,0,65,16,106,32,0,40,2,12,32,4,16,181,2,32,0,65,216,2,106,32,0,65,208,2,106,16,140,1,4,64,32,4,32,4,40,2,0,65,2,114,54,2,0,11,32,0,40,2,216,2,33,6,32,3,16,246,5,26,32,0,65,208,1,106,16,246,5,26,32,0,65,224,2,106,36,0,32,6,11,61,1,1,127,35,0,65,16,107,34,2,36,0,32,2,65,8,106,32,0,16,203,1,32,2,65,8,106,16,135,1,65,144,233,1,65,170,233,1,32,1,16,223,2,32,2,65,8,106,16,163,2,32,2,65,16,106,36,0,32,1,11,63,1,1,127,35,0,65,16,107,34,3,36,0,32,3,65,8,106,32,1,16,203,1,32,2,32,3,65,8,106,16,206,2,34,1,16,226,2,54,2,0,32,0,32,1,16,227,2,32,3,65,8,106,16,163,2,32,3,65,16,106,36,0,11,247,2,1,2,127,35,0,65,16,107,34,10,36,0,32,10,32,0,54,2,12,2,64,2,64,2,64,32,3,40,2,0,32,2,71,13,0,65,43,33,11,32,0,32,9,40,2,96,71,4,64,65,45,33,11,32,9,40,2,100,32,0,71,13,1,11,32,3,32,2,65,1,106,54,2,0,32,2,32,11,58,0,0,12,1,11,2,64,32,6,16,165,1,69,13,0,32,0,32,5,71,13,0,65,0,33,0,32,8,40,2,0,34,9,32,7,107,65,159,1,74,13,2,32,4,40,2,0,33,0,32,8,32,9,65,4,106,54,2,0,32,9,32,0,54,2,0,12,1,11,65,127,33,0,32,9,32,9,65,232,0,106,32,10,65,12,106,16,224,2,32,9,107,34,9,65,220,0,74,13,1,32,9,65,2,117,33,6,2,64,2,64,2,64,32,1,65,8,107,14,3,0,2,0,1,11,32,1,32,6,74,13,1,12,3,11,32,1,65,16,71,13,0,32,9,65,216,0,72,13,0,32,3,40,2,0,34,9,32,2,70,13,2,32,9,32,2,107,65,2,74,13,2,32,9,65,1,107,45,0,0,65,48,71,13,2,65,0,33,0,32,4,65,0,54,2,0,32,3,32,9,65,1,106,54,2,0,32,9,32,6,65,144,233,1,106,45,0,0,58,0,0,12,2,11,32,3,32,3,40,2,0,34,0,65,1,106,54,2,0,32,0,32,6,65,144,233,1,106,45,0,0,58,0,0,32,4,32,4,40,2,0,65,1,106,54,2,0,65,0,33,0,12,1,11,65,0,33,0,32,4,65,0,54,2,0,11,32,10,65,16,106,36,0,32,0,11,177,3,1,2,127,35,0,65,224,2,107,34,0,36,0,32,0,32,2,54,2,208,2,32,0,32,1,54,2,216,2,32,3,16,177,2,33,1,32,3,32,0,65,224,1,106,16,210,2,33,2,32,0,65,208,1,106,32,3,32,0,65,204,2,106,16,211,2,32,0,65,192,1,106,16,151,1,34,3,32,3,16,166,1,16,167,1,32,0,32,3,65,0,16,173,2,34,6,54,2,188,1,32,0,32,0,65,16,106,54,2,12,32,0,65,0,54,2,8,3,64,2,64,32,0,65,216,2,106,32,0,65,208,2,106,16,136,1,69,13,0,32,0,40,2,188,1,32,3,16,165,1,32,6,106,70,4,64,32,3,16,165,1,33,7,32,3,32,3,16,165,1,65,1,116,16,167,1,32,3,32,3,16,166,1,16,167,1,32,0,32,7,32,3,65,0,16,173,2,34,6,106,54,2,188,1,11,32,0,65,216,2,106,16,137,1,32,1,32,6,32,0,65,188,1,106,32,0,65,8,106,32,0,40,2,204,2,32,0,65,208,1,106,32,0,65,16,106,32,0,65,12,106,32,2,16,212,2,13,0,32,0,65,216,2,106,16,139,1,26,12,1,11,11,2,64,32,0,65,208,1,106,16,165,1,69,13,0,32,0,40,2,12,34,2,32,0,65,16,106,107,65,159,1,74,13,0,32,0,32,2,65,4,106,54,2,12,32,2,32,0,40,2,8,54,2,0,11,32,5,32,6,32,0,40,2,188,1,32,4,32,1,16,183,2,55,3,0,32,0,65,208,1,106,32,0,65,16,106,32,0,40,2,12,32,4,16,181,2,32,0,65,216,2,106,32,0,65,208,2,106,16,140,1,4,64,32,4,32,4,40,2,0,65,2,114,54,2,0,11,32,0,40,2,216,2,33,6,32,3,16,246,5,26,32,0,65,208,1,106,16,246,5,26,32,0,65,224,2,106,36,0,32,6,11,177,3,1,2,127,35,0,65,224,2,107,34,0,36,0,32,0,32,2,54,2,208,2,32,0,32,1,54,2,216,2,32,3,16,177,2,33,1,32,3,32,0,65,224,1,106,16,210,2,33,2,32,0,65,208,1,106,32,3,32,0,65,204,2,106,16,211,2,32,0,65,192,1,106,16,151,1,34,3,32,3,16,166,1,16,167,1,32,0,32,3,65,0,16,173,2,34,6,54,2,188,1,32,0,32,0,65,16,106,54,2,12,32,0,65,0,54,2,8,3,64,2,64,32,0,65,216,2,106,32,0,65,208,2,106,16,136,1,69,13,0,32,0,40,2,188,1,32,3,16,165,1,32,6,106,70,4,64,32,3,16,165,1,33,7,32,3,32,3,16,165,1,65,1,116,16,167,1,32,3,32,3,16,166,1,16,167,1,32,0,32,7,32,3,65,0,16,173,2,34,6,106,54,2,188,1,11,32,0,65,216,2,106,16,137,1,32,1,32,6,32,0,65,188,1,106,32,0,65,8,106,32,0,40,2,204,2,32,0,65,208,1,106,32,0,65,16,106,32,0,65,12,106,32,2,16,212,2,13,0,32,0,65,216,2,106,16,139,1,26,12,1,11,11,2,64,32,0,65,208,1,106,16,165,1,69,13,0,32,0,40,2,12,34,2,32,0,65,16,106,107,65,159,1,74,13,0,32,0,32,2,65,4,106,54,2,12,32,2,32,0,40,2,8,54,2,0,11,32,5,32,6,32,0,40,2,188,1,32,4,32,1,16,185,2,59,1,0,32,0,65,208,1,106,32,0,65,16,106,32,0,40,2,12,32,4,16,181,2,32,0,65,216,2,106,32,0,65,208,2,106,16,140,1,4,64,32,4,32,4,40,2,0,65,2,114,54,2,0,11,32,0,40,2,216,2,33,6,32,3,16,246,5,26,32,0,65,208,1,106,16,246,5,26,32,0,65,224,2,106,36,0,32,6,11,177,3,1,2,127,35,0,65,224,2,107,34,0,36,0,32,0,32,2,54,2,208,2,32,0,32,1,54,2,216,2,32,3,16,177,2,33,1,32,3,32,0,65,224,1,106,16,210,2,33,2,32,0,65,208,1,106,32,3,32,0,65,204,2,106,16,211,2,32,0,65,192,1,106,16,151,1,34,3,32,3,16,166,1,16,167,1,32,0,32,3,65,0,16,173,2,34,6,54,2,188,1,32,0,32,0,65,16,106,54,2,12,32,0,65,0,54,2,8,3,64,2,64,32,0,65,216,2,106,32,0,65,208,2,106,16,136,1,69,13,0,32,0,40,2,188,1,32,3,16,165,1,32,6,106,70,4,64,32,3,16,165,1,33,7,32,3,32,3,16,165,1,65,1,116,16,167,1,32,3,32,3,16,166,1,16,167,1,32,0,32,7,32,3,65,0,16,173,2,34,6,106,54,2,188,1,11,32,0,65,216,2,106,16,137,1,32,1,32,6,32,0,65,188,1,106,32,0,65,8,106,32,0,40,2,204,2,32,0,65,208,1,106,32,0,65,16,106,32,0,65,12,106,32,2,16,212,2,13,0,32,0,65,216,2,106,16,139,1,26,12,1,11,11,2,64,32,0,65,208,1,106,16,165,1,69,13,0,32,0,40,2,12,34,2,32,0,65,16,106,107,65,159,1,74,13,0,32,0,32,2,65,4,106,54,2,12,32,2,32,0,40,2,8,54,2,0,11,32,5,32,6,32,0,40,2,188,1,32,4,32,1,16,187,2,54,2,0,32,0,65,208,1,106,32,0,65,16,106,32,0,40,2,12,32,4,16,181,2,32,0,65,216,2,106,32,0,65,208,2,106,16,140,1,4,64,32,4,32,4,40,2,0,65,2,114,54,2,0,11,32,0,40,2,216,2,33,6,32,3,16,246,5,26,32,0,65,208,1,106,16,246,5,26,32,0,65,224,2,106,36,0,32,6,11,177,3,1,2,127,35,0,65,224,2,107,34,0,36,0,32,0,32,2,54,2,208,2,32,0,32,1,54,2,216,2,32,3,16,177,2,33,1,32,3,32,0,65,224,1,106,16,210,2,33,2,32,0,65,208,1,106,32,3,32,0,65,204,2,106,16,211,2,32,0,65,192,1,106,16,151,1,34,3,32,3,16,166,1,16,167,1,32,0,32,3,65,0,16,173,2,34,6,54,2,188,1,32,0,32,0,65,16,106,54,2,12,32,0,65,0,54,2,8,3,64,2,64,32,0,65,216,2,106,32,0,65,208,2,106,16,136,1,69,13,0,32,0,40,2,188,1,32,3,16,165,1,32,6,106,70,4,64,32,3,16,165,1,33,7,32,3,32,3,16,165,1,65,1,116,16,167,1,32,3,32,3,16,166,1,16,167,1,32,0,32,7,32,3,65,0,16,173,2,34,6,106,54,2,188,1,11,32,0,65,216,2,106,16,137,1,32,1,32,6,32,0,65,188,1,106,32,0,65,8,106,32,0,40,2,204,2,32,0,65,208,1,106,32,0,65,16,106,32,0,65,12,106,32,2,16,212,2,13,0,32,0,65,216,2,106,16,139,1,26,12,1,11,11,2,64,32,0,65,208,1,106,16,165,1,69,13,0,32,0,40,2,12,34,2,32,0,65,16,106,107,65,159,1,74,13,0,32,0,32,2,65,4,106,54,2,12,32,2,32,0,40,2,8,54,2,0,11,32,5,32,6,32,0,40,2,188,1,32,4,32,1,16,189,2,55,3,0,32,0,65,208,1,106,32,0,65,16,106,32,0,40,2,12,32,4,16,181,2,32,0,65,216,2,106,32,0,65,208,2,106,16,140,1,4,64,32,4,32,4,40,2,0,65,2,114,54,2,0,11,32,0,40,2,216,2,33,6,32,3,16,246,5,26,32,0,65,208,1,106,16,246,5,26,32,0,65,224,2,106,36,0,32,6,11,206,3,0,35,0,65,240,2,107,34,0,36,0,32,0,32,2,54,2,224,2,32,0,32,1,54,2,232,2,32,0,65,200,1,106,32,3,32,0,65,224,1,106,32,0,65,220,1,106,32,0,65,216,1,106,16,218,2,32,0,65,184,1,106,16,151,1,34,3,32,3,16,166,1,16,167,1,32,0,32,3,65,0,16,173,2,34,1,54,2,180,1,32,0,32,0,65,16,106,54,2,12,32,0,65,0,54,2,8,32,0,65,1,58,0,7,32,0,65,197,0,58,0,6,3,64,2,64,32,0,65,232,2,106,32,0,65,224,2,106,16,136,1,69,13,0,32,0,40,2,180,1,32,3,16,165,1,32,1,106,70,4,64,32,3,16,165,1,33,2,32,3,32,3,16,165,1,65,1,116,16,167,1,32,3,32,3,16,166,1,16,167,1,32,0,32,2,32,3,65,0,16,173,2,34,1,106,54,2,180,1,11,32,0,65,232,2,106,16,137,1,32,0,65,7,106,32,0,65,6,106,32,1,32,0,65,180,1,106,32,0,40,2,220,1,32,0,40,2,216,1,32,0,65,200,1,106,32,0,65,16,106,32,0,65,12,106,32,0,65,8,106,32,0,65,224,1,106,16,219,2,13,0,32,0,65,232,2,106,16,139,1,26,12,1,11,11,2,64,32,0,65,200,1,106,16,165,1,69,13,0,32,0,45,0,7,69,13,0,32,0,40,2,12,34,2,32,0,65,16,106,107,65,159,1,74,13,0,32,0,32,2,65,4,106,54,2,12,32,2,32,0,40,2,8,54,2,0,11,32,5,32,1,32,0,40,2,180,1,32,4,16,193,2,56,2,0,32,0,65,200,1,106,32,0,65,16,106,32,0,40,2,12,32,4,16,181,2,32,0,65,232,2,106,32,0,65,224,2,106,16,140,1,4,64,32,4,32,4,40,2,0,65,2,114,54,2,0,11,32,0,40,2,232,2,33,1,32,3,16,246,5,26,32,0,65,200,1,106,16,246,5,26,32,0,65,240,2,106,36,0,32,1,11,94,1,1,127,35,0,65,16,107,34,5,36,0,32,5,65,8,106,32,1,16,203,1,32,5,65,8,106,16,135,1,65,144,233,1,65,176,233,1,32,2,16,223,2,32,3,32,5,65,8,106,16,206,2,34,2,16,225,2,54,2,0,32,4,32,2,16,226,2,54,2,0,32,0,32,2,16,227,2,32,5,65,8,106,16,163,2,32,5,65,16,106,36,0,11,252,3,1,1,127,35,0,65,16,107,34,12,36,0,32,12,32,0,54,2,12,2,64,2,64,32,0,32,5,70,4,64,32,1,45,0,0,69,13,1,65,0,33,0,32,1,65,0,58,0,0,32,4,32,4,40,2,0,34,11,65,1,106,54,2,0,32,11,65,46,58,0,0,32,7,16,165,1,69,13,2,32,9,40,2,0,34,11,32,8,107,65,159,1,74,13,2,32,10,40,2,0,33,1,32,9,32,11,65,4,106,54,2,0,32,11,32,1,54,2,0,12,2,11,2,64,32,0,32,6,71,13,0,32,7,16,165,1,69,13,0,32,1,45,0,0,69,13,1,65,0,33,0,32,9,40,2,0,34,11,32,8,107,65,159,1,74,13,2,32,10,40,2,0,33,0,32,9,32,11,65,4,106,54,2,0,32,11,32,0,54,2,0,65,0,33,0,32,10,65,0,54,2,0,12,2,11,65,127,33,0,32,11,32,11,65,128,1,106,32,12,65,12,106,16,224,2,32,11,107,34,11,65,252,0,74,13,1,32,11,65,2,117,65,144,233,1,106,45,0,0,33,5,2,64,2,64,32,11,65,123,113,34,0,65,216,0,71,4,64,32,0,65,224,0,71,13,1,32,3,32,4,40,2,0,34,11,71,4,64,65,127,33,0,32,11,65,1,107,45,0,0,65,223,0,113,32,2,45,0,0,65,255,0,113,71,13,5,11,32,4,32,11,65,1,106,54,2,0,32,11,32,5,58,0,0,65,0,33,0,12,4,11,32,2,65,208,0,58,0,0,12,1,11,32,2,44,0,0,34,0,32,5,65,223,0,113,71,13,0,32,2,32,0,65,128,1,114,58,0,0,32,1,45,0,0,69,13,0,32,1,65,0,58,0,0,32,7,16,165,1,69,13,0,32,9,40,2,0,34,0,32,8,107,65,159,1,74,13,0,32,10,40,2,0,33,1,32,9,32,0,65,4,106,54,2,0,32,0,32,1,54,2,0,11,32,4,32,4,40,2,0,34,0,65,1,106,54,2,0,32,0,32,5,58,0,0,65,0,33,0,32,11,65,212,0,74,13,1,32,10,32,10,40,2,0,65,1,106,54,2,0,12,1,11,65,127,33,0,11,32,12,65,16,106,36,0,32,0,11,206,3,0,35,0,65,240,2,107,34,0,36,0,32,0,32,2,54,2,224,2,32,0,32,1,54,2,232,2,32,0,65,200,1,106,32,3,32,0,65,224,1,106,32,0,65,220,1,106,32,0,65,216,1,106,16,218,2,32,0,65,184,1,106,16,151,1,34,3,32,3,16,166,1,16,167,1,32,0,32,3,65,0,16,173,2,34,1,54,2,180,1,32,0,32,0,65,16,106,54,2,12,32,0,65,0,54,2,8,32,0,65,1,58,0,7,32,0,65,197,0,58,0,6,3,64,2,64,32,0,65,232,2,106,32,0,65,224,2,106,16,136,1,69,13,0,32,0,40,2,180,1,32,3,16,165,1,32,1,106,70,4,64,32,3,16,165,1,33,2,32,3,32,3,16,165,1,65,1,116,16,167,1,32,3,32,3,16,166,1,16,167,1,32,0,32,2,32,3,65,0,16,173,2,34,1,106,54,2,180,1,11,32,0,65,232,2,106,16,137,1,32,0,65,7,106,32,0,65,6,106,32,1,32,0,65,180,1,106,32,0,40,2,220,1,32,0,40,2,216,1,32,0,65,200,1,106,32,0,65,16,106,32,0,65,12,106,32,0,65,8,106,32,0,65,224,1,106,16,219,2,13,0,32,0,65,232,2,106,16,139,1,26,12,1,11,11,2,64,32,0,65,200,1,106,16,165,1,69,13,0,32,0,45,0,7,69,13,0,32,0,40,2,12,34,2,32,0,65,16,106,107,65,159,1,74,13,0,32,0,32,2,65,4,106,54,2,12,32,2,32,0,40,2,8,54,2,0,11,32,5,32,1,32,0,40,2,180,1,32,4,16,195,2,57,3,0,32,0,65,200,1,106,32,0,65,16,106,32,0,40,2,12,32,4,16,181,2,32,0,65,232,2,106,32,0,65,224,2,106,16,140,1,4,64,32,4,32,4,40,2,0,65,2,114,54,2,0,11,32,0,40,2,232,2,33,1,32,3,16,246,5,26,32,0,65,200,1,106,16,246,5,26,32,0,65,240,2,106,36,0,32,1,11,229,3,1,1,126,35,0,65,128,3,107,34,0,36,0,32,0,32,2,54,2,240,2,32,0,32,1,54,2,248,2,32,0,65,216,1,106,32,3,32,0,65,240,1,106,32,0,65,236,1,106,32,0,65,232,1,106,16,218,2,32,0,65,200,1,106,16,151,1,34,3,32,3,16,166,1,16,167,1,32,0,32,3,65,0,16,173,2,34,1,54,2,196,1,32,0,32,0,65,32,106,54,2,28,32,0,65,0,54,2,24,32,0,65,1,58,0,23,32,0,65,197,0,58,0,22,3,64,2,64,32,0,65,248,2,106,32,0,65,240,2,106,16,136,1,69,13,0,32,0,40,2,196,1,32,3,16,165,1,32,1,106,70,4,64,32,3,16,165,1,33,2,32,3,32,3,16,165,1,65,1,116,16,167,1,32,3,32,3,16,166,1,16,167,1,32,0,32,2,32,3,65,0,16,173,2,34,1,106,54,2,196,1,11,32,0,65,248,2,106,16,137,1,32,0,65,23,106,32,0,65,22,106,32,1,32,0,65,196,1,106,32,0,40,2,236,1,32,0,40,2,232,1,32,0,65,216,1,106,32,0,65,32,106,32,0,65,28,106,32,0,65,24,106,32,0,65,240,1,106,16,219,2,13,0,32,0,65,248,2,106,16,139,1,26,12,1,11,11,2,64,32,0,65,216,1,106,16,165,1,69,13,0,32,0,45,0,23,69,13,0,32,0,40,2,28,34,2,32,0,65,32,106,107,65,159,1,74,13,0,32,0,32,2,65,4,106,54,2,28,32,2,32,0,40,2,24,54,2,0,11,32,0,32,1,32,0,40,2,196,1,32,4,16,197,2,32,0,41,3,0,33,6,32,5,32,0,41,3,8,55,3,8,32,5,32,6,55,3,0,32,0,65,216,1,106,32,0,65,32,106,32,0,40,2,28,32,4,16,181,2,32,0,65,248,2,106,32,0,65,240,2,106,16,140,1,4,64,32,4,32,4,40,2,0,65,2,114,54,2,0,11,32,0,40,2,248,2,33,1,32,3,16,246,5,26,32,0,65,216,1,106,16,246,5,26,32,0,65,128,3,106,36,0,32,1,11,146,3,1,1,127,35,0,65,224,2,107,34,0,36,0,32,0,32,2,54,2,208,2,32,0,32,1,54,2,216,2,32,0,65,208,1,106,16,151,1,33,2,32,0,65,16,106,32,3,16,203,1,32,0,65,16,106,16,135,1,65,144,233,1,65,170,233,1,32,0,65,224,1,106,16,223,2,32,0,65,16,106,16,163,2,32,0,65,192,1,106,16,151,1,34,3,32,3,16,166,1,16,167,1,32,0,32,3,65,0,16,173,2,34,1,54,2,188,1,32,0,32,0,65,16,106,54,2,12,32,0,65,0,54,2,8,3,64,2,64,32,0,65,216,2,106,32,0,65,208,2,106,16,136,1,69,13,0,32,0,40,2,188,1,32,3,16,165,1,32,1,106,70,4,64,32,3,16,165,1,33,6,32,3,32,3,16,165,1,65,1,116,16,167,1,32,3,32,3,16,166,1,16,167,1,32,0,32,6,32,3,65,0,16,173,2,34,1,106,54,2,188,1,11,32,0,65,216,2,106,16,137,1,65,16,32,1,32,0,65,188,1,106,32,0,65,8,106,65,0,32,2,32,0,65,16,106,32,0,65,12,106,32,0,65,224,1,106,16,212,2,13,0,32,0,65,216,2,106,16,139,1,26,12,1,11,11,32,3,32,0,40,2,188,1,32,1,107,16,167,1,32,3,16,159,1,33,1,16,200,2,33,6,32,0,32,5,54,2,0,32,1,32,6,32,0,16,201,2,65,1,71,4,64,32,4,65,4,54,2,0,11,32,0,65,216,2,106,32,0,65,208,2,106,16,140,1,4,64,32,4,32,4,40,2,0,65,2,114,54,2,0,11,32,0,40,2,216,2,33,1,32,3,16,246,5,26,32,2,16,246,5,26,32,0,65,224,2,106,36,0,32,1,11,51,0,32,0,173,32,1,173,32,2,173,32,3,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,48,17,0,0,167,26,11,49,0,32,2,40,2,0,33,2,3,64,2,64,32,0,32,1,71,4,127,32,0,40,2,0,32,2,71,13,1,32,0,5,32,1,11,15,11,32,0,65,4,106,33,0,12,0,11,0,11,47,0,32,0,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,12,17,0,0,167,11,47,0,32,0,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,16,17,0,0,167,11,48,0,32,0,173,32,1,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,1,40,2,0,40,2,20,17,0,0,26,11,246,1,1,1,127,35,0,65,48,107,34,5,36,0,32,5,32,1,54,2,40,2,64,32,2,40,2,4,65,1,113,69,4,64,32,0,173,32,1,173,32,2,173,32,3,173,32,4,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,24,17,0,0,167,33,2,12,1,11,32,5,65,24,106,32,2,16,203,1,32,5,65,24,106,16,164,2,33,2,32,5,65,24,106,16,163,2,2,64,32,4,4,64,32,5,65,24,106,32,2,16,165,2,12,1,11,32,5,65,24,106,32,2,16,166,2,11,32,5,32,5,65,24,106,16,229,2,54,2,16,3,64,32,5,32,5,65,24,106,16,230,2,54,2,8,32,5,65,16,106,32,5,65,8,106,16,231,2,4,64,32,5,65,40,106,32,5,65,16,106,40,2,0,44,0,0,16,148,1,32,5,65,16,106,16,232,2,12,1,5,32,5,40,2,40,33,2,32,5,65,24,106,16,246,5,26,11,11,11,32,5,65,48,106,36,0,32,2,11,40,1,1,127,35,0,65,16,107,34,1,36,0,32,1,65,8,106,32,0,16,159,1,16,233,2,40,2,0,33,0,32,1,65,16,106,36,0,32,0,11,46,1,1,127,35,0,65,16,107,34,1,36,0,32,1,65,8,106,32,0,16,159,1,32,0,16,165,1,106,16,233,2,40,2,0,33,0,32,1,65,16,106,36,0,32,0,11,12,0,32,0,32,1,16,234,2,65,1,115,11,15,0,32,0,32,0,40,2,0,65,1,106,54,2,0,11,11,0,32,0,32,1,54,2,0,32,0,11,13,0,32,0,40,2,0,32,1,40,2,0,70,11,197,1,1,1,127,35,0,65,208,0,107,34,0,36,0,32,0,65,181,233,1,47,0,0,59,1,76,32,0,65,177,233,1,40,0,0,54,2,72,32,0,65,200,0,106,65,1,114,65,188,11,65,1,32,2,40,2,4,16,236,2,16,200,2,33,5,32,0,32,4,54,2,0,32,0,65,59,106,32,0,65,59,106,65,13,32,5,32,0,65,200,0,106,32,0,16,237,2,32,0,65,59,106,106,34,4,32,2,16,238,2,33,5,32,0,65,16,106,32,2,16,203,1,32,0,65,59,106,32,5,32,4,32,0,65,32,106,32,0,65,28,106,32,0,65,24,106,32,0,65,16,106,16,239,2,32,0,65,16,106,16,163,2,32,1,32,0,65,32,106,32,0,40,2,28,32,0,40,2,24,32,2,32,3,16,54,33,2,32,0,65,208,0,106,36,0,32,2,11,172,1,1,1,127,2,64,32,3,65,128,16,113,69,13,0,32,3,65,202,0,113,34,4,65,8,70,13,0,32,4,65,192,0,70,13,0,32,2,69,13,0,32,0,65,43,58,0,0,32,0,65,1,106,33,0,11,32,3,65,128,4,113,4,64,32,0,65,35,58,0,0,32,0,65,1,106,33,0,11,3,64,32,1,45,0,0,34,4,4,64,32,0,32,4,58,0,0,32,0,65,1,106,33,0,32,1,65,1,106,33,1,12,1,11,11,32,0,2,127,65,239,0,32,3,65,202,0,113,34,1,65,192,0,70,13,0,26,65,216,0,65,248,0,32,3,65,128,128,1,113,27,32,1,65,8,70,13,0,26,65,228,0,65,245,0,32,2,27,11,58,0,0,11,69,1,1,127,35,0,65,16,107,34,5,36,0,32,5,32,2,54,2,12,32,5,32,4,54,2,8,32,5,32,5,65,12,106,16,203,2,33,2,32,0,32,1,32,3,32,5,40,2,8,16,252,1,33,0,32,2,16,204,2,32,5,65,16,106,36,0,32,0,11,100,0,32,2,40,2,4,65,176,1,113,34,2,65,32,70,4,64,32,1,15,11,2,64,32,2,65,16,71,13,0,2,64,2,64,32,0,45,0,0,34,2,65,43,107,14,3,0,1,0,1,11,32,0,65,1,106,15,11,32,1,32,0,107,65,2,72,13,0,32,2,65,48,71,13,0,32,0,45,0,1,65,32,114,65,248,0,71,13,0,32,0,65,2,106,33,0,11,32,0,11,216,3,1,8,127,35,0,65,16,107,34,10,36,0,32,6,16,117,33,11,32,10,32,6,16,164,2,34,6,16,227,2,2,64,32,10,16,175,2,4,64,32,11,32,0,32,2,32,3,16,199,2,32,5,32,3,32,2,32,0,107,106,34,6,54,2,0,12,1,11,32,5,32,3,54,2,0,2,64,2,64,32,0,34,9,45,0,0,34,7,65,43,107,14,3,0,1,0,1,11,32,11,32,7,65,24,116,65,24,117,16,194,1,33,7,32,5,32,5,40,2,0,34,8,65,1,106,54,2,0,32,8,32,7,58,0,0,32,0,65,1,106,33,9,11,2,64,32,2,32,9,107,65,2,72,13,0,32,9,45,0,0,65,48,71,13,0,32,9,45,0,1,65,32,114,65,248,0,71,13,0,32,11,65,48,16,194,1,33,7,32,5,32,5,40,2,0,34,8,65,1,106,54,2,0,32,8,32,7,58,0,0,32,11,32,9,44,0,1,16,194,1,33,7,32,5,32,5,40,2,0,34,8,65,1,106,54,2,0,32,8,32,7,58,0,0,32,9,65,2,106,33,9,11,32,9,32,2,16,240,2,65,0,33,7,32,6,16,226,2,33,12,65,0,33,8,32,9,33,6,3,127,32,2,32,6,77,4,127,32,3,32,9,32,0,107,106,32,5,40,2,0,16,240,2,32,5,40,2,0,5,2,64,32,10,32,8,16,173,2,45,0,0,69,13,0,32,7,32,10,32,8,16,173,2,44,0,0,71,13,0,32,5,32,5,40,2,0,34,7,65,1,106,54,2,0,32,7,32,12,58,0,0,32,8,32,8,32,10,16,165,1,65,1,107,73,106,33,8,65,0,33,7,11,32,11,32,6,44,0,0,16,194,1,33,13,32,5,32,5,40,2,0,34,14,65,1,106,54,2,0,32,14,32,13,58,0,0,32,6,65,1,106,33,6,32,7,65,1,106,33,7,12,1,11,11,33,6,11,32,4,32,6,32,3,32,1,32,0,107,106,32,1,32,2,70,27,54,2,0,32,10,16,246,5,26,32,10,65,16,106,36,0,11,44,0,2,64,32,0,32,1,70,13,0,3,64,32,0,32,1,65,1,107,34,1,79,13,1,32,0,32,1,16,166,3,32,0,65,1,106,33,0,12,0,11,0,11,11,141,1,1,4,127,35,0,65,16,107,34,5,36,0,35,0,65,16,107,34,3,36,0,2,64,32,1,65,111,77,4,64,2,64,32,1,65,10,77,4,64,32,0,32,1,16,190,1,32,0,33,4,12,1,11,32,0,32,1,16,197,1,65,1,106,34,6,16,238,5,34,4,16,198,1,32,0,32,6,16,199,1,32,0,32,1,16,200,1,11,32,4,32,1,32,2,16,249,5,32,3,65,0,58,0,15,32,1,32,4,106,32,3,65,15,106,16,191,1,32,3,65,16,106,36,0,12,1,11,16,53,0,11,32,5,65,16,106,36,0,32,0,11,184,1,1,2,127,35,0,65,240,0,107,34,0,36,0,32,0,66,37,55,3,104,32,0,65,232,0,106,65,1,114,65,181,11,65,1,32,2,40,2,4,16,236,2,16,200,2,33,5,32,0,32,4,55,3,0,32,0,65,208,0,106,32,0,65,208,0,106,65,24,32,5,32,0,65,232,0,106,32,0,16,237,2,32,0,65,208,0,106,106,34,5,32,2,16,238,2,33,6,32,0,65,16,106,32,2,16,203,1,32,0,65,208,0,106,32,6,32,5,32,0,65,32,106,32,0,65,28,106,32,0,65,24,106,32,0,65,16,106,16,239,2,32,0,65,16,106,16,163,2,32,1,32,0,65,32,106,32,0,40,2,28,32,0,40,2,24,32,2,32,3,16,54,33,2,32,0,65,240,0,106,36,0,32,2,11,197,1,1,1,127,35,0,65,208,0,107,34,0,36,0,32,0,65,181,233,1,47,0,0,59,1,76,32,0,65,177,233,1,40,0,0,54,2,72,32,0,65,200,0,106,65,1,114,65,188,11,65,0,32,2,40,2,4,16,236,2,16,200,2,33,5,32,0,32,4,54,2,0,32,0,65,59,106,32,0,65,59,106,65,13,32,5,32,0,65,200,0,106,32,0,16,237,2,32,0,65,59,106,106,34,4,32,2,16,238,2,33,5,32,0,65,16,106,32,2,16,203,1,32,0,65,59,106,32,5,32,4,32,0,65,32,106,32,0,65,28,106,32,0,65,24,106,32,0,65,16,106,16,239,2,32,0,65,16,106,16,163,2,32,1,32,0,65,32,106,32,0,40,2,28,32,0,40,2,24,32,2,32,3,16,54,33,2,32,0,65,208,0,106,36,0,32,2,11,184,1,1,2,127,35,0,65,240,0,107,34,0,36,0,32,0,66,37,55,3,104,32,0,65,232,0,106,65,1,114,65,181,11,65,0,32,2,40,2,4,16,236,2,16,200,2,33,5,32,0,32,4,55,3,0,32,0,65,208,0,106,32,0,65,208,0,106,65,24,32,5,32,0,65,232,0,106,32,0,16,237,2,32,0,65,208,0,106,106,34,5,32,2,16,238,2,33,6,32,0,65,16,106,32,2,16,203,1,32,0,65,208,0,106,32,6,32,5,32,0,65,32,106,32,0,65,28,106,32,0,65,24,106,32,0,65,16,106,16,239,2,32,0,65,16,106,16,163,2,32,1,32,0,65,32,106,32,0,40,2,28,32,0,40,2,24,32,2,32,3,16,54,33,2,32,0,65,240,0,106,36,0,32,2,11,242,3,1,6,127,35,0,65,208,1,107,34,0,36,0,32,0,66,37,55,3,200,1,32,0,65,200,1,106,65,1,114,65,202,21,32,2,40,2,4,16,246,2,33,7,32,0,32,0,65,160,1,106,54,2,156,1,16,200,2,33,5,2,127,32,7,4,64,32,2,40,2,8,33,6,32,0,32,4,57,3,40,32,0,32,6,54,2,32,32,0,65,160,1,106,65,30,32,5,32,0,65,200,1,106,32,0,65,32,106,16,237,2,12,1,11,32,0,32,4,57,3,48,32,0,65,160,1,106,65,30,32,5,32,0,65,200,1,106,32,0,65,48,106,16,237,2,11,33,5,32,0,65,204,0,54,2,80,32,0,65,144,1,106,65,0,32,0,65,208,0,106,16,170,2,33,8,32,0,65,160,1,106,34,9,33,6,2,64,32,5,65,30,78,4,64,16,200,2,33,5,2,127,32,7,4,64,32,2,40,2,8,33,6,32,0,32,4,57,3,8,32,0,32,6,54,2,0,32,0,65,156,1,106,32,5,32,0,65,200,1,106,32,0,16,247,2,12,1,11,32,0,32,4,57,3,16,32,0,65,156,1,106,32,5,32,0,65,200,1,106,32,0,65,16,106,16,247,2,11,34,5,65,127,70,13,1,32,8,32,0,40,2,156,1,16,171,2,32,0,40,2,156,1,33,6,11,32,6,32,5,32,6,106,34,7,32,2,16,238,2,33,10,32,0,65,204,0,54,2,80,32,0,65,200,0,106,65,0,32,0,65,208,0,106,16,170,2,33,6,2,64,32,0,40,2,156,1,32,0,65,160,1,106,70,4,64,32,0,65,208,0,106,33,5,12,1,11,32,5,65,1,116,16,85,34,5,69,13,1,32,6,32,5,16,171,2,32,0,40,2,156,1,33,9,11,32,0,65,56,106,32,2,16,203,1,32,9,32,10,32,7,32,5,32,0,65,196,0,106,32,0,65,64,107,32,0,65,56,106,16,248,2,32,0,65,56,106,16,163,2,32,1,32,5,32,0,40,2,68,32,0,40,2,64,32,2,32,3,16,54,33,2,32,6,16,174,2,32,8,16,174,2,32,0,65,208,1,106,36,0,32,2,15,11,16,177,1,0,11,208,1,1,2,127,32,2,65,128,16,113,4,64,32,0,65,43,58,0,0,32,0,65,1,106,33,0,11,32,2,65,128,8,113,4,64,32,0,65,35,58,0,0,32,0,65,1,106,33,0,11,32,2,65,132,2,113,34,3,65,132,2,71,4,64,32,0,65,174,212,0,59,0,0,32,0,65,2,106,33,0,11,32,2,65,128,128,1,113,33,4,3,64,32,1,45,0,0,34,2,4,64,32,0,32,2,58,0,0,32,0,65,1,106,33,0,32,1,65,1,106,33,1,12,1,11,11,32,0,2,127,2,64,32,3,65,128,2,71,4,64,32,3,65,4,71,13,1,65,198,0,65,230,0,32,4,27,12,2,11,65,197,0,65,229,0,32,4,27,12,1,11,65,193,0,65,225,0,32,4,27,32,3,65,132,2,70,13,0,26,65,199,0,65,231,0,32,4,27,11,58,0,0,32,3,65,132,2,71,11,156,1,1,3,127,35,0,65,16,107,34,4,36,0,32,4,32,1,54,2,12,32,4,32,3,54,2,8,32,4,32,4,65,12,106,16,203,2,33,1,32,4,40,2,8,33,3,35,0,65,16,107,34,5,36,0,32,5,32,3,54,2,12,32,5,32,3,54,2,8,65,127,33,6,2,64,65,0,65,0,32,2,32,3,16,252,1,34,3,65,0,72,13,0,32,0,32,3,65,1,106,34,0,16,85,34,3,54,2,0,32,3,69,13,0,32,3,32,0,32,2,32,5,40,2,12,16,252,1,33,6,11,32,5,65,16,106,36,0,32,6,33,0,32,1,16,204,2,32,4,65,16,106,36,0,32,0,11,172,5,1,10,127,35,0,65,16,107,34,10,36,0,32,6,16,117,33,11,32,10,32,6,16,164,2,34,13,16,227,2,32,5,32,3,54,2,0,2,64,2,64,32,0,34,8,45,0,0,34,6,65,43,107,14,3,0,1,0,1,11,32,11,32,6,65,24,116,65,24,117,16,194,1,33,6,32,5,32,5,40,2,0,34,7,65,1,106,54,2,0,32,7,32,6,58,0,0,32,0,65,1,106,33,8,11,2,64,2,64,32,2,32,8,34,6,107,65,1,76,13,0,32,8,45,0,0,65,48,71,13,0,32,8,45,0,1,65,32,114,65,248,0,71,13,0,32,11,65,48,16,194,1,33,6,32,5,32,5,40,2,0,34,7,65,1,106,54,2,0,32,7,32,6,58,0,0,32,11,32,8,44,0,1,16,194,1,33,6,32,5,32,5,40,2,0,34,7,65,1,106,54,2,0,32,7,32,6,58,0,0,32,8,65,2,106,34,8,33,6,3,64,32,2,32,6,77,13,2,32,6,44,0,0,16,200,2,16,254,1,69,13,2,32,6,65,1,106,33,6,12,0,11,0,11,3,64,32,2,32,6,77,13,1,32,6,44,0,0,33,7,16,200,2,26,32,7,16,75,69,13,1,32,6,65,1,106,33,6,12,0,11,0,11,2,64,32,10,16,175,2,4,64,32,11,32,8,32,6,32,5,40,2,0,16,199,2,32,5,32,5,40,2,0,32,6,32,8,107,106,54,2,0,12,1,11,32,8,32,6,16,240,2,32,13,16,226,2,33,14,32,8,33,7,3,64,32,6,32,7,77,4,64,32,3,32,8,32,0,107,106,32,5,40,2,0,16,240,2,5,2,64,32,10,32,12,16,173,2,44,0,0,65,0,76,13,0,32,9,32,10,32,12,16,173,2,44,0,0,71,13,0,32,5,32,5,40,2,0,34,9,65,1,106,54,2,0,32,9,32,14,58,0,0,32,12,32,12,32,10,16,165,1,65,1,107,73,106,33,12,65,0,33,9,11,32,11,32,7,44,0,0,16,194,1,33,15,32,5,32,5,40,2,0,34,16,65,1,106,54,2,0,32,16,32,15,58,0,0,32,7,65,1,106,33,7,32,9,65,1,106,33,9,12,1,11,11,11,3,64,2,64,32,2,32,6,75,4,64,32,6,45,0,0,34,7,65,46,71,13,1,32,13,16,225,2,33,7,32,5,32,5,40,2,0,34,9,65,1,106,54,2,0,32,9,32,7,58,0,0,32,6,65,1,106,33,6,11,32,11,32,6,32,2,32,5,40,2,0,16,199,2,32,5,32,5,40,2,0,32,2,32,6,107,106,34,6,54,2,0,32,4,32,6,32,3,32,1,32,0,107,106,32,1,32,2,70,27,54,2,0,32,10,16,246,5,26,32,10,65,16,106,36,0,15,11,32,11,32,7,65,24,116,65,24,117,16,194,1,33,7,32,5,32,5,40,2,0,34,9,65,1,106,54,2,0,32,9,32,7,58,0,0,32,6,65,1,106,33,6,12,0,11,0,11,7,0,32,0,65,4,106,11,152,4,1,6,127,35,0,65,128,2,107,34,0,36,0,32,0,66,37,55,3,248,1,32,0,65,248,1,106,65,1,114,65,233,13,32,2,40,2,4,16,246,2,33,8,32,0,32,0,65,208,1,106,54,2,204,1,16,200,2,33,6,2,127,32,8,4,64,32,2,40,2,8,33,7,32,0,65,64,107,32,5,55,3,0,32,0,32,4,55,3,56,32,0,32,7,54,2,48,32,0,65,208,1,106,65,30,32,6,32,0,65,248,1,106,32,0,65,48,106,16,237,2,12,1,11,32,0,32,4,55,3,80,32,0,32,5,55,3,88,32,0,65,208,1,106,65,30,32,6,32,0,65,248,1,106,32,0,65,208,0,106,16,237,2,11,33,6,32,0,65,204,0,54,2,128,1,32,0,65,192,1,106,65,0,32,0,65,128,1,106,16,170,2,33,9,32,0,65,208,1,106,34,10,33,7,2,64,32,6,65,30,78,4,64,16,200,2,33,6,2,127,32,8,4,64,32,2,40,2,8,33,7,32,0,32,5,55,3,16,32,0,32,4,55,3,8,32,0,32,7,54,2,0,32,0,65,204,1,106,32,6,32,0,65,248,1,106,32,0,16,247,2,12,1,11,32,0,32,4,55,3,32,32,0,32,5,55,3,40,32,0,65,204,1,106,32,6,32,0,65,248,1,106,32,0,65,32,106,16,247,2,11,34,6,65,127,70,13,1,32,9,32,0,40,2,204,1,16,171,2,32,0,40,2,204,1,33,7,11,32,7,32,6,32,7,106,34,8,32,2,16,238,2,33,11,32,0,65,204,0,54,2,128,1,32,0,65,248,0,106,65,0,32,0,65,128,1,106,16,170,2,33,7,2,64,32,0,40,2,204,1,32,0,65,208,1,106,70,4,64,32,0,65,128,1,106,33,6,12,1,11,32,6,65,1,116,16,85,34,6,69,13,1,32,7,32,6,16,171,2,32,0,40,2,204,1,33,10,11,32,0,65,232,0,106,32,2,16,203,1,32,10,32,11,32,8,32,6,32,0,65,244,0,106,32,0,65,240,0,106,32,0,65,232,0,106,16,248,2,32,0,65,232,0,106,16,163,2,32,1,32,6,32,0,40,2,116,32,0,40,2,112,32,2,32,3,16,54,33,2,32,7,16,174,2,32,9,16,174,2,32,0,65,128,2,106,36,0,32,2,15,11,16,177,1,0,11,190,1,1,3,127,35,0,65,224,0,107,34,0,36,0,32,0,65,187,233,1,47,0,0,59,1,92,32,0,65,183,233,1,40,0,0,54,2,88,16,200,2,33,5,32,0,32,4,54,2,0,32,0,65,64,107,32,0,65,64,107,65,20,32,5,32,0,65,216,0,106,32,0,16,237,2,34,6,32,0,65,64,107,106,34,4,32,2,16,238,2,33,5,32,0,65,16,106,32,2,16,203,1,32,0,65,16,106,16,117,33,7,32,0,65,16,106,16,163,2,32,7,32,0,65,64,107,32,4,32,0,65,16,106,16,199,2,32,1,32,0,65,16,106,32,6,32,0,65,16,106,106,34,6,32,5,32,0,107,32,0,106,65,48,107,32,4,32,5,70,27,32,6,32,2,32,3,16,54,33,2,32,0,65,224,0,106,36,0,32,2,11,246,1,1,1,127,35,0,65,48,107,34,5,36,0,32,5,32,1,54,2,40,2,64,32,2,40,2,4,65,1,113,69,4,64,32,0,173,32,1,173,32,2,173,32,3,173,32,4,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,24,17,0,0,167,33,2,12,1,11,32,5,65,24,106,32,2,16,203,1,32,5,65,24,106,16,206,2,33,2,32,5,65,24,106,16,163,2,2,64,32,4,4,64,32,5,65,24,106,32,2,16,165,2,12,1,11,32,5,65,24,106,32,2,16,166,2,11,32,5,32,5,65,24,106,16,229,2,54,2,16,3,64,32,5,32,5,65,24,106,16,253,2,54,2,8,32,5,65,16,106,32,5,65,8,106,16,231,2,4,64,32,5,65,40,106,32,5,65,16,106,40,2,0,40,2,0,16,149,1,32,5,65,16,106,16,254,2,12,1,5,32,5,40,2,40,33,2,32,5,65,24,106,16,246,5,26,11,11,11,32,5,65,48,106,36,0,32,2,11,49,1,1,127,35,0,65,16,107,34,1,36,0,32,1,65,8,106,32,0,16,159,1,32,0,16,165,1,65,2,116,106,16,233,2,40,2,0,33,0,32,1,65,16,106,36,0,32,0,11,15,0,32,0,32,0,40,2,0,65,4,106,54,2,0,11,204,1,1,1,127,35,0,65,160,1,107,34,0,36,0,32,0,65,181,233,1,47,0,0,59,1,156,1,32,0,65,177,233,1,40,0,0,54,2,152,1,32,0,65,152,1,106,65,1,114,65,188,11,65,1,32,2,40,2,4,16,236,2,16,200,2,33,5,32,0,32,4,54,2,0,32,0,65,139,1,106,32,0,65,139,1,106,65,13,32,5,32,0,65,152,1,106,32,0,16,237,2,32,0,65,139,1,106,106,34,4,32,2,16,238,2,33,5,32,0,65,16,106,32,2,16,203,1,32,0,65,139,1,106,32,5,32,4,32,0,65,32,106,32,0,65,28,106,32,0,65,24,106,32,0,65,16,106,16,128,3,32,0,65,16,106,16,163,2,32,1,32,0,65,32,106,32,0,40,2,28,32,0,40,2,24,32,2,32,3,16,129,3,33,2,32,0,65,160,1,106,36,0,32,2,11,226,3,1,8,127,35,0,65,16,107,34,10,36,0,32,6,16,135,1,33,11,32,10,32,6,16,206,2,34,6,16,227,2,2,64,32,10,16,175,2,4,64,32,11,32,0,32,2,32,3,16,223,2,32,5,32,3,32,2,32,0,107,65,2,116,106,34,6,54,2,0,12,1,11,32,5,32,3,54,2,0,2,64,2,64,32,0,34,9,45,0,0,34,7,65,43,107,14,3,0,1,0,1,11,32,11,32,7,65,24,116,65,24,117,16,195,1,33,7,32,5,32,5,40,2,0,34,8,65,4,106,54,2,0,32,8,32,7,54,2,0,32,0,65,1,106,33,9,11,2,64,32,2,32,9,107,65,2,72,13,0,32,9,45,0,0,65,48,71,13,0,32,9,45,0,1,65,32,114,65,248,0,71,13,0,32,11,65,48,16,195,1,33,7,32,5,32,5,40,2,0,34,8,65,4,106,54,2,0,32,8,32,7,54,2,0,32,11,32,9,44,0,1,16,195,1,33,7,32,5,32,5,40,2,0,34,8,65,4,106,54,2,0,32,8,32,7,54,2,0,32,9,65,2,106,33,9,11,32,9,32,2,16,240,2,65,0,33,7,32,6,16,226,2,33,12,65,0,33,8,32,9,33,6,3,127,32,2,32,6,77,4,127,32,3,32,9,32,0,107,65,2,116,106,32,5,40,2,0,16,130,3,32,5,40,2,0,5,2,64,32,10,32,8,16,173,2,45,0,0,69,13,0,32,7,32,10,32,8,16,173,2,44,0,0,71,13,0,32,5,32,5,40,2,0,34,7,65,4,106,54,2,0,32,7,32,12,54,2,0,32,8,32,8,32,10,16,165,1,65,1,107,73,106,33,8,65,0,33,7,11,32,11,32,6,44,0,0,16,195,1,33,13,32,5,32,5,40,2,0,34,14,65,4,106,54,2,0,32,14,32,13,54,2,0,32,6,65,1,106,33,6,32,7,65,1,106,33,7,12,1,11,11,33,6,11,32,4,32,6,32,3,32,1,32,0,107,65,2,116,106,32,1,32,2,70,27,54,2,0,32,10,16,246,5,26,32,10,65,16,106,36,0,11,188,1,1,4,127,35,0,65,16,107,34,9,36,0,2,64,32,0,69,13,0,32,4,40,2,12,33,7,32,2,32,1,107,34,8,65,0,74,4,64,32,0,32,1,32,8,65,2,117,34,8,16,150,1,32,8,71,13,1,11,32,7,32,3,32,1,107,65,2,117,34,6,107,65,0,32,6,32,7,72,27,34,1,4,64,32,0,32,9,32,1,32,5,16,131,3,34,6,16,159,1,32,1,16,150,1,33,7,32,6,16,246,5,26,65,0,33,6,32,1,32,7,71,13,1,11,32,3,32,2,107,34,1,65,0,74,4,64,65,0,33,6,32,0,32,2,32,1,65,2,117,34,1,16,150,1,32,1,71,13,1,11,32,4,40,2,12,26,32,4,65,0,54,2,12,32,0,33,6,11,32,9,65,16,106,36,0,32,6,11,44,0,2,64,32,0,32,1,70,13,0,3,64,32,0,32,1,65,4,107,34,1,79,13,1,32,0,32,1,16,160,1,32,0,65,4,106,33,0,12,0,11,0,11,11,151,1,1,4,127,35,0,65,16,107,34,5,36,0,35,0,65,16,107,34,3,36,0,2,64,32,1,65,239,255,255,255,3,77,4,64,2,64,32,1,65,1,77,4,64,32,0,32,1,16,190,1,32,0,33,4,12,1,11,32,0,32,0,32,1,16,224,5,65,1,106,34,6,16,225,5,34,4,16,198,1,32,0,32,6,16,199,1,32,0,32,1,16,200,1,11,32,4,32,1,32,2,16,135,6,32,3,65,0,54,2,12,32,4,32,1,65,2,116,106,32,3,65,12,106,16,208,1,32,3,65,16,106,36,0,12,1,11,16,177,1,0,11,32,5,65,16,106,36,0,32,0,11,186,1,1,2,127,35,0,65,128,2,107,34,0,36,0,32,0,66,37,55,3,248,1,32,0,65,248,1,106,65,1,114,65,181,11,65,1,32,2,40,2,4,16,236,2,16,200,2,33,5,32,0,32,4,55,3,0,32,0,65,224,1,106,32,0,65,224,1,106,65,24,32,5,32,0,65,248,1,106,32,0,16,237,2,32,0,65,224,1,106,106,34,5,32,2,16,238,2,33,6,32,0,65,16,106,32,2,16,203,1,32,0,65,224,1,106,32,6,32,5,32,0,65,32,106,32,0,65,28,106,32,0,65,24,106,32,0,65,16,106,16,128,3,32,0,65,16,106,16,163,2,32,1,32,0,65,32,106,32,0,40,2,28,32,0,40,2,24,32,2,32,3,16,129,3,33,2,32,0,65,128,2,106,36,0,32,2,11,204,1,1,1,127,35,0,65,160,1,107,34,0,36,0,32,0,65,181,233,1,47,0,0,59,1,156,1,32,0,65,177,233,1,40,0,0,54,2,152,1,32,0,65,152,1,106,65,1,114,65,188,11,65,0,32,2,40,2,4,16,236,2,16,200,2,33,5,32,0,32,4,54,2,0,32,0,65,139,1,106,32,0,65,139,1,106,65,13,32,5,32,0,65,152,1,106,32,0,16,237,2,32,0,65,139,1,106,106,34,4,32,2,16,238,2,33,5,32,0,65,16,106,32,2,16,203,1,32,0,65,139,1,106,32,5,32,4,32,0,65,32,106,32,0,65,28,106,32,0,65,24,106,32,0,65,16,106,16,128,3,32,0,65,16,106,16,163,2,32,1,32,0,65,32,106,32,0,40,2,28,32,0,40,2,24,32,2,32,3,16,129,3,33,2,32,0,65,160,1,106,36,0,32,2,11,186,1,1,2,127,35,0,65,128,2,107,34,0,36,0,32,0,66,37,55,3,248,1,32,0,65,248,1,106,65,1,114,65,181,11,65,0,32,2,40,2,4,16,236,2,16,200,2,33,5,32,0,32,4,55,3,0,32,0,65,224,1,106,32,0,65,224,1,106,65,24,32,5,32,0,65,248,1,106,32,0,16,237,2,32,0,65,224,1,106,106,34,5,32,2,16,238,2,33,6,32,0,65,16,106,32,2,16,203,1,32,0,65,224,1,106,32,6,32,5,32,0,65,32,106,32,0,65,28,106,32,0,65,24,106,32,0,65,16,106,16,128,3,32,0,65,16,106,16,163,2,32,1,32,0,65,32,106,32,0,40,2,28,32,0,40,2,24,32,2,32,3,16,129,3,33,2,32,0,65,128,2,106,36,0,32,2,11,243,3,1,6,127,35,0,65,128,3,107,34,0,36,0,32,0,66,37,55,3,248,2,32,0,65,248,2,106,65,1,114,65,202,21,32,2,40,2,4,16,246,2,33,7,32,0,32,0,65,208,2,106,54,2,204,2,16,200,2,33,5,2,127,32,7,4,64,32,2,40,2,8,33,6,32,0,32,4,57,3,40,32,0,32,6,54,2,32,32,0,65,208,2,106,65,30,32,5,32,0,65,248,2,106,32,0,65,32,106,16,237,2,12,1,11,32,0,32,4,57,3,48,32,0,65,208,2,106,65,30,32,5,32,0,65,248,2,106,32,0,65,48,106,16,237,2,11,33,5,32,0,65,204,0,54,2,80,32,0,65,192,2,106,65,0,32,0,65,208,0,106,16,170,2,33,8,32,0,65,208,2,106,34,9,33,6,2,64,32,5,65,30,78,4,64,16,200,2,33,5,2,127,32,7,4,64,32,2,40,2,8,33,6,32,0,32,4,57,3,8,32,0,32,6,54,2,0,32,0,65,204,2,106,32,5,32,0,65,248,2,106,32,0,16,247,2,12,1,11,32,0,32,4,57,3,16,32,0,65,204,2,106,32,5,32,0,65,248,2,106,32,0,65,16,106,16,247,2,11,34,5,65,127,70,13,1,32,8,32,0,40,2,204,2,16,171,2,32,0,40,2,204,2,33,6,11,32,6,32,5,32,6,106,34,7,32,2,16,238,2,33,10,32,0,65,204,0,54,2,80,32,0,65,200,0,106,65,0,32,0,65,208,0,106,16,170,2,33,6,2,64,32,0,40,2,204,2,32,0,65,208,2,106,70,4,64,32,0,65,208,0,106,33,5,12,1,11,32,5,65,3,116,16,85,34,5,69,13,1,32,6,32,5,16,171,2,32,0,40,2,204,2,33,9,11,32,0,65,56,106,32,2,16,203,1,32,9,32,10,32,7,32,5,32,0,65,196,0,106,32,0,65,64,107,32,0,65,56,106,16,136,3,32,0,65,56,106,16,163,2,32,1,32,5,32,0,40,2,68,32,0,40,2,64,32,2,32,3,16,129,3,33,2,32,6,16,174,2,32,8,16,174,2,32,0,65,128,3,106,36,0,32,2,15,11,16,177,1,0,11,194,5,1,10,127,35,0,65,16,107,34,10,36,0,32,6,16,135,1,33,11,32,10,32,6,16,206,2,34,13,16,227,2,32,5,32,3,54,2,0,2,64,2,64,32,0,34,8,45,0,0,34,6,65,43,107,14,3,0,1,0,1,11,32,11,32,6,65,24,116,65,24,117,16,195,1,33,6,32,5,32,5,40,2,0,34,7,65,4,106,54,2,0,32,7,32,6,54,2,0,32,0,65,1,106,33,8,11,2,64,2,64,32,2,32,8,34,6,107,65,1,76,13,0,32,8,45,0,0,65,48,71,13,0,32,8,45,0,1,65,32,114,65,248,0,71,13,0,32,11,65,48,16,195,1,33,6,32,5,32,5,40,2,0,34,7,65,4,106,54,2,0,32,7,32,6,54,2,0,32,11,32,8,44,0,1,16,195,1,33,6,32,5,32,5,40,2,0,34,7,65,4,106,54,2,0,32,7,32,6,54,2,0,32,8,65,2,106,34,8,33,6,3,64,32,2,32,6,77,13,2,32,6,44,0,0,16,200,2,16,254,1,69,13,2,32,6,65,1,106,33,6,12,0,11,0,11,3,64,32,2,32,6,77,13,1,32,6,44,0,0,33,7,16,200,2,26,32,7,16,75,69,13,1,32,6,65,1,106,33,6,12,0,11,0,11,2,64,32,10,16,175,2,4,64,32,11,32,8,32,6,32,5,40,2,0,16,223,2,32,5,32,5,40,2,0,32,6,32,8,107,65,2,116,106,54,2,0,12,1,11,32,8,32,6,16,240,2,32,13,16,226,2,33,14,32,8,33,7,3,64,32,6,32,7,77,4,64,32,3,32,8,32,0,107,65,2,116,106,32,5,40,2,0,16,130,3,5,2,64,32,10,32,12,16,173,2,44,0,0,65,0,76,13,0,32,9,32,10,32,12,16,173,2,44,0,0,71,13,0,32,5,32,5,40,2,0,34,9,65,4,106,54,2,0,32,9,32,14,54,2,0,32,12,32,12,32,10,16,165,1,65,1,107,73,106,33,12,65,0,33,9,11,32,11,32,7,44,0,0,16,195,1,33,15,32,5,32,5,40,2,0,34,16,65,4,106,54,2,0,32,16,32,15,54,2,0,32,7,65,1,106,33,7,32,9,65,1,106,33,9,12,1,11,11,11,2,64,2,64,3,64,32,2,32,6,77,13,1,32,6,45,0,0,34,7,65,46,71,4,64,32,11,32,7,65,24,116,65,24,117,16,195,1,33,7,32,5,32,5,40,2,0,34,9,65,4,106,54,2,0,32,9,32,7,54,2,0,32,6,65,1,106,33,6,12,1,11,11,32,13,16,225,2,33,9,32,5,32,5,40,2,0,34,12,65,4,106,34,7,54,2,0,32,12,32,9,54,2,0,32,6,65,1,106,33,6,12,1,11,32,5,40,2,0,33,7,11,32,11,32,6,32,2,32,7,16,223,2,32,5,32,5,40,2,0,32,2,32,6,107,65,2,116,106,34,6,54,2,0,32,4,32,6,32,3,32,1,32,0,107,65,2,116,106,32,1,32,2,70,27,54,2,0,32,10,16,246,5,26,32,10,65,16,106,36,0,11,153,4,1,6,127,35,0,65,176,3,107,34,0,36,0,32,0,66,37,55,3,168,3,32,0,65,168,3,106,65,1,114,65,233,13,32,2,40,2,4,16,246,2,33,8,32,0,32,0,65,128,3,106,54,2,252,2,16,200,2,33,6,2,127,32,8,4,64,32,2,40,2,8,33,7,32,0,65,64,107,32,5,55,3,0,32,0,32,4,55,3,56,32,0,32,7,54,2,48,32,0,65,128,3,106,65,30,32,6,32,0,65,168,3,106,32,0,65,48,106,16,237,2,12,1,11,32,0,32,4,55,3,80,32,0,32,5,55,3,88,32,0,65,128,3,106,65,30,32,6,32,0,65,168,3,106,32,0,65,208,0,106,16,237,2,11,33,6,32,0,65,204,0,54,2,128,1,32,0,65,240,2,106,65,0,32,0,65,128,1,106,16,170,2,33,9,32,0,65,128,3,106,34,10,33,7,2,64,32,6,65,30,78,4,64,16,200,2,33,6,2,127,32,8,4,64,32,2,40,2,8,33,7,32,0,32,5,55,3,16,32,0,32,4,55,3,8,32,0,32,7,54,2,0,32,0,65,252,2,106,32,6,32,0,65,168,3,106,32,0,16,247,2,12,1,11,32,0,32,4,55,3,32,32,0,32,5,55,3,40,32,0,65,252,2,106,32,6,32,0,65,168,3,106,32,0,65,32,106,16,247,2,11,34,6,65,127,70,13,1,32,9,32,0,40,2,252,2,16,171,2,32,0,40,2,252,2,33,7,11,32,7,32,6,32,7,106,34,8,32,2,16,238,2,33,11,32,0,65,204,0,54,2,128,1,32,0,65,248,0,106,65,0,32,0,65,128,1,106,16,170,2,33,7,2,64,32,0,40,2,252,2,32,0,65,128,3,106,70,4,64,32,0,65,128,1,106,33,6,12,1,11,32,6,65,3,116,16,85,34,6,69,13,1,32,7,32,6,16,171,2,32,0,40,2,252,2,33,10,11,32,0,65,232,0,106,32,2,16,203,1,32,10,32,11,32,8,32,6,32,0,65,244,0,106,32,0,65,240,0,106,32,0,65,232,0,106,16,136,3,32,0,65,232,0,106,16,163,2,32,1,32,6,32,0,40,2,116,32,0,40,2,112,32,2,32,3,16,129,3,33,2,32,7,16,174,2,32,9,16,174,2,32,0,65,176,3,106,36,0,32,2,15,11,16,177,1,0,11,205,1,1,3,127,35,0,65,208,1,107,34,0,36,0,32,0,65,187,233,1,47,0,0,59,1,204,1,32,0,65,183,233,1,40,0,0,54,2,200,1,16,200,2,33,5,32,0,32,4,54,2,0,32,0,65,176,1,106,32,0,65,176,1,106,65,20,32,5,32,0,65,200,1,106,32,0,16,237,2,34,6,32,0,65,176,1,106,106,34,4,32,2,16,238,2,33,5,32,0,65,16,106,32,2,16,203,1,32,0,65,16,106,16,135,1,33,7,32,0,65,16,106,16,163,2,32,7,32,0,65,176,1,106,32,4,32,0,65,16,106,16,223,2,32,1,32,0,65,16,106,32,0,65,16,106,32,6,65,2,116,106,34,6,32,5,32,0,107,65,2,116,32,0,106,65,176,5,107,32,4,32,5,70,27,32,6,32,2,32,3,16,129,3,33,2,32,0,65,208,1,106,36,0,32,2,11,234,3,1,3,127,35,0,65,32,107,34,8,36,0,32,8,32,2,54,2,16,32,8,32,1,54,2,24,32,8,65,8,106,32,3,16,203,1,32,8,65,8,106,16,117,33,1,32,8,65,8,106,16,163,2,32,4,65,0,54,2,0,65,0,33,2,2,64,3,64,32,6,32,7,70,13,1,32,2,13,1,2,64,32,8,65,24,106,32,8,65,16,106,16,124,13,0,2,64,32,1,32,6,44,0,0,16,140,3,65,37,70,4,64,32,6,65,1,106,34,2,32,7,70,13,2,65,0,33,10,2,127,2,64,32,1,32,2,44,0,0,16,140,3,34,9,65,197,0,70,13,0,32,9,65,255,1,113,65,48,70,13,0,32,6,33,2,32,9,12,1,11,32,6,65,2,106,34,6,32,7,70,13,3,32,9,33,10,32,1,32,6,44,0,0,16,140,3,11,33,6,32,8,32,0,173,32,8,40,2,24,173,32,8,40,2,16,173,32,3,173,32,4,173,32,5,173,32,6,173,32,10,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,36,17,0,0,167,54,2,24,32,2,65,2,106,33,6,12,1,11,32,1,65,128,192,0,32,6,44,0,0,16,122,4,64,3,64,2,64,32,7,32,6,65,1,106,34,6,70,4,64,32,7,33,6,12,1,11,32,1,65,128,192,0,32,6,44,0,0,16,122,13,1,11,11,3,64,32,8,65,24,106,32,8,65,16,106,16,120,69,13,2,32,1,65,128,192,0,32,8,65,24,106,16,121,16,122,69,13,2,32,8,65,24,106,16,123,26,12,0,11,0,11,32,1,32,8,65,24,106,16,121,16,172,2,32,1,32,6,44,0,0,16,172,2,70,4,64,32,6,65,1,106,33,6,32,8,65,24,106,16,123,26,12,1,11,32,4,65,4,54,2,0,11,32,4,40,2,0,33,2,12,1,11,11,32,4,65,4,54,2,0,11,32,8,65,24,106,32,8,65,16,106,16,124,4,64,32,4,32,4,40,2,0,65,2,114,54,2,0,11,32,8,40,2,24,33,6,32,8,65,32,106,36,0,32,6,11,49,0,32,0,173,32,1,173,65,0,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,36,17,0,0,167,11,4,0,65,2,11,65,1,1,127,35,0,65,16,107,34,6,36,0,32,6,66,165,144,233,169,210,201,206,146,211,0,55,3,8,32,0,32,1,32,2,32,3,32,4,32,5,32,6,65,8,106,32,6,65,16,106,16,139,3,33,0,32,6,65,16,106,36,0,32,0,11,81,0,32,0,32,1,32,2,32,3,32,4,32,5,32,0,65,8,106,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,8,40,2,20,17,0,0,167,34,0,16,159,1,32,0,16,159,1,32,0,16,165,1,106,16,139,3,11,75,1,1,127,35,0,65,16,107,34,6,36,0,32,6,32,1,54,2,8,32,6,32,3,16,203,1,32,6,16,117,33,3,32,6,16,163,2,32,0,32,5,65,24,106,32,6,65,8,106,32,2,32,4,32,3,16,145,3,32,6,40,2,8,33,0,32,6,65,16,106,36,0,32,0,11,96,0,32,2,32,3,32,0,65,8,106,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,8,40,2,0,17,0,0,167,34,0,32,0,65,168,1,106,32,5,32,4,65,0,16,167,2,32,0,107,34,0,65,167,1,76,4,64,32,1,32,0,65,12,109,65,7,111,54,2,0,11,11,75,1,1,127,35,0,65,16,107,34,6,36,0,32,6,32,1,54,2,8,32,6,32,3,16,203,1,32,6,16,117,33,3,32,6,16,163,2,32,0,32,5,65,16,106,32,6,65,8,106,32,2,32,4,32,3,16,147,3,32,6,40,2,8,33,0,32,6,65,16,106,36,0,32,0,11,96,0,32,2,32,3,32,0,65,8,106,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,8,40,2,4,17,0,0,167,34,0,32,0,65,160,2,106,32,5,32,4,65,0,16,167,2,32,0,107,34,0,65,159,2,76,4,64,32,1,32,0,65,12,109,65,12,111,54,2,0,11,11,73,1,1,127,35,0,65,16,107,34,6,36,0,32,6,32,1,54,2,8,32,6,32,3,16,203,1,32,6,16,117,33,3,32,6,16,163,2,32,5,65,20,106,32,6,65,8,106,32,2,32,4,32,3,16,149,3,32,6,40,2,8,33,0,32,6,65,16,106,36,0,32,0,11,66,0,32,1,32,2,32,3,32,4,65,4,16,150,3,33,1,32,3,45,0,0,65,4,113,69,4,64,32,0,32,1,65,208,15,106,32,1,65,236,14,106,32,1,32,1,65,228,0,72,27,32,1,65,197,0,72,27,65,236,14,107,54,2,0,11,11,189,1,1,3,127,35,0,65,16,107,34,5,36,0,32,5,32,1,54,2,8,65,0,33,1,65,6,33,6,2,64,2,64,32,0,32,5,65,8,106,16,124,13,0,65,4,33,6,32,3,65,128,16,32,0,16,121,34,7,16,122,69,13,0,32,3,32,7,16,140,3,33,1,3,64,2,64,32,0,16,123,26,32,1,65,48,107,33,1,32,0,32,5,65,8,106,16,120,69,13,0,32,4,65,2,72,13,0,32,3,65,128,16,32,0,16,121,34,6,16,122,69,13,3,32,4,65,1,107,33,4,32,3,32,6,16,140,3,32,1,65,10,108,106,33,1,12,1,11,11,65,2,33,6,32,0,32,5,65,8,106,16,124,69,13,1,11,32,2,32,2,40,2,0,32,6,114,54,2,0,11,32,5,65,16,106,36,0,32,1,11,140,14,1,1,127,35,0,65,32,107,34,7,36,0,32,7,32,1,54,2,24,32,4,65,0,54,2,0,32,7,65,8,106,32,3,16,203,1,32,7,65,8,106,16,117,33,8,32,7,65,8,106,16,163,2,2,127,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,32,6,65,193,0,107,14,57,0,1,23,4,23,5,23,6,7,23,23,23,10,23,23,23,23,14,15,16,23,23,23,19,21,23,23,23,23,23,23,23,0,1,2,3,3,23,23,1,23,8,23,23,9,11,23,12,23,13,23,11,23,23,17,18,20,22,11,32,0,32,5,65,24,106,32,7,65,24,106,32,2,32,4,32,8,16,145,3,12,24,11,32,0,32,5,65,16,106,32,7,65,24,106,32,2,32,4,32,8,16,147,3,12,23,11,32,7,32,0,32,1,32,2,32,3,32,4,32,5,32,0,65,8,106,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,8,40,2,12,17,0,0,167,34,6,16,159,1,32,6,16,159,1,32,6,16,165,1,106,16,139,3,54,2,24,12,22,11,32,5,65,12,106,33,1,32,7,65,24,106,32,2,32,4,32,8,65,2,16,150,3,33,0,32,4,40,2,0,33,2,2,64,2,64,32,0,65,1,107,65,30,75,13,0,32,2,65,4,113,13,0,32,1,32,0,54,2,0,12,1,11,32,4,32,2,65,4,114,54,2,0,11,12,21,11,32,7,66,165,218,189,169,194,236,203,146,249,0,55,3,8,32,7,32,0,32,1,32,2,32,3,32,4,32,5,32,7,65,8,106,32,7,65,16,106,16,139,3,54,2,24,12,20,11,32,7,66,165,178,181,169,210,173,203,146,228,0,55,3,8,32,7,32,0,32,1,32,2,32,3,32,4,32,5,32,7,65,8,106,32,7,65,16,106,16,139,3,54,2,24,12,19,11,32,5,65,8,106,33,1,32,7,65,24,106,32,2,32,4,32,8,65,2,16,150,3,33,0,32,4,40,2,0,33,2,2,64,2,64,32,0,65,23,74,13,0,32,2,65,4,113,13,0,32,1,32,0,54,2,0,12,1,11,32,4,32,2,65,4,114,54,2,0,11,12,18,11,32,5,65,8,106,33,1,32,7,65,24,106,32,2,32,4,32,8,65,2,16,150,3,33,0,32,4,40,2,0,33,2,2,64,2,64,32,0,65,1,107,65,11,75,13,0,32,2,65,4,113,13,0,32,1,32,0,54,2,0,12,1,11,32,4,32,2,65,4,114,54,2,0,11,12,17,11,32,5,65,28,106,33,1,32,7,65,24,106,32,2,32,4,32,8,65,3,16,150,3,33,0,32,4,40,2,0,33,2,2,64,2,64,32,0,65,237,2,74,13,0,32,2,65,4,113,13,0,32,1,32,0,54,2,0,12,1,11,32,4,32,2,65,4,114,54,2,0,11,12,16,11,32,5,65,16,106,33,1,32,7,65,24,106,32,2,32,4,32,8,65,2,16,150,3,33,0,32,4,40,2,0,33,2,2,64,2,64,32,0,65,12,74,13,0,32,2,65,4,113,13,0,32,1,32,0,65,1,107,54,2,0,12,1,11,32,4,32,2,65,4,114,54,2,0,11,12,15,11,32,5,65,4,106,33,1,32,7,65,24,106,32,2,32,4,32,8,65,2,16,150,3,33,0,32,4,40,2,0,33,2,2,64,2,64,32,0,65,59,74,13,0,32,2,65,4,113,13,0,32,1,32,0,54,2,0,12,1,11,32,4,32,2,65,4,114,54,2,0,11,12,14,11,32,7,65,24,106,33,0,35,0,65,16,107,34,1,36,0,32,1,32,2,54,2,8,3,64,2,64,32,0,32,1,65,8,106,16,120,69,13,0,32,8,65,128,192,0,32,0,16,121,16,122,69,13,0,32,0,16,123,26,12,1,11,11,32,0,32,1,65,8,106,16,124,4,64,32,4,32,4,40,2,0,65,2,114,54,2,0,11,32,1,65,16,106,36,0,12,13,11,32,5,65,8,106,33,1,32,7,65,24,106,33,3,2,64,32,0,65,8,106,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,8,40,2,8,17,0,0,167,34,0,16,165,1,65,0,32,0,65,12,106,16,165,1,107,70,4,64,32,4,32,4,40,2,0,65,4,114,54,2,0,12,1,11,32,3,32,2,32,0,32,0,65,24,106,32,8,32,4,65,0,16,167,2,33,3,32,1,40,2,0,33,4,2,64,32,3,32,0,107,34,0,13,0,32,4,65,12,71,13,0,32,1,65,0,54,2,0,12,1,11,2,64,32,0,65,12,71,13,0,32,4,65,11,74,13,0,32,1,32,4,65,12,106,54,2,0,11,11,12,12,11,32,7,65,196,233,1,40,0,0,54,0,15,32,7,65,189,233,1,41,0,0,55,3,8,32,7,32,0,32,1,32,2,32,3,32,4,32,5,32,7,65,8,106,32,7,65,19,106,16,139,3,54,2,24,12,11,11,32,7,65,204,233,1,45,0,0,58,0,12,32,7,65,200,233,1,40,0,0,54,2,8,32,7,32,0,32,1,32,2,32,3,32,4,32,5,32,7,65,8,106,32,7,65,13,106,16,139,3,54,2,24,12,10,11,32,7,65,24,106,32,2,32,4,32,8,65,2,16,150,3,33,0,32,4,40,2,0,33,2,2,64,2,64,32,0,65,60,74,13,0,32,2,65,4,113,13,0,32,5,32,0,54,2,0,12,1,11,32,4,32,2,65,4,114,54,2,0,11,12,9,11,32,7,66,165,144,233,169,210,201,206,146,211,0,55,3,8,32,7,32,0,32,1,32,2,32,3,32,4,32,5,32,7,65,8,106,32,7,65,16,106,16,139,3,54,2,24,12,8,11,32,5,65,24,106,33,1,32,7,65,24,106,32,2,32,4,32,8,65,1,16,150,3,33,0,32,4,40,2,0,33,2,2,64,2,64,32,0,65,6,74,13,0,32,2,65,4,113,13,0,32,1,32,0,54,2,0,12,1,11,32,4,32,2,65,4,114,54,2,0,11,12,7,11,32,0,173,32,1,173,32,2,173,32,3,173,32,4,173,32,5,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,20,17,0,0,167,12,7,11,32,7,32,0,32,1,32,2,32,3,32,4,32,5,32,0,65,8,106,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,8,40,2,24,17,0,0,167,34,6,16,159,1,32,6,16,159,1,32,6,16,165,1,106,16,139,3,54,2,24,12,5,11,32,5,65,20,106,32,7,65,24,106,32,2,32,4,32,8,16,149,3,12,4,11,32,5,65,20,106,33,1,32,7,65,24,106,32,2,32,4,32,8,65,4,16,150,3,33,0,32,4,45,0,0,65,4,113,69,4,64,32,1,32,0,65,236,14,107,54,2,0,11,12,3,11,32,6,65,37,70,13,1,11,32,4,32,4,40,2,0,65,4,114,54,2,0,12,1,11,35,0,65,16,107,34,0,36,0,32,0,32,2,54,2,8,65,6,33,2,2,64,2,64,32,7,65,24,106,34,1,32,0,65,8,106,16,124,13,0,65,4,33,2,32,8,32,1,16,121,16,140,3,65,37,71,13,0,65,2,33,2,32,1,16,123,32,0,65,8,106,16,124,69,13,1,11,32,4,32,4,40,2,0,32,2,114,54,2,0,11,32,0,65,16,106,36,0,11,32,7,40,2,24,11,33,4,32,7,65,32,106,36,0,32,4,11,245,3,1,3,127,35,0,65,32,107,34,8,36,0,32,8,32,2,54,2,16,32,8,32,1,54,2,24,32,8,65,8,106,32,3,16,203,1,32,8,65,8,106,16,135,1,33,1,32,8,65,8,106,16,163,2,32,4,65,0,54,2,0,65,0,33,2,2,64,3,64,32,6,32,7,70,13,1,32,2,13,1,2,64,32,8,65,24,106,32,8,65,16,106,16,140,1,13,0,2,64,32,1,32,6,40,2,0,16,153,3,65,37,70,4,64,32,6,65,4,106,34,2,32,7,70,13,2,65,0,33,10,2,127,2,64,32,1,32,2,40,2,0,16,153,3,34,9,65,197,0,70,13,0,32,9,65,255,1,113,65,48,70,13,0,32,6,33,2,32,9,12,1,11,32,6,65,8,106,34,6,32,7,70,13,3,32,9,33,10,32,1,32,6,40,2,0,16,153,3,11,33,6,32,8,32,0,173,32,8,40,2,24,173,32,8,40,2,16,173,32,3,173,32,4,173,32,5,173,32,6,173,32,10,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,36,17,0,0,167,54,2,24,32,2,65,8,106,33,6,12,1,11,32,1,65,128,192,0,32,6,40,2,0,16,138,1,4,64,3,64,2,64,32,7,32,6,65,4,106,34,6,70,4,64,32,7,33,6,12,1,11,32,1,65,128,192,0,32,6,40,2,0,16,138,1,13,1,11,11,3,64,32,8,65,24,106,32,8,65,16,106,16,136,1,69,13,2,32,1,65,128,192,0,32,8,65,24,106,16,137,1,16,138,1,69,13,2,32,8,65,24,106,16,139,1,26,12,0,11,0,11,32,1,32,8,65,24,106,16,137,1,16,194,1,32,1,32,6,40,2,0,16,194,1,70,4,64,32,6,65,4,106,33,6,32,8,65,24,106,16,139,1,26,12,1,11,32,4,65,4,54,2,0,11,32,4,40,2,0,33,2,12,1,11,11,32,4,65,4,54,2,0,11,32,8,65,24,106,32,8,65,16,106,16,140,1,4,64,32,4,32,4,40,2,0,65,2,114,54,2,0,11,32,8,40,2,24,33,6,32,8,65,32,106,36,0,32,6,11,49,0,32,0,173,32,1,173,65,0,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,52,17,0,0,167,11,94,1,1,127,35,0,65,32,107,34,6,36,0,32,6,65,248,234,1,41,3,0,55,3,24,32,6,65,240,234,1,41,3,0,55,3,16,32,6,65,232,234,1,41,3,0,55,3,8,32,6,65,224,234,1,41,3,0,55,3,0,32,0,32,1,32,2,32,3,32,4,32,5,32,6,32,6,65,32,106,16,152,3,33,0,32,6,65,32,106,36,0,32,0,11,84,0,32,0,32,1,32,2,32,3,32,4,32,5,32,0,65,8,106,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,8,40,2,20,17,0,0,167,34,0,16,159,1,32,0,16,159,1,32,0,16,165,1,65,2,116,106,16,152,3,11,76,1,1,127,35,0,65,16,107,34,6,36,0,32,6,32,1,54,2,8,32,6,32,3,16,203,1,32,6,16,135,1,33,3,32,6,16,163,2,32,0,32,5,65,24,106,32,6,65,8,106,32,2,32,4,32,3,16,157,3,32,6,40,2,8,33,0,32,6,65,16,106,36,0,32,0,11,96,0,32,2,32,3,32,0,65,8,106,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,8,40,2,0,17,0,0,167,34,0,32,0,65,168,1,106,32,5,32,4,65,0,16,207,2,32,0,107,34,0,65,167,1,76,4,64,32,1,32,0,65,12,109,65,7,111,54,2,0,11,11,76,1,1,127,35,0,65,16,107,34,6,36,0,32,6,32,1,54,2,8,32,6,32,3,16,203,1,32,6,16,135,1,33,3,32,6,16,163,2,32,0,32,5,65,16,106,32,6,65,8,106,32,2,32,4,32,3,16,159,3,32,6,40,2,8,33,0,32,6,65,16,106,36,0,32,0,11,96,0,32,2,32,3,32,0,65,8,106,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,8,40,2,4,17,0,0,167,34,0,32,0,65,160,2,106,32,5,32,4,65,0,16,207,2,32,0,107,34,0,65,159,2,76,4,64,32,1,32,0,65,12,109,65,12,111,54,2,0,11,11,74,1,1,127,35,0,65,16,107,34,6,36,0,32,6,32,1,54,2,8,32,6,32,3,16,203,1,32,6,16,135,1,33,3,32,6,16,163,2,32,5,65,20,106,32,6,65,8,106,32,2,32,4,32,3,16,161,3,32,6,40,2,8,33,0,32,6,65,16,106,36,0,32,0,11,66,0,32,1,32,2,32,3,32,4,65,4,16,162,3,33,1,32,3,45,0,0,65,4,113,69,4,64,32,0,32,1,65,208,15,106,32,1,65,236,14,106,32,1,32,1,65,228,0,72,27,32,1,65,197,0,72,27,65,236,14,107,54,2,0,11,11,197,1,1,3,127,35,0,65,16,107,34,5,36,0,32,5,32,1,54,2,8,65,0,33,1,65,6,33,6,2,64,2,64,32,0,32,5,65,8,106,16,140,1,13,0,65,4,33,6,32,3,65,128,16,32,0,16,137,1,34,7,16,138,1,69,13,0,32,3,32,7,16,153,3,33,1,3,64,2,64,32,0,16,139,1,26,32,1,65,48,107,33,1,32,0,32,5,65,8,106,16,136,1,69,13,0,32,4,65,2,72,13,0,32,3,65,128,16,32,0,16,137,1,34,6,16,138,1,69,13,3,32,4,65,1,107,33,4,32,3,32,6,16,153,3,32,1,65,10,108,106,33,1,12,1,11,11,65,2,33,6,32,0,32,5,65,8,106,16,140,1,69,13,1,11,32,2,32,2,40,2,0,32,6,114,54,2,0,11,32,5,65,16,106,36,0,32,1,11,226,14,1,1,127,35,0,65,64,106,34,7,36,0,32,7,32,1,54,2,56,32,4,65,0,54,2,0,32,7,32,3,16,203,1,32,7,16,135,1,33,8,32,7,16,163,2,2,127,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,32,6,65,193,0,107,14,57,0,1,23,4,23,5,23,6,7,23,23,23,10,23,23,23,23,14,15,16,23,23,23,19,21,23,23,23,23,23,23,23,0,1,2,3,3,23,23,1,23,8,23,23,9,11,23,12,23,13,23,11,23,23,17,18,20,22,11,32,0,32,5,65,24,106,32,7,65,56,106,32,2,32,4,32,8,16,157,3,12,24,11,32,0,32,5,65,16,106,32,7,65,56,106,32,2,32,4,32,8,16,159,3,12,23,11,32,7,32,0,32,1,32,2,32,3,32,4,32,5,32,0,65,8,106,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,8,40,2,12,17,0,0,167,34,6,16,159,1,32,6,16,159,1,32,6,16,165,1,65,2,116,106,16,152,3,54,2,56,12,22,11,32,5,65,12,106,33,1,32,7,65,56,106,32,2,32,4,32,8,65,2,16,162,3,33,0,32,4,40,2,0,33,2,2,64,2,64,32,0,65,1,107,65,30,75,13,0,32,2,65,4,113,13,0,32,1,32,0,54,2,0,12,1,11,32,4,32,2,65,4,114,54,2,0,11,12,21,11,32,7,65,232,233,1,41,3,0,55,3,24,32,7,65,224,233,1,41,3,0,55,3,16,32,7,65,216,233,1,41,3,0,55,3,8,32,7,65,208,233,1,41,3,0,55,3,0,32,7,32,0,32,1,32,2,32,3,32,4,32,5,32,7,32,7,65,32,106,16,152,3,54,2,56,12,20,11,32,7,65,136,234,1,41,3,0,55,3,24,32,7,65,128,234,1,41,3,0,55,3,16,32,7,65,248,233,1,41,3,0,55,3,8,32,7,65,240,233,1,41,3,0,55,3,0,32,7,32,0,32,1,32,2,32,3,32,4,32,5,32,7,32,7,65,32,106,16,152,3,54,2,56,12,19,11,32,5,65,8,106,33,1,32,7,65,56,106,32,2,32,4,32,8,65,2,16,162,3,33,0,32,4,40,2,0,33,2,2,64,2,64,32,0,65,23,74,13,0,32,2,65,4,113,13,0,32,1,32,0,54,2,0,12,1,11,32,4,32,2,65,4,114,54,2,0,11,12,18,11,32,5,65,8,106,33,1,32,7,65,56,106,32,2,32,4,32,8,65,2,16,162,3,33,0,32,4,40,2,0,33,2,2,64,2,64,32,0,65,1,107,65,11,75,13,0,32,2,65,4,113,13,0,32,1,32,0,54,2,0,12,1,11,32,4,32,2,65,4,114,54,2,0,11,12,17,11,32,5,65,28,106,33,1,32,7,65,56,106,32,2,32,4,32,8,65,3,16,162,3,33,0,32,4,40,2,0,33,2,2,64,2,64,32,0,65,237,2,74,13,0,32,2,65,4,113,13,0,32,1,32,0,54,2,0,12,1,11,32,4,32,2,65,4,114,54,2,0,11,12,16,11,32,5,65,16,106,33,1,32,7,65,56,106,32,2,32,4,32,8,65,2,16,162,3,33,0,32,4,40,2,0,33,2,2,64,2,64,32,0,65,12,74,13,0,32,2,65,4,113,13,0,32,1,32,0,65,1,107,54,2,0,12,1,11,32,4,32,2,65,4,114,54,2,0,11,12,15,11,32,5,65,4,106,33,1,32,7,65,56,106,32,2,32,4,32,8,65,2,16,162,3,33,0,32,4,40,2,0,33,2,2,64,2,64,32,0,65,59,74,13,0,32,2,65,4,113,13,0,32,1,32,0,54,2,0,12,1,11,32,4,32,2,65,4,114,54,2,0,11,12,14,11,32,7,65,56,106,33,0,35,0,65,16,107,34,1,36,0,32,1,32,2,54,2,8,3,64,2,64,32,0,32,1,65,8,106,16,136,1,69,13,0,32,8,65,128,192,0,32,0,16,137,1,16,138,1,69,13,0,32,0,16,139,1,26,12,1,11,11,32,0,32,1,65,8,106,16,140,1,4,64,32,4,32,4,40,2,0,65,2,114,54,2,0,11,32,1,65,16,106,36,0,12,13,11,32,5,65,8,106,33,1,32,7,65,56,106,33,3,2,64,32,0,65,8,106,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,8,40,2,8,17,0,0,167,34,0,16,165,1,65,0,32,0,65,12,106,16,165,1,107,70,4,64,32,4,32,4,40,2,0,65,4,114,54,2,0,12,1,11,32,3,32,2,32,0,32,0,65,24,106,32,8,32,4,65,0,16,207,2,33,3,32,1,40,2,0,33,4,2,64,32,3,32,0,107,34,0,13,0,32,4,65,12,71,13,0,32,1,65,0,54,2,0,12,1,11,2,64,32,0,65,12,71,13,0,32,4,65,11,74,13,0,32,1,32,4,65,12,106,54,2,0,11,11,12,12,11,32,7,65,144,234,1,65,44,16,69,34,6,32,0,32,1,32,2,32,3,32,4,32,5,32,6,32,6,65,44,106,16,152,3,54,2,56,12,11,11,32,7,65,208,234,1,40,2,0,54,2,16,32,7,65,200,234,1,41,3,0,55,3,8,32,7,65,192,234,1,41,3,0,55,3,0,32,7,32,0,32,1,32,2,32,3,32,4,32,5,32,7,32,7,65,20,106,16,152,3,54,2,56,12,10,11,32,7,65,56,106,32,2,32,4,32,8,65,2,16,162,3,33,0,32,4,40,2,0,33,2,2,64,2,64,32,0,65,60,74,13,0,32,2,65,4,113,13,0,32,5,32,0,54,2,0,12,1,11,32,4,32,2,65,4,114,54,2,0,11,12,9,11,32,7,65,248,234,1,41,3,0,55,3,24,32,7,65,240,234,1,41,3,0,55,3,16,32,7,65,232,234,1,41,3,0,55,3,8,32,7,65,224,234,1,41,3,0,55,3,0,32,7,32,0,32,1,32,2,32,3,32,4,32,5,32,7,32,7,65,32,106,16,152,3,54,2,56,12,8,11,32,5,65,24,106,33,1,32,7,65,56,106,32,2,32,4,32,8,65,1,16,162,3,33,0,32,4,40,2,0,33,2,2,64,2,64,32,0,65,6,74,13,0,32,2,65,4,113,13,0,32,1,32,0,54,2,0,12,1,11,32,4,32,2,65,4,114,54,2,0,11,12,7,11,32,0,173,32,1,173,32,2,173,32,3,173,32,4,173,32,5,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,20,17,0,0,167,12,7,11,32,7,32,0,32,1,32,2,32,3,32,4,32,5,32,0,65,8,106,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,8,40,2,24,17,0,0,167,34,6,16,159,1,32,6,16,159,1,32,6,16,165,1,65,2,116,106,16,152,3,54,2,56,12,5,11,32,5,65,20,106,32,7,65,56,106,32,2,32,4,32,8,16,161,3,12,4,11,32,5,65,20,106,33,1,32,7,65,56,106,32,2,32,4,32,8,65,4,16,162,3,33,0,32,4,45,0,0,65,4,113,69,4,64,32,1,32,0,65,236,14,107,54,2,0,11,12,3,11,32,6,65,37,70,13,1,11,32,4,32,4,40,2,0,65,4,114,54,2,0,12,1,11,35,0,65,16,107,34,0,36,0,32,0,32,2,54,2,8,65,6,33,2,2,64,2,64,32,7,65,56,106,34,1,32,0,65,8,106,16,140,1,13,0,65,4,33,2,32,8,32,1,16,137,1,16,153,3,65,37,71,13,0,65,2,33,2,32,1,16,139,1,32,0,65,8,106,16,140,1,69,13,1,11,32,4,32,4,40,2,0,32,2,114,54,2,0,11,32,0,65,16,106,36,0,11,32,7,40,2,56,11,33,4,32,7,65,64,107,36,0,32,4,11,134,1,0,35,0,65,128,1,107,34,2,36,0,32,2,32,2,65,244,0,106,54,2,12,32,0,65,8,106,32,2,65,16,106,32,2,65,12,106,32,4,32,5,32,6,16,165,3,32,2,65,16,106,33,3,32,2,40,2,12,33,4,35,0,65,16,107,34,0,36,0,32,0,32,1,54,2,8,3,64,32,3,32,4,71,4,64,32,0,65,8,106,32,3,44,0,0,16,148,1,32,3,65,1,106,33,3,12,1,11,11,32,0,40,2,8,33,3,32,0,65,16,106,36,0,32,2,65,128,1,106,36,0,32,3,11,100,1,1,127,35,0,65,16,107,34,6,36,0,32,6,65,0,58,0,15,32,6,32,5,58,0,14,32,6,32,4,58,0,13,32,6,65,37,58,0,12,32,5,4,64,32,6,65,13,106,32,6,65,14,106,16,166,3,11,32,2,32,1,32,1,32,2,40,2,0,16,201,1,32,6,65,12,106,32,3,32,0,40,2,0,16,8,32,1,106,54,2,0,32,6,65,16,106,36,0,11,53,1,1,127,35,0,65,16,107,34,2,36,0,32,2,32,0,45,0,0,58,0,15,32,0,32,1,45,0,0,58,0,0,32,1,32,2,65,15,106,45,0,0,58,0,0,32,2,65,16,106,36,0,11,4,0,32,1,11,247,1,0,35,0,65,160,3,107,34,2,36,0,32,2,32,2,65,160,3,106,54,2,12,35,0,65,144,1,107,34,3,36,0,32,3,32,3,65,132,1,106,54,2,28,32,0,65,8,106,34,0,32,3,65,32,106,32,3,65,28,106,32,4,32,5,32,6,16,165,3,32,3,66,0,55,3,16,32,3,32,3,65,32,106,54,2,12,32,2,65,16,106,34,4,32,3,65,12,106,32,4,32,2,65,12,106,34,5,40,2,0,16,169,3,32,3,65,16,106,32,0,40,2,0,16,170,3,34,0,65,127,70,4,64,16,177,1,0,11,32,5,32,4,32,0,65,2,116,106,54,2,0,32,3,65,144,1,106,36,0,32,2,65,16,106,33,3,32,2,40,2,12,33,4,35,0,65,16,107,34,0,36,0,32,0,32,1,54,2,8,3,64,32,3,32,4,71,4,64,32,0,65,8,106,32,3,40,2,0,16,149,1,32,3,65,4,106,33,3,12,1,11,11,32,0,40,2,8,33,3,32,0,65,16,106,36,0,32,2,65,160,3,106,36,0,32,3,11,10,0,32,1,32,0,107,65,2,117,11,62,1,1,127,35,0,65,16,107,34,5,36,0,32,5,32,4,54,2,12,32,5,65,8,106,32,5,65,12,106,16,203,2,33,4,32,0,32,1,32,2,32,3,16,147,2,33,0,32,4,16,204,2,32,5,65,16,106,36,0,32,0,11,5,0,65,255,0,11,8,0,32,0,16,151,1,26,11,12,0,32,0,65,1,65,45,16,241,2,26,11,12,0,32,0,65,130,134,128,32,54,0,0,11,8,0,65,255,255,255,255,7,11,12,0,32,0,65,1,65,45,16,131,3,26,11,7,0,32,0,44,0,8,11,7,0,32,0,44,0,9,11,12,0,32,0,32,1,65,12,106,16,52,26,11,12,0,32,0,32,1,65,24,106,16,52,26,11,12,0,32,0,32,1,65,36,106,16,52,26,11,12,0,32,0,32,1,65,48,106,16,52,26,11,7,0,32,0,40,2,60,11,12,0,32,0,32,1,40,2,64,54,0,0,11,12,0,32,0,32,1,40,2,68,54,0,0,11,12,0,32,0,32,1,65,16,106,16,52,26,11,13,0,32,0,32,1,65,28,106,16,188,3,26,11,166,1,1,4,127,35,0,65,16,107,34,3,36,0,32,0,33,2,2,64,32,1,16,168,1,69,4,64,32,2,32,1,40,2,8,54,2,8,32,2,32,1,41,2,0,55,2,0,12,1,11,32,1,40,2,0,33,4,2,64,2,64,2,64,32,1,40,2,4,34,2,65,1,77,4,64,32,0,33,1,32,0,32,2,16,190,1,12,1,11,32,2,65,239,255,255,255,3,75,13,1,32,0,32,0,32,2,16,224,5,65,1,106,34,5,16,225,5,34,1,16,198,1,32,0,32,5,16,199,1,32,0,32,2,16,200,1,11,32,1,32,4,32,2,65,1,106,16,110,12,1,11,16,177,1,0,11,11,32,3,65,16,106,36,0,32,0,11,13,0,32,0,32,1,65,40,106,16,188,3,26,11,13,0,32,0,32,1,65,52,106,16,188,3,26,11,7,0,32,0,40,2,64,11,12,0,32,0,32,1,40,2,72,54,0,0,11,227,3,1,1,127,35,0,65,160,2,107,34,0,36,0,32,0,32,2,54,2,144,2,32,0,32,1,54,2,152,2,32,0,65,205,0,54,2,16,32,0,65,152,1,106,32,0,65,160,1,106,32,0,65,16,106,16,170,2,33,1,32,0,65,144,1,106,32,4,16,203,1,32,0,65,144,1,106,16,117,33,7,32,0,65,0,58,0,143,1,2,64,32,0,65,152,2,106,32,2,32,3,32,0,65,144,1,106,32,4,40,2,4,32,5,32,0,65,143,1,106,32,7,32,1,32,0,65,148,1,106,32,0,65,132,2,106,16,194,3,69,13,0,32,0,65,194,14,40,0,0,54,0,135,1,32,0,65,187,14,41,0,0,55,3,128,1,32,7,32,0,65,128,1,106,32,0,65,138,1,106,32,0,65,246,0,106,16,199,2,32,0,65,204,0,54,2,16,32,0,65,8,106,65,0,32,0,65,16,106,16,170,2,33,7,32,0,65,16,106,33,2,2,64,32,0,40,2,148,1,32,1,40,2,0,107,65,227,0,78,4,64,32,7,32,0,40,2,148,1,32,1,40,2,0,107,65,2,106,16,85,16,171,2,32,7,40,2,0,69,13,1,32,7,40,2,0,33,2,11,32,0,45,0,143,1,4,64,32,2,65,45,58,0,0,32,2,65,1,106,33,2,11,32,1,40,2,0,33,4,3,64,32,0,40,2,148,1,32,4,77,4,64,2,64,32,2,65,0,58,0,0,32,0,32,6,54,2,0,32,0,65,16,106,32,0,16,255,1,65,1,71,13,0,32,7,16,174,2,12,4,11,5,32,2,32,0,65,246,0,106,32,0,65,128,1,106,32,4,16,202,2,32,0,107,32,0,106,45,0,10,58,0,0,32,2,65,1,106,33,2,32,4,65,1,106,33,4,12,1,11,11,16,177,1,0,11,16,177,1,0,11,32,0,65,152,2,106,32,0,65,144,2,106,16,124,4,64,32,5,32,5,40,2,0,65,2,114,54,2,0,11,32,0,40,2,152,2,33,4,32,0,65,144,1,106,16,163,2,32,1,16,174,2,32,0,65,160,2,106,36,0,32,4,11,137,17,1,10,127,35,0,65,176,4,107,34,11,36,0,32,11,32,10,54,2,164,4,32,11,32,1,54,2,168,4,32,11,65,205,0,54,2,104,32,11,32,11,65,136,1,106,32,11,65,144,1,106,32,11,65,232,0,106,16,170,2,34,15,40,2,0,34,1,54,2,132,1,32,11,32,1,65,144,3,106,54,2,128,1,32,11,65,232,0,106,16,151,1,33,17,32,11,65,216,0,106,16,151,1,33,14,32,11,65,200,0,106,16,151,1,33,12,32,11,65,56,106,16,151,1,33,13,32,11,65,40,106,16,151,1,33,16,32,11,65,248,0,106,33,10,32,11,65,247,0,106,33,18,32,11,65,246,0,106,33,19,35,0,65,16,107,34,1,36,0,32,11,2,127,32,2,4,64,32,1,32,3,16,202,3,34,2,16,203,3,32,10,32,1,40,2,0,54,0,0,32,1,32,2,16,204,3,32,13,32,1,16,154,1,32,1,16,246,5,26,32,1,32,2,16,166,2,32,12,32,1,16,154,1,32,1,16,246,5,26,32,18,32,2,16,225,2,58,0,0,32,19,32,2,16,226,2,58,0,0,32,1,32,2,16,227,2,32,17,32,1,16,154,1,32,1,16,246,5,26,32,1,32,2,16,165,2,32,14,32,1,16,154,1,32,1,16,246,5,26,32,2,16,205,3,12,1,11,32,1,32,3,16,206,3,34,2,16,203,3,32,10,32,1,40,2,0,54,0,0,32,1,32,2,16,204,3,32,13,32,1,16,154,1,32,1,16,246,5,26,32,1,32,2,16,166,2,32,12,32,1,16,154,1,32,1,16,246,5,26,32,18,32,2,16,225,2,58,0,0,32,19,32,2,16,226,2,58,0,0,32,1,32,2,16,227,2,32,17,32,1,16,154,1,32,1,16,246,5,26,32,1,32,2,16,165,2,32,14,32,1,16,154,1,32,1,16,246,5,26,32,2,16,205,3,11,54,2,36,32,1,65,16,106,36,0,32,9,32,8,40,2,0,54,2,0,32,4,65,128,4,113,34,18,65,9,118,33,19,65,0,33,1,65,0,33,2,3,64,32,2,33,10,2,64,2,64,2,64,2,64,32,1,65,4,70,13,0,32,0,32,11,65,168,4,106,16,120,69,13,0,65,0,33,4,2,64,2,64,2,64,2,64,2,64,2,64,32,11,65,248,0,106,32,1,106,44,0,0,14,5,1,0,4,3,5,9,11,32,1,65,3,70,13,7,32,7,65,128,192,0,32,0,16,121,16,122,4,64,32,11,65,24,106,32,0,16,195,3,32,16,32,11,44,0,24,16,129,6,12,2,11,32,5,32,5,40,2,0,65,4,114,54,2,0,65,0,33,0,12,6,11,32,1,65,3,70,13,6,11,3,64,32,0,32,11,65,168,4,106,16,120,69,13,6,32,7,65,128,192,0,32,0,16,121,16,122,69,13,6,32,11,65,24,106,32,0,16,195,3,32,16,32,11,44,0,24,16,129,6,12,0,11,0,11,32,12,16,165,1,65,0,32,13,16,165,1,107,70,13,4,2,64,32,12,16,165,1,4,64,32,13,16,165,1,13,1,11,32,12,16,165,1,33,4,32,0,16,121,33,2,32,4,4,64,32,12,65,0,16,173,2,45,0,0,32,2,65,255,1,113,70,4,64,32,0,16,123,26,32,12,32,10,32,12,16,165,1,65,1,75,27,33,2,12,8,11,32,6,65,1,58,0,0,12,6,11,32,13,65,0,16,173,2,45,0,0,32,2,65,255,1,113,71,13,5,32,0,16,123,26,32,6,65,1,58,0,0,32,13,32,10,32,13,16,165,1,65,1,75,27,33,2,12,6,11,32,0,16,121,65,255,1,113,32,12,65,0,16,173,2,45,0,0,70,4,64,32,0,16,123,26,32,12,32,10,32,12,16,165,1,65,1,75,27,33,2,12,6,11,32,0,16,121,65,255,1,113,32,13,65,0,16,173,2,45,0,0,70,4,64,32,0,16,123,26,32,6,65,1,58,0,0,32,13,32,10,32,13,16,165,1,65,1,75,27,33,2,12,6,11,32,5,32,5,40,2,0,65,4,114,54,2,0,65,0,33,0,12,3,11,2,64,32,10,13,0,32,1,65,2,73,13,0,65,0,33,2,32,19,32,1,65,2,70,32,11,45,0,123,65,0,71,113,114,69,13,5,11,32,11,32,14,16,229,2,54,2,16,32,11,65,24,106,32,11,65,16,106,16,196,3,33,4,2,64,32,1,69,13,0,32,1,32,11,106,45,0,119,65,1,75,13,0,3,64,2,64,32,11,32,14,16,230,2,54,2,16,32,4,32,11,65,16,106,16,231,2,69,13,0,32,7,65,128,192,0,32,4,40,2,0,44,0,0,16,122,69,13,0,32,4,16,232,2,12,1,11,11,32,11,32,14,16,229,2,54,2,16,32,4,32,11,65,16,106,16,197,3,34,4,32,16,16,165,1,77,4,64,32,11,32,16,16,230,2,54,2,16,32,11,65,16,106,65,0,32,4,107,16,207,3,33,4,32,16,16,230,2,33,20,32,14,16,229,2,33,3,35,0,65,32,107,34,2,36,0,32,2,32,20,54,2,16,32,2,32,4,54,2,24,32,2,32,3,54,2,8,3,64,2,64,32,2,65,24,106,32,2,65,16,106,16,231,2,34,3,69,13,0,32,2,40,2,24,45,0,0,32,2,40,2,8,45,0,0,71,13,0,32,2,65,24,106,16,232,2,32,2,65,8,106,16,232,2,12,1,11,11,32,2,65,32,106,36,0,32,3,65,1,115,13,1,11,32,11,32,14,16,229,2,54,2,8,32,11,65,16,106,32,11,65,8,106,16,196,3,26,32,11,32,11,40,2,16,54,2,24,11,32,11,32,11,40,2,24,54,2,16,3,64,2,64,32,11,32,14,16,230,2,54,2,8,32,11,65,16,106,32,11,65,8,106,16,231,2,69,13,0,32,0,32,11,65,168,4,106,16,120,69,13,0,32,0,16,121,65,255,1,113,32,11,40,2,16,45,0,0,71,13,0,32,0,16,123,26,32,11,65,16,106,16,232,2,12,1,11,11,32,18,69,13,3,32,11,32,14,16,230,2,54,2,8,32,11,65,16,106,32,11,65,8,106,16,231,2,69,13,3,32,5,32,5,40,2,0,65,4,114,54,2,0,65,0,33,0,12,2,11,3,64,2,64,32,0,32,11,65,168,4,106,16,120,69,13,0,2,127,32,7,65,128,16,32,0,16,121,34,2,16,122,4,64,32,9,40,2,0,34,3,32,11,40,2,164,4,70,4,64,32,8,32,9,32,11,65,164,4,106,16,198,3,32,9,40,2,0,33,3,11,32,9,32,3,65,1,106,54,2,0,32,3,32,2,58,0,0,32,4,65,1,106,12,1,11,32,17,16,165,1,69,13,1,32,4,69,13,1,32,11,45,0,118,32,2,65,255,1,113,71,13,1,32,11,40,2,132,1,34,2,32,11,40,2,128,1,70,4,64,32,15,32,11,65,132,1,106,32,11,65,128,1,106,16,199,3,32,11,40,2,132,1,33,2,11,32,11,32,2,65,4,106,54,2,132,1,32,2,32,4,54,2,0,65,0,11,33,4,32,0,16,123,26,12,1,11,11,2,64,32,11,40,2,132,1,34,2,32,15,40,2,0,70,13,0,32,4,69,13,0,32,11,40,2,128,1,32,2,70,4,64,32,15,32,11,65,132,1,106,32,11,65,128,1,106,16,199,3,32,11,40,2,132,1,33,2,11,32,11,32,2,65,4,106,54,2,132,1,32,2,32,4,54,2,0,11,2,64,32,11,40,2,36,65,0,76,13,0,2,64,32,0,32,11,65,168,4,106,16,124,69,4,64,32,0,16,121,65,255,1,113,32,11,45,0,119,70,13,1,11,32,5,32,5,40,2,0,65,4,114,54,2,0,65,0,33,0,12,3,11,3,64,32,0,16,123,26,32,11,40,2,36,65,0,76,13,1,2,64,32,0,32,11,65,168,4,106,16,124,69,4,64,32,7,65,128,16,32,0,16,121,16,122,13,1,11,32,5,32,5,40,2,0,65,4,114,54,2,0,65,0,33,0,12,4,11,32,9,40,2,0,32,11,40,2,164,4,70,4,64,32,8,32,9,32,11,65,164,4,106,16,198,3,11,32,0,16,121,33,4,32,9,32,9,40,2,0,34,2,65,1,106,54,2,0,32,2,32,4,58,0,0,32,11,32,11,40,2,36,65,1,107,54,2,36,12,0,11,0,11,32,10,33,2,32,8,40,2,0,32,9,40,2,0,71,13,3,32,5,32,5,40,2,0,65,4,114,54,2,0,65,0,33,0,12,1,11,2,64,32,10,69,13,0,65,1,33,4,3,64,32,10,16,165,1,32,4,77,13,1,2,64,32,0,32,11,65,168,4,106,16,124,69,4,64,32,0,16,121,65,255,1,113,32,10,32,4,16,173,2,45,0,0,70,13,1,11,32,5,32,5,40,2,0,65,4,114,54,2,0,65,0,33,0,12,3,11,32,0,16,123,26,32,4,65,1,106,33,4,12,0,11,0,11,65,1,33,0,32,15,40,2,0,32,11,40,2,132,1,70,13,0,65,0,33,0,32,11,65,0,54,2,24,32,17,32,15,40,2,0,32,11,40,2,132,1,32,11,65,24,106,16,181,2,32,11,40,2,24,4,64,32,5,32,5,40,2,0,65,4,114,54,2,0,12,1,11,65,1,33,0,11,32,16,16,246,5,26,32,13,16,246,5,26,32,12,16,246,5,26,32,14,16,246,5,26,32,17,16,246,5,26,32,15,16,174,2,32,11,65,176,4,106,36,0,32,0,15,11,32,10,33,2,11,32,1,65,1,106,33,1,12,0,11,0,11,37,1,1,127,32,1,40,2,0,16,132,1,65,24,116,65,24,117,33,2,32,0,32,1,40,2,0,54,2,4,32,0,32,2,58,0,0,11,14,0,32,0,32,1,40,2,0,54,2,0,32,0,11,13,0,32,0,40,2,0,32,1,40,2,0,107,11,198,1,1,6,127,35,0,65,16,107,34,4,36,0,32,0,16,249,2,40,2,0,33,5,2,127,32,2,40,2,0,32,0,40,2,0,107,34,3,65,255,255,255,255,7,73,4,64,32,3,65,1,116,12,1,11,65,127,11,34,3,65,1,32,3,27,33,3,32,1,40,2,0,33,6,32,0,40,2,0,33,7,32,5,65,205,0,70,4,127,65,0,5,32,0,40,2,0,11,32,3,16,87,34,8,4,64,32,5,65,205,0,71,4,64,32,0,16,208,3,26,11,32,4,65,204,0,54,2,4,32,0,32,4,65,8,106,32,8,32,4,65,4,106,16,170,2,34,5,16,209,3,32,5,16,174,2,32,1,32,0,40,2,0,32,6,32,7,107,106,54,2,0,32,2,32,3,32,0,40,2,0,106,54,2,0,32,4,65,16,106,36,0,15,11,16,177,1,0,11,201,1,1,6,127,35,0,65,16,107,34,4,36,0,32,0,16,249,2,40,2,0,33,5,2,127,32,2,40,2,0,32,0,40,2,0,107,34,3,65,255,255,255,255,7,73,4,64,32,3,65,1,116,12,1,11,65,127,11,34,3,65,4,32,3,27,33,3,32,1,40,2,0,33,6,32,0,40,2,0,33,7,32,5,65,205,0,70,4,127,65,0,5,32,0,40,2,0,11,32,3,16,87,34,8,4,64,32,5,65,205,0,71,4,64,32,0,16,208,3,26,11,32,4,65,204,0,54,2,4,32,0,32,4,65,8,106,32,8,32,4,65,4,106,16,170,2,34,5,16,209,3,32,5,16,174,2,32,1,32,0,40,2,0,32,6,32,7,107,106,54,2,0,32,2,32,0,40,2,0,32,3,65,124,113,106,54,2,0,32,4,65,16,106,36,0,15,11,16,177,1,0,11,196,4,1,3,127,35,0,65,160,1,107,34,0,36,0,32,0,32,2,54,2,144,1,32,0,32,1,54,2,152,1,32,0,65,205,0,54,2,20,32,0,65,24,106,32,0,65,32,106,32,0,65,20,106,16,170,2,33,8,32,0,65,16,106,32,4,16,203,1,32,0,65,16,106,16,117,33,1,32,0,65,0,58,0,15,32,0,65,152,1,106,32,2,32,3,32,0,65,16,106,32,4,40,2,4,32,5,32,0,65,15,106,32,1,32,8,32,0,65,20,106,32,0,65,132,1,106,16,194,3,4,64,35,0,65,16,107,34,2,36,0,2,64,32,6,16,168,1,4,64,32,6,40,2,0,33,3,32,2,65,0,58,0,15,32,3,32,2,65,15,106,16,191,1,32,6,65,0,16,200,1,12,1,11,32,2,65,0,58,0,14,32,6,32,2,65,14,106,16,191,1,32,6,65,0,16,190,1,11,32,2,65,16,106,36,0,32,0,45,0,15,4,64,32,6,32,1,65,45,16,194,1,16,129,6,11,32,1,65,48,16,194,1,33,1,32,8,40,2,0,33,4,32,0,40,2,20,34,3,65,1,107,33,2,32,1,65,255,1,113,33,1,3,64,2,64,32,2,32,4,77,13,0,32,4,45,0,0,32,1,71,13,0,32,4,65,1,106,33,4,12,1,11,11,35,0,65,16,107,34,7,36,0,32,6,16,165,1,33,2,32,6,16,166,1,33,1,2,64,32,4,32,3,16,196,1,34,9,69,13,0,32,6,16,159,1,32,4,77,4,127,32,4,32,6,16,159,1,32,6,16,165,1,106,77,5,65,0,11,69,4,64,32,9,32,1,32,2,107,75,4,64,32,6,32,1,32,2,32,9,106,32,1,107,32,2,32,2,65,0,16,248,5,11,32,6,16,159,1,32,2,106,33,1,3,64,32,3,32,4,71,4,64,32,1,32,4,16,191,1,32,4,65,1,106,33,4,32,1,65,1,106,33,1,12,1,11,11,32,7,65,0,58,0,15,32,1,32,7,65,15,106,16,191,1,32,6,32,2,32,9,106,16,201,3,12,1,11,32,6,32,7,32,4,32,3,32,6,16,161,1,34,4,16,159,1,32,4,16,165,1,16,252,5,26,32,4,16,246,5,26,11,32,7,65,16,106,36,0,11,32,0,65,152,1,106,32,0,65,144,1,106,16,124,4,64,32,5,32,5,40,2,0,65,2,114,54,2,0,11,32,0,40,2,152,1,33,4,32,0,65,16,106,16,163,2,32,8,16,174,2,32,0,65,160,1,106,36,0,32,4,11,25,0,32,0,16,168,1,4,64,32,0,32,1,16,200,1,15,11,32,0,32,1,16,190,1,11,11,0,32,0,65,160,168,4,16,168,2,11,48,0,32,0,173,32,1,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,1,40,2,0,40,2,44,17,0,0,26,11,48,0,32,0,173,32,1,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,1,40,2,0,40,2,32,17,0,0,26,11,47,0,32,0,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,36,17,0,0,167,11,11,0,32,0,65,152,168,4,16,168,2,11,49,1,1,127,35,0,65,16,107,34,2,36,0,32,2,32,0,40,2,0,54,2,8,32,2,65,8,106,32,1,16,235,3,32,2,40,2,8,33,1,32,2,65,16,106,36,0,32,1,11,20,1,1,127,32,0,40,2,0,33,1,32,0,65,0,54,2,0,32,1,11,32,0,32,0,32,1,16,208,3,16,171,2,32,1,16,249,2,40,2,0,33,1,32,0,16,249,2,32,1,54,2,0,11,243,3,1,1,127,35,0,65,240,4,107,34,0,36,0,32,0,32,2,54,2,224,4,32,0,32,1,54,2,232,4,32,0,65,205,0,54,2,16,32,0,65,200,1,106,32,0,65,208,1,106,32,0,65,16,106,16,170,2,33,1,32,0,65,192,1,106,32,4,16,203,1,32,0,65,192,1,106,16,135,1,33,7,32,0,65,0,58,0,191,1,2,64,32,0,65,232,4,106,32,2,32,3,32,0,65,192,1,106,32,4,40,2,4,32,5,32,0,65,191,1,106,32,7,32,1,32,0,65,196,1,106,32,0,65,224,4,106,16,211,3,69,13,0,32,0,65,194,14,40,0,0,54,0,183,1,32,0,65,187,14,41,0,0,55,3,176,1,32,7,32,0,65,176,1,106,32,0,65,186,1,106,32,0,65,128,1,106,16,223,2,32,0,65,204,0,54,2,16,32,0,65,8,106,65,0,32,0,65,16,106,16,170,2,33,7,32,0,65,16,106,33,2,2,64,32,0,40,2,196,1,32,1,40,2,0,107,65,137,3,78,4,64,32,7,32,0,40,2,196,1,32,1,40,2,0,107,65,2,117,65,2,106,16,85,16,171,2,32,7,40,2,0,69,13,1,32,7,40,2,0,33,2,11,32,0,45,0,191,1,4,64,32,2,65,45,58,0,0,32,2,65,1,106,33,2,11,32,1,40,2,0,33,4,3,64,32,0,40,2,196,1,32,4,77,4,64,2,64,32,2,65,0,58,0,0,32,0,32,6,54,2,0,32,0,65,16,106,32,0,16,255,1,65,1,71,13,0,32,7,16,174,2,12,4,11,5,32,2,32,0,65,176,1,106,32,0,65,128,1,106,32,0,65,168,1,106,32,4,16,224,2,32,0,65,128,1,106,107,65,2,117,106,45,0,0,58,0,0,32,2,65,1,106,33,2,32,4,65,4,106,33,4,12,1,11,11,16,177,1,0,11,16,177,1,0,11,32,0,65,232,4,106,32,0,65,224,4,106,16,140,1,4,64,32,5,32,5,40,2,0,65,2,114,54,2,0,11,32,0,40,2,232,4,33,4,32,0,65,192,1,106,16,163,2,32,1,16,174,2,32,0,65,240,4,106,36,0,32,4,11,254,16,1,10,127,35,0,65,176,4,107,34,11,36,0,32,11,32,10,54,2,164,4,32,11,32,1,54,2,168,4,32,11,65,205,0,54,2,96,32,11,32,11,65,136,1,106,32,11,65,144,1,106,32,11,65,224,0,106,16,170,2,34,15,40,2,0,34,1,54,2,132,1,32,11,32,1,65,144,3,106,54,2,128,1,32,11,65,224,0,106,16,151,1,33,17,32,11,65,208,0,106,16,151,1,33,14,32,11,65,64,107,16,151,1,33,12,32,11,65,48,106,16,151,1,33,13,32,11,65,32,106,16,151,1,33,16,32,11,65,248,0,106,33,10,32,11,65,244,0,106,33,18,32,11,65,240,0,106,33,19,35,0,65,16,107,34,1,36,0,32,11,2,127,32,2,4,64,32,1,32,3,16,219,3,34,2,16,203,3,32,10,32,1,40,2,0,54,0,0,32,1,32,2,16,204,3,32,13,32,1,16,220,3,32,1,16,246,5,26,32,1,32,2,16,166,2,32,12,32,1,16,220,3,32,1,16,246,5,26,32,18,32,2,16,225,2,54,2,0,32,19,32,2,16,226,2,54,2,0,32,1,32,2,16,227,2,32,17,32,1,16,154,1,32,1,16,246,5,26,32,1,32,2,16,165,2,32,14,32,1,16,220,3,32,1,16,246,5,26,32,2,16,205,3,12,1,11,32,1,32,3,16,221,3,34,2,16,203,3,32,10,32,1,40,2,0,54,0,0,32,1,32,2,16,204,3,32,13,32,1,16,220,3,32,1,16,246,5,26,32,1,32,2,16,166,2,32,12,32,1,16,220,3,32,1,16,246,5,26,32,18,32,2,16,225,2,54,2,0,32,19,32,2,16,226,2,54,2,0,32,1,32,2,16,227,2,32,17,32,1,16,154,1,32,1,16,246,5,26,32,1,32,2,16,165,2,32,14,32,1,16,220,3,32,1,16,246,5,26,32,2,16,205,3,11,54,2,28,32,1,65,16,106,36,0,32,9,32,8,40,2,0,54,2,0,32,4,65,128,4,113,34,18,65,9,118,33,19,65,0,33,1,65,0,33,2,3,64,32,2,33,10,2,64,2,64,2,64,2,64,32,1,65,4,70,13,0,32,0,32,11,65,168,4,106,16,136,1,69,13,0,65,0,33,4,2,64,2,64,2,64,2,64,2,64,2,64,32,11,65,248,0,106,32,1,106,44,0,0,14,5,1,0,4,3,5,9,11,32,1,65,3,70,13,7,32,7,65,128,192,0,32,0,16,137,1,16,138,1,4,64,32,11,65,16,106,32,0,16,212,3,32,16,32,11,40,2,16,16,137,6,12,2,11,32,5,32,5,40,2,0,65,4,114,54,2,0,65,0,33,0,12,6,11,32,1,65,3,70,13,6,11,3,64,32,0,32,11,65,168,4,106,16,136,1,69,13,6,32,7,65,128,192,0,32,0,16,137,1,16,138,1,69,13,6,32,11,65,16,106,32,0,16,212,3,32,16,32,11,40,2,16,16,137,6,12,0,11,0,11,32,12,16,165,1,65,0,32,13,16,165,1,107,70,13,4,2,64,32,12,16,165,1,4,64,32,13,16,165,1,13,1,11,32,12,16,165,1,33,4,32,0,16,137,1,33,2,32,4,4,64,32,12,65,0,16,208,2,40,2,0,32,2,70,4,64,32,0,16,139,1,26,32,12,32,10,32,12,16,165,1,65,1,75,27,33,2,12,8,11,32,6,65,1,58,0,0,12,6,11,32,2,32,13,65,0,16,208,2,40,2,0,71,13,5,32,0,16,139,1,26,32,6,65,1,58,0,0,32,13,32,10,32,13,16,165,1,65,1,75,27,33,2,12,6,11,32,0,16,137,1,32,12,65,0,16,208,2,40,2,0,70,4,64,32,0,16,139,1,26,32,12,32,10,32,12,16,165,1,65,1,75,27,33,2,12,6,11,32,0,16,137,1,32,13,65,0,16,208,2,40,2,0,70,4,64,32,0,16,139,1,26,32,6,65,1,58,0,0,32,13,32,10,32,13,16,165,1,65,1,75,27,33,2,12,6,11,32,5,32,5,40,2,0,65,4,114,54,2,0,65,0,33,0,12,3,11,2,64,32,10,13,0,32,1,65,2,73,13,0,65,0,33,2,32,19,32,1,65,2,70,32,11,45,0,123,65,0,71,113,114,69,13,5,11,32,11,32,14,16,229,2,54,2,8,32,11,65,16,106,32,11,65,8,106,16,196,3,33,4,2,64,32,1,69,13,0,32,1,32,11,106,45,0,119,65,1,75,13,0,3,64,2,64,32,11,32,14,16,253,2,54,2,8,32,4,32,11,65,8,106,16,231,2,69,13,0,32,7,65,128,192,0,32,4,40,2,0,40,2,0,16,138,1,69,13,0,32,4,16,254,2,12,1,11,11,32,11,32,14,16,229,2,54,2,8,32,4,32,11,65,8,106,16,213,3,34,4,32,16,16,165,1,77,4,64,32,11,32,16,16,253,2,54,2,8,32,11,65,8,106,65,0,32,4,107,16,222,3,33,4,32,16,16,253,2,33,20,32,14,16,229,2,33,3,35,0,65,32,107,34,2,36,0,32,2,32,20,54,2,16,32,2,32,4,54,2,24,32,2,32,3,54,2,8,3,64,2,64,32,2,65,24,106,32,2,65,16,106,16,231,2,34,3,69,13,0,32,2,40,2,24,40,2,0,32,2,40,2,8,40,2,0,71,13,0,32,2,65,24,106,16,254,2,32,2,65,8,106,16,254,2,12,1,11,11,32,2,65,32,106,36,0,32,3,65,1,115,13,1,11,32,11,32,14,16,229,2,54,2,0,32,11,65,8,106,32,11,16,196,3,26,32,11,32,11,40,2,8,54,2,16,11,32,11,32,11,40,2,16,54,2,8,3,64,2,64,32,11,32,14,16,253,2,54,2,0,32,11,65,8,106,32,11,16,231,2,69,13,0,32,0,32,11,65,168,4,106,16,136,1,69,13,0,32,0,16,137,1,32,11,40,2,8,40,2,0,71,13,0,32,0,16,139,1,26,32,11,65,8,106,16,254,2,12,1,11,11,32,18,69,13,3,32,11,32,14,16,253,2,54,2,0,32,11,65,8,106,32,11,16,231,2,69,13,3,32,5,32,5,40,2,0,65,4,114,54,2,0,65,0,33,0,12,2,11,3,64,2,64,32,0,32,11,65,168,4,106,16,136,1,69,13,0,2,127,32,7,65,128,16,32,0,16,137,1,34,2,16,138,1,4,64,32,9,40,2,0,34,3,32,11,40,2,164,4,70,4,64,32,8,32,9,32,11,65,164,4,106,16,199,3,32,9,40,2,0,33,3,11,32,9,32,3,65,4,106,54,2,0,32,3,32,2,54,2,0,32,4,65,1,106,12,1,11,32,17,16,165,1,69,13,1,32,4,69,13,1,32,2,32,11,40,2,112,71,13,1,32,11,40,2,132,1,34,2,32,11,40,2,128,1,70,4,64,32,15,32,11,65,132,1,106,32,11,65,128,1,106,16,199,3,32,11,40,2,132,1,33,2,11,32,11,32,2,65,4,106,54,2,132,1,32,2,32,4,54,2,0,65,0,11,33,4,32,0,16,139,1,26,12,1,11,11,2,64,32,11,40,2,132,1,34,2,32,15,40,2,0,70,13,0,32,4,69,13,0,32,11,40,2,128,1,32,2,70,4,64,32,15,32,11,65,132,1,106,32,11,65,128,1,106,16,199,3,32,11,40,2,132,1,33,2,11,32,11,32,2,65,4,106,54,2,132,1,32,2,32,4,54,2,0,11,2,64,32,11,40,2,28,65,0,76,13,0,2,64,32,0,32,11,65,168,4,106,16,140,1,69,4,64,32,0,16,137,1,32,11,40,2,116,70,13,1,11,32,5,32,5,40,2,0,65,4,114,54,2,0,65,0,33,0,12,3,11,3,64,32,0,16,139,1,26,32,11,40,2,28,65,0,76,13,1,2,64,32,0,32,11,65,168,4,106,16,140,1,69,4,64,32,7,65,128,16,32,0,16,137,1,16,138,1,13,1,11,32,5,32,5,40,2,0,65,4,114,54,2,0,65,0,33,0,12,4,11,32,9,40,2,0,32,11,40,2,164,4,70,4,64,32,8,32,9,32,11,65,164,4,106,16,199,3,11,32,0,16,137,1,33,4,32,9,32,9,40,2,0,34,2,65,4,106,54,2,0,32,2,32,4,54,2,0,32,11,32,11,40,2,28,65,1,107,54,2,28,12,0,11,0,11,32,10,33,2,32,8,40,2,0,32,9,40,2,0,71,13,3,32,5,32,5,40,2,0,65,4,114,54,2,0,65,0,33,0,12,1,11,2,64,32,10,69,13,0,65,1,33,4,3,64,32,10,16,165,1,32,4,77,13,1,2,64,32,0,32,11,65,168,4,106,16,140,1,69,4,64,32,0,16,137,1,32,10,32,4,16,208,2,40,2,0,70,13,1,11,32,5,32,5,40,2,0,65,4,114,54,2,0,65,0,33,0,12,3,11,32,0,16,139,1,26,32,4,65,1,106,33,4,12,0,11,0,11,65,1,33,0,32,15,40,2,0,32,11,40,2,132,1,70,13,0,65,0,33,0,32,11,65,0,54,2,16,32,17,32,15,40,2,0,32,11,40,2,132,1,32,11,65,16,106,16,181,2,32,11,40,2,16,4,64,32,5,32,5,40,2,0,65,4,114,54,2,0,12,1,11,65,1,33,0,11,32,16,16,246,5,26,32,13,16,246,5,26,32,12,16,246,5,26,32,14,16,246,5,26,32,17,16,246,5,26,32,15,16,174,2,32,11,65,176,4,106,36,0,32,0,15,11,32,10,33,2,11,32,1,65,1,106,33,1,12,0,11,0,11,31,1,1,127,32,1,40,2,0,16,143,1,33,2,32,0,32,1,40,2,0,54,2,4,32,0,32,2,54,2,0,11,16,0,32,0,40,2,0,32,1,40,2,0,107,65,2,117,11,167,5,1,4,127,35,0,65,192,3,107,34,0,36,0,32,0,32,2,54,2,176,3,32,0,32,1,54,2,184,3,32,0,65,205,0,54,2,20,32,0,65,24,106,32,0,65,32,106,32,0,65,20,106,16,170,2,33,9,32,0,65,16,106,32,4,16,203,1,32,0,65,16,106,16,135,1,33,1,32,0,65,0,58,0,15,32,0,65,184,3,106,32,2,32,3,32,0,65,16,106,32,4,40,2,4,32,5,32,0,65,15,106,32,1,32,9,32,0,65,20,106,32,0,65,176,3,106,16,211,3,4,64,35,0,65,16,107,34,2,36,0,2,64,32,6,16,168,1,4,64,32,6,40,2,0,33,3,32,2,65,0,54,2,12,32,3,32,2,65,12,106,16,208,1,32,6,65,0,16,200,1,12,1,11,32,2,65,0,54,2,8,32,6,32,2,65,8,106,16,208,1,32,6,65,0,16,190,1,11,32,2,65,16,106,36,0,32,0,45,0,15,4,64,32,6,32,1,65,45,16,195,1,16,137,6,11,32,1,65,48,16,195,1,33,1,32,9,40,2,0,33,4,32,0,40,2,20,34,3,65,4,107,33,2,3,64,2,64,32,2,32,4,77,13,0,32,4,40,2,0,32,1,71,13,0,32,4,65,4,106,33,4,12,1,11,11,35,0,65,16,107,34,8,36,0,32,6,16,165,1,33,2,32,6,16,215,3,33,1,2,64,32,4,32,3,16,216,3,34,7,69,13,0,32,6,32,4,16,217,3,69,4,64,32,7,32,1,32,2,107,75,4,64,32,6,32,1,32,2,32,7,106,32,1,107,32,2,32,2,65,0,65,0,16,134,6,11,32,6,16,159,1,32,2,65,2,116,106,33,1,3,64,32,3,32,4,71,4,64,32,1,32,4,16,208,1,32,4,65,4,106,33,4,32,1,65,4,106,33,1,12,1,11,11,32,8,65,0,54,2,0,32,1,32,8,16,208,1,32,6,32,2,32,7,106,16,201,3,12,1,11,32,8,32,4,32,3,32,6,16,218,3,34,4,16,159,1,33,10,32,4,16,165,1,33,1,35,0,65,16,107,34,7,36,0,2,64,32,1,32,6,16,215,3,34,3,32,6,16,165,1,34,2,107,77,4,64,32,1,69,13,1,32,6,16,159,1,34,3,32,2,65,2,116,106,32,10,32,1,16,110,32,6,32,1,32,2,106,34,1,16,201,3,32,7,65,0,54,2,12,32,3,32,1,65,2,116,106,32,7,65,12,106,16,208,1,12,1,11,32,6,32,3,32,1,32,2,106,32,3,107,32,2,32,2,65,0,32,1,32,10,16,132,6,11,32,7,65,16,106,36,0,32,4,16,246,5,26,11,32,8,65,16,106,36,0,11,32,0,65,184,3,106,32,0,65,176,3,106,16,140,1,4,64,32,5,32,5,40,2,0,65,2,114,54,2,0,11,32,0,40,2,184,3,33,4,32,0,65,16,106,16,163,2,32,9,16,174,2,32,0,65,192,3,106,36,0,32,4,11,27,1,1,127,65,1,33,1,32,0,16,168,1,4,127,32,0,16,169,1,65,1,107,5,32,1,11,11,9,0,32,0,32,1,16,169,3,11,33,0,32,0,16,159,1,32,1,77,4,127,32,1,32,0,16,159,1,32,0,16,165,1,65,2,116,106,77,5,65,0,11,11,29,0,35,0,65,16,107,34,3,36,0,32,0,32,1,32,2,16,160,2,32,3,65,16,106,36,0,32,0,11,11,0,32,0,65,176,168,4,16,168,2,11,89,1,2,127,35,0,65,16,107,34,2,36,0,32,0,16,168,1,4,64,32,0,40,2,0,33,3,32,0,16,169,1,26,32,3,16,86,11,32,0,32,1,40,2,8,54,2,8,32,0,32,1,41,2,0,55,2,0,32,1,65,0,16,190,1,32,2,65,0,54,2,12,32,1,32,2,65,12,106,16,208,1,32,2,65,16,106,36,0,11,11,0,32,0,65,168,168,4,16,168,2,11,49,1,1,127,35,0,65,16,107,34,2,36,0,32,2,32,0,40,2,0,54,2,8,32,2,65,8,106,32,1,16,236,3,32,2,40,2,8,33,1,32,2,65,16,106,36,0,32,1,11,227,4,1,11,127,35,0,65,208,3,107,34,0,36,0,32,0,32,5,55,3,16,32,0,32,6,55,3,24,32,0,32,0,65,224,2,106,54,2,220,2,32,0,65,224,2,106,32,0,65,16,106,16,128,2,33,7,32,0,65,204,0,54,2,240,1,32,0,65,232,1,106,65,0,32,0,65,240,1,106,16,170,2,33,13,32,0,65,204,0,54,2,240,1,32,0,65,224,1,106,65,0,32,0,65,240,1,106,16,170,2,33,10,32,0,65,240,1,106,33,9,2,64,32,7,65,228,0,79,4,64,16,200,2,33,7,32,0,32,5,55,3,0,32,0,32,6,55,3,8,32,0,65,220,2,106,32,7,65,254,11,32,0,16,247,2,34,7,65,127,70,13,1,32,13,32,0,40,2,220,2,16,171,2,32,10,32,7,16,85,16,171,2,32,10,16,224,3,13,1,32,10,40,2,0,33,9,11,32,0,65,216,1,106,32,3,16,203,1,32,0,65,216,1,106,16,117,34,17,32,0,40,2,220,2,34,8,32,7,32,8,106,32,9,16,199,2,32,7,65,0,74,4,64,32,0,40,2,220,2,45,0,0,65,45,70,33,14,11,32,2,32,14,32,0,65,216,1,106,32,0,65,208,1,106,32,0,65,207,1,106,32,0,65,206,1,106,32,0,65,192,1,106,16,151,1,34,15,32,0,65,176,1,106,16,151,1,34,8,32,0,65,160,1,106,16,151,1,34,11,32,0,65,156,1,106,16,225,3,32,0,65,204,0,54,2,48,32,0,65,40,106,65,0,32,0,65,48,106,16,170,2,33,12,2,127,32,0,40,2,156,1,34,2,32,7,72,4,64,32,11,16,165,1,32,7,32,2,107,65,1,116,106,32,8,16,165,1,106,32,0,40,2,156,1,106,65,1,106,12,1,11,32,11,16,165,1,32,8,16,165,1,106,32,0,40,2,156,1,106,65,2,106,11,33,16,32,0,65,48,106,33,2,32,16,65,229,0,79,4,64,32,12,32,16,16,85,16,171,2,32,12,40,2,0,34,2,69,13,1,11,32,2,32,0,65,36,106,32,0,65,32,106,32,3,40,2,4,32,9,32,7,32,9,106,32,17,32,14,32,0,65,208,1,106,32,0,44,0,207,1,32,0,44,0,206,1,32,15,32,8,32,11,32,0,40,2,156,1,16,226,3,32,1,32,2,32,0,40,2,36,32,0,40,2,32,32,3,32,4,16,54,33,7,32,12,16,174,2,32,11,16,246,5,26,32,8,16,246,5,26,32,15,16,246,5,26,32,0,65,216,1,106,16,163,2,32,10,16,174,2,32,13,16,174,2,32,0,65,208,3,106,36,0,32,7,15,11,16,177,1,0,11,8,0,32,0,40,2,0,69,11,219,2,1,1,127,35,0,65,16,107,34,10,36,0,32,9,2,127,32,0,4,64,32,2,16,202,3,33,0,2,64,32,1,4,64,32,10,32,0,16,203,3,32,3,32,10,40,2,0,54,0,0,32,10,32,0,16,204,3,32,8,32,10,16,154,1,32,10,16,246,5,26,12,1,11,32,10,32,0,16,227,3,32,3,32,10,40,2,0,54,0,0,32,10,32,0,16,166,2,32,8,32,10,16,154,1,32,10,16,246,5,26,11,32,4,32,0,16,225,2,58,0,0,32,5,32,0,16,226,2,58,0,0,32,10,32,0,16,227,2,32,6,32,10,16,154,1,32,10,16,246,5,26,32,10,32,0,16,165,2,32,7,32,10,16,154,1,32,10,16,246,5,26,32,0,16,205,3,12,1,11,32,2,16,206,3,33,0,2,64,32,1,4,64,32,10,32,0,16,203,3,32,3,32,10,40,2,0,54,0,0,32,10,32,0,16,204,3,32,8,32,10,16,154,1,32,10,16,246,5,26,12,1,11,32,10,32,0,16,227,3,32,3,32,10,40,2,0,54,0,0,32,10,32,0,16,166,2,32,8,32,10,16,154,1,32,10,16,246,5,26,11,32,4,32,0,16,225,2,58,0,0,32,5,32,0,16,226,2,58,0,0,32,10,32,0,16,227,2,32,6,32,10,16,154,1,32,10,16,246,5,26,32,10,32,0,16,165,2,32,7,32,10,16,154,1,32,10,16,246,5,26,32,0,16,205,3,11,54,2,0,32,10,65,16,106,36,0,11,231,5,1,10,127,35,0,65,16,107,34,21,36,0,32,2,32,0,54,2,0,32,3,65,128,4,113,33,23,3,64,32,22,65,4,70,4,64,32,13,16,165,1,65,1,75,4,64,32,21,32,13,16,229,2,54,2,8,32,2,32,21,65,8,106,65,1,16,207,3,32,13,16,230,2,32,2,40,2,0,16,228,3,54,2,0,11,32,3,65,176,1,113,34,15,65,16,71,4,64,32,1,32,15,65,32,70,4,127,32,2,40,2,0,5,32,0,11,54,2,0,11,32,21,65,16,106,36,0,15,11,2,64,2,64,2,64,2,64,2,64,2,64,32,8,32,22,106,44,0,0,14,5,0,1,3,2,4,5,11,32,1,32,2,40,2,0,54,2,0,12,4,11,32,1,32,2,40,2,0,54,2,0,32,6,65,32,16,194,1,33,15,32,2,32,2,40,2,0,34,16,65,1,106,54,2,0,32,16,32,15,58,0,0,12,3,11,32,13,16,175,2,13,2,32,13,65,0,16,173,2,45,0,0,33,15,32,2,32,2,40,2,0,34,16,65,1,106,54,2,0,32,16,32,15,58,0,0,12,2,11,32,12,16,175,2,33,15,32,23,69,13,1,32,15,13,1,32,2,32,12,16,229,2,32,12,16,230,2,32,2,40,2,0,16,228,3,54,2,0,12,1,11,32,2,40,2,0,33,24,32,4,32,7,106,34,4,33,15,3,64,2,64,32,5,32,15,77,13,0,32,6,65,128,16,32,15,44,0,0,16,122,69,13,0,32,15,65,1,106,33,15,12,1,11,11,32,14,34,16,65,0,74,4,64,3,64,2,64,32,4,32,15,79,13,0,32,16,69,13,0,32,15,65,1,107,34,15,45,0,0,33,17,32,2,32,2,40,2,0,34,18,65,1,106,54,2,0,32,18,32,17,58,0,0,32,16,65,1,107,33,16,12,1,11,11,32,16,4,127,32,6,65,48,16,194,1,5,65,0,11,33,18,3,64,32,2,32,2,40,2,0,34,17,65,1,106,54,2,0,32,16,65,0,74,4,64,32,17,32,18,58,0,0,32,16,65,1,107,33,16,12,1,11,11,32,17,32,9,58,0,0,11,2,64,32,4,32,15,70,4,64,32,6,65,48,16,194,1,33,15,32,2,32,2,40,2,0,34,16,65,1,106,54,2,0,32,16,32,15,58,0,0,12,1,11,32,11,16,175,2,4,127,65,127,5,32,11,65,0,16,173,2,44,0,0,11,33,19,65,0,33,16,65,0,33,20,3,64,32,4,32,15,70,13,1,2,64,32,16,32,19,71,4,64,32,16,33,18,12,1,11,32,2,32,2,40,2,0,34,17,65,1,106,54,2,0,32,17,32,10,58,0,0,65,0,33,18,32,11,16,165,1,32,20,65,1,106,34,20,77,4,64,32,16,33,19,12,1,11,32,11,32,20,16,173,2,45,0,0,65,255,0,70,4,64,65,127,33,19,12,1,11,32,11,32,20,16,173,2,44,0,0,33,19,11,32,15,65,1,107,34,15,45,0,0,33,16,32,2,32,2,40,2,0,34,17,65,1,106,54,2,0,32,17,32,16,58,0,0,32,18,65,1,106,33,16,12,0,11,0,11,32,24,32,2,40,2,0,16,240,2,11,32,22,65,1,106,33,22,12,0,11,0,11,48,0,32,0,173,32,1,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,1,40,2,0,40,2,40,17,0,0,26,11,17,0,32,0,16,232,5,32,1,16,232,5,32,2,16,234,3,11,160,3,1,7,127,35,0,65,192,1,107,34,0,36,0,32,0,65,184,1,106,32,3,16,203,1,32,0,65,184,1,106,16,117,33,10,32,5,16,165,1,4,64,32,5,65,0,16,173,2,45,0,0,32,10,65,45,16,194,1,65,255,1,113,70,33,11,11,32,2,32,11,32,0,65,184,1,106,32,0,65,176,1,106,32,0,65,175,1,106,32,0,65,174,1,106,32,0,65,160,1,106,16,151,1,34,12,32,0,65,144,1,106,16,151,1,34,6,32,0,65,128,1,106,16,151,1,34,7,32,0,65,252,0,106,16,225,3,32,0,65,204,0,54,2,16,32,0,65,8,106,65,0,32,0,65,16,106,16,170,2,33,9,2,127,32,5,16,165,1,32,0,40,2,124,74,4,64,32,5,16,165,1,33,2,32,0,40,2,124,33,8,32,7,16,165,1,32,2,32,8,107,65,1,116,106,32,6,16,165,1,106,32,0,40,2,124,106,65,1,106,12,1,11,32,7,16,165,1,32,6,16,165,1,106,32,0,40,2,124,106,65,2,106,11,33,8,32,0,65,16,106,33,2,2,64,32,8,65,229,0,73,13,0,32,9,32,8,16,85,16,171,2,32,9,40,2,0,34,2,13,0,16,177,1,0,11,32,2,32,0,65,4,106,32,0,32,3,40,2,4,32,5,16,159,1,32,5,16,159,1,32,5,16,165,1,106,32,10,32,11,32,0,65,176,1,106,32,0,44,0,175,1,32,0,44,0,174,1,32,12,32,6,32,7,32,0,40,2,124,16,226,3,32,1,32,2,32,0,40,2,4,32,0,40,2,0,32,3,32,4,16,54,33,5,32,9,16,174,2,32,7,16,246,5,26,32,6,16,246,5,26,32,12,16,246,5,26,32,0,65,184,1,106,16,163,2,32,0,65,192,1,106,36,0,32,5,11,238,4,1,11,127,35,0,65,176,8,107,34,0,36,0,32,0,32,5,55,3,16,32,0,32,6,55,3,24,32,0,32,0,65,192,7,106,54,2,188,7,32,0,65,192,7,106,32,0,65,16,106,16,128,2,33,7,32,0,65,204,0,54,2,160,4,32,0,65,152,4,106,65,0,32,0,65,160,4,106,16,170,2,33,13,32,0,65,204,0,54,2,160,4,32,0,65,144,4,106,65,0,32,0,65,160,4,106,16,170,2,33,10,32,0,65,160,4,106,33,9,2,64,32,7,65,228,0,79,4,64,16,200,2,33,7,32,0,32,5,55,3,0,32,0,32,6,55,3,8,32,0,65,188,7,106,32,7,65,254,11,32,0,16,247,2,34,7,65,127,70,13,1,32,13,32,0,40,2,188,7,16,171,2,32,10,32,7,65,2,116,16,85,16,171,2,32,10,16,224,3,13,1,32,10,40,2,0,33,9,11,32,0,65,136,4,106,32,3,16,203,1,32,0,65,136,4,106,16,135,1,34,17,32,0,40,2,188,7,34,8,32,7,32,8,106,32,9,16,223,2,32,7,65,0,74,4,64,32,0,40,2,188,7,45,0,0,65,45,70,33,14,11,32,2,32,14,32,0,65,136,4,106,32,0,65,128,4,106,32,0,65,252,3,106,32,0,65,248,3,106,32,0,65,232,3,106,16,151,1,34,15,32,0,65,216,3,106,16,151,1,34,8,32,0,65,200,3,106,16,151,1,34,11,32,0,65,196,3,106,16,231,3,32,0,65,204,0,54,2,48,32,0,65,40,106,65,0,32,0,65,48,106,16,170,2,33,12,2,127,32,0,40,2,196,3,34,2,32,7,72,4,64,32,11,16,165,1,32,7,32,2,107,65,1,116,106,32,8,16,165,1,106,32,0,40,2,196,3,106,65,1,106,12,1,11,32,11,16,165,1,32,8,16,165,1,106,32,0,40,2,196,3,106,65,2,106,11,33,16,32,0,65,48,106,33,2,32,16,65,229,0,79,4,64,32,12,32,16,65,2,116,16,85,16,171,2,32,12,40,2,0,34,2,69,13,1,11,32,2,32,0,65,36,106,32,0,65,32,106,32,3,40,2,4,32,9,32,9,32,7,65,2,116,106,32,17,32,14,32,0,65,128,4,106,32,0,40,2,252,3,32,0,40,2,248,3,32,15,32,8,32,11,32,0,40,2,196,3,16,232,3,32,1,32,2,32,0,40,2,36,32,0,40,2,32,32,3,32,4,16,129,3,33,7,32,12,16,174,2,32,11,16,246,5,26,32,8,16,246,5,26,32,15,16,246,5,26,32,0,65,136,4,106,16,163,2,32,10,16,174,2,32,13,16,174,2,32,0,65,176,8,106,36,0,32,7,15,11,16,177,1,0,11,219,2,1,1,127,35,0,65,16,107,34,10,36,0,32,9,2,127,32,0,4,64,32,2,16,219,3,33,0,2,64,32,1,4,64,32,10,32,0,16,203,3,32,3,32,10,40,2,0,54,0,0,32,10,32,0,16,204,3,32,8,32,10,16,220,3,32,10,16,246,5,26,12,1,11,32,10,32,0,16,227,3,32,3,32,10,40,2,0,54,0,0,32,10,32,0,16,166,2,32,8,32,10,16,220,3,32,10,16,246,5,26,11,32,4,32,0,16,225,2,54,2,0,32,5,32,0,16,226,2,54,2,0,32,10,32,0,16,227,2,32,6,32,10,16,154,1,32,10,16,246,5,26,32,10,32,0,16,165,2,32,7,32,10,16,220,3,32,10,16,246,5,26,32,0,16,205,3,12,1,11,32,2,16,221,3,33,0,2,64,32,1,4,64,32,10,32,0,16,203,3,32,3,32,10,40,2,0,54,0,0,32,10,32,0,16,204,3,32,8,32,10,16,220,3,32,10,16,246,5,26,12,1,11,32,10,32,0,16,227,3,32,3,32,10,40,2,0,54,0,0,32,10,32,0,16,166,2,32,8,32,10,16,220,3,32,10,16,246,5,26,11,32,4,32,0,16,225,2,54,2,0,32,5,32,0,16,226,2,54,2,0,32,10,32,0,16,227,2,32,6,32,10,16,154,1,32,10,16,246,5,26,32,10,32,0,16,165,2,32,7,32,10,16,220,3,32,10,16,246,5,26,32,0,16,205,3,11,54,2,0,32,10,65,16,106,36,0,11,143,6,1,10,127,35,0,65,16,107,34,20,36,0,32,2,32,0,54,2,0,32,3,65,128,4,113,33,22,32,7,65,2,116,33,23,3,64,32,21,65,4,70,4,64,32,13,16,165,1,65,1,75,4,64,32,20,32,13,16,229,2,54,2,8,32,2,32,20,65,8,106,65,1,16,222,3,32,13,16,253,2,32,2,40,2,0,16,228,3,54,2,0,11,32,3,65,176,1,113,34,7,65,16,71,4,64,32,1,32,7,65,32,70,4,127,32,2,40,2,0,5,32,0,11,54,2,0,11,32,20,65,16,106,36,0,5,2,64,2,64,2,64,2,64,2,64,2,64,32,8,32,21,106,44,0,0,14,5,0,1,3,2,4,5,11,32,1,32,2,40,2,0,54,2,0,12,4,11,32,1,32,2,40,2,0,54,2,0,32,6,65,32,16,195,1,33,7,32,2,32,2,40,2,0,34,15,65,4,106,54,2,0,32,15,32,7,54,2,0,12,3,11,32,13,16,175,2,13,2,32,13,65,0,16,208,2,40,2,0,33,7,32,2,32,2,40,2,0,34,15,65,4,106,54,2,0,32,15,32,7,54,2,0,12,2,11,32,12,16,175,2,33,7,32,22,69,13,1,32,7,13,1,32,2,32,12,16,229,2,32,12,16,253,2,32,2,40,2,0,16,228,3,54,2,0,12,1,11,32,2,40,2,0,33,24,32,4,32,23,106,34,4,33,7,3,64,2,64,32,5,32,7,77,13,0,32,6,65,128,16,32,7,40,2,0,16,138,1,69,13,0,32,7,65,4,106,33,7,12,1,11,11,32,14,65,0,74,4,64,32,2,40,2,0,33,15,32,14,33,16,3,64,2,64,32,4,32,7,79,13,0,32,16,69,13,0,32,7,65,4,107,34,7,40,2,0,33,18,32,2,32,15,65,4,106,34,17,54,2,0,32,15,32,18,54,2,0,32,16,65,1,107,33,16,32,17,33,15,12,1,11,11,2,64,32,16,69,4,64,65,0,33,17,12,1,11,32,6,65,48,16,195,1,33,17,32,2,40,2,0,33,15,11,3,64,32,15,65,4,106,33,18,32,16,65,0,74,4,64,32,15,32,17,54,2,0,32,16,65,1,107,33,16,32,18,33,15,12,1,11,11,32,2,32,18,54,2,0,32,15,32,9,54,2,0,11,2,64,32,4,32,7,70,4,64,32,6,65,48,16,195,1,33,15,32,2,32,2,40,2,0,34,16,65,4,106,34,7,54,2,0,32,16,32,15,54,2,0,12,1,11,32,11,16,175,2,4,127,65,127,5,32,11,65,0,16,173,2,44,0,0,11,33,17,65,0,33,15,65,0,33,19,3,64,32,4,32,7,71,4,64,2,64,32,15,32,17,71,4,64,32,15,33,18,12,1,11,32,2,32,2,40,2,0,34,16,65,4,106,54,2,0,32,16,32,10,54,2,0,65,0,33,18,32,11,16,165,1,32,19,65,1,106,34,19,77,4,64,32,15,33,17,12,1,11,32,11,32,19,16,173,2,45,0,0,65,255,0,70,4,64,65,127,33,17,12,1,11,32,11,32,19,16,173,2,44,0,0,33,17,11,32,7,65,4,107,34,7,40,2,0,33,15,32,2,32,2,40,2,0,34,16,65,4,106,54,2,0,32,16,32,15,54,2,0,32,18,65,1,106,33,15,12,1,11,11,32,2,40,2,0,33,7,11,32,24,32,7,16,130,3,11,32,21,65,1,106,33,21,12,1,11,11,11,169,3,1,7,127,35,0,65,240,3,107,34,0,36,0,32,0,65,232,3,106,32,3,16,203,1,32,0,65,232,3,106,16,135,1,33,10,32,5,16,165,1,4,64,32,5,65,0,16,208,2,40,2,0,32,10,65,45,16,195,1,70,33,11,11,32,2,32,11,32,0,65,232,3,106,32,0,65,224,3,106,32,0,65,220,3,106,32,0,65,216,3,106,32,0,65,200,3,106,16,151,1,34,12,32,0,65,184,3,106,16,151,1,34,6,32,0,65,168,3,106,16,151,1,34,7,32,0,65,164,3,106,16,231,3,32,0,65,204,0,54,2,16,32,0,65,8,106,65,0,32,0,65,16,106,16,170,2,33,9,2,127,32,5,16,165,1,32,0,40,2,164,3,74,4,64,32,5,16,165,1,33,2,32,0,40,2,164,3,33,8,32,7,16,165,1,32,2,32,8,107,65,1,116,106,32,6,16,165,1,106,32,0,40,2,164,3,106,65,1,106,12,1,11,32,7,16,165,1,32,6,16,165,1,106,32,0,40,2,164,3,106,65,2,106,11,33,8,32,0,65,16,106,33,2,2,64,32,8,65,229,0,73,13,0,32,9,32,8,65,2,116,16,85,16,171,2,32,9,40,2,0,34,2,13,0,16,177,1,0,11,32,2,32,0,65,4,106,32,0,32,3,40,2,4,32,5,16,159,1,32,5,16,159,1,32,5,16,165,1,65,2,116,106,32,10,32,11,32,0,65,224,3,106,32,0,40,2,220,3,32,0,40,2,216,3,32,12,32,6,32,7,32,0,40,2,164,3,16,232,3,32,1,32,2,32,0,40,2,4,32,0,40,2,0,32,3,32,4,16,129,3,33,5,32,9,16,174,2,32,7,16,246,5,26,32,6,16,246,5,26,32,12,16,246,5,26,32,0,65,232,3,106,16,163,2,32,0,65,240,3,106,36,0,32,5,11,25,0,32,1,32,0,107,34,1,4,64,32,2,32,0,32,1,16,70,11,32,1,32,2,106,11,15,0,32,0,32,0,40,2,0,32,1,106,54,2,0,11,18,0,32,0,32,0,40,2,0,32,1,65,2,116,106,54,2,0,11,4,0,65,127,11,9,0,32,0,32,5,16,52,26,11,10,0,32,0,32,5,16,188,3,26,11,10,0,32,0,16,241,3,26,32,0,11,33,0,32,0,65,136,237,1,54,2,0,32,0,40,2,8,16,200,2,71,4,64,32,0,40,2,8,16,129,2,11,32,0,11,9,0,32,0,16,240,3,16,86,11,30,0,32,0,32,1,65,1,107,54,2,4,32,0,65,216,168,2,54,2,0,32,0,65,220,240,1,54,2,0,11,75,1,2,127,35,0,65,16,107,34,1,36,0,32,0,66,0,55,3,0,32,1,65,0,54,2,12,32,0,65,8,106,34,2,32,1,65,12,106,16,213,5,32,2,65,8,106,65,0,58,0,120,32,1,65,16,106,36,0,32,0,65,30,16,138,4,32,0,65,30,16,139,4,32,0,11,23,1,1,127,32,0,16,140,4,33,1,32,0,16,141,4,32,0,32,1,16,142,4,11,16,0,32,0,32,1,65,200,167,4,16,143,4,16,144,4,11,16,0,32,0,32,1,65,208,167,4,16,143,4,16,144,4,11,16,0,32,0,32,1,65,148,169,4,16,143,4,16,144,4,11,16,0,32,0,32,1,65,140,169,4,16,143,4,16,144,4,11,16,0,32,0,32,1,65,156,169,4,16,143,4,16,144,4,11,16,0,32,0,32,1,65,164,169,4,16,143,4,16,144,4,11,16,0,32,0,32,1,65,172,169,4,16,143,4,16,144,4,11,16,0,32,0,32,1,65,180,169,4,16,143,4,16,144,4,11,16,0,32,0,32,1,65,188,169,4,16,143,4,16,144,4,11,16,0,32,0,32,1,65,196,169,4,16,143,4,16,144,4,11,16,0,32,0,32,1,65,152,168,4,16,143,4,16,144,4,11,16,0,32,0,32,1,65,160,168,4,16,143,4,16,144,4,11,16,0,32,0,32,1,65,168,168,4,16,143,4,16,144,4,11,16,0,32,0,32,1,65,176,168,4,16,143,4,16,144,4,11,16,0,32,0,32,1,65,248,167,4,16,143,4,16,144,4,11,16,0,32,0,32,1,65,128,168,4,16,143,4,16,144,4,11,16,0,32,0,32,1,65,136,168,4,16,143,4,16,144,4,11,16,0,32,0,32,1,65,144,168,4,16,143,4,16,144,4,11,16,0,32,0,32,1,65,216,168,4,16,143,4,16,144,4,11,16,0,32,0,32,1,65,224,168,4,16,143,4,16,144,4,11,66,1,1,127,32,0,16,206,5,32,1,73,4,64,16,177,1,0,11,32,0,32,0,16,180,5,32,1,16,207,5,34,2,54,2,0,32,0,32,2,54,2,4,32,0,16,208,5,32,2,32,1,65,2,116,106,54,2,0,32,0,65,0,16,209,5,11,84,1,3,127,35,0,65,16,107,34,3,36,0,32,3,32,0,32,1,16,210,5,34,2,40,2,4,33,1,32,2,40,2,8,33,4,3,64,32,1,32,4,70,4,64,32,2,16,211,5,32,3,65,16,106,36,0,5,32,0,16,180,5,32,1,16,212,5,32,2,32,1,65,4,106,34,1,54,2,4,12,1,11,11,11,16,0,32,0,40,2,4,32,0,40,2,0,107,65,2,117,11,12,0,32,0,32,0,40,2,0,16,217,5,11,44,0,32,0,40,2,0,26,32,0,40,2,0,32,0,16,215,5,65,2,116,106,26,32,0,40,2,0,26,32,0,40,2,0,32,0,16,140,4,65,2,116,106,26,11,207,1,1,4,127,35,0,65,32,107,34,1,36,0,32,1,65,0,54,2,12,32,1,65,206,0,54,2,8,32,1,32,1,41,3,8,55,3,0,32,1,65,16,106,34,2,32,1,41,2,0,55,2,4,32,2,32,0,54,2,0,32,2,33,3,35,0,65,16,107,34,2,36,0,32,0,40,2,0,65,127,71,4,64,32,2,65,8,106,34,4,32,3,16,233,2,26,32,2,32,4,16,233,2,26,3,64,32,0,40,2,0,65,1,70,13,0,11,32,0,40,2,0,69,4,64,32,0,65,1,54,2,0,32,2,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,65,207,0,17,0,0,26,32,0,65,127,54,2,0,11,11,32,2,65,16,106,36,0,32,0,40,2,4,33,0,32,1,65,32,106,36,0,32,0,65,1,107,11,212,5,1,11,127,35,0,65,16,107,34,11,36,0,32,1,16,161,4,35,0,65,16,107,34,7,36,0,32,7,32,1,54,2,12,32,11,65,8,106,34,1,32,7,65,12,106,16,208,1,32,7,65,16,106,36,0,32,1,33,7,32,0,65,8,106,34,1,16,140,4,32,2,77,4,64,2,64,32,1,16,140,4,34,4,32,2,65,1,106,34,0,73,4,64,35,0,65,32,107,34,12,36,0,2,64,32,0,32,4,107,34,4,32,1,34,3,16,208,5,40,2,0,32,3,40,2,4,107,65,2,117,77,4,64,32,3,32,4,16,139,4,12,1,11,32,3,16,180,5,33,0,32,3,32,3,16,140,4,32,4,106,16,220,5,33,8,32,3,16,140,4,33,9,35,0,65,16,107,34,10,36,0,32,10,65,0,54,2,12,32,12,65,8,106,34,5,65,12,106,34,13,32,10,65,12,106,16,213,5,32,13,32,0,54,2,4,32,8,4,64,32,5,16,221,5,32,8,16,207,5,33,6,11,32,5,32,6,54,2,0,32,5,32,6,32,9,65,2,116,106,34,9,54,2,8,32,5,32,9,54,2,4,32,5,16,222,5,32,6,32,8,65,2,116,106,54,2,0,32,10,65,16,106,36,0,32,5,33,0,35,0,65,16,107,34,5,36,0,32,5,32,0,65,8,106,34,6,40,2,0,54,2,0,32,6,40,2,0,33,8,32,5,32,6,54,2,8,32,5,32,8,32,4,65,2,116,106,54,2,4,32,5,34,4,40,2,0,33,6,3,64,32,4,40,2,4,32,6,71,4,64,32,0,16,221,5,32,4,40,2,0,16,212,5,32,4,32,4,40,2,0,65,4,106,34,6,54,2,0,12,1,11,11,32,4,40,2,8,32,4,40,2,0,54,2,0,32,5,65,16,106,36,0,32,3,34,4,16,167,4,32,3,16,180,5,26,32,0,34,3,65,4,106,34,0,32,0,40,2,0,32,4,40,2,4,32,4,40,2,0,34,8,107,34,5,107,34,6,54,2,0,32,5,65,0,74,4,64,32,6,32,8,32,5,16,69,26,11,32,4,32,0,16,160,1,32,4,65,4,106,32,3,65,8,106,16,160,1,32,4,16,208,5,32,3,16,222,5,16,160,1,32,3,32,3,40,2,4,54,2,0,32,4,32,4,16,140,4,16,209,5,32,3,40,2,4,33,0,3,64,32,0,32,3,40,2,8,71,4,64,32,3,16,221,5,26,32,3,32,3,40,2,8,65,4,107,54,2,8,12,1,11,11,32,3,40,2,0,4,64,32,3,16,221,5,32,3,40,2,0,32,3,16,222,5,40,2,0,32,3,40,2,0,107,65,2,117,16,216,5,11,11,32,12,65,32,106,36,0,12,1,11,32,0,32,4,73,4,64,32,1,32,1,40,2,0,32,0,65,2,116,106,16,169,4,11,11,11,32,1,32,2,16,160,4,40,2,0,4,64,32,1,32,2,16,160,4,40,2,0,16,164,4,11,32,7,16,208,3,33,0,32,1,32,2,16,160,4,32,0,54,2,0,32,7,40,2,0,33,0,32,7,65,0,54,2,0,32,0,4,64,32,0,16,164,4,11,32,11,65,16,106,36,0,11,18,0,32,0,32,1,16,243,3,32,0,65,192,249,1,54,2,0,11,18,0,32,0,32,1,16,243,3,32,0,65,224,249,1,54,2,0,11,44,0,32,0,32,1,16,243,3,32,0,65,0,58,0,12,32,0,65,0,54,2,8,32,0,65,220,235,1,54,2,0,32,0,65,144,232,0,40,2,0,54,2,8,11,18,0,32,0,32,1,16,243,3,32,0,65,148,241,1,54,2,0,11,36,0,32,0,32,1,16,243,3,32,0,65,174,216,0,59,1,8,32,0,65,184,237,1,54,2,0,32,0,65,12,106,16,151,1,26,11,39,0,32,0,32,1,16,243,3,32,0,66,174,128,128,128,192,5,55,2,8,32,0,65,224,237,1,54,2,0,32,0,65,16,106,16,151,1,26,11,18,0,32,0,32,1,16,243,3,32,0,65,164,141,2,54,2,0,11,18,0,32,0,32,1,16,243,3,32,0,65,184,142,2,54,2,0,11,18,0,32,0,32,1,16,243,3,32,0,65,172,143,2,54,2,0,11,18,0,32,0,32,1,16,243,3,32,0,65,160,144,2,54,2,0,11,41,0,32,0,32,1,16,243,3,32,0,65,8,106,34,1,65,192,166,2,54,2,0,32,0,65,248,128,2,54,2,0,32,1,65,168,129,2,54,2,0,11,41,0,32,0,32,1,16,243,3,32,0,65,8,106,34,1,65,228,166,2,54,2,0,32,0,65,128,131,2,54,2,0,32,1,65,176,131,2,54,2,0,11,18,0,32,0,32,1,16,243,3,32,0,65,196,153,2,54,2,0,11,18,0,32,0,32,1,16,243,3,32,0,65,188,154,2,54,2,0,11,135,7,1,1,127,2,64,65,248,168,4,45,0,0,65,1,113,13,0,65,248,168,4,16,141,6,69,13,0,65,184,181,4,65,1,16,243,3,65,184,181,4,65,136,235,1,54,2,0,65,192,181,4,16,244,3,33,0,65,208,182,4,65,244,13,16,51,26,32,0,16,245,3,65,128,179,4,65,1,16,145,4,65,184,181,4,65,128,179,4,16,246,3,65,136,179,4,65,1,16,146,4,65,184,181,4,65,136,179,4,16,247,3,65,144,179,4,65,1,16,147,4,65,184,181,4,65,144,179,4,16,248,3,65,160,179,4,65,1,16,148,4,65,184,181,4,65,160,179,4,16,249,3,65,168,179,4,65,1,16,243,3,65,168,179,4,65,168,242,1,54,2,0,65,184,181,4,65,168,179,4,16,250,3,65,176,179,4,65,1,16,243,3,65,176,179,4,65,136,237,1,54,2,0,65,184,179,4,16,200,2,54,2,0,65,184,181,4,65,176,179,4,16,251,3,65,192,179,4,65,1,16,243,3,65,192,179,4,65,188,243,1,54,2,0,65,184,181,4,65,192,179,4,16,252,3,65,200,179,4,65,1,16,243,3,65,200,179,4,65,176,244,1,54,2,0,65,184,181,4,65,200,179,4,16,253,3,65,208,179,4,65,1,16,149,4,65,184,181,4,65,208,179,4,16,254,3,65,232,179,4,65,1,16,150,4,65,184,181,4,65,232,179,4,16,255,3,65,136,180,4,65,1,16,243,3,65,136,180,4,65,128,250,1,54,2,0,65,184,181,4,65,136,180,4,65,216,167,4,16,143,4,16,144,4,65,144,180,4,65,1,16,243,3,65,144,180,4,65,244,251,1,54,2,0,65,184,181,4,65,144,180,4,65,224,167,4,16,143,4,16,144,4,65,152,180,4,65,1,16,243,3,65,152,180,4,65,200,253,1,54,2,0,65,184,181,4,65,152,180,4,65,232,167,4,16,143,4,16,144,4,65,160,180,4,65,1,16,243,3,65,160,180,4,65,176,255,1,54,2,0,65,184,181,4,65,160,180,4,65,240,167,4,16,143,4,16,144,4,65,168,180,4,65,1,16,151,4,65,184,181,4,65,168,180,4,16,128,4,65,176,180,4,65,1,16,152,4,65,184,181,4,65,176,180,4,16,129,4,65,184,180,4,65,1,16,153,4,65,184,181,4,65,184,180,4,16,130,4,65,192,180,4,65,1,16,154,4,65,184,181,4,65,192,180,4,16,131,4,65,200,180,4,65,1,16,243,3,65,200,180,4,65,180,148,2,54,2,0,65,184,181,4,65,200,180,4,65,184,168,4,16,143,4,16,144,4,65,208,180,4,65,1,16,243,3,65,208,180,4,65,216,149,2,54,2,0,65,184,181,4,65,208,180,4,65,192,168,4,16,143,4,16,144,4,65,216,180,4,65,1,16,243,3,65,216,180,4,65,252,150,2,54,2,0,65,184,181,4,65,216,180,4,65,200,168,4,16,143,4,16,144,4,65,224,180,4,65,1,16,243,3,65,224,180,4,65,160,152,2,54,2,0,65,184,181,4,65,224,180,4,65,208,168,4,16,143,4,16,144,4,65,232,180,4,65,1,16,155,4,65,184,181,4,65,232,180,4,16,132,4,65,248,180,4,65,1,16,156,4,65,184,181,4,65,248,180,4,16,133,4,65,136,181,4,65,1,16,243,3,65,144,181,4,16,218,5,65,136,181,4,65,160,137,2,54,2,0,65,184,181,4,65,136,181,4,16,134,4,65,152,181,4,65,1,16,243,3,65,160,181,4,16,218,5,65,152,181,4,65,188,138,2,54,2,0,65,184,181,4,65,152,181,4,16,135,4,65,168,181,4,65,1,16,157,4,65,184,181,4,65,168,181,4,16,136,4,65,176,181,4,65,1,16,158,4,65,184,181,4,65,176,181,4,16,137,4,65,240,168,4,65,184,181,4,54,2,0,65,244,168,4,65,240,168,4,54,2,0,65,248,168,4,16,143,6,11,65,244,168,4,40,2,0,11,13,0,32,0,40,2,0,32,1,65,2,116,106,11,20,0,32,0,65,4,106,34,0,32,0,40,2,0,65,1,106,54,2,0,11,73,1,1,127,35,0,65,16,107,34,3,36,0,32,0,32,2,16,147,4,32,0,65,144,236,1,54,2,0,32,0,32,1,16,159,1,16,240,1,34,2,54,2,16,32,2,69,4,64,32,3,65,254,18,32,1,16,138,6,16,177,1,0,11,32,3,65,16,106,36,0,32,0,11,73,1,1,127,35,0,65,16,107,34,3,36,0,32,0,32,2,16,148,4,32,0,65,196,236,1,54,2,0,32,0,32,1,16,159,1,16,240,1,34,2,54,2,8,32,2,69,4,64,32,3,65,193,18,32,1,16,138,6,16,177,1,0,11,32,3,65,16,106,36,0,32,0,11,61,0,32,0,65,4,106,16,166,4,65,127,70,4,64,32,0,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,8,17,0,0,26,11,11,117,1,2,127,32,0,65,136,235,1,54,2,0,32,0,65,8,106,33,1,3,64,32,1,16,140,4,32,2,75,4,64,32,1,32,2,16,160,4,40,2,0,4,64,32,1,32,2,16,160,4,40,2,0,16,164,4,11,32,2,65,1,106,33,2,12,1,11,11,32,0,65,152,1,106,16,246,5,26,32,1,16,167,4,32,1,40,2,0,4,64,32,1,16,141,4,32,1,16,180,5,32,1,40,2,0,32,1,16,215,5,16,216,5,11,32,0,11,19,0,32,0,32,0,40,2,0,65,1,107,34,0,54,2,0,32,0,11,53,0,32,0,40,2,0,26,32,0,40,2,0,32,0,16,215,5,65,2,116,106,26,32,0,40,2,0,32,0,16,140,4,65,2,116,106,26,32,0,40,2,0,32,0,16,215,5,65,2,116,106,26,11,9,0,32,0,16,165,4,16,86,11,25,1,1,127,32,0,16,140,4,33,2,32,0,32,1,16,217,5,32,0,32,2,16,142,4,11,21,0,32,0,32,1,40,2,0,34,1,54,2,0,32,1,16,161,4,32,0,11,78,0,2,64,65,132,169,4,45,0,0,65,1,113,13,0,65,132,169,4,16,141,6,69,13,0,65,252,168,4,16,159,4,16,170,4,26,65,128,169,4,65,252,168,4,54,2,0,65,132,169,4,16,143,6,11,32,0,65,128,169,4,40,2,0,40,2,0,34,0,54,2,0,32,0,16,161,4,11,28,0,32,1,40,2,0,16,161,4,32,0,40,2,0,16,164,4,32,0,32,1,40,2,0,54,2,0,11,31,0,32,0,2,127,65,136,169,4,65,136,169,4,40,2,0,65,1,106,34,0,54,2,0,32,0,11,54,2,4,11,52,0,32,0,4,64,32,0,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,4,17,0,0,26,11,11,96,1,2,127,32,0,40,2,0,40,2,0,34,0,40,2,0,32,0,40,2,8,34,2,65,1,117,106,33,1,32,0,40,2,4,33,0,32,1,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,2,65,1,113,4,127,32,1,40,2,0,32,0,106,40,2,0,5,32,0,11,17,0,0,26,11,21,0,32,0,65,156,235,1,54,2,0,32,0,40,2,8,16,129,2,32,0,11,9,0,32,0,16,176,4,16,86,11,99,1,1,127,35,0,65,32,107,34,5,36,0,32,5,65,16,106,32,1,32,2,16,155,2,33,1,32,5,32,3,32,4,16,155,2,33,3,32,1,16,159,1,33,2,32,3,16,159,1,33,4,32,0,40,2,8,26,32,2,32,4,16,235,1,33,4,32,3,16,246,5,26,32,1,16,246,5,26,32,5,65,32,106,36,0,32,4,65,0,71,65,127,32,4,65,0,78,27,11,86,1,1,127,35,0,65,16,107,34,4,36,0,32,0,65,0,32,4,32,2,32,3,16,155,2,34,2,16,159,1,65,0,32,1,40,2,8,16,130,2,65,0,16,241,2,34,0,16,159,1,32,2,16,159,1,32,0,16,165,1,65,1,106,32,1,40,2,8,16,130,2,26,32,2,16,246,5,26,32,4,65,16,106,36,0,11,21,0,32,0,65,188,235,1,54,2,0,32,0,40,2,8,16,129,2,32,0,11,9,0,32,0,16,180,4,16,86,11,175,1,1,2,127,35,0,65,32,107,34,6,36,0,32,6,65,16,106,32,1,32,2,16,159,2,33,1,32,6,32,3,32,4,16,159,2,33,3,32,1,16,159,1,33,2,32,3,16,159,1,33,4,32,0,40,2,8,26,32,2,40,2,0,33,0,2,64,32,4,40,2,0,34,5,69,13,0,32,0,69,13,0,32,0,32,5,71,13,0,3,64,32,2,40,2,4,33,0,32,4,40,2,4,34,5,69,13,1,32,0,69,13,1,32,4,65,4,106,33,4,32,2,65,4,106,33,2,32,0,32,5,70,13,0,11,11,32,0,32,5,107,33,4,32,3,16,246,5,26,32,1,16,246,5,26,32,6,65,32,106,36,0,32,4,65,0,71,65,127,32,4,65,0,78,27,11,86,1,1,127,35,0,65,16,107,34,4,36,0,32,0,65,0,32,4,32,2,32,3,16,159,2,34,2,16,159,1,65,0,32,1,40,2,8,16,132,2,65,0,16,131,3,34,0,16,159,1,32,2,16,159,1,32,0,16,165,1,65,1,106,32,1,40,2,8,16,132,2,26,32,2,16,246,5,26,32,4,65,16,106,36,0,11,36,0,32,2,65,255,0,77,4,127,65,144,232,0,40,2,0,32,2,65,1,116,106,47,1,0,32,1,113,65,0,71,5,65,0,11,11,70,0,3,64,32,1,32,2,71,4,64,32,3,32,1,40,2,0,65,255,0,77,4,127,65,144,232,0,40,2,0,32,1,40,2,0,65,1,116,106,47,1,0,5,65,0,11,59,1,0,32,3,65,2,106,33,3,32,1,65,4,106,33,1,12,1,11,11,32,2,11,68,0,3,64,2,64,32,2,32,3,71,4,127,32,2,40,2,0,65,255,0,75,13,1,65,144,232,0,40,2,0,32,2,40,2,0,65,1,116,106,47,1,0,32,1,113,69,13,1,32,2,5,32,3,11,15,11,32,2,65,4,106,33,2,12,0,11,0,11,69,0,2,64,3,64,32,2,32,3,70,13,1,2,64,32,2,40,2,0,65,255,0,75,13,0,65,144,232,0,40,2,0,32,2,40,2,0,65,1,116,106,47,1,0,32,1,113,69,13,0,32,2,65,4,106,33,2,12,1,11,11,32,2,33,3,11,32,3,11,30,0,32,1,65,255,0,77,4,127,65,160,238,0,40,2,0,32,1,65,2,116,106,40,2,0,5,32,1,11,11,65,0,3,64,32,1,32,2,71,4,64,32,1,32,1,40,2,0,34,0,65,255,0,77,4,127,65,160,238,0,40,2,0,32,1,40,2,0,65,2,116,106,40,2,0,5,32,0,11,54,2,0,32,1,65,4,106,33,1,12,1,11,11,32,2,11,30,0,32,1,65,255,0,77,4,127,65,176,250,0,40,2,0,32,1,65,2,116,106,40,2,0,5,32,1,11,11,65,0,3,64,32,1,32,2,71,4,64,32,1,32,1,40,2,0,34,0,65,255,0,77,4,127,65,176,250,0,40,2,0,32,1,40,2,0,65,2,116,106,40,2,0,5,32,0,11,54,2,0,32,1,65,4,106,33,1,12,1,11,11,32,2,11,42,0,3,64,32,1,32,2,70,69,4,64,32,3,32,1,44,0,0,54,2,0,32,3,65,4,106,33,3,32,1,65,1,106,33,1,12,1,11,11,32,2,11,19,0,32,1,32,2,32,1,65,128,1,73,27,65,24,116,65,24,117,11,53,0,3,64,32,1,32,2,70,69,4,64,32,4,32,1,40,2,0,34,0,32,3,32,0,65,128,1,73,27,58,0,0,32,4,65,1,106,33,4,32,1,65,4,106,33,1,12,1,11,11,32,2,11,40,1,1,127,32,0,65,220,235,1,54,2,0,2,64,32,0,40,2,8,34,1,69,13,0,32,0,45,0,12,69,13,0,32,1,16,86,11,32,0,11,9,0,32,0,16,195,4,16,86,11,39,0,32,1,65,0,78,4,127,65,160,238,0,40,2,0,32,1,65,255,1,113,65,2,116,106,40,2,0,5,32,1,11,65,24,116,65,24,117,11,64,0,3,64,32,1,32,2,71,4,64,32,1,32,1,44,0,0,34,0,65,0,78,4,127,65,160,238,0,40,2,0,32,1,44,0,0,65,2,116,106,40,2,0,5,32,0,11,58,0,0,32,1,65,1,106,33,1,12,1,11,11,32,2,11,39,0,32,1,65,0,78,4,127,65,176,250,0,40,2,0,32,1,65,255,1,113,65,2,116,106,40,2,0,5,32,1,11,65,24,116,65,24,117,11,64,0,3,64,32,1,32,2,71,4,64,32,1,32,1,44,0,0,34,0,65,0,78,4,127,65,176,250,0,40,2,0,32,1,44,0,0,65,2,116,106,40,2,0,5,32,0,11,58,0,0,32,1,65,1,106,33,1,12,1,11,11,32,2,11,42,0,3,64,32,1,32,2,70,69,4,64,32,3,32,1,45,0,0,58,0,0,32,3,65,1,106,33,3,32,1,65,1,106,33,1,12,1,11,11,32,2,11,12,0,32,1,32,2,32,1,65,0,78,27,11,52,0,3,64,32,1,32,2,70,69,4,64,32,4,32,1,44,0,0,34,0,32,3,32,0,65,0,78,27,58,0,0,32,4,65,1,106,33,4,32,1,65,1,106,33,1,12,1,11,11,32,2,11,9,0,32,0,16,205,4,16,86,11,27,0,32,0,65,144,236,1,54,2,0,32,0,40,2,16,16,129,2,32,0,16,195,4,26,32,0,11,23,0,32,0,40,2,16,26,32,1,65,255,1,113,16,133,2,65,24,116,65,24,117,11,43,0,3,64,32,1,32,2,71,4,64,32,0,40,2,16,26,32,1,32,1,45,0,0,16,133,2,58,0,0,32,1,65,1,106,33,1,12,1,11,11,32,2,11,23,0,32,0,40,2,16,26,32,1,65,255,1,113,16,134,2,65,24,116,65,24,117,11,43,0,3,64,32,1,32,2,71,4,64,32,0,40,2,16,26,32,1,32,1,45,0,0,16,134,2,58,0,0,32,1,65,1,106,33,1,12,1,11,11,32,2,11,9,0,32,0,16,211,4,16,86,11,21,0,32,0,65,196,236,1,54,2,0,32,0,40,2,8,16,129,2,32,0,11,145,2,1,1,127,32,1,65,128,192,0,113,4,64,32,0,40,2,8,26,32,2,16,135,2,65,0,71,33,3,11,32,1,65,128,128,1,113,4,64,32,3,32,2,32,0,40,2,8,16,136,2,65,0,71,114,33,3,11,32,1,65,2,113,4,64,32,3,32,2,32,0,40,2,8,16,137,2,65,0,71,114,33,3,11,32,1,65,128,2,113,4,64,32,3,32,2,32,0,40,2,8,16,141,2,65,0,71,114,33,3,11,32,1,65,128,4,113,4,64,32,3,32,2,32,0,40,2,8,16,142,2,65,0,71,114,33,3,11,32,1,65,128,8,113,4,64,32,3,32,2,32,0,40,2,8,16,143,2,65,0,71,114,33,3,11,32,1,65,128,16,113,4,64,32,0,40,2,8,26,32,3,32,2,16,75,65,0,71,114,33,3,11,32,1,65,4,113,4,64,32,3,32,2,32,0,40,2,8,16,144,2,65,0,71,114,33,3,11,32,1,65,128,32,113,4,64,32,3,32,2,32,0,40,2,8,16,145,2,65,0,71,114,33,3,11,32,1,65,1,113,4,127,32,0,40,2,8,26,32,3,32,2,16,146,2,65,0,71,114,5,32,3,11,11,224,2,1,1,127,3,64,32,1,32,2,71,4,64,2,64,32,3,2,127,32,1,40,2,0,34,4,65,255,0,77,4,64,65,144,232,0,40,2,0,32,1,40,2,0,65,1,116,106,47,1,0,12,1,11,32,3,65,0,59,1,0,32,0,40,2,8,26,32,4,16,135,2,4,64,32,3,32,3,47,1,0,65,128,192,0,114,59,1,0,11,32,4,32,0,40,2,8,16,136,2,4,64,32,3,32,3,47,1,0,65,128,128,1,114,59,1,0,11,32,4,32,0,40,2,8,16,137,2,4,64,32,3,32,3,47,1,0,65,2,114,59,1,0,11,32,4,32,0,40,2,8,16,141,2,4,64,32,3,32,3,47,1,0,65,128,2,114,59,1,0,11,32,4,32,0,40,2,8,16,142,2,4,64,32,3,32,3,47,1,0,65,128,4,114,59,1,0,11,32,4,32,0,40,2,8,16,143,2,4,64,32,3,32,3,47,1,0,65,128,8,114,59,1,0,11,32,0,40,2,8,26,32,4,16,75,4,64,32,3,32,3,47,1,0,65,128,16,114,59,1,0,11,32,4,32,0,40,2,8,16,144,2,4,64,32,3,32,3,47,1,0,65,4,114,59,1,0,11,32,4,32,0,40,2,8,16,145,2,4,64,32,3,32,3,47,1,0,65,128,32,114,59,1,0,11,32,0,40,2,8,26,32,4,16,146,2,69,13,1,32,3,47,1,0,65,1,114,11,59,1,0,11,32,3,65,2,106,33,3,32,1,65,4,106,33,1,12,1,11,11,32,2,11,165,2,1,10,127,32,1,65,1,113,33,4,32,1,65,128,32,113,33,5,32,1,65,4,113,33,6,32,1,65,128,16,113,33,7,32,1,65,128,8,113,33,8,32,1,65,128,4,113,33,9,32,1,65,128,2,113,33,10,32,1,65,2,113,33,11,32,1,65,128,128,1,113,33,12,32,1,65,128,192,0,113,33,13,2,64,3,64,32,2,32,3,70,13,1,32,2,40,2,0,33,1,2,64,32,13,4,64,32,0,40,2,8,26,32,1,16,135,2,13,1,11,32,12,4,64,32,1,32,0,40,2,8,16,136,2,13,1,11,32,11,4,64,32,1,32,0,40,2,8,16,137,2,13,1,11,32,10,4,64,32,1,32,0,40,2,8,16,141,2,13,1,11,32,9,4,64,32,1,32,0,40,2,8,16,142,2,13,1,11,32,8,4,64,32,1,32,0,40,2,8,16,143,2,13,1,11,32,7,4,64,32,0,40,2,8,26,32,1,16,75,13,1,11,32,6,4,64,32,1,32,0,40,2,8,16,144,2,13,1,11,32,5,4,64,32,1,32,0,40,2,8,16,145,2,13,1,11,32,4,4,64,32,0,40,2,8,26,32,1,16,146,2,13,1,11,32,2,65,4,106,33,2,12,1,11,11,32,2,33,3,11,32,3,11,169,2,1,10,127,32,1,65,1,113,33,4,32,1,65,128,32,113,33,5,32,1,65,4,113,33,6,32,1,65,128,16,113,33,7,32,1,65,128,8,113,33,8,32,1,65,128,4,113,33,9,32,1,65,128,2,113,33,10,32,1,65,2,113,33,11,32,1,65,128,128,1,113,33,12,32,1,65,128,192,0,113,33,13,2,64,3,64,32,2,32,3,70,13,1,32,2,40,2,0,33,1,2,64,2,64,32,13,4,64,32,0,40,2,8,26,32,1,16,135,2,13,1,11,32,12,4,64,32,1,32,0,40,2,8,16,136,2,13,1,11,32,11,4,64,32,1,32,0,40,2,8,16,137,2,13,1,11,32,10,4,64,32,1,32,0,40,2,8,16,141,2,13,1,11,32,9,4,64,32,1,32,0,40,2,8,16,142,2,13,1,11,32,8,4,64,32,1,32,0,40,2,8,16,143,2,13,1,11,32,7,4,64,32,0,40,2,8,26,32,1,16,75,13,1,11,32,6,4,64,32,1,32,0,40,2,8,16,144,2,13,1,11,32,5,4,64,32,1,32,0,40,2,8,16,145,2,13,1,11,32,4,69,13,1,32,0,40,2,8,26,32,1,16,146,2,69,13,1,11,32,2,65,4,106,33,2,12,1,11,11,32,2,33,3,11,32,3,11,13,0,32,0,40,2,8,26,32,1,16,140,2,11,43,0,3,64,32,1,32,2,71,4,64,32,0,40,2,8,26,32,1,32,1,40,2,0,16,140,2,54,2,0,32,1,65,4,106,33,1,12,1,11,11,32,2,11,13,0,32,0,40,2,8,26,32,1,16,138,2,11,43,0,3,64,32,1,32,2,71,4,64,32,0,40,2,8,26,32,1,32,1,40,2,0,16,138,2,54,2,0,32,1,65,4,106,33,1,12,1,11,11,32,2,11,12,0,32,1,32,0,40,2,8,16,221,4,11,103,1,2,127,35,0,65,16,107,34,2,36,0,32,2,32,1,54,2,12,32,2,65,8,106,32,2,65,12,106,16,203,2,33,1,32,0,65,255,1,113,34,3,65,128,1,79,4,127,65,127,32,0,65,24,116,65,24,117,65,255,191,3,113,65,244,162,4,40,2,0,40,2,0,27,65,127,32,0,65,127,71,27,5,32,3,11,33,0,32,1,16,204,2,32,2,65,16,106,36,0,32,0,11,50,0,3,64,32,1,32,2,70,69,4,64,32,3,32,1,44,0,0,32,0,40,2,8,16,221,4,54,2,0,32,3,65,4,106,33,3,32,1,65,1,106,33,1,12,1,11,11,32,2,11,28,0,32,2,32,1,32,0,40,2,8,16,224,4,34,1,32,1,65,127,70,27,65,24,116,65,24,117,11,93,1,1,127,35,0,65,16,107,34,2,36,0,32,2,32,1,54,2,12,32,2,65,8,106,32,2,65,12,106,16,203,2,33,1,32,0,65,128,1,79,4,64,65,127,32,0,65,255,1,113,65,244,162,4,40,2,0,40,2,0,27,65,127,32,0,65,128,127,113,65,128,191,3,70,27,33,0,11,32,1,16,204,2,32,2,65,16,106,36,0,32,0,11,62,1,1,127,3,64,32,1,32,2,70,69,4,64,32,4,32,3,32,1,40,2,0,32,0,40,2,8,16,224,4,34,5,32,5,65,127,70,27,58,0,0,32,4,65,1,106,33,4,32,1,65,4,106,33,1,12,1,11,11,32,2,11,18,0,32,4,32,2,54,2,0,32,7,32,5,54,2,0,65,3,11,11,0,32,4,32,2,54,2,0,65,3,11,55,0,35,0,65,16,107,34,0,36,0,32,0,32,4,54,2,12,32,0,32,3,32,2,107,54,2,8,32,0,65,12,106,32,0,65,8,106,16,176,1,40,2,0,33,3,32,0,65,16,106,36,0,32,3,11,9,0,32,0,16,241,3,16,86,11,188,5,1,12,127,35,0,65,16,107,34,14,36,0,32,2,33,8,3,64,2,64,32,3,32,8,70,4,64,32,3,33,8,12,1,11,32,8,40,2,0,69,13,0,32,8,65,4,106,33,8,12,1,11,11,32,7,32,5,54,2,0,32,4,32,2,54,2,0,3,64,2,64,2,64,2,64,32,2,32,3,70,13,0,32,5,32,6,70,13,0,32,14,32,1,41,2,0,55,3,8,65,1,33,12,32,0,40,2,8,33,17,35,0,65,16,107,34,15,36,0,32,15,32,17,54,2,12,32,15,65,8,106,32,15,65,12,106,16,203,2,33,17,32,8,32,2,107,65,2,117,33,18,32,6,32,5,34,9,107,33,10,65,0,33,16,35,0,65,16,107,34,19,36,0,2,64,32,4,40,2,0,34,11,69,13,0,32,18,69,13,0,32,10,65,0,32,9,27,33,13,3,64,32,19,65,12,106,32,9,32,13,65,4,73,27,32,11,40,2,0,16,241,1,34,10,65,127,70,4,64,65,127,33,16,12,2,11,32,9,4,127,32,13,65,3,77,4,64,32,10,32,13,75,13,3,32,9,32,19,65,12,106,32,10,16,69,26,11,32,13,32,10,107,33,13,32,9,32,10,106,5,65,0,11,33,9,32,11,40,2,0,69,4,64,65,0,33,11,12,2,11,32,10,32,16,106,33,16,32,11,65,4,106,33,11,32,18,65,1,107,34,18,13,0,11,11,32,9,4,64,32,4,32,11,54,2,0,11,32,19,65,16,106,36,0,32,16,33,9,32,17,16,204,2,32,15,65,16,106,36,0,2,64,2,64,2,64,2,64,2,64,32,9,65,1,106,14,2,0,6,1,11,32,7,32,5,54,2,0,3,64,2,64,32,2,32,4,40,2,0,70,13,0,32,5,32,2,40,2,0,32,0,40,2,8,16,231,4,34,8,65,127,70,13,0,32,7,32,7,40,2,0,32,8,106,34,5,54,2,0,32,2,65,4,106,33,2,12,1,11,11,32,4,32,2,54,2,0,12,1,11,32,7,32,7,40,2,0,32,9,106,34,5,54,2,0,32,5,32,6,70,13,2,32,3,32,8,70,4,64,32,4,40,2,0,33,2,32,3,33,8,12,7,11,32,14,65,4,106,65,0,32,0,40,2,8,16,231,4,34,8,65,127,71,13,1,11,65,2,33,12,12,3,11,32,14,65,4,106,33,2,32,6,32,7,40,2,0,107,32,8,73,13,2,3,64,32,8,4,64,32,2,45,0,0,33,5,32,7,32,7,40,2,0,34,12,65,1,106,54,2,0,32,12,32,5,58,0,0,32,8,65,1,107,33,8,32,2,65,1,106,33,2,12,1,11,11,32,4,32,4,40,2,0,65,4,106,34,2,54,2,0,32,2,33,8,3,64,32,3,32,8,70,4,64,32,3,33,8,12,5,11,32,8,40,2,0,69,13,4,32,8,65,4,106,33,8,12,0,11,0,11,32,4,40,2,0,33,2,11,32,2,32,3,71,33,12,11,32,14,65,16,106,36,0,32,12,15,11,32,7,40,2,0,33,5,12,0,11,0,11,58,1,1,127,35,0,65,16,107,34,3,36,0,32,3,32,2,54,2,12,32,3,65,8,106,32,3,65,12,106,16,203,2,33,2,32,0,32,1,16,241,1,33,0,32,2,16,204,2,32,3,65,16,106,36,0,32,0,11,206,6,1,12,127,35,0,65,16,107,34,17,36,0,32,2,33,8,3,64,2,64,32,3,32,8,70,4,64,32,3,33,8,12,1,11,32,8,45,0,0,69,13,0,32,8,65,1,106,33,8,12,1,11,11,32,7,32,5,54,2,0,32,4,32,2,54,2,0,3,64,2,64,2,127,2,64,32,2,32,3,70,13,0,32,5,32,6,70,13,0,32,17,32,1,41,2,0,55,3,8,32,0,40,2,8,33,18,35,0,65,16,107,34,16,36,0,32,16,32,18,54,2,12,32,16,65,8,106,32,16,65,12,106,16,203,2,33,18,32,8,32,2,107,33,13,65,0,33,9,35,0,65,144,8,107,34,10,36,0,32,10,32,4,40,2,0,34,14,54,2,12,32,6,32,5,107,65,2,117,65,128,2,32,5,27,33,11,32,5,32,10,65,16,106,32,5,27,33,15,2,64,2,64,2,64,32,14,69,13,0,32,11,69,13,0,3,64,32,13,65,2,118,34,12,32,11,73,32,13,65,131,1,77,113,13,2,32,15,32,10,65,12,106,32,11,32,12,32,11,32,12,77,27,32,1,16,147,2,34,12,65,127,70,4,64,65,127,33,9,65,0,33,11,32,10,40,2,12,33,14,12,2,11,32,11,65,0,32,12,32,15,32,10,65,16,106,70,27,34,19,107,33,11,32,15,32,19,65,2,116,106,33,15,32,13,32,14,106,32,10,40,2,12,34,14,107,65,0,32,14,27,33,13,32,9,32,12,106,33,9,32,14,69,13,1,32,11,13,0,11,11,32,14,69,13,1,11,32,11,69,13,0,32,13,69,13,0,32,9,33,12,3,64,2,64,2,64,32,15,32,14,32,13,32,1,16,231,1,34,9,65,2,106,65,2,77,4,64,2,64,2,64,32,9,65,1,106,14,2,6,0,1,11,32,10,65,0,54,2,12,12,2,11,32,1,65,0,54,2,0,12,1,11,32,10,32,10,40,2,12,32,9,106,34,14,54,2,12,32,12,65,1,106,33,12,32,11,65,1,107,34,11,13,1,11,32,12,33,9,12,2,11,32,15,65,4,106,33,15,32,13,32,9,107,33,13,32,12,33,9,32,13,13,0,11,11,32,5,4,64,32,4,32,10,40,2,12,54,2,0,11,32,10,65,144,8,106,36,0,32,18,16,204,2,32,16,65,16,106,36,0,2,64,2,64,2,64,2,64,32,9,65,127,70,4,64,3,64,2,64,32,7,32,5,54,2,0,32,2,32,4,40,2,0,70,13,0,65,1,33,6,2,64,2,64,2,64,32,5,32,2,32,8,32,2,107,32,17,65,8,106,32,0,40,2,8,16,233,4,34,5,65,2,106,14,3,8,0,2,1,11,32,4,32,2,54,2,0,12,5,11,32,5,33,6,11,32,2,32,6,106,33,2,32,7,40,2,0,65,4,106,33,5,12,1,11,11,32,4,32,2,54,2,0,12,5,11,32,7,32,7,40,2,0,32,9,65,2,116,106,34,5,54,2,0,32,5,32,6,70,13,3,32,4,40,2,0,33,2,32,3,32,8,70,4,64,32,3,33,8,12,8,11,32,5,32,2,65,1,32,1,32,0,40,2,8,16,233,4,69,13,1,11,65,2,12,4,11,32,7,32,7,40,2,0,65,4,106,54,2,0,32,4,32,4,40,2,0,65,1,106,34,2,54,2,0,32,2,33,8,3,64,32,3,32,8,70,4,64,32,3,33,8,12,6,11,32,8,45,0,0,69,13,5,32,8,65,1,106,33,8,12,0,11,0,11,32,4,32,2,54,2,0,65,1,12,2,11,32,4,40,2,0,33,2,11,32,2,32,3,71,11,33,8,32,17,65,16,106,36,0,32,8,15,11,32,7,40,2,0,33,5,12,0,11,0,11,62,1,1,127,35,0,65,16,107,34,5,36,0,32,5,32,4,54,2,12,32,5,65,8,106,32,5,65,12,106,16,203,2,33,4,32,0,32,1,32,2,32,3,16,231,1,33,0,32,4,16,204,2,32,5,65,16,106,36,0,32,0,11,146,1,1,1,127,35,0,65,16,107,34,5,36,0,32,4,32,2,54,2,0,2,127,65,2,32,5,65,12,106,65,0,32,0,40,2,8,16,231,4,34,1,65,1,106,65,2,73,13,0,26,65,1,32,1,65,1,107,34,1,32,3,32,4,40,2,0,107,75,13,0,26,32,5,65,12,106,33,2,3,127,32,1,4,127,32,2,45,0,0,33,0,32,4,32,4,40,2,0,34,3,65,1,106,54,2,0,32,3,32,0,58,0,0,32,1,65,1,107,33,1,32,2,65,1,106,33,2,12,1,5,65,0,11,11,11,33,2,32,5,65,16,106,36,0,32,2,11,104,1,3,127,32,0,40,2,8,33,2,35,0,65,16,107,34,1,36,0,32,1,32,2,54,2,12,32,1,65,8,106,32,1,65,12,106,16,203,2,33,2,35,0,65,16,107,34,3,36,0,32,3,65,16,106,36,0,65,0,33,3,32,2,16,204,2,32,1,65,16,106,36,0,32,3,4,127,65,127,5,32,0,40,2,8,34,0,69,4,64,65,1,15,11,32,0,16,236,4,65,1,70,11,11,66,1,2,127,35,0,65,16,107,34,1,36,0,32,1,32,0,54,2,12,32,1,65,8,106,32,1,65,12,106,16,203,2,33,0,65,4,65,1,65,244,162,4,40,2,0,40,2,0,27,33,2,32,0,16,204,2,32,1,65,16,106,36,0,32,2,11,147,1,1,6,127,3,64,2,64,32,4,32,8,77,13,0,32,2,32,3,70,13,0,65,1,33,6,32,0,40,2,8,33,7,35,0,65,16,107,34,5,36,0,32,5,32,7,54,2,12,32,5,65,8,106,32,5,65,12,106,16,203,2,33,7,65,0,32,2,32,3,32,2,107,32,1,65,196,167,4,32,1,27,16,231,1,33,9,32,7,16,204,2,32,5,65,16,106,36,0,2,64,2,64,32,9,65,2,106,14,3,2,2,1,0,11,32,9,33,6,11,32,8,65,1,106,33,8,32,6,32,10,106,33,10,32,2,32,6,106,33,2,12,1,11,11,32,10,11,21,0,32,0,40,2,8,34,0,69,4,64,65,1,15,11,32,0,16,236,4,11,132,6,1,3,127,35,0,65,16,107,34,0,36,0,32,0,32,2,54,2,12,32,0,32,5,54,2,8,2,127,32,0,65,12,106,34,9,32,2,54,2,0,32,0,65,8,106,34,8,32,5,54,2,0,32,9,40,2,0,33,1,2,64,2,64,3,64,32,1,32,3,79,4,64,65,0,33,2,12,3,11,65,2,33,2,32,1,47,1,0,34,5,65,255,255,195,0,75,13,2,2,64,2,64,32,5,65,255,0,77,4,64,65,1,33,2,32,6,32,8,40,2,0,34,1,107,65,0,76,13,5,32,8,32,1,65,1,106,54,2,0,32,1,32,5,58,0,0,12,1,11,32,5,65,255,15,77,4,64,32,6,32,8,40,2,0,34,1,107,65,2,72,13,4,32,8,32,1,65,1,106,54,2,0,32,1,32,5,65,6,118,65,192,1,114,58,0,0,32,8,32,8,40,2,0,34,1,65,1,106,54,2,0,32,1,32,5,65,63,113,65,128,1,114,58,0,0,12,1,11,32,5,65,255,175,3,77,4,64,32,6,32,8,40,2,0,34,1,107,65,3,72,13,4,32,8,32,1,65,1,106,54,2,0,32,1,32,5,65,12,118,65,224,1,114,58,0,0,32,8,32,8,40,2,0,34,1,65,1,106,54,2,0,32,1,32,5,65,6,118,65,63,113,65,128,1,114,58,0,0,32,8,32,8,40,2,0,34,1,65,1,106,54,2,0,32,1,32,5,65,63,113,65,128,1,114,58,0,0,12,1,11,32,5,65,255,183,3,77,4,64,65,1,33,2,32,3,32,1,107,65,4,72,13,5,32,1,47,1,2,34,10,65,128,248,3,113,65,128,184,3,71,13,2,32,6,32,8,40,2,0,107,65,4,72,13,5,32,10,65,255,7,113,32,5,65,10,116,65,128,248,3,113,32,5,65,192,7,113,34,2,65,10,116,114,114,65,128,128,4,106,65,255,255,195,0,75,13,2,32,9,32,1,65,2,106,54,2,0,32,8,32,8,40,2,0,34,1,65,1,106,54,2,0,32,1,32,2,65,6,118,65,1,106,34,2,65,2,118,65,240,1,114,58,0,0,32,8,32,8,40,2,0,34,1,65,1,106,54,2,0,32,1,32,2,65,4,116,65,48,113,32,5,65,2,118,65,15,113,114,65,128,1,114,58,0,0,32,8,32,8,40,2,0,34,1,65,1,106,54,2,0,32,1,32,10,65,6,118,65,15,113,32,5,65,4,116,65,48,113,114,65,128,1,114,58,0,0,32,8,32,8,40,2,0,34,5,65,1,106,54,2,0,32,5,32,10,65,63,113,65,128,1,114,58,0,0,12,1,11,32,5,65,128,192,3,73,13,4,32,6,32,8,40,2,0,34,1,107,65,3,72,13,3,32,8,32,1,65,1,106,54,2,0,32,1,32,5,65,12,118,65,224,1,114,58,0,0,32,8,32,8,40,2,0,34,1,65,1,106,54,2,0,32,1,32,5,65,6,118,65,63,113,65,128,1,114,58,0,0,32,8,32,8,40,2,0,34,1,65,1,106,54,2,0,32,1,32,5,65,63,113,65,128,1,114,58,0,0,11,32,9,32,9,40,2,0,65,2,106,34,1,54,2,0,12,1,11,11,65,2,12,2,11,65,1,12,1,11,32,2,11,33,5,32,4,32,0,40,2,12,54,2,0,32,7,32,0,40,2,8,54,2,0,32,0,65,16,106,36,0,32,5,11,222,5,1,6,127,35,0,65,16,107,34,0,36,0,32,0,32,2,54,2,12,32,0,32,5,54,2,8,2,127,32,0,65,12,106,34,12,32,2,54,2,0,32,0,65,8,106,34,10,32,5,54,2,0,2,64,2,64,2,64,3,64,2,64,32,12,40,2,0,34,5,32,3,79,13,0,32,10,40,2,0,34,2,32,6,79,13,0,65,2,33,11,32,5,45,0,0,34,1,65,255,255,195,0,75,13,4,32,12,2,127,32,1,65,24,116,65,24,117,65,0,78,4,64,32,2,32,1,59,1,0,32,5,65,1,106,12,1,11,32,1,65,194,1,73,13,5,32,1,65,223,1,77,4,64,32,3,32,5,107,65,2,72,13,5,32,5,45,0,1,34,8,65,192,1,113,65,128,1,71,13,4,32,8,65,63,113,32,1,65,6,116,65,192,15,113,114,34,1,65,255,255,195,0,75,13,4,32,2,32,1,59,1,0,32,5,65,2,106,12,1,11,32,1,65,239,1,77,4,64,32,3,32,5,107,65,3,72,13,5,32,5,45,0,2,33,9,32,5,45,0,1,33,8,2,64,2,64,32,1,65,237,1,71,4,64,32,1,65,224,1,71,13,1,32,8,65,224,1,113,65,160,1,70,13,2,12,7,11,32,8,65,224,1,113,65,128,1,70,13,1,12,6,11,32,8,65,192,1,113,65,128,1,71,13,5,11,32,9,65,192,1,113,65,128,1,71,13,4,32,9,65,63,113,32,8,65,63,113,65,6,116,32,1,65,12,116,114,114,34,1,65,255,255,3,113,65,255,255,195,0,75,13,4,32,2,32,1,59,1,0,32,5,65,3,106,12,1,11,32,1,65,244,1,75,13,5,65,1,33,11,32,3,32,5,107,65,4,72,13,3,32,5,45,0,3,33,9,32,5,45,0,2,33,8,32,5,45,0,1,33,5,2,64,2,64,2,64,2,64,32,1,65,240,1,107,14,5,0,2,2,2,1,2,11,32,5,65,240,0,106,65,255,1,113,65,48,79,13,8,12,2,11,32,5,65,240,1,113,65,128,1,71,13,7,12,1,11,32,5,65,192,1,113,65,128,1,71,13,6,11,32,8,65,192,1,113,65,128,1,71,13,5,32,9,65,192,1,113,65,128,1,71,13,5,32,6,32,2,107,65,4,72,13,3,65,2,33,11,32,9,65,63,113,34,9,32,8,65,6,116,34,13,65,192,31,113,32,5,65,12,116,65,128,224,15,113,32,1,65,7,113,34,1,65,18,116,114,114,114,65,255,255,195,0,75,13,3,32,2,32,8,65,4,118,65,3,113,32,1,65,8,116,32,5,65,2,116,34,1,65,192,1,113,114,32,1,65,60,113,114,114,65,192,255,0,106,65,128,176,3,114,59,1,0,32,10,32,2,65,2,106,54,2,0,32,2,32,13,65,192,7,113,32,9,114,65,128,184,3,114,59,1,2,32,12,40,2,0,65,4,106,11,54,2,0,32,10,32,10,40,2,0,65,2,106,54,2,0,12,1,11,11,32,3,32,5,75,33,11,11,32,11,12,2,11,65,1,12,1,11,65,2,11,33,5,32,4,32,0,40,2,12,54,2,0,32,7,32,0,40,2,8,54,2,0,32,0,65,16,106,36,0,32,5,11,128,4,1,4,127,2,64,32,3,32,2,34,0,107,65,3,72,13,0,11,3,64,2,64,32,0,32,3,79,13,0,32,4,32,7,77,13,0,32,0,45,0,0,34,1,65,255,255,195,0,75,13,0,2,127,32,0,65,1,106,32,1,65,24,116,65,24,117,65,0,78,13,0,26,32,1,65,194,1,73,13,1,32,1,65,223,1,77,4,64,32,3,32,0,107,65,2,72,13,2,32,0,45,0,1,34,5,65,192,1,113,65,128,1,71,13,2,32,5,65,63,113,32,1,65,6,116,65,192,15,113,114,65,255,255,195,0,75,13,2,32,0,65,2,106,12,1,11,2,64,2,64,32,1,65,239,1,77,4,64,32,3,32,0,107,65,3,72,13,4,32,0,45,0,2,33,5,32,0,45,0,1,33,6,32,1,65,237,1,70,13,1,32,1,65,224,1,70,4,64,32,6,65,224,1,113,65,160,1,70,13,3,12,5,11,32,6,65,192,1,113,65,128,1,71,13,4,12,2,11,32,1,65,244,1,75,13,3,32,3,32,0,107,65,4,72,13,3,32,4,32,7,107,65,2,73,13,3,32,0,45,0,3,33,8,32,0,45,0,2,33,6,32,0,45,0,1,33,5,2,64,2,64,2,64,2,64,32,1,65,240,1,107,14,5,0,2,2,2,1,2,11,32,5,65,240,0,106,65,255,1,113,65,48,73,13,2,12,6,11,32,5,65,240,1,113,65,128,1,70,13,1,12,5,11,32,5,65,192,1,113,65,128,1,71,13,4,11,32,6,65,192,1,113,65,128,1,71,13,3,32,8,65,192,1,113,65,128,1,71,13,3,32,8,65,63,113,32,6,65,6,116,65,192,31,113,32,1,65,18,116,65,128,128,240,0,113,32,5,65,63,113,65,12,116,114,114,114,65,255,255,195,0,75,13,3,32,7,65,1,106,33,7,32,0,65,4,106,12,2,11,32,6,65,224,1,113,65,128,1,71,13,2,11,32,5,65,192,1,113,65,128,1,71,13,1,32,5,65,63,113,32,1,65,12,116,65,128,224,3,113,32,6,65,63,113,65,6,116,114,114,65,255,255,195,0,75,13,1,32,0,65,3,106,11,33,0,32,7,65,1,106,33,7,12,1,11,11,32,0,32,2,107,11,4,0,65,4,11,155,4,1,2,127,35,0,65,16,107,34,0,36,0,32,0,32,2,54,2,12,32,0,32,5,54,2,8,2,127,32,0,65,12,106,34,9,32,2,54,2,0,32,0,65,8,106,34,8,32,5,54,2,0,32,9,40,2,0,33,5,2,64,3,64,32,3,32,5,77,4,64,65,0,33,1,12,2,11,65,2,33,1,32,5,40,2,0,34,5,65,255,255,195,0,75,13,1,32,5,65,128,112,113,65,128,176,3,70,13,1,2,64,2,64,32,5,65,255,0,77,4,64,65,1,33,1,32,6,32,8,40,2,0,34,2,107,65,0,76,13,4,32,8,32,2,65,1,106,54,2,0,32,2,32,5,58,0,0,12,1,11,32,5,65,255,15,77,4,64,32,6,32,8,40,2,0,34,1,107,65,2,72,13,2,32,8,32,1,65,1,106,54,2,0,32,1,32,5,65,6,118,65,192,1,114,58,0,0,32,8,32,8,40,2,0,34,1,65,1,106,54,2,0,32,1,32,5,65,63,113,65,128,1,114,58,0,0,12,1,11,32,6,32,8,40,2,0,34,1,107,33,2,32,5,65,255,255,3,77,4,64,32,2,65,3,72,13,2,32,8,32,1,65,1,106,54,2,0,32,1,32,5,65,12,118,65,224,1,114,58,0,0,32,8,32,8,40,2,0,34,1,65,1,106,54,2,0,32,1,32,5,65,6,118,65,63,113,65,128,1,114,58,0,0,32,8,32,8,40,2,0,34,1,65,1,106,54,2,0,32,1,32,5,65,63,113,65,128,1,114,58,0,0,12,1,11,32,2,65,4,72,13,1,32,8,32,1,65,1,106,54,2,0,32,1,32,5,65,18,118,65,240,1,114,58,0,0,32,8,32,8,40,2,0,34,1,65,1,106,54,2,0,32,1,32,5,65,12,118,65,63,113,65,128,1,114,58,0,0,32,8,32,8,40,2,0,34,1,65,1,106,54,2,0,32,1,32,5,65,6,118,65,63,113,65,128,1,114,58,0,0,32,8,32,8,40,2,0,34,1,65,1,106,54,2,0,32,1,32,5,65,63,113,65,128,1,114,58,0,0,11,32,9,32,9,40,2,0,65,4,106,34,5,54,2,0,12,1,11,11,65,1,12,1,11,32,1,11,33,5,32,4,32,0,40,2,12,54,2,0,32,7,32,0,40,2,8,54,2,0,32,0,65,16,106,36,0,32,5,11,233,4,1,7,127,35,0,65,16,107,34,0,36,0,32,0,32,2,54,2,12,32,0,32,5,54,2,8,2,127,32,0,65,12,106,34,11,32,2,54,2,0,32,0,65,8,106,34,10,32,5,54,2,0,2,64,2,64,3,64,2,64,32,11,40,2,0,34,1,32,3,79,13,0,32,10,40,2,0,34,14,32,6,79,13,0,32,1,44,0,0,34,2,65,255,1,113,33,5,2,64,32,2,65,0,78,4,64,32,5,65,255,255,195,0,77,4,64,65,1,33,2,12,2,11,65,2,12,6,11,65,2,33,12,32,2,65,66,73,13,3,32,2,65,95,77,4,64,32,3,32,1,107,65,2,72,13,5,32,1,45,0,1,34,8,65,192,1,113,65,128,1,71,13,4,65,2,33,2,32,8,65,63,113,32,5,65,6,116,65,192,15,113,114,34,5,65,255,255,195,0,77,13,1,12,4,11,32,2,65,111,77,4,64,32,3,32,1,107,65,3,72,13,5,32,1,45,0,2,33,9,32,1,45,0,1,33,8,2,64,2,64,32,5,65,237,1,71,4,64,32,5,65,224,1,71,13,1,32,8,65,224,1,113,65,160,1,70,13,2,12,7,11,32,8,65,224,1,113,65,128,1,70,13,1,12,6,11,32,8,65,192,1,113,65,128,1,71,13,5,11,32,9,65,192,1,113,65,128,1,71,13,4,65,3,33,2,32,9,65,63,113,32,5,65,12,116,65,128,224,3,113,32,8,65,63,113,65,6,116,114,114,34,5,65,255,255,195,0,77,13,1,12,4,11,32,2,65,116,75,13,3,32,3,32,1,107,65,4,72,13,4,32,1,45,0,3,33,13,32,1,45,0,2,33,9,32,1,45,0,1,33,8,2,64,2,64,2,64,2,64,32,5,65,240,1,107,14,5,0,2,2,2,1,2,11,32,8,65,240,0,106,65,255,1,113,65,48,73,13,2,12,6,11,32,8,65,240,1,113,65,128,1,70,13,1,12,5,11,32,8,65,192,1,113,65,128,1,71,13,4,11,32,9,65,192,1,113,65,128,1,71,13,3,32,13,65,192,1,113,65,128,1,71,13,3,65,4,33,2,32,13,65,63,113,32,9,65,6,116,65,192,31,113,32,5,65,18,116,65,128,128,240,0,113,32,8,65,63,113,65,12,116,114,114,114,34,5,65,255,255,195,0,75,13,3,11,32,14,32,5,54,2,0,32,11,32,1,32,2,106,54,2,0,32,10,32,10,40,2,0,65,4,106,54,2,0,12,1,11,11,32,1,32,3,73,33,12,11,32,12,12,1,11,65,1,11,33,5,32,4,32,0,40,2,12,54,2,0,32,7,32,0,40,2,8,54,2,0,32,0,65,16,106,36,0,32,5,11,240,3,1,5,127,2,64,32,3,32,2,34,0,107,65,3,72,13,0,11,3,64,2,64,32,0,32,3,79,13,0,32,4,32,8,77,13,0,32,0,44,0,0,34,1,65,255,1,113,33,6,2,64,32,1,65,0,78,4,64,65,1,33,1,32,6,65,255,255,195,0,77,13,1,12,2,11,32,1,65,66,73,13,1,32,1,65,95,77,4,64,32,3,32,0,107,65,2,72,13,2,32,0,45,0,1,34,5,65,192,1,113,65,128,1,71,13,2,65,2,33,1,32,5,65,63,113,32,6,65,6,116,65,192,15,113,114,65,255,255,195,0,77,13,1,12,2,11,2,64,2,64,32,1,65,111,77,4,64,32,3,32,0,107,65,3,72,13,4,32,0,45,0,2,33,7,32,0,45,0,1,33,5,32,6,65,237,1,70,13,1,32,6,65,224,1,70,4,64,32,5,65,224,1,113,65,160,1,70,13,3,12,5,11,32,5,65,192,1,113,65,128,1,71,13,4,12,2,11,32,1,65,116,75,13,3,32,3,32,0,107,65,4,72,13,3,32,0,45,0,3,33,9,32,0,45,0,2,33,5,32,0,45,0,1,33,7,2,64,2,64,2,64,2,64,32,6,65,240,1,107,14,5,0,2,2,2,1,2,11,32,7,65,240,0,106,65,255,1,113,65,48,73,13,2,12,6,11,32,7,65,240,1,113,65,128,1,70,13,1,12,5,11,32,7,65,192,1,113,65,128,1,71,13,4,11,32,5,65,192,1,113,65,128,1,71,13,3,32,9,65,192,1,113,65,128,1,71,13,3,65,4,33,1,32,9,65,63,113,32,5,65,6,116,65,192,31,113,32,6,65,18,116,65,128,128,240,0,113,32,7,65,63,113,65,12,116,114,114,114,65,255,255,195,0,75,13,3,12,2,11,32,5,65,224,1,113,65,128,1,71,13,2,11,32,7,65,192,1,113,65,128,1,71,13,1,65,3,33,1,32,7,65,63,113,32,6,65,12,116,65,128,224,3,113,32,5,65,63,113,65,6,116,114,114,65,255,255,195,0,75,13,1,11,32,8,65,1,106,33,8,32,0,32,1,106,33,0,12,1,11,11,32,0,32,2,107,11,22,0,32,0,65,184,237,1,54,2,0,32,0,65,12,106,16,246,5,26,32,0,11,9,0,32,0,16,246,4,16,86,11,22,0,32,0,65,224,237,1,54,2,0,32,0,65,16,106,16,246,5,26,32,0,11,9,0,32,0,16,248,4,16,86,11,10,0,32,0,65,204,12,16,51,26,11,11,0,32,0,65,128,238,1,16,252,4,11,155,1,1,5,127,35,0,65,16,107,34,5,36,0,32,1,16,131,2,33,2,35,0,65,16,107,34,3,36,0,2,64,32,2,65,239,255,255,255,3,77,4,64,2,64,32,2,65,1,77,4,64,32,0,32,2,16,190,1,32,0,33,4,12,1,11,32,0,32,0,32,2,16,224,5,65,1,106,34,6,16,225,5,34,4,16,198,1,32,0,32,6,16,199,1,32,0,32,2,16,200,1,11,32,4,32,1,32,2,16,110,32,3,65,0,54,2,12,32,4,32,2,65,2,116,106,32,3,65,12,106,16,208,1,32,3,65,16,106,36,0,12,1,11,16,177,1,0,11,32,5,65,16,106,36,0,11,10,0,32,0,65,213,12,16,51,26,11,11,0,32,0,65,148,238,1,16,252,4,11,14,0,32,0,32,1,16,240,1,54,2,0,32,0,11,10,0,32,0,40,2,0,65,0,71,11,47,1,1,127,35,0,65,16,107,34,1,36,0,32,1,32,0,54,2,12,32,1,65,8,106,32,1,65,12,106,16,203,2,16,204,2,32,1,65,16,106,36,0,65,208,232,1,11,136,1,1,3,127,35,0,65,16,107,34,4,36,0,2,64,32,1,45,0,0,34,3,69,4,64,65,0,33,3,12,1,11,2,64,32,1,45,0,1,69,4,64,32,0,32,3,58,0,0,12,1,11,65,0,33,3,32,4,65,12,106,32,1,32,2,16,134,5,69,13,1,2,64,32,4,40,2,12,34,5,32,2,16,224,4,34,1,65,127,71,13,0,65,32,33,1,32,5,65,175,192,0,70,13,0,32,5,65,160,1,71,13,2,11,32,0,32,1,58,0,0,11,65,1,33,3,11,32,4,65,16,106,36,0,32,3,11,13,0,32,0,32,1,32,1,16,81,16,251,5,11,17,0,32,0,40,2,0,34,0,4,64,32,0,16,129,2,11,11,12,0,32,0,16,246,4,26,32,0,16,86,11,86,1,1,127,35,0,65,16,107,34,3,36,0,32,1,45,0,0,4,127,32,3,66,0,55,3,8,32,3,65,4,106,32,1,32,1,16,81,32,3,65,8,106,32,2,16,233,4,34,1,65,125,77,4,64,32,0,32,3,40,2,4,54,2,0,11,32,1,65,126,73,5,65,0,11,33,1,32,3,65,16,106,36,0,32,1,11,12,0,32,0,16,248,4,26,32,0,16,86,11,250,1,0,2,64,65,208,169,4,45,0,0,65,1,113,13,0,65,208,169,4,16,141,6,69,13,0,2,64,65,168,172,4,45,0,0,65,1,113,13,0,65,168,172,4,16,141,6,69,13,0,65,128,171,4,33,0,3,64,32,0,16,151,1,65,12,106,34,0,65,168,172,4,71,13,0,11,65,168,172,4,16,143,6,11,65,128,171,4,65,175,9,16,131,5,65,140,171,4,65,182,9,16,131,5,65,152,171,4,65,148,9,16,131,5,65,164,171,4,65,156,9,16,131,5,65,176,171,4,65,139,9,16,131,5,65,188,171,4,65,189,9,16,131,5,65,200,171,4,65,166,9,16,131,5,65,212,171,4,65,216,10,16,131,5,65,224,171,4,65,165,11,16,131,5,65,236,171,4,65,209,12,16,131,5,65,248,171,4,65,164,13,16,131,5,65,132,172,4,65,242,9,16,131,5,65,144,172,4,65,190,11,16,131,5,65,156,172,4,65,129,10,16,131,5,65,204,169,4,65,128,171,4,54,2,0,65,208,169,4,16,143,6,11,65,204,169,4,40,2,0,11,28,0,65,168,172,4,33,0,3,64,32,0,65,12,107,16,246,5,34,0,65,128,171,4,71,13,0,11,11,136,2,0,2,64,65,216,169,4,45,0,0,65,1,113,13,0,65,216,169,4,16,141,6,69,13,0,2,64,65,216,173,4,45,0,0,65,1,113,13,0,65,216,173,4,16,141,6,69,13,0,65,176,172,4,33,0,3,64,32,0,16,151,1,65,12,106,34,0,65,216,173,4,71,13,0,11,65,216,173,4,16,143,6,11,65,176,172,4,65,196,159,2,16,140,5,65,188,172,4,65,224,159,2,16,140,5,65,200,172,4,65,252,159,2,16,140,5,65,212,172,4,65,156,160,2,16,140,5,65,224,172,4,65,196,160,2,16,140,5,65,236,172,4,65,232,160,2,16,140,5,65,248,172,4,65,132,161,2,16,140,5,65,132,173,4,65,168,161,2,16,140,5,65,144,173,4,65,184,161,2,16,140,5,65,156,173,4,65,200,161,2,16,140,5,65,168,173,4,65,216,161,2,16,140,5,65,180,173,4,65,232,161,2,16,140,5,65,192,173,4,65,248,161,2,16,140,5,65,204,173,4,65,136,162,2,16,140,5,65,212,169,4,65,176,172,4,54,2,0,65,216,169,4,16,143,6,11,65,212,169,4,40,2,0,11,28,0,65,216,173,4,33,0,3,64,32,0,65,12,107,16,246,5,34,0,65,176,172,4,71,13,0,11,11,14,0,32,0,32,1,32,1,16,131,2,16,136,6,11,222,2,0,2,64,65,224,169,4,45,0,0,65,1,113,13,0,65,224,169,4,16,141,6,69,13,0,2,64,65,128,176,4,45,0,0,65,1,113,13,0,65,128,176,4,16,141,6,69,13,0,65,224,173,4,33,0,3,64,32,0,16,151,1,65,12,106,34,0,65,128,176,4,71,13,0,11,65,128,176,4,16,143,6,11,65,224,173,4,65,254,8,16,131,5,65,236,173,4,65,245,8,16,131,5,65,248,173,4,65,211,11,16,131,5,65,132,174,4,65,184,11,16,131,5,65,144,174,4,65,196,9,16,131,5,65,156,174,4,65,219,12,16,131,5,65,168,174,4,65,134,9,16,131,5,65,180,174,4,65,246,9,16,131,5,65,192,174,4,65,161,10,16,131,5,65,204,174,4,65,144,10,16,131,5,65,216,174,4,65,152,10,16,131,5,65,228,174,4,65,171,10,16,131,5,65,240,174,4,65,173,11,16,131,5,65,252,174,4,65,172,13,16,131,5,65,136,175,4,65,196,10,16,131,5,65,148,175,4,65,133,10,16,131,5,65,160,175,4,65,196,9,16,131,5,65,172,175,4,65,220,10,16,131,5,65,184,175,4,65,177,11,16,131,5,65,196,175,4,65,217,11,16,131,5,65,208,175,4,65,200,10,16,131,5,65,220,175,4,65,253,9,16,131,5,65,232,175,4,65,238,9,16,131,5,65,244,175,4,65,168,13,16,131,5,65,220,169,4,65,224,173,4,54,2,0,65,224,169,4,16,143,6,11,65,220,169,4,40,2,0,11,28,0,65,128,176,4,33,0,3,64,32,0,65,12,107,16,246,5,34,0,65,224,173,4,71,13,0,11,11,246,2,0,2,64,65,232,169,4,45,0,0,65,1,113,13,0,65,232,169,4,16,141,6,69,13,0,2,64,65,176,178,4,45,0,0,65,1,113,13,0,65,176,178,4,16,141,6,69,13,0,65,144,176,4,33,0,3,64,32,0,16,151,1,65,12,106,34,0,65,176,178,4,71,13,0,11,65,176,178,4,16,143,6,11,65,144,176,4,65,152,162,2,16,140,5,65,156,176,4,65,184,162,2,16,140,5,65,168,176,4,65,220,162,2,16,140,5,65,180,176,4,65,244,162,2,16,140,5,65,192,176,4,65,140,163,2,16,140,5,65,204,176,4,65,156,163,2,16,140,5,65,216,176,4,65,176,163,2,16,140,5,65,228,176,4,65,196,163,2,16,140,5,65,240,176,4,65,224,163,2,16,140,5,65,252,176,4,65,136,164,2,16,140,5,65,136,177,4,65,168,164,2,16,140,5,65,148,177,4,65,204,164,2,16,140,5,65,160,177,4,65,240,164,2,16,140,5,65,172,177,4,65,128,165,2,16,140,5,65,184,177,4,65,144,165,2,16,140,5,65,196,177,4,65,160,165,2,16,140,5,65,208,177,4,65,140,163,2,16,140,5,65,220,177,4,65,176,165,2,16,140,5,65,232,177,4,65,192,165,2,16,140,5,65,244,177,4,65,208,165,2,16,140,5,65,128,178,4,65,224,165,2,16,140,5,65,140,178,4,65,240,165,2,16,140,5,65,152,178,4,65,128,166,2,16,140,5,65,164,178,4,65,144,166,2,16,140,5,65,228,169,4,65,144,176,4,54,2,0,65,232,169,4,16,143,6,11,65,228,169,4,40,2,0,11,28,0,65,176,178,4,33,0,3,64,32,0,65,12,107,16,246,5,34,0,65,144,176,4,71,13,0,11,11,130,1,0,2,64,65,240,169,4,45,0,0,65,1,113,13,0,65,240,169,4,16,141,6,69,13,0,2,64,65,216,178,4,45,0,0,65,1,113,13,0,65,216,178,4,16,141,6,69,13,0,65,192,178,4,33,0,3,64,32,0,16,151,1,65,12,106,34,0,65,216,178,4,71,13,0,11,65,216,178,4,16,143,6,11,65,192,178,4,65,225,13,16,131,5,65,204,178,4,65,222,13,16,131,5,65,236,169,4,65,192,178,4,54,2,0,65,240,169,4,16,143,6,11,65,236,169,4,40,2,0,11,28,0,65,216,178,4,33,0,3,64,32,0,65,12,107,16,246,5,34,0,65,192,178,4,71,13,0,11,11,132,1,0,2,64,65,248,169,4,45,0,0,65,1,113,13,0,65,248,169,4,16,141,6,69,13,0,2,64,65,248,178,4,45,0,0,65,1,113,13,0,65,248,178,4,16,141,6,69,13,0,65,224,178,4,33,0,3,64,32,0,16,151,1,65,12,106,34,0,65,248,178,4,71,13,0,11,65,248,178,4,16,143,6,11,65,224,178,4,65,160,166,2,16,140,5,65,236,178,4,65,172,166,2,16,140,5,65,244,169,4,65,224,178,4,54,2,0,65,248,169,4,16,143,6,11,65,244,169,4,40,2,0,11,28,0,65,248,178,4,33,0,3,64,32,0,65,12,107,16,246,5,34,0,65,224,178,4,71,13,0,11,11,48,0,2,64,65,136,170,4,45,0,0,65,1,113,13,0,65,136,170,4,16,141,6,69,13,0,65,252,169,4,65,200,9,16,51,26,65,136,170,4,16,143,6,11,65,252,169,4,11,10,0,65,252,169,4,16,246,5,26,11,49,0,2,64,65,152,170,4,45,0,0,65,1,113,13,0,65,152,170,4,16,141,6,69,13,0,65,140,170,4,65,252,238,1,16,252,4,65,152,170,4,16,143,6,11,65,140,170,4,11,10,0,65,140,170,4,16,246,5,26,11,48,0,2,64,65,168,170,4,45,0,0,65,1,113,13,0,65,168,170,4,16,141,6,69,13,0,65,156,170,4,65,209,13,16,51,26,65,168,170,4,16,143,6,11,65,156,170,4,11,10,0,65,156,170,4,16,246,5,26,11,49,0,2,64,65,184,170,4,45,0,0,65,1,113,13,0,65,184,170,4,16,141,6,69,13,0,65,172,170,4,65,160,239,1,16,252,4,65,184,170,4,16,143,6,11,65,172,170,4,11,10,0,65,172,170,4,16,246,5,26,11,48,0,2,64,65,200,170,4,45,0,0,65,1,113,13,0,65,200,170,4,16,141,6,69,13,0,65,188,170,4,65,182,13,16,51,26,65,200,170,4,16,143,6,11,65,188,170,4,11,10,0,65,188,170,4,16,246,5,26,11,49,0,2,64,65,216,170,4,45,0,0,65,1,113,13,0,65,216,170,4,16,141,6,69,13,0,65,204,170,4,65,196,239,1,16,252,4,65,216,170,4,16,143,6,11,65,204,170,4,11,10,0,65,204,170,4,16,246,5,26,11,48,0,2,64,65,232,170,4,45,0,0,65,1,113,13,0,65,232,170,4,16,141,6,69,13,0,65,220,170,4,65,204,10,16,51,26,65,232,170,4,16,143,6,11,65,220,170,4,11,10,0,65,220,170,4,16,246,5,26,11,49,0,2,64,65,248,170,4,45,0,0,65,1,113,13,0,65,248,170,4,16,141,6,69,13,0,65,236,170,4,65,152,240,1,16,252,4,65,248,170,4,16,143,6,11,65,236,170,4,11,10,0,65,236,170,4,16,246,5,26,11,55,1,1,127,35,0,65,16,107,34,2,36,0,32,0,32,1,16,159,1,16,240,1,34,0,54,2,0,32,0,69,4,64,32,2,65,172,16,32,1,16,138,6,16,177,1,0,11,32,2,65,16,106,36,0,11,10,0,32,0,40,2,0,16,129,2,11,192,9,1,11,127,35,0,65,176,1,107,34,4,36,0,32,4,65,127,54,2,160,1,32,4,66,134,128,128,128,192,45,55,3,152,1,32,4,66,139,128,128,128,144,20,55,3,144,1,32,4,66,151,128,128,128,240,3,55,3,136,1,32,4,66,187,128,128,128,240,6,55,3,128,1,32,4,66,0,55,2,164,1,32,4,32,2,58,0,14,32,4,65,37,58,0,13,32,4,65,0,58,0,15,32,1,65,228,3,106,33,12,32,1,65,216,3,106,33,13,32,1,65,204,3,106,33,7,32,1,65,172,1,106,33,8,32,1,65,4,106,33,10,32,4,65,16,106,65,228,0,32,4,65,13,106,32,4,65,128,1,106,32,1,40,2,0,16,8,32,4,65,16,106,106,33,6,32,4,32,4,65,16,106,54,2,8,32,4,65,16,106,33,5,32,0,16,151,1,33,0,32,2,65,248,0,71,33,14,3,64,2,64,32,5,32,6,71,4,64,32,3,65,128,192,0,32,5,44,0,0,16,122,4,64,32,0,65,32,16,129,6,3,64,32,4,32,4,40,2,8,65,1,106,34,5,54,2,8,32,5,32,6,70,13,3,32,3,65,128,192,0,32,5,44,0,0,16,122,13,0,11,12,2,11,32,4,32,4,40,2,8,54,2,4,32,4,65,0,54,2,0,32,4,65,4,106,32,6,32,10,32,8,32,3,32,4,16,168,5,32,10,107,34,5,65,167,1,76,4,64,32,0,65,37,16,129,6,32,0,65,193,0,65,225,0,32,5,65,212,0,72,27,16,129,6,32,4,32,4,40,2,4,54,2,8,12,2,11,32,4,32,4,40,2,8,54,2,4,32,4,65,4,106,32,6,32,8,32,7,32,3,32,4,16,168,5,32,8,107,34,5,65,12,109,33,2,32,5,65,159,2,76,4,64,32,0,65,37,16,129,6,32,0,65,194,0,65,226,0,32,5,65,144,1,72,27,16,129,6,2,64,32,14,13,0,32,3,65,128,16,32,1,32,2,65,12,108,106,65,172,1,106,65,0,16,173,2,44,0,0,16,122,69,13,0,32,0,16,159,1,32,0,16,165,1,106,65,1,107,65,237,0,58,0,0,11,32,4,32,4,40,2,4,54,2,8,12,2,11,2,64,32,7,16,165,1,65,0,32,13,16,165,1,107,70,13,0,32,4,32,4,40,2,8,54,2,4,32,4,65,4,106,32,6,32,7,32,12,32,3,32,4,16,168,5,32,7,107,65,23,74,13,0,32,0,65,37,16,129,6,32,0,65,240,0,16,129,6,32,4,32,4,40,2,4,54,2,8,12,2,11,32,4,32,4,40,2,8,34,5,54,2,4,32,3,65,128,16,32,5,44,0,0,16,122,4,64,65,0,33,5,65,4,33,9,2,64,32,4,2,127,65,6,32,6,32,4,65,8,106,34,11,40,2,0,34,2,70,13,0,26,65,4,32,3,65,128,16,32,2,44,0,0,34,2,16,122,69,13,0,26,32,3,32,2,16,140,3,33,5,3,64,2,64,32,11,32,11,40,2,0,65,1,106,34,2,54,2,0,32,5,65,48,107,33,5,32,2,32,6,70,13,0,32,9,65,2,72,13,0,32,3,65,128,16,32,2,44,0,0,34,2,16,122,69,13,3,32,9,65,1,107,33,9,32,3,32,2,16,140,3,32,5,65,10,108,106,33,5,12,1,11,11,32,2,32,6,71,13,1,65,2,11,32,4,40,2,0,114,54,2,0,11,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,32,5,65,6,107,14,7,2,3,1,1,1,4,5,0,11,2,64,32,5,65,55,107,14,7,8,1,1,1,9,1,10,0,11,32,5,65,23,70,13,5,32,5,65,31,70,13,6,32,5,65,236,2,70,13,10,32,5,65,141,16,70,13,11,11,32,4,40,2,4,33,5,3,64,32,5,32,4,40,2,8,70,13,14,32,0,32,5,44,0,0,16,129,6,32,4,32,4,40,2,4,65,1,106,34,5,54,2,4,12,0,11,0,11,32,0,65,37,16,129,6,32,0,65,247,0,16,129,6,12,12,11,32,0,65,37,16,129,6,32,0,65,245,0,16,129,6,12,11,11,32,0,65,37,16,129,6,32,0,65,201,0,16,129,6,12,10,11,32,0,65,37,16,129,6,32,0,65,237,0,16,129,6,12,9,11,32,0,65,37,16,129,6,32,0,65,200,0,16,129,6,12,8,11,32,0,65,37,16,129,6,32,0,65,228,0,16,129,6,12,7,11,32,0,65,37,16,129,6,32,0,65,205,0,16,129,6,12,6,11,32,0,65,37,16,129,6,32,0,65,211,0,16,129,6,12,5,11,32,0,65,37,16,129,6,32,0,65,249,0,16,129,6,12,4,11,32,0,65,37,16,129,6,32,0,65,234,0,16,129,6,12,3,11,32,0,65,37,16,129,6,32,0,65,217,0,16,129,6,12,2,11,32,4,40,2,8,45,0,0,34,5,65,37,70,4,64,32,0,65,37,16,129,6,32,0,65,37,16,129,6,32,4,32,4,40,2,8,65,1,106,54,2,8,12,2,11,32,0,32,5,65,24,116,65,24,117,16,129,6,32,4,32,4,40,2,8,65,1,106,54,2,8,12,1,11,32,4,65,176,1,106,36,0,15,11,32,4,40,2,8,33,5,12,0,11,0,11,166,4,1,11,127,35,0,65,128,1,107,34,11,36,0,32,2,32,3,16,169,2,33,8,32,11,65,204,0,54,2,16,32,11,65,8,106,65,0,32,11,65,16,106,16,170,2,33,13,32,11,65,16,106,33,9,2,64,32,8,65,229,0,79,4,64,32,8,16,85,34,9,69,13,1,32,13,32,9,16,171,2,11,32,9,33,6,32,2,33,7,3,64,32,3,32,7,70,4,64,3,64,2,64,32,0,40,2,0,34,7,32,1,70,34,6,65,1,32,8,27,4,64,32,6,4,64,32,5,32,5,40,2,0,65,2,114,54,2,0,11,12,1,11,32,4,32,7,44,0,0,16,172,2,33,16,32,14,65,1,106,33,12,65,0,33,15,32,9,33,6,32,2,33,7,3,64,32,3,32,7,70,4,64,32,12,33,14,32,15,69,13,3,32,0,32,0,40,2,0,65,1,106,54,2,0,32,9,33,6,32,2,33,7,32,8,32,10,106,65,2,73,13,3,3,64,32,3,32,7,70,4,64,12,5,5,2,64,32,6,45,0,0,65,2,71,13,0,32,7,16,165,1,32,12,70,13,0,32,6,65,0,58,0,0,32,10,65,1,107,33,10,11,32,6,65,1,106,33,6,32,7,65,12,106,33,7,12,1,11,0,11,0,5,2,64,32,6,45,0,0,65,1,71,13,0,2,64,32,16,65,255,1,113,32,4,32,7,32,14,16,173,2,44,0,0,16,172,2,65,255,1,113,70,4,64,65,1,33,15,32,7,16,165,1,32,12,71,13,2,32,6,65,2,58,0,0,32,10,65,1,106,33,10,12,1,11,32,6,65,0,58,0,0,11,32,8,65,1,107,33,8,11,32,6,65,1,106,33,6,32,7,65,12,106,33,7,12,1,11,0,11,0,11,11,2,64,2,64,3,64,32,2,32,3,70,13,1,32,9,45,0,0,65,2,71,4,64,32,9,65,1,106,33,9,32,2,65,12,106,33,2,12,1,11,11,32,2,33,3,12,1,11,32,5,32,5,40,2,0,65,4,114,54,2,0,11,32,13,16,174,2,32,11,65,128,1,106,36,0,32,3,15,5,2,64,32,7,16,175,2,69,4,64,32,6,65,1,58,0,0,12,1,11,32,6,65,2,58,0,0,32,10,65,1,106,33,10,32,8,65,1,107,33,8,11,32,6,65,1,106,33,6,32,7,65,12,106,33,7,12,1,11,0,11,0,11,16,177,1,0,11,146,10,1,12,127,35,0,65,224,4,107,34,4,36,0,32,4,66,134,128,128,128,192,45,55,3,200,4,32,4,66,139,128,128,128,144,20,55,3,192,4,32,4,66,151,128,128,128,240,3,55,3,184,4,32,4,66,187,128,128,128,240,6,55,3,176,4,32,4,66,0,55,2,212,4,32,4,65,127,54,2,208,4,32,4,32,2,58,0,190,3,32,4,65,37,58,0,189,3,32,4,65,0,58,0,191,3,32,4,65,192,3,106,65,228,0,32,4,65,189,3,106,32,4,65,176,4,106,32,1,40,2,0,16,8,26,32,4,32,4,65,32,106,54,2,28,32,4,66,0,55,3,16,32,4,32,4,65,192,3,106,54,2,12,32,4,65,32,106,32,4,65,12,106,65,228,0,32,4,65,16,106,32,1,40,2,0,16,170,3,34,5,65,127,71,4,64,32,1,65,228,3,106,33,12,32,1,65,216,3,106,33,13,32,1,65,204,3,106,33,7,32,1,65,172,1,106,33,8,32,1,65,4,106,33,10,32,4,40,2,28,32,5,65,2,116,106,33,5,32,0,16,151,1,33,0,32,2,65,248,0,71,33,14,3,64,32,5,32,4,40,2,28,34,2,71,4,64,32,3,65,128,192,0,32,2,40,2,0,16,138,1,4,64,32,0,65,32,16,137,6,3,64,32,4,32,4,40,2,28,65,4,106,34,2,54,2,28,32,2,32,5,70,13,3,32,3,65,128,192,0,32,2,40,2,0,16,138,1,13,0,11,12,2,11,32,4,32,4,40,2,28,54,2,8,32,4,65,0,54,2,4,32,4,65,8,106,32,5,32,10,32,8,32,3,32,4,65,4,106,16,170,5,32,10,107,34,2,65,167,1,76,4,64,32,0,65,37,16,137,6,32,0,65,193,0,65,225,0,32,2,65,212,0,72,27,16,137,6,32,4,32,4,40,2,8,54,2,28,12,2,11,32,4,32,4,40,2,28,54,2,8,32,4,65,8,106,32,5,32,8,32,7,32,3,32,4,65,4,106,16,170,5,32,8,107,34,2,65,12,109,33,6,32,2,65,159,2,76,4,64,32,0,65,37,16,137,6,32,0,65,194,0,65,226,0,32,2,65,144,1,72,27,16,137,6,2,64,32,14,13,0,32,3,65,128,16,32,1,32,6,65,12,108,106,65,172,1,106,65,0,16,208,2,40,2,0,16,138,1,69,13,0,32,0,16,159,1,32,0,16,165,1,65,2,116,106,65,4,107,65,237,0,54,2,0,11,32,4,32,4,40,2,8,54,2,28,12,2,11,2,64,32,7,16,165,1,65,0,32,13,16,165,1,107,70,13,0,32,4,32,4,40,2,28,54,2,8,32,4,65,8,106,32,5,32,7,32,12,32,3,32,4,65,4,106,16,170,5,32,7,107,65,23,74,13,0,32,0,65,37,16,137,6,32,0,65,240,0,16,137,6,32,4,32,4,40,2,8,54,2,28,12,2,11,32,4,32,4,40,2,28,34,2,54,2,8,32,3,65,128,16,32,2,40,2,0,16,138,1,4,64,65,0,33,6,65,4,33,9,2,64,32,4,65,4,106,34,15,2,127,65,6,32,5,32,4,65,28,106,34,11,40,2,0,34,2,70,13,0,26,65,4,32,3,65,128,16,32,2,40,2,0,34,2,16,138,1,69,13,0,26,32,3,32,2,16,153,3,33,6,3,64,2,64,32,11,32,11,40,2,0,65,4,106,34,2,54,2,0,32,6,65,48,107,33,6,32,2,32,5,70,13,0,32,9,65,2,72,13,0,32,3,65,128,16,32,2,40,2,0,34,2,16,138,1,69,13,3,32,9,65,1,107,33,9,32,3,32,2,16,153,3,32,6,65,10,108,106,33,6,12,1,11,11,32,2,32,5,71,13,1,65,2,11,32,15,40,2,0,114,54,2,0,11,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,32,6,34,2,65,6,107,14,7,2,3,1,1,1,4,5,0,11,2,64,32,2,65,55,107,14,7,8,1,1,1,9,1,10,0,11,32,2,65,23,70,13,5,32,2,65,31,70,13,6,32,2,65,236,2,70,13,10,32,2,65,141,16,70,13,11,11,32,4,40,2,8,33,2,3,64,32,2,32,4,40,2,28,70,13,14,32,0,32,2,40,2,0,16,137,6,32,4,32,4,40,2,8,65,4,106,34,2,54,2,8,12,0,11,0,11,32,0,65,37,16,137,6,32,0,65,247,0,16,137,6,12,12,11,32,0,65,37,16,137,6,32,0,65,245,0,16,137,6,12,11,11,32,0,65,37,16,137,6,32,0,65,201,0,16,137,6,12,10,11,32,0,65,37,16,137,6,32,0,65,237,0,16,137,6,12,9,11,32,0,65,37,16,137,6,32,0,65,200,0,16,137,6,12,8,11,32,0,65,37,16,137,6,32,0,65,228,0,16,137,6,12,7,11,32,0,65,37,16,137,6,32,0,65,205,0,16,137,6,12,6,11,32,0,65,37,16,137,6,32,0,65,211,0,16,137,6,12,5,11,32,0,65,37,16,137,6,32,0,65,249,0,16,137,6,12,4,11,32,0,65,37,16,137,6,32,0,65,234,0,16,137,6,12,3,11,32,0,65,37,16,137,6,32,0,65,217,0,16,137,6,12,2,11,32,3,32,4,40,2,28,40,2,0,16,153,3,65,37,70,4,64,32,0,65,37,16,137,6,32,0,65,37,16,137,6,32,4,32,4,40,2,28,65,4,106,54,2,28,12,2,5,32,0,32,4,40,2,28,40,2,0,16,137,6,32,4,32,4,40,2,28,65,4,106,54,2,28,12,2,11,0,11,11,32,4,65,224,4,106,36,0,15,11,16,177,1,0,11,158,4,1,11,127,35,0,65,128,1,107,34,11,36,0,32,2,32,3,16,169,2,33,8,32,11,65,204,0,54,2,16,32,11,65,8,106,65,0,32,11,65,16,106,16,170,2,33,13,32,11,65,16,106,33,9,2,64,32,8,65,229,0,79,4,64,32,8,16,85,34,9,69,13,1,32,13,32,9,16,171,2,11,32,9,33,6,32,2,33,7,3,64,32,3,32,7,70,4,64,3,64,2,64,32,0,40,2,0,34,7,32,1,70,34,6,65,1,32,8,27,4,64,32,6,4,64,32,5,32,5,40,2,0,65,2,114,54,2,0,11,12,1,11,32,4,32,7,40,2,0,16,194,1,33,16,32,14,65,1,106,33,12,65,0,33,15,32,9,33,6,32,2,33,7,3,64,32,3,32,7,70,4,64,32,12,33,14,32,15,69,13,3,32,0,32,0,40,2,0,65,4,106,54,2,0,32,9,33,6,32,2,33,7,32,8,32,10,106,65,2,73,13,3,3,64,32,3,32,7,70,4,64,12,5,5,2,64,32,6,45,0,0,65,2,71,13,0,32,7,16,165,1,32,12,70,13,0,32,6,65,0,58,0,0,32,10,65,1,107,33,10,11,32,6,65,1,106,33,6,32,7,65,12,106,33,7,12,1,11,0,11,0,5,2,64,32,6,45,0,0,65,1,71,13,0,2,64,32,4,32,7,32,14,16,208,2,40,2,0,16,194,1,32,16,70,4,64,65,1,33,15,32,7,16,165,1,32,12,71,13,2,32,6,65,2,58,0,0,32,10,65,1,106,33,10,12,1,11,32,6,65,0,58,0,0,11,32,8,65,1,107,33,8,11,32,6,65,1,106,33,6,32,7,65,12,106,33,7,12,1,11,0,11,0,11,11,2,64,2,64,3,64,32,2,32,3,70,13,1,32,9,45,0,0,65,2,71,4,64,32,9,65,1,106,33,9,32,2,65,12,106,33,2,12,1,11,11,32,2,33,3,12,1,11,32,5,32,5,40,2,0,65,4,114,54,2,0,11,32,13,16,174,2,32,11,65,128,1,106,36,0,32,3,15,5,2,64,32,7,16,175,2,69,4,64,32,6,65,1,58,0,0,12,1,11,32,6,65,2,58,0,0,32,10,65,1,106,33,10,32,8,65,1,107,33,8,11,32,6,65,1,106,33,6,32,7,65,12,106,33,7,12,1,11,0,11,0,11,16,177,1,0,11,178,1,1,3,127,35,0,65,16,107,34,4,36,0,32,0,16,215,3,33,3,2,64,2,64,32,3,32,1,32,2,16,216,3,34,5,73,4,64,32,0,32,1,16,217,3,13,1,32,0,32,3,32,5,32,3,107,32,0,16,165,1,34,3,65,0,32,3,65,0,16,134,6,11,32,0,16,159,1,33,3,3,64,32,1,32,2,71,4,64,32,3,32,1,16,208,1,32,3,65,4,106,33,3,32,1,65,4,106,33,1,12,1,11,11,32,4,65,0,54,2,0,32,3,32,4,16,208,1,32,0,32,5,16,201,3,12,1,11,32,0,32,4,32,1,32,2,32,0,16,218,3,34,1,16,159,1,32,1,16,165,1,16,136,6,32,1,16,246,5,26,11,32,4,65,16,106,36,0,11,55,1,1,127,35,0,65,16,107,34,2,36,0,32,0,32,1,16,159,1,16,240,1,34,0,54,2,0,32,0,69,4,64,32,2,65,131,16,32,1,16,138,6,16,177,1,0,11,32,2,65,16,106,36,0,11,248,14,1,7,127,35,0,65,48,107,34,10,36,0,32,2,4,64,32,1,16,165,1,65,4,70,33,7,11,2,64,2,64,2,64,2,64,2,64,32,3,14,2,0,1,2,11,32,7,4,64,32,1,16,229,2,33,2,32,10,32,1,16,229,2,54,2,40,32,10,65,40,106,65,3,16,207,3,33,11,32,1,16,230,2,33,9,35,0,65,32,107,34,3,36,0,32,3,32,11,54,2,16,32,3,32,2,54,2,24,32,3,32,9,54,2,8,2,64,32,3,65,24,106,32,3,65,16,106,16,234,2,13,0,32,3,65,16,106,32,3,65,8,106,16,234,2,33,2,32,3,40,2,24,33,9,32,2,13,0,32,3,40,2,16,33,6,32,3,40,2,8,33,8,35,0,65,32,107,34,11,36,0,32,11,32,8,54,2,16,32,11,32,6,54,2,24,32,11,32,9,16,228,5,54,2,8,2,64,32,11,65,8,106,32,11,65,24,106,16,234,2,4,64,35,0,65,32,107,34,6,36,0,32,6,32,9,54,2,16,32,6,32,6,65,16,106,40,2,0,45,0,0,58,0,15,32,6,40,2,16,16,228,5,33,2,32,6,32,6,40,2,16,34,9,32,2,16,232,5,32,8,16,232,5,32,9,16,232,5,16,234,3,16,231,5,54,2,24,32,6,65,24,106,40,2,0,32,6,65,15,106,45,0,0,58,0,0,32,6,40,2,24,26,32,6,65,32,106,36,0,12,1,11,32,11,32,11,40,2,24,16,228,5,54,2,8,32,11,65,8,106,32,11,65,16,106,16,234,2,4,64,32,11,40,2,16,33,8,35,0,65,32,107,34,6,36,0,32,6,32,9,54,2,24,35,0,65,16,107,34,12,36,0,32,12,32,8,54,2,8,32,12,65,8,106,65,127,16,229,5,32,12,40,2,8,33,2,32,12,65,16,106,36,0,32,6,32,2,54,2,16,32,6,32,6,65,16,106,40,2,0,45,0,0,58,0,15,32,6,40,2,16,33,2,32,8,32,9,16,232,5,32,2,16,232,5,32,8,16,232,5,16,233,5,16,231,5,26,32,6,65,24,106,40,2,0,32,6,65,15,106,45,0,0,58,0,0,32,6,65,32,106,36,0,12,1,11,32,11,40,2,24,33,2,32,11,40,2,16,33,8,35,0,65,48,107,34,6,36,0,32,6,32,2,54,2,32,32,6,32,9,54,2,40,32,6,32,8,54,2,24,2,127,32,6,65,32,106,32,6,65,40,106,16,197,3,34,8,32,6,65,24,106,32,6,65,32,106,16,197,3,34,2,70,4,64,32,6,40,2,40,33,9,32,6,40,2,32,33,8,35,0,65,32,107,34,2,36,0,32,2,32,8,54,2,16,32,2,32,9,54,2,24,32,2,32,8,54,2,8,3,64,32,2,65,24,106,32,2,65,16,106,16,231,2,4,64,32,2,40,2,24,32,2,40,2,8,16,166,3,32,2,65,24,106,16,232,2,32,2,65,8,106,16,232,2,12,1,11,11,32,2,40,2,8,26,32,2,65,32,106,36,0,32,6,40,2,32,12,1,11,32,6,32,6,65,40,106,32,8,32,2,16,230,5,16,207,3,54,2,16,3,127,32,6,65,16,106,32,6,65,40,106,16,231,2,4,127,32,6,65,16,106,34,9,32,9,40,2,0,65,1,107,54,2,0,32,6,32,9,40,2,0,45,0,0,58,0,15,32,6,32,6,40,2,16,54,2,8,32,6,32,6,65,8,106,32,8,16,207,3,54,2,0,3,64,32,6,65,8,106,40,2,0,32,6,40,2,0,45,0,0,58,0,0,32,6,32,6,40,2,0,54,2,8,2,64,32,6,65,24,106,32,6,16,197,3,34,9,32,8,74,4,64,32,6,32,8,16,235,3,12,1,11,32,6,32,6,65,40,106,32,8,32,9,107,16,207,3,54,2,0,11,32,6,32,6,65,16,106,16,231,2,13,0,11,32,6,65,8,106,40,2,0,32,6,65,15,106,45,0,0,58,0,0,12,1,5,32,6,65,40,106,32,2,16,207,3,11,11,11,26,32,6,65,48,106,36,0,11,32,11,65,32,106,36,0,11,32,3,65,32,106,36,0,11,2,64,2,64,2,64,2,64,2,64,32,5,14,5,0,1,2,3,4,6,11,32,0,65,131,136,128,16,54,0,0,2,64,32,4,14,3,8,0,8,6,11,32,7,13,7,32,1,16,247,5,12,7,11,32,0,65,2,58,0,3,32,0,65,3,58,0,0,2,64,2,64,2,64,32,4,14,3,0,1,2,7,11,32,0,65,4,59,0,1,12,8,11,32,0,65,4,59,0,1,32,7,13,7,32,1,16,247,5,12,7,11,32,0,65,129,8,59,0,1,32,7,69,13,6,32,10,32,1,16,229,2,54,2,40,32,1,32,10,65,32,106,32,10,65,40,106,16,196,3,40,2,0,16,174,5,12,6,11,32,0,65,3,58,0,3,32,0,65,4,58,0,0,2,64,2,64,2,64,32,4,14,3,0,1,2,6,11,32,0,65,128,4,59,0,1,12,7,11,32,7,69,4,64,32,1,16,247,5,11,32,0,65,128,4,59,0,1,12,6,11,32,0,65,130,2,59,0,1,32,7,69,13,5,32,10,32,1,16,229,2,54,2,40,32,1,32,10,65,24,106,32,10,65,40,106,16,196,3,40,2,0,16,174,5,12,5,11,32,0,65,2,58,0,3,32,0,65,4,58,0,0,2,64,2,64,2,64,32,4,14,3,0,1,2,5,11,32,0,65,128,6,59,0,1,12,6,11,32,0,65,129,6,59,0,1,32,7,69,13,5,32,10,32,1,16,229,2,54,2,40,32,1,32,10,65,16,106,32,10,65,40,106,16,196,3,40,2,0,16,174,5,12,5,11,32,0,65,3,59,0,1,32,7,13,4,32,1,16,247,5,12,4,11,32,0,65,3,58,0,3,32,0,65,4,58,0,0,2,64,2,64,2,64,32,4,14,3,0,1,2,4,11,32,0,65,128,4,59,0,1,12,5,11,32,0,65,128,4,59,0,1,32,7,13,4,32,1,16,247,5,12,4,11,32,0,65,130,2,59,0,1,32,7,69,13,3,32,10,32,1,16,229,2,54,2,40,32,1,32,10,65,8,106,32,10,65,40,106,16,196,3,40,2,0,16,174,5,12,3,11,2,64,2,64,2,64,2,64,2,64,32,5,14,5,0,1,2,3,4,5,11,32,0,65,131,132,128,32,54,0,0,2,64,32,4,14,3,7,0,7,5,11,32,7,13,6,32,1,16,247,5,12,6,11,32,0,65,4,58,0,3,32,0,65,3,58,0,0,2,64,2,64,2,64,32,4,14,3,0,1,2,6,11,32,0,65,2,59,0,1,12,7,11,32,0,65,2,59,0,1,32,7,13,6,32,1,65,32,16,129,6,12,6,11,32,0,65,129,4,59,0,1,32,7,69,13,5,12,4,11,32,0,65,3,58,0,3,32,0,65,2,58,0,0,2,64,2,64,2,64,32,4,14,3,0,1,2,5,11,32,0,65,128,8,59,0,1,12,6,11,32,0,65,128,8,59,0,1,32,7,13,5,32,1,65,32,16,129,6,12,5,11,32,0,65,132,2,59,0,1,32,7,13,3,12,4,11,32,0,65,4,58,0,3,32,0,65,3,58,0,0,2,64,2,64,2,64,32,4,14,3,0,1,2,4,11,32,0,65,2,59,0,1,12,5,11,32,0,65,2,59,0,1,32,7,13,4,32,1,65,32,16,129,6,12,4,11,32,0,65,129,4,59,0,1,32,7,13,2,12,3,11,32,0,65,4,58,0,3,32,0,65,2,58,0,0,2,64,2,64,2,64,32,4,14,3,0,1,2,3,11,32,0,65,3,59,0,1,12,4,11,32,0,65,131,2,59,0,1,32,7,13,2,12,3,11,32,0,65,128,6,59,0,1,32,7,13,2,32,1,65,32,16,129,6,12,2,11,32,0,65,130,134,128,32,54,0,0,12,1,11,35,0,65,16,107,34,2,36,0,2,64,32,1,16,168,1,4,64,32,1,32,1,40,2,4,65,1,107,34,0,16,200,1,32,1,40,2,0,33,3,32,2,65,0,58,0,15,32,0,32,3,106,32,2,65,15,106,16,191,1,12,1,11,32,1,32,1,45,0,11,65,1,107,34,0,16,190,1,32,2,65,0,58,0,14,32,0,32,1,106,32,2,65,14,106,16,191,1,11,32,2,65,16,106,36,0,11,32,10,65,48,106,36,0,11,216,1,1,7,127,35,0,65,16,107,34,3,36,0,32,3,32,1,54,2,8,32,3,32,0,16,229,2,54,2,0,32,3,65,8,106,32,3,16,197,3,33,1,2,64,32,0,16,165,1,32,1,79,4,64,35,0,65,16,107,34,2,36,0,32,2,65,1,54,2,12,32,0,16,165,1,33,7,32,0,16,159,1,33,8,32,2,32,7,32,1,34,5,107,34,6,54,2,8,32,2,32,2,65,12,106,32,2,65,8,106,16,176,1,40,2,0,34,4,54,2,12,32,0,32,7,32,6,32,4,107,34,6,4,127,32,5,32,8,106,34,5,32,4,32,5,106,32,6,16,244,5,32,2,40,2,12,5,32,4,11,107,34,4,16,201,3,32,2,65,0,58,0,7,32,4,32,8,106,32,2,65,7,106,16,191,1,32,2,65,16,106,36,0,12,1,11,16,177,1,0,11,32,3,32,1,16,207,3,26,32,3,65,16,106,36,0,11,254,14,1,7,127,35,0,65,48,107,34,10,36,0,32,2,4,64,32,1,16,165,1,65,4,70,33,7,11,2,64,2,64,2,64,2,64,2,64,32,3,14,2,0,1,2,11,32,7,4,64,32,1,16,229,2,33,2,32,10,32,1,16,229,2,54,2,40,32,10,65,40,106,65,3,16,222,3,33,11,32,1,16,253,2,33,9,35,0,65,32,107,34,3,36,0,32,3,32,11,54,2,16,32,3,32,2,54,2,24,32,3,32,9,54,2,8,2,64,32,3,65,24,106,32,3,65,16,106,16,234,2,13,0,32,3,65,16,106,32,3,65,8,106,16,234,2,33,2,32,3,40,2,24,33,9,32,2,13,0,32,3,40,2,16,33,6,32,3,40,2,8,33,8,35,0,65,32,107,34,11,36,0,32,11,32,8,54,2,16,32,11,32,6,54,2,24,32,11,32,9,16,234,5,54,2,8,2,64,32,11,65,8,106,32,11,65,24,106,16,234,2,4,64,35,0,65,32,107,34,6,36,0,32,6,32,9,54,2,16,32,6,32,6,65,16,106,40,2,0,40,2,0,54,2,12,32,6,40,2,16,16,234,5,33,2,32,6,32,6,40,2,16,34,9,32,2,16,232,5,32,8,16,232,5,32,9,16,232,5,16,234,3,16,236,5,54,2,24,32,6,65,24,106,40,2,0,32,6,65,12,106,40,2,0,54,2,0,32,6,40,2,24,26,32,6,65,32,106,36,0,12,1,11,32,11,32,11,40,2,24,16,234,5,54,2,8,32,11,65,8,106,32,11,65,16,106,16,234,2,4,64,32,11,40,2,16,33,8,35,0,65,32,107,34,6,36,0,32,6,32,9,54,2,24,35,0,65,16,107,34,12,36,0,32,12,32,8,54,2,8,32,12,65,8,106,65,127,16,235,5,32,12,40,2,8,33,2,32,12,65,16,106,36,0,32,6,32,2,54,2,16,32,6,32,6,65,16,106,40,2,0,40,2,0,54,2,12,32,6,40,2,16,33,2,32,8,32,9,16,232,5,32,2,16,232,5,32,8,16,232,5,16,233,5,16,236,5,26,32,6,65,24,106,40,2,0,32,6,65,12,106,40,2,0,54,2,0,32,6,65,32,106,36,0,12,1,11,32,11,40,2,24,33,2,32,11,40,2,16,33,8,35,0,65,48,107,34,6,36,0,32,6,32,2,54,2,32,32,6,32,9,54,2,40,32,6,32,8,54,2,24,2,127,32,6,65,32,106,32,6,65,40,106,16,213,3,34,8,32,6,65,24,106,32,6,65,32,106,16,213,3,34,2,70,4,64,32,6,40,2,40,33,9,32,6,40,2,32,33,8,35,0,65,32,107,34,2,36,0,32,2,32,8,54,2,16,32,2,32,9,54,2,24,32,2,32,8,54,2,8,3,64,32,2,65,24,106,32,2,65,16,106,16,231,2,4,64,32,2,40,2,24,32,2,40,2,8,16,160,1,32,2,65,24,106,16,254,2,32,2,65,8,106,16,254,2,12,1,11,11,32,2,40,2,8,26,32,2,65,32,106,36,0,32,6,40,2,32,12,1,11,32,6,32,6,65,40,106,32,8,32,2,16,230,5,16,222,3,54,2,16,3,127,32,6,65,16,106,32,6,65,40,106,16,231,2,4,127,32,6,65,16,106,34,9,32,9,40,2,0,65,4,107,54,2,0,32,6,32,9,40,2,0,40,2,0,54,2,12,32,6,32,6,40,2,16,54,2,8,32,6,32,6,65,8,106,32,8,16,222,3,54,2,0,3,64,32,6,65,8,106,40,2,0,32,6,40,2,0,40,2,0,54,2,0,32,6,32,6,40,2,0,54,2,8,2,64,32,6,65,24,106,32,6,16,213,3,34,9,32,8,74,4,64,32,6,32,8,16,236,3,12,1,11,32,6,32,6,65,40,106,32,8,32,9,107,16,222,3,54,2,0,11,32,6,32,6,65,16,106,16,231,2,13,0,11,32,6,65,8,106,40,2,0,32,6,65,12,106,40,2,0,54,2,0,12,1,5,32,6,65,40,106,32,2,16,222,3,11,11,11,26,32,6,65,48,106,36,0,11,32,11,65,32,106,36,0,11,32,3,65,32,106,36,0,11,2,64,2,64,2,64,2,64,2,64,32,5,14,5,0,1,2,3,4,6,11,32,0,65,131,136,128,16,54,0,0,2,64,32,4,14,3,8,0,8,6,11,32,7,13,7,32,1,16,133,6,12,7,11,32,0,65,2,58,0,3,32,0,65,3,58,0,0,2,64,2,64,2,64,32,4,14,3,0,1,2,7,11,32,0,65,4,59,0,1,12,8,11,32,0,65,4,59,0,1,32,7,13,7,32,1,16,133,6,12,7,11,32,0,65,129,8,59,0,1,32,7,69,13,6,32,10,32,1,16,229,2,54,2,40,32,1,32,10,65,32,106,32,10,65,40,106,16,196,3,40,2,0,16,176,5,12,6,11,32,0,65,3,58,0,3,32,0,65,4,58,0,0,2,64,2,64,2,64,32,4,14,3,0,1,2,6,11,32,0,65,128,4,59,0,1,12,7,11,32,7,69,4,64,32,1,16,133,6,11,32,0,65,128,4,59,0,1,12,6,11,32,0,65,130,2,59,0,1,32,7,69,13,5,32,10,32,1,16,229,2,54,2,40,32,1,32,10,65,24,106,32,10,65,40,106,16,196,3,40,2,0,16,176,5,12,5,11,32,0,65,2,58,0,3,32,0,65,4,58,0,0,2,64,2,64,2,64,32,4,14,3,0,1,2,5,11,32,0,65,128,6,59,0,1,12,6,11,32,0,65,129,6,59,0,1,32,7,69,13,5,32,10,32,1,16,229,2,54,2,40,32,1,32,10,65,16,106,32,10,65,40,106,16,196,3,40,2,0,16,176,5,12,5,11,32,0,65,3,59,0,1,32,7,13,4,32,1,16,133,6,12,4,11,32,0,65,3,58,0,3,32,0,65,4,58,0,0,2,64,2,64,2,64,32,4,14,3,0,1,2,4,11,32,0,65,128,4,59,0,1,12,5,11,32,0,65,128,4,59,0,1,32,7,13,4,32,1,16,133,6,12,4,11,32,0,65,130,2,59,0,1,32,7,69,13,3,32,10,32,1,16,229,2,54,2,40,32,1,32,10,65,8,106,32,10,65,40,106,16,196,3,40,2,0,16,176,5,12,3,11,2,64,2,64,2,64,2,64,2,64,32,5,14,5,0,1,2,3,4,5,11,32,0,65,131,132,128,32,54,0,0,2,64,32,4,14,3,7,0,7,5,11,32,7,13,6,32,1,16,133,6,12,6,11,32,0,65,4,58,0,3,32,0,65,3,58,0,0,2,64,2,64,2,64,32,4,14,3,0,1,2,6,11,32,0,65,2,59,0,1,12,7,11,32,0,65,2,59,0,1,32,7,13,6,32,1,65,32,16,137,6,12,6,11,32,0,65,129,4,59,0,1,32,7,69,13,5,12,4,11,32,0,65,3,58,0,3,32,0,65,2,58,0,0,2,64,2,64,2,64,32,4,14,3,0,1,2,5,11,32,0,65,128,8,59,0,1,12,6,11,32,0,65,128,8,59,0,1,32,7,13,5,32,1,65,32,16,137,6,12,5,11,32,0,65,132,2,59,0,1,32,7,13,3,12,4,11,32,0,65,4,58,0,3,32,0,65,3,58,0,0,2,64,2,64,2,64,32,4,14,3,0,1,2,4,11,32,0,65,2,59,0,1,12,5,11,32,0,65,2,59,0,1,32,7,13,4,32,1,65,32,16,137,6,12,4,11,32,0,65,129,4,59,0,1,32,7,13,2,12,3,11,32,0,65,4,58,0,3,32,0,65,2,58,0,0,2,64,2,64,2,64,32,4,14,3,0,1,2,3,11,32,0,65,3,59,0,1,12,4,11,32,0,65,131,2,59,0,1,32,7,13,2,12,3,11,32,0,65,128,6,59,0,1,32,7,13,2,32,1,65,32,16,137,6,12,2,11,32,0,65,130,134,128,32,54,0,0,12,1,11,35,0,65,16,107,34,2,36,0,2,64,32,1,16,168,1,4,64,32,1,32,1,40,2,4,65,1,107,34,0,16,200,1,32,1,40,2,0,33,3,32,2,65,0,54,2,12,32,3,32,0,65,2,116,106,32,2,65,12,106,16,208,1,12,1,11,32,1,32,1,45,0,11,65,1,107,34,0,16,190,1,32,2,65,0,54,2,8,32,1,32,0,65,2,116,106,32,2,65,8,106,16,208,1,11,32,2,65,16,106,36,0,11,32,10,65,48,106,36,0,11,225,1,1,7,127,35,0,65,16,107,34,3,36,0,32,3,32,1,54,2,8,32,3,32,0,16,229,2,54,2,0,32,3,65,8,106,32,3,16,213,3,33,1,2,64,32,0,16,165,1,32,1,79,4,64,35,0,65,16,107,34,2,36,0,32,2,65,1,54,2,12,32,0,16,165,1,33,7,32,0,16,159,1,33,8,32,2,32,7,32,1,34,5,107,34,6,54,2,8,32,2,32,2,65,12,106,32,2,65,8,106,16,176,1,40,2,0,34,4,54,2,12,32,0,32,7,32,6,32,4,107,34,6,4,127,32,8,32,5,65,2,116,106,34,5,32,5,32,4,65,2,116,106,32,6,16,131,6,32,2,40,2,12,5,32,4,11,107,34,4,16,201,3,32,2,65,0,54,2,4,32,8,32,4,65,2,116,106,32,2,65,4,106,16,208,1,32,2,65,16,106,36,0,12,1,11,16,177,1,0,11,32,3,32,1,16,222,3,26,32,3,65,16,106,36,0,11,151,1,1,3,127,32,0,65,12,106,34,1,65,136,4,106,16,246,5,26,32,1,65,252,3,106,16,246,5,26,32,1,65,240,3,106,16,246,5,26,32,1,65,228,3,106,34,2,16,246,5,26,32,1,65,204,3,106,33,3,3,64,32,2,65,12,107,16,246,5,34,2,32,3,71,13,0,11,32,1,65,204,3,106,33,2,32,1,65,172,1,106,33,3,3,64,32,2,65,12,107,16,246,5,34,2,32,3,71,13,0,11,32,1,65,172,1,106,33,2,32,1,65,4,106,33,3,3,64,32,2,65,12,107,16,246,5,34,2,32,3,71,13,0,11,32,1,16,166,5,32,0,11,9,0,32,0,16,177,5,16,86,11,205,5,1,2,127,32,0,65,136,4,106,33,0,3,64,2,64,32,0,16,165,1,32,1,77,13,0,32,0,32,1,16,173,2,45,0,0,65,37,70,13,0,32,1,65,1,106,33,1,12,1,11,11,2,64,2,64,2,64,2,64,32,0,32,1,65,1,106,16,173,2,44,0,0,34,2,65,249,0,71,4,64,32,2,65,228,0,70,13,2,32,2,65,237,0,70,13,1,32,2,65,217,0,71,13,3,11,32,1,65,2,106,33,1,3,64,2,64,32,0,16,165,1,32,1,77,13,0,32,0,32,1,16,173,2,45,0,0,65,37,70,13,0,32,1,65,1,106,33,1,12,1,11,11,32,0,16,165,1,32,1,70,13,2,32,0,32,1,65,1,106,16,173,2,44,0,0,34,2,65,228,0,71,4,64,32,2,65,237,0,71,13,3,32,1,65,2,106,33,1,3,64,2,64,32,0,16,165,1,32,1,77,13,0,32,0,32,1,16,173,2,45,0,0,65,37,70,13,0,32,1,65,1,106,33,1,12,1,11,11,32,0,16,165,1,32,1,70,13,3,65,3,33,2,32,0,32,1,65,1,106,16,173,2,45,0,0,65,228,0,71,13,3,12,4,11,32,1,65,2,106,33,1,3,64,2,64,32,0,16,165,1,32,1,77,13,0,32,0,32,1,16,173,2,45,0,0,65,37,70,13,0,32,1,65,1,106,33,1,12,1,11,11,32,0,16,165,1,32,1,70,13,2,65,4,33,2,32,0,32,1,65,1,106,16,173,2,45,0,0,65,237,0,71,13,2,12,3,11,32,1,65,2,106,33,1,3,64,2,64,32,0,16,165,1,32,1,77,13,0,32,0,32,1,16,173,2,45,0,0,65,37,70,13,0,32,1,65,1,106,33,1,12,1,11,11,32,0,16,165,1,32,1,70,13,1,32,0,32,1,65,1,106,16,173,2,45,0,0,65,228,0,71,13,1,32,1,65,2,106,33,1,3,64,2,64,32,0,16,165,1,32,1,77,13,0,32,0,32,1,16,173,2,45,0,0,65,37,70,13,0,32,1,65,1,106,33,1,12,1,11,11,32,0,16,165,1,32,1,70,13,1,65,2,33,2,32,0,32,1,65,1,106,34,1,16,173,2,45,0,0,65,249,0,70,13,2,32,0,32,1,16,173,2,45,0,0,65,217,0,71,13,1,12,2,11,32,1,65,2,106,33,1,3,64,2,64,32,0,16,165,1,32,1,77,13,0,32,0,32,1,16,173,2,45,0,0,65,37,70,13,0,32,1,65,1,106,33,1,12,1,11,11,32,0,16,165,1,32,1,70,13,0,32,0,32,1,65,1,106,16,173,2,45,0,0,65,237,0,71,13,0,32,1,65,2,106,33,1,3,64,2,64,32,0,16,165,1,32,1,77,13,0,32,0,32,1,16,173,2,45,0,0,65,37,70,13,0,32,1,65,1,106,33,1,12,1,11,11,32,0,16,165,1,32,1,70,13,0,65,1,33,2,32,0,32,1,65,1,106,34,1,16,173,2,45,0,0,65,249,0,70,13,1,32,0,32,1,16,173,2,45,0,0,65,217,0,70,13,1,11,65,0,33,2,11,32,2,11,7,0,32,0,65,16,106,11,8,0,32,0,65,184,1,106,11,8,0,32,0,65,216,3,106,11,8,0,32,0,65,240,3,106,11,8,0,32,0,65,252,3,106,11,8,0,32,0,65,136,4,106,11,8,0,32,0,65,148,4,106,11,10,0,32,0,65,8,107,16,180,5,11,10,0,32,0,65,8,107,16,181,5,11,10,0,32,0,65,8,107,16,182,5,11,10,0,32,0,65,8,107,16,183,5,11,10,0,32,0,65,8,107,16,184,5,11,10,0,32,0,65,8,107,16,185,5,11,10,0,32,0,65,8,107,16,186,5,11,205,5,1,2,127,32,0,65,136,4,106,33,0,3,64,2,64,32,0,16,165,1,32,1,77,13,0,32,0,32,1,16,208,2,40,2,0,65,37,70,13,0,32,1,65,1,106,33,1,12,1,11,11,2,64,2,64,2,64,2,64,32,0,32,1,65,1,106,16,208,2,40,2,0,34,2,65,249,0,71,4,64,32,2,65,228,0,70,13,2,32,2,65,237,0,70,13,1,32,2,65,217,0,71,13,3,11,32,1,65,2,106,33,1,3,64,2,64,32,0,16,165,1,32,1,77,13,0,32,0,32,1,16,208,2,40,2,0,65,37,70,13,0,32,1,65,1,106,33,1,12,1,11,11,32,0,16,165,1,32,1,70,13,2,32,0,32,1,65,1,106,16,208,2,40,2,0,34,2,65,228,0,71,4,64,32,2,65,237,0,71,13,3,32,1,65,2,106,33,1,3,64,2,64,32,0,16,165,1,32,1,77,13,0,32,0,32,1,16,208,2,40,2,0,65,37,70,13,0,32,1,65,1,106,33,1,12,1,11,11,32,0,16,165,1,32,1,70,13,3,65,3,33,2,32,0,32,1,65,1,106,16,208,2,40,2,0,65,228,0,71,13,3,12,4,11,32,1,65,2,106,33,1,3,64,2,64,32,0,16,165,1,32,1,77,13,0,32,0,32,1,16,208,2,40,2,0,65,37,70,13,0,32,1,65,1,106,33,1,12,1,11,11,32,0,16,165,1,32,1,70,13,2,65,4,33,2,32,0,32,1,65,1,106,16,208,2,40,2,0,65,237,0,71,13,2,12,3,11,32,1,65,2,106,33,1,3,64,2,64,32,0,16,165,1,32,1,77,13,0,32,0,32,1,16,208,2,40,2,0,65,37,70,13,0,32,1,65,1,106,33,1,12,1,11,11,32,0,16,165,1,32,1,70,13,1,32,0,32,1,65,1,106,16,208,2,40,2,0,65,228,0,71,13,1,32,1,65,2,106,33,1,3,64,2,64,32,0,16,165,1,32,1,77,13,0,32,0,32,1,16,208,2,40,2,0,65,37,70,13,0,32,1,65,1,106,33,1,12,1,11,11,32,0,16,165,1,32,1,70,13,1,65,2,33,2,32,0,32,1,65,1,106,34,1,16,208,2,40,2,0,65,249,0,70,13,2,32,0,32,1,16,208,2,40,2,0,65,217,0,71,13,1,12,2,11,32,1,65,2,106,33,1,3,64,2,64,32,0,16,165,1,32,1,77,13,0,32,0,32,1,16,208,2,40,2,0,65,37,70,13,0,32,1,65,1,106,33,1,12,1,11,11,32,0,16,165,1,32,1,70,13,0,32,0,32,1,65,1,106,16,208,2,40,2,0,65,237,0,71,13,0,32,1,65,2,106,33,1,3,64,2,64,32,0,16,165,1,32,1,77,13,0,32,0,32,1,16,208,2,40,2,0,65,37,70,13,0,32,1,65,1,106,33,1,12,1,11,11,32,0,16,165,1,32,1,70,13,0,65,1,33,2,32,0,32,1,65,1,106,34,1,16,208,2,40,2,0,65,249,0,70,13,1,32,0,32,1,16,208,2,40,2,0,65,217,0,70,13,1,11,65,0,33,2,11,32,2,11,9,0,32,0,16,196,5,16,86,11,31,1,1,127,32,0,65,8,106,34,1,40,2,0,16,200,2,71,4,64,32,1,40,2,0,16,129,2,11,32,0,11,12,0,32,0,16,196,5,26,32,0,16,86,11,49,0,32,0,65,148,145,2,54,2,0,32,0,65,48,106,16,246,5,26,32,0,65,36,106,16,246,5,26,32,0,65,24,106,16,246,5,26,32,0,65,12,106,16,246,5,26,32,0,11,9,0,32,0,16,198,5,16,86,11,49,0,32,0,65,252,145,2,54,2,0,32,0,65,48,106,16,246,5,26,32,0,65,36,106,16,246,5,26,32,0,65,24,106,16,246,5,26,32,0,65,12,106,16,246,5,26,32,0,11,9,0,32,0,16,200,5,16,86,11,49,0,32,0,65,228,146,2,54,2,0,32,0,65,52,106,16,246,5,26,32,0,65,40,106,16,246,5,26,32,0,65,28,106,16,246,5,26,32,0,65,16,106,16,246,5,26,32,0,11,9,0,32,0,16,202,5,16,86,11,49,0,32,0,65,204,147,2,54,2,0,32,0,65,52,106,16,246,5,26,32,0,65,40,106,16,246,5,26,32,0,65,28,106,16,246,5,26,32,0,65,16,106,16,246,5,26,32,0,11,9,0,32,0,16,204,5,16,86,11,68,1,1,127,35,0,65,16,107,34,1,36,0,32,0,16,180,5,26,32,1,65,255,255,255,255,3,54,2,12,32,1,65,255,255,255,255,7,54,2,8,32,1,65,12,106,32,1,65,8,106,16,176,1,40,2,0,33,0,32,1,65,16,106,36,0,32,0,11,63,1,1,127,35,0,65,16,107,34,2,36,0,2,64,2,64,32,1,65,30,75,13,0,32,0,45,0,120,13,0,32,0,65,1,58,0,120,12,1,11,32,2,65,8,106,32,1,16,214,5,33,0,11,32,2,65,16,106,36,0,32,0,11,7,0,32,0,65,8,106,11,44,0,32,0,40,2,0,26,32,0,40,2,0,32,0,16,215,5,65,2,116,106,26,32,0,40,2,0,32,0,16,215,5,65,2,116,106,26,32,0,40,2,0,26,11,36,0,32,0,32,1,54,2,0,32,0,32,1,40,2,4,34,1,54,2,4,32,0,32,1,32,2,65,2,116,106,54,2,8,32,0,11,15,0,32,0,40,2,0,32,0,40,2,4,54,2,4,11,9,0,32,1,65,0,54,2,0,11,9,0,32,0,65,0,54,2,0,11,28,0,32,1,65,255,255,255,255,3,75,4,64,65,136,12,16,55,0,11,32,1,65,2,116,16,238,5,11,19,0,32,0,16,208,5,40,2,0,32,0,40,2,0,107,65,2,117,11,42,0,35,0,65,16,107,34,2,36,0,2,64,32,0,32,1,70,4,64,32,0,65,0,58,0,120,12,1,11,32,1,16,86,11,32,2,65,16,106,36,0,11,44,1,1,127,32,0,40,2,4,33,2,3,64,32,1,32,2,71,4,64,32,0,16,180,5,26,32,2,65,4,107,33,2,12,1,11,11,32,0,32,1,54,2,4,11,10,0,32,0,16,200,2,54,2,0,11,87,1,1,127,35,0,65,16,107,34,4,36,0,32,4,32,0,32,3,16,210,5,33,3,32,0,16,180,5,26,32,3,65,4,106,33,0,32,2,32,1,107,34,2,65,0,74,4,64,32,0,40,2,0,32,1,32,2,16,69,26,32,0,32,0,40,2,0,32,2,106,54,2,0,11,32,3,16,211,5,32,4,65,16,106,36,0,11,91,1,2,127,35,0,65,16,107,34,2,36,0,32,2,32,1,54,2,12,32,1,32,0,16,206,5,34,3,77,4,64,32,0,16,215,5,34,0,32,3,65,1,118,73,4,64,32,2,32,0,65,1,116,54,2,8,32,2,65,8,106,32,2,65,12,106,16,174,1,40,2,0,33,3,11,32,2,65,16,106,36,0,32,3,15,11,16,177,1,0,11,10,0,32,0,65,12,106,16,223,5,11,7,0,32,0,65,12,106,11,10,0,32,0,65,4,106,40,2,0,11,36,0,32,0,65,2,79,4,127,32,0,65,4,106,65,124,113,34,0,32,0,65,1,107,34,0,32,0,65,2,70,27,5,65,1,11,11,9,0,32,0,32,1,16,214,5,11,12,0,32,0,16,205,4,26,32,0,16,86,11,12,0,32,0,16,211,4,26,32,0,16,86,11,46,1,1,127,35,0,65,16,107,34,1,36,0,32,1,32,0,54,2,8,32,1,65,8,106,65,1,16,229,5,32,1,40,2,8,33,0,32,1,65,16,106,36,0,32,0,11,9,0,32,0,32,1,16,235,3,11,18,0,3,64,32,0,32,1,34,0,111,34,1,13,0,11,32,0,11,47,1,1,127,35,0,65,16,107,34,2,36,0,32,2,32,0,54,2,8,32,2,65,8,106,32,1,32,0,16,232,5,107,16,207,3,33,0,32,2,65,16,106,36,0,32,0,11,39,1,1,127,35,0,65,16,107,34,1,36,0,32,1,32,0,54,2,8,32,1,65,8,106,40,2,0,33,0,32,1,65,16,106,36,0,32,0,11,27,0,32,1,32,0,107,34,1,4,64,32,2,32,1,107,34,2,32,0,32,1,16,70,11,32,2,11,46,1,1,127,35,0,65,16,107,34,1,36,0,32,1,32,0,54,2,8,32,1,65,8,106,65,1,16,235,5,32,1,40,2,8,33,0,32,1,65,16,106,36,0,32,0,11,9,0,32,0,32,1,16,236,3,11,50,1,1,127,35,0,65,16,107,34,2,36,0,32,2,32,0,54,2,8,32,2,65,8,106,32,1,32,0,16,232,5,107,65,2,117,16,222,3,33,0,32,2,65,16,106,36,0,32,0,11,3,0,0,11,84,1,1,127,32,0,65,1,32,0,27,33,1,2,64,3,64,32,1,16,85,34,0,13,1,65,168,183,4,40,2,0,34,0,4,64,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,17,0,0,26,12,1,11,11,16,5,0,11,32,0,11,25,0,32,1,65,9,77,4,64,32,0,32,1,16,242,5,15,11,32,0,32,1,16,243,5,11,27,0,32,0,32,1,65,228,0,110,34,0,16,243,5,32,1,32,0,65,228,0,108,107,16,243,5,11,61,0,32,1,65,227,0,77,4,64,32,0,32,1,16,239,5,15,11,32,1,65,231,7,77,4,64,32,0,32,1,65,228,0,110,34,0,16,242,5,32,1,32,0,65,228,0,108,107,16,243,5,15,11,32,0,32,1,16,240,5,11,17,0,32,0,32,1,65,48,106,58,0,0,32,0,65,1,106,11,25,0,32,0,32,1,65,1,116,65,192,169,2,106,47,1,0,59,0,0,32,0,65,2,106,11,15,0,32,2,4,64,32,0,32,1,32,2,16,70,11,11,243,1,1,4,127,35,0,65,16,107,34,8,36,0,32,2,65,111,34,9,32,1,65,127,115,106,77,4,64,32,0,16,159,1,33,10,2,127,32,1,32,9,65,1,118,65,16,107,73,4,64,32,8,32,1,65,1,116,54,2,8,32,8,32,1,32,2,106,54,2,12,32,8,65,12,106,32,8,65,8,106,16,174,1,40,2,0,16,197,1,12,1,11,32,9,65,1,107,11,65,1,106,34,11,16,238,5,33,2,32,4,4,64,32,2,32,10,32,4,16,103,11,32,6,4,64,32,2,32,4,106,32,7,32,6,16,103,11,32,3,32,4,32,5,106,107,34,9,4,64,32,2,32,4,106,32,6,106,32,4,32,10,106,32,5,106,32,9,16,103,11,32,1,65,10,71,4,64,32,10,16,86,11,32,0,32,2,16,198,1,32,0,32,11,16,199,1,32,0,32,4,32,6,106,32,9,106,34,4,16,200,1,32,8,65,0,58,0,7,32,2,32,4,106,32,8,65,7,106,16,191,1,32,8,65,16,106,36,0,15,11,16,53,0,11,31,1,1,127,32,0,16,168,1,4,64,32,0,40,2,0,33,1,32,0,16,169,1,26,32,1,16,86,11,32,0,11,149,1,1,3,127,35,0,65,16,107,34,3,36,0,32,0,16,165,1,34,1,65,0,79,4,64,2,64,32,0,16,166,1,34,2,32,1,71,4,64,32,0,16,159,1,33,2,32,1,69,13,1,32,2,65,1,106,32,2,32,1,16,244,5,12,1,11,32,0,32,2,32,1,65,1,106,32,2,107,32,1,65,0,65,1,16,248,5,32,0,40,2,0,33,2,11,32,2,65,1,65,32,16,249,5,32,0,32,1,65,1,106,34,1,16,201,3,32,3,65,0,58,0,15,32,1,32,2,106,32,3,65,15,106,16,191,1,32,3,65,16,106,36,0,15,11,16,177,1,0,11,183,1,1,3,127,35,0,65,16,107,34,6,36,0,32,2,65,111,34,7,32,1,107,77,4,64,32,0,16,159,1,33,8,2,127,32,1,32,7,65,1,118,65,16,107,73,4,64,32,6,32,1,65,1,116,54,2,8,32,6,32,1,32,2,106,54,2,12,32,6,65,12,106,32,6,65,8,106,16,174,1,40,2,0,16,197,1,12,1,11,32,7,65,1,107,11,65,1,106,34,7,16,238,5,33,2,32,4,4,64,32,2,32,8,32,4,16,103,11,32,3,32,4,107,34,3,4,64,32,2,32,4,106,32,5,106,32,4,32,8,106,32,3,16,103,11,32,1,65,10,71,4,64,32,8,16,86,11,32,0,32,2,16,198,1,32,0,32,7,16,199,1,32,6,65,16,106,36,0,15,11,16,53,0,11,18,0,32,1,4,64,32,0,32,2,16,107,32,1,16,71,26,11,11,87,1,2,127,2,64,2,64,32,2,65,10,77,4,64,32,0,33,3,32,0,32,2,16,190,1,12,1,11,32,2,65,111,75,13,1,32,0,32,2,16,197,1,65,1,106,34,4,16,238,5,34,3,16,198,1,32,0,32,4,16,199,1,32,0,32,2,16,200,1,11,32,3,32,1,32,2,65,1,106,16,103,15,11,16,53,0,11,106,1,2,127,35,0,65,16,107,34,4,36,0,2,64,32,2,32,0,16,166,1,34,3,77,4,64,32,0,16,159,1,34,3,32,1,32,2,16,244,5,32,4,65,0,58,0,15,32,2,32,3,106,32,4,65,15,106,16,191,1,32,0,32,2,16,201,3,12,1,11,32,0,32,3,32,2,32,3,107,32,0,16,165,1,34,3,65,0,32,3,32,2,32,1,16,245,5,11,32,4,65,16,106,36,0,11,126,1,3,127,35,0,65,16,107,34,5,36,0,2,64,32,2,32,0,16,166,1,34,4,32,0,16,165,1,34,3,107,77,4,64,32,2,69,13,1,32,0,16,159,1,34,4,32,3,106,32,1,32,2,16,103,32,0,32,2,32,3,106,34,2,16,201,3,32,5,65,0,58,0,15,32,2,32,4,106,32,5,65,15,106,16,191,1,12,1,11,32,0,32,4,32,2,32,3,106,32,4,107,32,3,32,3,65,0,32,2,32,1,16,245,5,11,32,5,65,16,106,36,0,32,0,11,206,1,1,2,127,35,0,65,16,107,34,5,36,0,32,5,32,3,54,2,12,32,2,32,1,16,165,1,34,4,75,4,64,16,177,1,0,11,32,1,16,159,1,33,1,32,5,32,4,32,2,107,54,2,4,32,1,32,2,106,33,6,32,5,65,12,106,32,5,65,4,106,16,176,1,40,2,0,33,2,35,0,65,16,107,34,3,36,0,2,64,32,2,65,111,77,4,64,2,64,32,2,65,10,77,4,64,32,0,32,2,16,190,1,32,0,33,1,12,1,11,32,0,32,2,16,197,1,65,1,106,34,4,16,238,5,34,1,16,198,1,32,0,32,4,16,199,1,32,0,32,2,16,200,1,11,32,1,32,6,32,2,16,103,32,3,65,0,58,0,15,32,1,32,2,106,32,3,65,15,106,16,191,1,32,3,65,16,106,36,0,12,1,11,16,53,0,11,32,5,65,16,106,36,0,32,0,11,189,1,1,4,127,2,127,32,1,16,81,33,2,35,0,65,16,107,34,5,36,0,32,0,16,165,1,34,4,65,0,79,4,64,2,64,32,2,32,0,16,166,1,34,3,32,4,107,77,4,64,32,2,69,13,1,32,0,16,159,1,34,3,32,4,4,127,32,2,32,3,106,32,3,32,4,16,244,5,32,1,32,2,65,0,32,3,32,4,106,32,1,75,27,65,0,32,1,32,3,79,27,106,5,32,1,11,32,2,16,244,5,32,0,32,2,32,4,106,34,2,16,201,3,32,5,65,0,58,0,15,32,2,32,3,106,32,5,65,15,106,16,191,1,12,1,11,32,0,32,3,32,2,32,4,106,32,3,107,32,4,65,0,65,0,32,2,32,1,16,245,5,11,32,5,65,16,106,36,0,32,0,12,1,11,16,177,1,0,11,11,115,1,2,127,35,0,65,16,107,34,4,36,0,2,64,32,2,32,0,16,169,1,34,3,73,4,64,32,0,40,2,0,33,3,32,0,32,2,16,200,1,32,3,32,1,32,2,16,103,32,4,65,0,58,0,15,32,2,32,3,106,32,4,65,15,106,16,191,1,12,1,11,32,0,32,3,65,1,107,32,2,32,3,107,65,1,106,32,0,40,2,4,34,3,65,0,32,3,32,2,32,1,16,245,5,11,32,4,65,16,106,36,0,32,0,11,95,1,1,127,35,0,65,16,107,34,3,36,0,2,64,32,2,65,10,77,4,64,32,0,32,2,16,190,1,32,0,32,1,32,2,16,103,32,3,65,0,58,0,15,32,0,32,2,106,32,3,65,15,106,16,191,1,12,1,11,32,0,65,10,32,2,65,10,107,32,0,45,0,11,34,0,65,0,32,0,32,2,32,1,16,245,5,11,32,3,65,16,106,36,0,11,191,1,1,3,127,35,0,65,16,107,34,3,36,0,32,3,32,1,58,0,15,2,64,2,64,2,64,2,64,32,0,16,168,1,4,64,32,0,16,169,1,33,1,32,0,40,2,4,34,4,32,1,65,1,107,34,2,70,13,1,12,3,11,65,10,33,4,65,10,33,2,32,0,45,0,11,34,1,65,10,71,13,1,11,32,0,32,2,65,1,32,2,32,2,65,0,16,248,5,32,4,33,1,32,0,16,168,1,13,1,11,32,0,33,2,32,0,32,1,65,1,106,16,190,1,12,1,11,32,0,40,2,0,33,2,32,0,32,4,65,1,106,16,200,1,32,4,33,1,11,32,1,32,2,106,34,0,32,3,65,15,106,16,191,1,32,3,65,0,58,0,14,32,0,65,1,106,32,3,65,14,106,16,191,1,32,3,65,16,106,36,0,11,13,0,32,0,32,1,32,1,16,81,16,252,5,11,126,1,1,127,32,2,4,127,2,64,32,1,34,3,32,0,70,13,0,32,0,32,3,107,32,2,65,2,116,79,4,64,32,2,69,13,1,32,0,33,1,3,64,32,1,32,3,40,2,0,54,2,0,32,1,65,4,106,33,1,32,3,65,4,106,33,3,32,2,65,1,107,34,2,13,0,11,12,1,11,32,2,69,13,0,3,64,32,0,32,2,65,1,107,34,2,65,2,116,34,1,106,32,1,32,3,106,40,2,0,54,2,0,32,2,13,0,11,11,65,0,5,32,0,11,26,11,139,2,1,4,127,35,0,65,16,107,34,8,36,0,32,2,65,239,255,255,255,3,34,9,32,1,65,127,115,106,77,4,64,32,0,16,159,1,33,10,32,0,2,127,32,1,32,9,65,1,118,65,16,107,73,4,64,32,8,32,1,65,1,116,54,2,8,32,8,32,1,32,2,106,54,2,12,32,8,65,12,106,32,8,65,8,106,16,174,1,40,2,0,16,224,5,12,1,11,32,9,65,1,107,11,65,1,106,34,11,16,225,5,33,2,32,4,4,64,32,2,32,10,32,4,16,110,11,32,6,4,64,32,4,65,2,116,32,2,106,32,7,32,6,16,110,11,32,3,32,4,32,5,106,107,34,9,4,64,32,4,65,2,116,34,3,32,2,106,32,6,65,2,116,106,32,3,32,10,106,32,5,65,2,116,106,32,9,16,110,11,32,1,65,1,71,4,64,32,10,16,86,11,32,0,32,2,16,198,1,32,0,32,11,16,199,1,32,0,32,4,32,6,106,32,9,106,34,4,16,200,1,32,8,65,0,54,2,4,32,2,32,4,65,2,116,106,32,8,65,4,106,16,208,1,32,8,65,16,106,36,0,15,11,16,177,1,0,11,154,1,1,3,127,35,0,65,16,107,34,3,36,0,32,0,16,165,1,34,1,65,0,79,4,64,2,64,32,0,16,215,3,34,2,32,1,71,4,64,32,0,16,159,1,33,2,32,1,69,13,1,32,2,65,4,106,32,2,32,1,16,131,6,12,1,11,32,0,32,2,32,1,65,1,106,32,2,107,32,1,65,0,65,0,65,1,16,134,6,32,0,40,2,0,33,2,11,32,2,65,1,65,32,16,135,6,32,0,32,1,65,1,106,34,1,16,201,3,32,3,65,0,54,2,12,32,2,32,1,65,2,116,106,32,3,65,12,106,16,208,1,32,3,65,16,106,36,0,15,11,16,177,1,0,11,207,1,1,3,127,35,0,65,16,107,34,7,36,0,32,2,65,239,255,255,255,3,34,8,32,1,107,77,4,64,32,0,16,159,1,33,9,32,0,2,127,32,1,32,8,65,1,118,65,16,107,73,4,64,32,7,32,1,65,1,116,54,2,8,32,7,32,1,32,2,106,54,2,12,32,7,65,12,106,32,7,65,8,106,16,174,1,40,2,0,16,224,5,12,1,11,32,8,65,1,107,11,65,1,106,34,8,16,225,5,33,2,32,4,4,64,32,2,32,9,32,4,16,110,11,32,3,32,4,32,5,106,107,34,3,4,64,32,4,65,2,116,34,4,32,2,106,32,6,65,2,116,106,32,4,32,9,106,32,5,65,2,116,106,32,3,16,110,11,32,1,65,1,71,4,64,32,9,16,86,11,32,0,32,2,16,198,1,32,0,32,8,16,199,1,32,7,65,16,106,36,0,15,11,16,177,1,0,11,44,0,32,1,4,127,32,1,4,64,3,64,32,0,32,2,54,2,0,32,0,65,4,106,33,0,32,1,65,1,107,34,1,13,0,11,11,65,0,5,32,0,11,26,11,109,1,2,127,35,0,65,16,107,34,4,36,0,2,64,32,2,32,0,16,215,3,34,3,77,4,64,32,0,16,159,1,34,3,32,1,32,2,16,131,6,32,4,65,0,54,2,12,32,3,32,2,65,2,116,106,32,4,65,12,106,16,208,1,32,0,32,2,16,201,3,12,1,11,32,0,32,3,32,2,32,3,107,32,0,16,165,1,34,3,65,0,32,3,32,2,32,1,16,132,6,11,32,4,65,16,106,36,0,11,196,1,1,3,127,35,0,65,16,107,34,3,36,0,32,3,32,1,54,2,12,2,64,2,64,2,64,2,64,32,0,16,168,1,4,64,32,0,16,169,1,33,1,32,0,40,2,4,34,4,32,1,65,1,107,34,2,70,13,1,12,3,11,65,1,33,4,65,1,33,2,32,0,45,0,11,34,1,65,1,71,13,1,11,32,0,32,2,65,1,32,2,32,2,65,0,65,0,16,134,6,32,4,33,1,32,0,16,168,1,13,1,11,32,0,33,2,32,0,32,1,65,1,106,16,190,1,12,1,11,32,0,40,2,0,33,2,32,0,32,4,65,1,106,16,200,1,32,4,33,1,11,32,2,32,1,65,2,116,106,34,0,32,3,65,12,106,16,208,1,32,3,65,0,54,2,8,32,0,65,4,106,32,3,65,8,106,16,208,1,32,3,65,16,106,36,0,11,187,1,1,6,127,35,0,65,16,107,34,5,36,0,32,0,32,5,65,8,106,16,162,1,33,0,32,1,33,6,32,1,16,81,34,1,33,3,32,1,32,2,16,165,1,34,7,106,33,1,35,0,65,16,107,34,4,36,0,2,64,32,1,65,111,77,4,64,2,64,32,1,65,10,77,4,64,32,0,32,3,16,190,1,32,0,33,1,12,1,11,32,0,32,1,16,197,1,65,1,106,34,8,16,238,5,34,1,16,198,1,32,0,32,8,16,199,1,32,0,32,3,16,200,1,11,32,1,32,6,32,3,16,103,32,4,65,0,58,0,15,32,1,32,3,106,32,4,65,15,106,16,191,1,32,4,65,16,106,36,0,12,1,11,16,53,0,11,32,0,32,2,16,159,1,32,7,16,252,5,26,32,5,65,16,106,36,0,11,102,1,4,127,35,0,65,32,107,34,2,36,0,32,2,65,8,106,33,4,2,64,32,2,65,21,106,34,3,32,2,65,32,106,34,5,70,13,0,32,1,65,0,78,13,0,32,3,65,45,58,0,0,32,3,65,1,106,33,3,65,0,32,1,107,33,1,11,32,4,32,3,32,5,32,1,16,140,6,32,0,32,2,65,21,106,32,2,40,2,8,16,155,2,26,32,2,65,32,106,36,0,11,205,1,1,2,127,32,0,2,127,2,64,32,2,32,1,107,34,4,65,9,76,4,64,32,4,65,32,32,3,65,1,114,103,107,65,209,9,108,65,12,118,34,5,32,5,65,2,116,65,144,171,2,106,40,2,0,32,3,75,107,65,1,106,72,13,1,11,32,0,2,127,32,3,65,255,193,215,47,77,4,64,2,127,32,3,65,143,206,0,77,4,64,32,1,32,3,16,241,5,12,1,11,32,1,32,3,65,144,206,0,110,34,1,16,241,5,32,3,32,1,65,144,206,0,108,107,16,240,5,11,12,1,11,32,1,32,3,65,128,194,215,47,110,34,1,16,239,5,32,3,32,1,65,128,194,215,47,108,107,34,3,65,144,206,0,110,34,1,16,240,5,32,3,32,1,65,144,206,0,108,107,16,240,5,11,54,2,0,65,0,12,1,11,32,0,32,2,54,2,0,65,61,11,54,2,4,11,121,1,3,127,35,0,65,16,107,34,2,36,0,32,2,32,0,16,142,6,33,0,35,0,65,16,107,34,3,36,0,32,3,65,8,106,32,0,40,2,4,16,233,2,40,2,0,45,0,0,69,4,64,2,127,2,64,32,0,40,2,8,34,1,45,0,0,34,0,65,1,71,4,127,32,0,65,2,113,13,1,32,1,65,2,58,0,0,65,1,5,65,0,11,12,1,11,16,177,1,0,11,33,1,11,32,3,65,16,106,36,0,32,2,65,16,106,36,0,32,1,11,35,0,32,0,65,0,54,2,12,32,0,32,1,54,2,4,32,0,32,1,54,2,0,32,0,32,1,65,1,106,54,2,8,32,0,11,76,1,2,127,35,0,65,16,107,34,1,36,0,32,1,32,0,16,142,6,33,0,35,0,65,16,107,34,2,36,0,32,2,65,8,106,32,0,40,2,4,16,233,2,40,2,0,65,1,58,0,0,32,0,40,2,8,65,1,58,0,0,32,2,65,16,106,36,0,32,1,65,16,106,36,0,11,6,0,16,177,1,0,11,45,0,32,2,69,4,64,32,0,40,2,4,32,1,40,2,4,70,15,11,32,0,32,1,70,4,64,65,1,15,11,32,0,40,2,4,32,1,40,2,4,16,235,1,69,11,141,4,1,5,127,35,0,65,64,106,34,4,36,0,2,127,65,1,32,0,32,1,65,0,16,145,6,13,0,26,65,0,32,1,69,13,0,26,35,0,65,64,106,34,3,36,0,32,1,40,2,0,34,7,65,4,107,40,2,0,33,5,32,7,65,8,107,40,2,0,33,7,32,3,65,0,54,2,20,32,3,65,220,171,2,54,2,16,32,3,32,1,54,2,12,32,3,65,140,172,2,54,2,8,32,3,65,24,106,65,0,65,39,16,71,26,32,1,32,7,106,33,1,2,64,32,5,65,140,172,2,65,0,16,145,6,4,64,32,3,65,1,54,2,56,32,5,173,32,3,65,8,106,173,32,1,173,32,1,173,65,1,173,65,0,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,5,40,2,0,40,2,20,17,0,0,26,32,1,65,0,32,3,40,2,32,65,1,70,27,33,6,12,1,11,32,5,173,32,3,65,8,106,173,32,1,173,65,1,173,65,0,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,5,40,2,0,40,2,24,17,0,0,26,2,64,2,64,32,3,40,2,44,14,2,0,1,2,11,32,3,40,2,28,65,0,32,3,40,2,40,65,1,70,27,65,0,32,3,40,2,36,65,1,70,27,65,0,32,3,40,2,48,65,1,70,27,33,6,12,1,11,32,3,40,2,32,65,1,71,4,64,32,3,40,2,48,13,1,32,3,40,2,36,65,1,71,13,1,32,3,40,2,40,65,1,71,13,1,11,32,3,40,2,24,33,6,11,32,3,65,64,107,36,0,65,0,32,6,34,1,69,13,0,26,32,4,65,8,106,65,4,114,65,0,65,52,16,71,26,32,4,65,1,54,2,56,32,4,65,127,54,2,20,32,4,32,0,54,2,16,32,4,32,1,54,2,8,32,1,173,32,4,65,8,106,173,32,2,40,2,0,173,65,1,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,1,40,2,0,40,2,28,17,0,0,26,32,4,40,2,32,34,0,65,1,70,4,64,32,2,32,4,40,2,24,54,2,0,11,32,0,65,1,70,11,33,0,32,4,65,64,107,36,0,32,0,11,93,1,1,127,32,0,40,2,16,34,3,69,4,64,32,0,65,1,54,2,36,32,0,32,2,54,2,24,32,0,32,1,54,2,16,15,11,2,64,32,1,32,3,70,4,64,32,0,40,2,24,65,2,71,13,1,32,0,32,2,54,2,24,15,11,32,0,65,1,58,0,54,32,0,65,2,54,2,24,32,0,32,0,40,2,36,65,1,106,54,2,36,11,11,26,0,32,0,32,1,40,2,8,65,0,16,145,6,4,64,32,1,32,2,32,3,16,147,6,11,11,80,0,32,0,32,1,40,2,8,65,0,16,145,6,4,64,32,1,32,2,32,3,16,147,6,15,11,32,0,40,2,8,34,0,173,32,1,173,32,2,173,32,3,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,28,17,0,0,26,11,114,1,2,127,32,0,40,2,4,33,4,2,127,65,0,32,2,69,13,0,26,32,4,65,8,117,34,5,32,4,65,1,113,69,13,0,26,32,2,40,2,0,32,5,16,151,6,11,33,5,32,0,40,2,0,34,0,173,32,1,173,32,2,32,5,106,173,32,3,65,2,32,4,65,2,113,27,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,28,17,0,0,26,11,10,0,32,0,32,1,106,40,2,0,11,112,1,2,127,32,0,32,1,40,2,8,65,0,16,145,6,4,64,32,1,32,2,32,3,16,147,6,15,11,32,0,40,2,12,33,4,32,0,65,16,106,34,5,32,1,32,2,32,3,16,150,6,2,64,32,4,65,2,72,13,0,32,5,32,4,65,3,116,106,33,4,32,0,65,24,106,33,0,3,64,32,0,32,1,32,2,32,3,16,150,6,32,1,45,0,54,13,1,32,0,65,8,106,34,0,32,4,73,13,0,11,11,11,154,1,0,32,0,65,1,58,0,53,2,64,32,0,40,2,4,32,2,71,13,0,32,0,65,1,58,0,52,2,64,32,0,40,2,16,34,2,69,4,64,32,0,65,1,54,2,36,32,0,32,3,54,2,24,32,0,32,1,54,2,16,32,3,65,1,71,13,2,32,0,40,2,48,65,1,70,13,1,12,2,11,32,1,32,2,70,4,64,32,0,40,2,24,34,2,65,2,70,4,64,32,0,32,3,54,2,24,32,3,33,2,11,32,0,40,2,48,65,1,71,13,2,32,2,65,1,70,13,1,12,2,11,32,0,32,0,40,2,36,65,1,106,54,2,36,11,32,0,65,1,58,0,54,11,11,32,0,2,64,32,0,40,2,4,32,1,71,13,0,32,0,40,2,28,65,1,70,13,0,32,0,32,2,54,2,28,11,11,155,4,1,3,127,32,0,32,1,40,2,8,32,4,16,145,6,4,64,32,1,32,2,32,3,16,154,6,15,11,2,64,32,0,32,1,40,2,0,32,4,16,145,6,4,64,2,64,32,2,32,1,40,2,16,71,4,64,32,1,40,2,20,32,2,71,13,1,11,32,3,65,1,71,13,2,32,1,65,1,54,2,32,15,11,32,1,32,3,54,2,32,32,1,40,2,44,65,4,71,4,64,32,0,65,16,106,34,5,32,0,40,2,12,65,3,116,106,33,3,32,1,2,127,2,64,3,64,2,64,32,3,32,5,77,13,0,32,1,65,0,59,1,52,32,5,32,1,32,2,32,2,65,1,32,4,16,156,6,32,1,45,0,54,13,0,2,64,32,1,45,0,53,69,13,0,32,1,45,0,52,4,64,65,1,33,6,32,1,40,2,24,65,1,70,13,4,65,1,33,7,32,0,45,0,8,65,2,113,13,1,12,4,11,65,1,33,7,32,0,45,0,8,65,1,113,69,13,3,11,32,5,65,8,106,33,5,12,1,11,11,65,4,32,7,69,13,1,26,11,65,3,11,54,2,44,32,6,65,1,113,13,2,11,32,1,32,2,54,2,20,32,1,32,1,40,2,40,65,1,106,54,2,40,32,1,40,2,36,65,1,71,13,1,32,1,40,2,24,65,2,71,13,1,32,1,65,1,58,0,54,15,11,32,0,40,2,12,33,5,32,0,65,16,106,34,6,32,1,32,2,32,3,32,4,16,157,6,32,5,65,2,72,13,0,32,6,32,5,65,3,116,106,33,6,32,0,65,24,106,33,5,2,64,32,0,40,2,8,34,0,65,2,113,69,4,64,32,1,40,2,36,65,1,71,13,1,11,3,64,32,1,45,0,54,13,2,32,5,32,1,32,2,32,3,32,4,16,157,6,32,5,65,8,106,34,5,32,6,73,13,0,11,12,1,11,32,0,65,1,113,69,4,64,3,64,32,1,45,0,54,13,2,32,1,40,2,36,65,1,70,13,2,32,5,32,1,32,2,32,3,32,4,16,157,6,32,5,65,8,106,34,5,32,6,73,13,0,12,2,11,0,11,3,64,32,1,45,0,54,13,1,32,1,40,2,36,65,1,70,4,64,32,1,40,2,24,65,1,70,13,2,11,32,5,32,1,32,2,32,3,32,4,16,157,6,32,5,65,8,106,34,5,32,6,73,13,0,11,11,11,102,1,2,127,32,0,40,2,4,34,7,65,8,117,33,6,32,7,65,1,113,4,64,32,3,40,2,0,32,6,16,151,6,33,6,11,32,0,40,2,0,34,0,173,32,1,173,32,2,173,32,3,32,6,106,173,32,4,65,2,32,7,65,2,113,27,173,32,5,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,20,17,0,0,26,11,101,1,2,127,32,0,40,2,4,34,6,65,8,117,33,5,32,6,65,1,113,4,64,32,2,40,2,0,32,5,16,151,6,33,5,11,32,0,40,2,0,34,0,173,32,1,173,32,2,32,5,106,173,32,3,65,2,32,6,65,2,113,27,173,32,4,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,24,17,0,0,26,11,172,2,0,32,0,32,1,40,2,8,32,4,16,145,6,4,64,32,1,32,2,32,3,16,154,6,15,11,2,64,32,0,32,1,40,2,0,32,4,16,145,6,4,64,2,64,32,2,32,1,40,2,16,71,4,64,32,1,40,2,20,32,2,71,13,1,11,32,3,65,1,71,13,2,32,1,65,1,54,2,32,15,11,32,1,32,3,54,2,32,2,64,32,1,40,2,44,65,4,70,13,0,32,1,65,0,59,1,52,32,0,40,2,8,34,0,173,32,1,173,32,2,173,32,2,173,65,1,173,32,4,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,20,17,0,0,26,32,1,45,0,53,4,64,32,1,65,3,54,2,44,32,1,45,0,52,69,13,1,12,3,11,32,1,65,4,54,2,44,11,32,1,32,2,54,2,20,32,1,32,1,40,2,40,65,1,106,54,2,40,32,1,40,2,36,65,1,71,13,1,32,1,40,2,24,65,2,71,13,1,32,1,65,1,58,0,54,15,11,32,0,40,2,8,34,0,173,32,1,173,32,2,173,32,3,173,32,4,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,24,17,0,0,26,11,11,148,1,0,32,0,32,1,40,2,8,32,4,16,145,6,4,64,32,1,32,2,32,3,16,154,6,15,11,2,64,32,0,32,1,40,2,0,32,4,16,145,6,69,13,0,2,64,32,2,32,1,40,2,16,71,4,64,32,1,40,2,20,32,2,71,13,1,11,32,3,65,1,71,13,1,32,1,65,1,54,2,32,15,11,32,1,32,2,54,2,20,32,1,32,3,54,2,32,32,1,32,1,40,2,40,65,1,106,54,2,40,2,64,32,1,40,2,36,65,1,71,13,0,32,1,40,2,24,65,2,71,13,0,32,1,65,1,58,0,54,11,32,1,65,4,54,2,44,11,11,151,2,1,6,127,32,0,32,1,40,2,8,32,5,16,145,6,4,64,32,1,32,2,32,3,32,4,16,153,6,15,11,32,1,45,0,53,33,7,32,0,40,2,12,33,6,32,1,65,0,58,0,53,32,1,45,0,52,33,8,32,1,65,0,58,0,52,32,0,65,16,106,34,9,32,1,32,2,32,3,32,4,32,5,16,156,6,32,7,32,1,45,0,53,34,10,114,33,7,32,8,32,1,45,0,52,34,11,114,33,8,2,64,32,6,65,2,72,13,0,32,9,32,6,65,3,116,106,33,9,32,0,65,24,106,33,6,3,64,32,1,45,0,54,13,1,2,64,32,11,4,64,32,1,40,2,24,65,1,70,13,3,32,0,45,0,8,65,2,113,13,1,12,3,11,32,10,69,13,0,32,0,45,0,8,65,1,113,69,13,2,11,32,1,65,0,59,1,52,32,6,32,1,32,2,32,3,32,4,32,5,16,156,6,32,1,45,0,53,34,10,32,7,114,33,7,32,1,45,0,52,34,11,32,8,114,33,8,32,6,65,8,106,34,6,32,9,73,13,0,11,11,32,1,32,7,65,255,1,113,65,0,71,58,0,53,32,1,32,8,65,255,1,113,65,0,71,58,0,52,11,84,0,32,0,32,1,40,2,8,32,5,16,145,6,4,64,32,1,32,2,32,3,32,4,16,153,6,15,11,32,0,40,2,8,34,0,173,32,1,173,32,2,173,32,3,173,32,4,173,32,5,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,20,17,0,0,26,11,28,0,32,0,32,1,40,2,8,32,5,16,145,6,4,64,32,1,32,2,32,3,32,4,16,153,6,11,11,5,0,65,224,10,11,50,1,1,127,32,0,65,172,174,2,54,2,0,32,0,65,4,106,33,1,2,64,32,1,40,2,0,65,12,107,34,1,65,8,106,16,166,4,65,0,78,13,0,32,1,16,86,11,32,0,11,9,0,32,0,16,164,6,16,86,11,12,0,32,0,16,164,6,26,32,0,16,86,11,4,0,35,0,11,6,0,32,0,36,0,11,16,0,35,0,32,0,107,65,112,113,34,0,36,0,32,0,11,52,0,32,1,173,32,2,173,32,3,173,32,4,173,66,32,134,132,32,5,173,32,6,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,17,0,0,26,11,52,0,32,1,173,32,2,173,32,3,173,32,4,173,32,5,173,32,6,173,66,32,134,132,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,17,0,0,167,11,60,0,32,1,173,32,2,173,32,3,173,32,4,173,32,5,173,32,6,173,66,32,134,132,32,7,173,32,8,173,66,32,134,132,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,17,0,0,167,11,61,0,32,1,173,32,2,173,32,3,173,32,4,173,32,5,173,32,6,173,32,7,173,66,32,134,132,32,8,173,32,9,173,66,32,134,132,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,17,0,0,167,11,17,0,32,0,167,32,1,167,32,2,167,32,3,167,16,11,173,11,9,0,32,0,167,16,12,66,0,11,12,0,32,0,167,32,1,167,16,13,66,0,11,8,0,32,0,167,16,19,173,11,9,0,32,0,167,16,20,66,0,11,15,0,32,0,167,32,1,167,32,2,167,16,18,66,0,11,18,0,32,0,167,32,1,167,32,2,167,32,3,167,16,14,66,0,11,15,0,32,0,167,32,1,167,32,2,167,16,15,66,0,11,18,0,32,0,167,32,1,167,32,2,167,32,3,191,16,21,66,0,11,18,0,32,0,167,32,1,167,32,2,167,32,3,167,16,22,66,0,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,23,66,0,11,15,0,32,0,167,32,1,167,32,2,191,16,17,66,0,11,15,0,32,0,167,32,1,167,32,2,167,16,16,66,0,11,8,0,32,0,167,16,49,173,11,9,0,32,0,167,16,164,6,173,11,9,0,32,0,167,16,67,66,0,11,9,0,32,0,167,16,57,66,0,11,8,0,32,0,167,16,58,173,11,8,0,32,0,167,16,59,173,11,9,0,32,0,167,16,60,66,0,11,9,0,32,0,167,16,61,66,0,11,11,0,32,0,167,32,1,167,16,80,173,11,11,0,32,0,167,32,1,167,16,62,173,11,8,0,32,0,167,16,63,173,11,8,0,32,0,167,16,64,173,11,12,0,32,0,167,32,1,167,16,65,66,0,11,8,0,32,0,167,16,66,173,11,8,0,32,0,167,16,93,173,11,9,0,32,0,167,16,94,66,0,11,12,0,32,0,167,32,1,167,16,96,66,0,11,14,0,32,0,167,32,1,167,32,2,167,16,97,173,11,20,0,32,0,167,32,1,167,32,2,32,3,167,32,4,167,16,98,66,0,11,18,0,32,0,167,32,1,167,32,2,167,32,3,167,16,100,66,0,11,8,0,32,0,167,16,79,173,11,14,0,32,0,167,32,1,167,32,2,167,16,101,173,11,8,0,32,0,167,16,105,173,11,8,0,32,0,167,16,106,173,11,11,0,32,0,167,32,1,167,16,108,173,11,14,0,32,0,167,32,1,167,32,2,167,16,109,173,11,8,0,32,0,167,16,111,173,11,9,0,32,0,167,16,113,66,0,11,8,0,32,0,167,16,112,173,11,9,0,32,0,167,16,114,66,0,11,9,0,32,0,167,16,144,1,173,11,10,0,32,0,167,16,146,1,66,0,11,9,0,32,0,167,16,145,1,173,11,10,0,32,0,167,16,147,1,66,0,11,9,0,32,0,167,16,178,1,173,11,10,0,32,0,167,16,179,1,66,0,11,21,0,32,0,167,32,1,167,32,2,32,3,167,32,4,167,16,175,1,66,0,11,19,0,32,0,167,32,1,167,32,2,167,32,3,167,16,180,1,66,0,11,9,0,32,0,167,16,170,1,173,11,12,0,32,0,167,32,1,167,16,171,1,173,11,12,0,32,0,167,32,1,167,16,173,1,173,11,9,0,32,0,167,16,181,1,173,11,10,0,32,0,167,16,182,1,66,0,11,9,0,32,0,167,16,183,1,173,11,10,0,32,0,167,16,184,1,66,0,11,9,0,32,0,167,16,185,1,173,11,10,0,32,0,167,16,186,1,66,0,11,9,0,32,0,167,16,187,1,173,11,10,0,32,0,167,16,188,1,66,0,11,9,0,32,0,167,16,205,1,173,11,10,0,32,0,167,16,206,1,66,0,11,15,0,32,0,167,32,1,167,32,2,167,16,234,1,173,11,24,0,32,0,167,32,1,191,32,2,167,32,3,167,32,4,167,32,5,167,16,250,1,173,11,13,0,32,0,167,32,1,167,16,251,1,66,0,11,15,0,32,0,167,32,1,167,32,2,167,16,253,1,173,11,9,0,32,0,167,16,86,66,0,11,9,0,32,0,167,16,89,66,0,11,10,0,32,0,167,16,173,4,66,0,11,10,0,32,0,167,16,175,4,66,0,11,10,0,32,0,167,16,137,5,66,0,11,10,0,32,0,167,16,139,5,66,0,11,10,0,32,0,167,16,142,5,66,0,11,10,0,32,0,167,16,144,5,66,0,11,10,0,32,0,167,16,146,5,66,0,11,10,0,32,0,167,16,148,5,66,0,11,10,0,32,0,167,16,150,5,66,0,11,10,0,32,0,167,16,152,5,66,0,11,10,0,32,0,167,16,154,5,66,0,11,10,0,32,0,167,16,156,5,66,0,11,10,0,32,0,167,16,158,5,66,0,11,10,0,32,0,167,16,160,5,66,0,11,10,0,32,0,167,16,162,5,66,0,11,10,0,32,0,167,16,164,5,66,0,11,9,0,32,0,167,16,165,4,173,11,10,0,32,0,167,16,168,4,66,0,11,10,0,32,0,167,16,174,4,66,0,11,9,0,32,0,167,16,176,4,173,11,10,0,32,0,167,16,177,4,66,0,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,178,4,173,11,19,0,32,0,167,32,1,167,32,2,167,32,3,167,16,179,4,66,0,11,15,0,32,0,167,32,1,167,32,2,167,16,156,2,173,11,9,0,32,0,167,16,180,4,173,11,10,0,32,0,167,16,181,4,66,0,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,182,4,173,11,19,0,32,0,167,32,1,167,32,2,167,32,3,167,16,183,4,66,0,11,15,0,32,0,167,32,1,167,32,2,167,16,161,2,173,11,9,0,32,0,167,16,195,4,173,11,10,0,32,0,167,16,196,4,66,0,11,12,0,32,0,167,32,1,167,16,197,4,173,11,15,0,32,0,167,32,1,167,32,2,167,16,198,4,173,11,12,0,32,0,167,32,1,167,16,199,4,173,11,15,0,32,0,167,32,1,167,32,2,167,16,200,4,173,11,12,0,32,0,167,32,1,167,16,167,3,173,11,18,0,32,0,167,32,1,167,32,2,167,32,3,167,16,201,4,173,11,15,0,32,0,167,32,1,167,32,2,167,16,202,4,173,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,203,4,173,11,9,0,32,0,167,16,205,4,173,11,10,0,32,0,167,16,204,4,66,0,11,12,0,32,0,167,32,1,167,16,206,4,173,11,15,0,32,0,167,32,1,167,32,2,167,16,207,4,173,11,12,0,32,0,167,32,1,167,16,208,4,173,11,15,0,32,0,167,32,1,167,32,2,167,16,209,4,173,11,9,0,32,0,167,16,211,4,173,11,10,0,32,0,167,16,210,4,66,0,11,15,0,32,0,167,32,1,167,32,2,167,16,212,4,173,11,18,0,32,0,167,32,1,167,32,2,167,32,3,167,16,213,4,173,11,18,0,32,0,167,32,1,167,32,2,167,32,3,167,16,214,4,173,11,18,0,32,0,167,32,1,167,32,2,167,32,3,167,16,215,4,173,11,12,0,32,0,167,32,1,167,16,216,4,173,11,15,0,32,0,167,32,1,167,32,2,167,16,217,4,173,11,12,0,32,0,167,32,1,167,16,218,4,173,11,15,0,32,0,167,32,1,167,32,2,167,16,219,4,173,11,12,0,32,0,167,32,1,167,16,220,4,173,11,18,0,32,0,167,32,1,167,32,2,167,32,3,167,16,222,4,173,11,15,0,32,0,167,32,1,167,32,2,167,16,223,4,173,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,225,4,173,11,9,0,32,0,167,16,241,3,173,11,10,0,32,0,167,16,229,4,66,0,11,30,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,32,6,167,32,7,167,16,230,4,173,11,30,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,32,6,167,32,7,167,16,232,4,173,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,234,4,173,11,9,0,32,0,167,16,235,4,173,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,237,4,173,11,9,0,32,0,167,16,238,4,173,11,9,0,32,0,167,16,246,4,173,11,10,0,32,0,167,16,247,4,66,0,11,9,0,32,0,167,16,177,3,173,11,9,0,32,0,167,16,178,3,173,11,13,0,32,0,167,32,1,167,16,179,3,66,0,11,13,0,32,0,167,32,1,167,16,250,4,66,0,11,13,0,32,0,167,32,1,167,16,253,4,66,0,11,9,0,32,0,167,16,248,4,173,11,10,0,32,0,167,16,249,4,66,0,11,9,0,32,0,167,16,152,1,173,11,9,0,32,0,167,16,153,1,173,11,13,0,32,0,167,32,1,167,16,186,3,66,0,11,13,0,32,0,167,32,1,167,16,251,4,66,0,11,13,0,32,0,167,32,1,167,16,254,4,66,0,11,10,0,32,0,167,16,133,5,66,0,11,10,0,32,0,167,16,135,5,66,0,11,15,0,32,0,167,32,1,167,32,2,167,16,184,4,173,11,18,0,32,0,167,32,1,167,32,2,167,32,3,167,16,185,4,173,11,18,0,32,0,167,32,1,167,32,2,167,32,3,167,16,186,4,173,11,18,0,32,0,167,32,1,167,32,2,167,32,3,167,16,187,4,173,11,12,0,32,0,167,32,1,167,16,188,4,173,11,15,0,32,0,167,32,1,167,32,2,167,16,189,4,173,11,12,0,32,0,167,32,1,167,16,190,4,173,11,15,0,32,0,167,32,1,167,32,2,167,16,191,4,173,11,18,0,32,0,167,32,1,167,32,2,167,32,3,167,16,192,4,173,11,15,0,32,0,167,32,1,167,32,2,167,16,193,4,173,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,194,4,173,11,30,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,32,6,167,32,7,167,16,226,4,173,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,227,4,173,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,228,4,173,11,30,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,32,6,167,32,7,167,16,239,4,173,11,30,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,32,6,167,32,7,167,16,240,4,173,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,241,4,173,11,9,0,32,0,167,16,242,4,173,11,30,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,32,6,167,32,7,167,16,243,4,173,11,30,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,32,6,167,32,7,167,16,244,4,173,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,245,4,173,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,153,2,173,11,19,0,32,0,167,32,1,167,32,2,167,32,3,167,16,154,2,66,0,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,157,2,173,11,19,0,32,0,167,32,1,167,32,2,167,32,3,167,16,158,2,66,0,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,162,2,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,176,2,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,182,2,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,184,2,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,186,2,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,188,2,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,190,2,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,194,2,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,196,2,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,198,2,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,205,2,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,209,2,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,213,2,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,214,2,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,215,2,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,216,2,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,217,2,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,220,2,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,221,2,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,222,2,173,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,228,2,173,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,235,2,173,11,20,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,16,242,2,173,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,243,2,173,11,20,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,16,244,2,173,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,191,16,245,2,173,11,22,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,32,5,16,250,2,173,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,251,2,173,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,252,2,173,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,255,2,173,11,20,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,16,132,3,173,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,133,3,173,11,20,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,16,134,3,173,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,191,16,135,3,173,11,22,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,32,5,16,137,3,173,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,138,3,173,11,9,0,32,0,167,16,141,3,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,142,3,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,143,3,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,144,3,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,146,3,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,148,3,173,11,30,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,32,6,167,32,7,167,16,151,3,173,11,9,0,32,0,167,16,136,5,173,11,9,0,32,0,167,16,141,5,173,11,9,0,32,0,167,16,145,5,173,11,9,0,32,0,167,16,157,5,173,11,9,0,32,0,167,16,161,5,173,11,9,0,32,0,167,16,149,5,173,11,9,0,32,0,167,16,153,5,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,154,3,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,155,3,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,156,3,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,158,3,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,160,3,173,11,30,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,32,6,167,32,7,167,16,163,3,173,11,9,0,32,0,167,16,138,5,173,11,9,0,32,0,167,16,143,5,173,11,9,0,32,0,167,16,147,5,173,11,9,0,32,0,167,16,159,5,173,11,9,0,32,0,167,16,163,5,173,11,9,0,32,0,167,16,151,5,173,11,9,0,32,0,167,16,155,5,173,11,9,0,32,0,167,16,177,5,173,11,10,0,32,0,167,16,178,5,66,0,11,9,0,32,0,167,16,179,5,173,11,9,0,32,0,167,16,180,5,173,11,9,0,32,0,167,16,181,5,173,11,9,0,32,0,167,16,182,5,173,11,9,0,32,0,167,16,183,5,173,11,9,0,32,0,167,16,184,5,173,11,9,0,32,0,167,16,185,5,173,11,9,0,32,0,167,16,186,5,173,11,9,0,32,0,167,16,187,5,173,11,9,0,32,0,167,16,188,5,173,11,9,0,32,0,167,16,189,5,173,11,9,0,32,0,167,16,190,5,173,11,9,0,32,0,167,16,191,5,173,11,9,0,32,0,167,16,192,5,173,11,9,0,32,0,167,16,193,5,173,11,9,0,32,0,167,16,194,5,173,11,9,0,32,0,167,16,196,5,173,11,10,0,32,0,167,16,195,5,66,0,11,27,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,32,6,167,16,164,3,173,11,27,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,32,6,167,16,168,3,173,11,10,0,32,0,167,16,197,5,66,0,11,9,0,32,0,167,16,171,3,173,11,13,0,32,0,167,32,1,167,16,172,3,66,0,11,13,0,32,0,167,32,1,167,16,173,3,66,0,11,13,0,32,0,167,32,1,167,16,174,3,66,0,11,9,0,32,0,167,16,175,3,173,11,13,0,32,0,167,32,1,167,16,176,3,66,0,11,9,0,32,0,167,16,198,5,173,11,10,0,32,0,167,16,199,5,66,0,11,13,0,32,0,167,32,1,167,16,180,3,66,0,11,13,0,32,0,167,32,1,167,16,181,3,66,0,11,13,0,32,0,167,32,1,167,16,182,3,66,0,11,9,0,32,0,167,16,183,3,173,11,13,0,32,0,167,32,1,167,16,184,3,66,0,11,13,0,32,0,167,32,1,167,16,185,3,66,0,11,9,0,32,0,167,16,200,5,173,11,10,0,32,0,167,16,201,5,66,0,11,9,0,32,0,167,16,202,5,173,11,10,0,32,0,167,16,203,5,66,0,11,13,0,32,0,167,32,1,167,16,187,3,66,0,11,13,0,32,0,167,32,1,167,16,189,3,66,0,11,13,0,32,0,167,32,1,167,16,190,3,66,0,11,9,0,32,0,167,16,191,3,173,11,13,0,32,0,167,32,1,167,16,192,3,66,0,11,9,0,32,0,167,16,204,5,173,11,10,0,32,0,167,16,205,5,66,0,11,27,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,32,6,167,16,193,3,173,11,27,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,32,6,167,16,200,3,173,11,27,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,32,6,167,16,210,3,173,11,27,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,32,6,167,16,214,3,173,11,25,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,32,6,16,223,3,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,229,3,173,11,25,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,32,6,16,230,3,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,233,3,173,11,15,0,32,0,167,32,1,167,32,2,167,16,237,3,173,11,25,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,238,3,66,0,11,25,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,239,3,66,0,11,9,0,32,0,167,16,240,3,173,11,10,0,32,0,167,16,242,3,66,0,11,10,0,32,0,167,16,226,5,66,0,11,10,0,32,0,167,16,227,5,66,0,11,10,0,32,0,167,16,237,5,66,0,11,7,0,16,144,6,66,0,11,15,0,32,0,167,32,1,167,32,2,167,16,146,6,173,11,25,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,162,6,66,0,11,22,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,159,6,66,0,11,19,0,32,0,167,32,1,167,32,2,167,32,3,167,16,148,6,66,0,11,25,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,161,6,66,0,11,22,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,158,6,66,0,11,19,0,32,0,167,32,1,167,32,2,167,32,3,167,16,149,6,66,0,11,25,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,160,6,66,0,11,22,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,155,6,66,0,11,19,0,32,0,167,32,1,167,32,2,167,32,3,167,16,152,6,66,0,11,9,0,32,0,167,16,163,6,173,11,10,0,32,0,167,16,165,6,66,0,11,9,0,32,0,167,16,223,5,173,11,10,0,32,0,167,16,166,6,66,0,11,11,222,251,1,205,1,0,65,132,8,11,198,13,68,4,0,0,1,0,0,0,2,0,0,0,3,0,0,0,4,0,0,0,5,0,0,0,6,0,0,0,7,0,0,0,8,0,0,0,9,0,0,0,10,0,0,0,11,0,0,0,12,0,0,0,13,0,0,0,51,68,88,55,0,0,0,0,72,150,0,0,60,4,0,0,100,4,0,0,78,51,87,65,77,57,80,114,111,99,101,115,115,111,114,69,0,0,0,0,32,150,0,0,80,4,0,0,105,110,102,105,110,105,116,121,0,70,101,98,114,117,97,114,121,0,74,97,110,117,97,114,121,0,74,117,108,121,0,84,104,117,114,115,100,97,121,0,84,117,101,115,100,97,121,0,87,101,100,110,101,115,100,97,121,0,83,97,116,117,114,100,97,121,0,83,117,110,100,97,121,0,77,111,110,100,97,121,0,70,114,105,100,97,121,0,77,97,121,0,37,109,47,37,100,47,37,121,0,45,43,32,32,32,48,88,48,120,0,45,48,88,43,48,88,32,48,88,45,48,120,43,48,120,32,48,120,0,78,111,118,0,84,104,117,0,65,117,103,117,115,116,0,79,99,116,0,83,97,116,0,65,112,114,0,118,101,99,116,111,114,0,79,99,116,111,98,101,114,0,78,111,118,101,109,98,101,114,0,83,101,112,116,101,109,98,101,114,0,68,101,99,101,109,98,101,114,0,105,111,115,95,98,97,115,101,58,58,99,108,101,97,114,0,77,97,114,0,83,101,112,0,37,73,58,37,77,58,37,83,32,37,112,0,83,117,110,0,74,117,110,0,115,116,100,58,58,101,120,99,101,112,116,105,111,110,0,95,95,99,120,97,95,103,117,97,114,100,95,97,99,113,117,105,114,101,32,100,101,116,101,99,116,101,100,32,114,101,99,117,114,115,105,118,101,32,105,110,105,116,105,97,108,105,122,97,116,105,111,110,0,77,111,110,0,110,97,110,0,74,97,110,0,74,117,108,0,108,108,0,65,112,114,105,108,0,70,114,105,0,83,99,97,108,101,32,102,114,111,109,32,80,97,116,99,104,0,77,97,114,99,104,0,65,117,103,0,98,97,115,105,99,95,115,116,114,105,110,103,0,83,116,97,110,100,97,114,100,32,84,117,110,105,110,103,0,105,110,102,0,37,46,48,76,102,0,37,76,102,0,97,108,108,111,99,97,116,111,114,60,84,62,58,58,97,108,108,111,99,97,116,101,40,115,105,122,101,95,116,32,110,41,32,39,110,39,32,101,120,99,101,101,100,115,32,109,97,120,105,109,117,109,32,115,117,112,112,111,114,116,101,100,32,115,105,122,101,0,116,114,117,101,0,84,117,101,0,102,97,108,115,101,0,74,117,110,101,0,73,110,99,111,109,112,108,101,116,101,32,83,67,76,32,102,105,108,101,46,32,70,111,117,110,100,32,110,111,32,110,111,116,101,115,32,115,101,99,116,105,111,110,32,105,110,32,116,104,101,32,102,105,108,101,0,101,109,112,116,121,32,115,99,97,108,101,0,87,101,100,0,68,101,99,0,70,101,98,0,37,98,0,37,97,0,37,97,32,37,98,32,37,100,32,37,72,58,37,77,58,37,83,32,37,89,0,80,79,83,73,88,0,37,72,58,37,77,58,37,83,0,78,65,78,0,80,77,0,65,77,0,76,67,95,65,76,76,0,76,65,78,71,0,73,78,70,0,67,0,37,66,0,37,65,0,82,101,97,100,32,102,101,119,101,114,32,110,111,116,101,115,32,116,104,97,110,32,99,111,117,110,116,32,105,110,32,102,105,108,101,46,32,67,111,117,110,116,61,0,32,110,111,116,101,115,32,97,114,114,97,121,32,115,105,122,101,61,0,48,49,50,51,52,53,54,55,56,57,0,67,46,85,84,70,45,56,0,49,49,49,49,49,49,0,49,47,49,0,32,110,111,116,101,115,46,0,73,110,118,97,108,105,100,32,84,111,110,101,32,105,110,32,83,67,76,32,102,105,108,101,46,0,39,46,0,40,110,117,108,108,41,0,40,41,0,32,76,105,110,101,32,105,115,32,39,0,80,117,114,101,32,118,105,114,116,117,97,108,32,102,117,110,99,116,105,111,110,32,99,97,108,108,101,100,33,0,99,111,100,101,99,118,116,95,98,121,110,97,109,101,60,119,99,104,97,114,95,116,44,32,99,104,97,114,44,32,109,98,115,116,97,116,101,95,116,62,58,58,99,111,100,101,99,118,116,95,98,121,110,97,109,101,32,102,97,105,108,101,100,32,116,111,32,99,111,110,115,116,114,117,99,116,32,102,111,114,32,0,116,105,109,101,95,112,117,116,95,98,121,110,97,109,101,32,102,97,105,108,101,100,32,116,111,32,99,111,110,115,116,114,117,99,116,32,102,111,114,32,0,116,105,109,101,95,103,101,116,95,98,121,110,97,109,101,32,102,97,105,108,101,100,32,116,111,32,99,111,110,115,116,114,117,99,116,32,102,111,114,32,0,109,111,110,101,121,112,117,110,99,116,95,98,121,110,97,109,101,32,102,97,105,108,101,100,32,116,111,32,99,111,110,115,116,114,117,99,116,32,102,111,114,32,0,110,117,109,112,117,110,99,116,95,98,121,110,97,109,101,60,119,99,104,97,114,95,116,62,58,58,110,117,109,112,117,110,99,116,95,98,121,110,97,109,101,32,102,97,105,108,101,100,32,116,111,32,99,111,110,115,116,114,117,99,116,32,102,111,114,32,0,110,117,109,112,117,110,99,116,95,98,121,110,97,109,101,60,99,104,97,114,62,58,58,110,117,109,112,117,110,99,116,95,98,121,110,97,109,101,32,102,97,105,108,101,100,32,116,111,32,99,111,110,115,116,114,117,99,116,32,102,111,114,32,0,99,111,108,108,97,116,101,95,98,121,110,97,109,101,60,99,104,97,114,62,58,58,99,111,108,108,97,116,101,95,98,121,110,97,109,101,32,102,97,105,108,101,100,32,116,111,32,99,111,110,115,116,114,117,99,116,32,102,111,114,32,0,99,116,121,112,101,95,98,121,110,97,109,101,60,119,99,104,97,114,95,116,62,58,58,99,116,121,112,101,95,98,121,110,97,109,101,32,102,97,105,108,101,100,32,116,111,32,99,111,110,115,116,114,117,99,116,32,102,111,114,32,0,99,116,121,112,101,95,98,121,110,97,109,101,60,99,104,97,114,62,58,58,99,116,121,112,101,95,98,121,110,97,109,101,32,102,97,105,108,101,100,32,116,111,32,99,111,110,115,116,114,117,99,116,32,102,111,114,32,0,99,111,108,108,97,116,101,95,98,121,110,97,109,101,60,119,99,104,97,114,95,116,62,58,58,99,111,108,108,97,116,101,95,98,121,110,97,109,101,40,115,105,122,101,95,116,32,114,101,102,115,41,32,102,97,105,108,101,100,32,116,111,32,99,111,110,115,116,114,117,99,116,32,102,111,114,32,0,76,105,110,101,32,0,85,110,97,98,108,101,32,116,111,32,116,117,110,101,32,116,111,32,97,32,115,99,97,108,101,32,119,105,116,104,32,110,111,32,110,111,116,101,115,46,32,89,111,117,114,32,115,99,97,108,101,32,112,114,111,118,105,100,101,100,32,0,33,32,101,118,101,110,46,115,99,108,10,33,10,49,50,32,110,111,116,101,32,101,118,101,110,32,116,101,109,112,101,114,97,109,101,110,116,10,32,49,50,10,33,10,32,49,48,48,46,48,10,32,50,48,48,46,48,10,32,51,48,48,46,48,10,32,52,48,48,46,48,10,32,53,48,48,46,48,10,32,54,48,48,46,48,10,32,55,48,48,46,48,10,32,56,48,48,46,48,10,32,57,48,48,46,48,10,32,49,48,48,48,46,48,10,32,49,49,48,48,46,48,10,32,50,47,49,10,0,65,211,21,11,222,1,255,0,0,0,0,0,0,0,1,26,192,149,1,0,0,0,2,225,105,82,2,26,192,149,2,208,174,206,2,0,0,0,3,52,128,43,3,225,105,82,3,80,157,117,3,26,192,149,3,4,80,179,3,208,174,206,3,251,41,232,3,0,0,0,4,247,99,22,4,52,128,43,4,45,120,63,4,225,105,82,4,234,110,100,4,80,157,117,4,40,8,134,4,26,192,149,4,194,211,164,4,4,80,179,4,79,64,193,4,208,174,206,4,164,164,219,4,251,41,232,4,54,70,244,4,0,70,86,97,106,114,121,126,132,138,142,148,152,156,160,163,166,170,173,174,178,181,184,186,189,190,194,196,198,200,202,205,206,209,211,214,216,218,220,222,224,225,227,229,230,232,233,235,237,238,240,241,242,243,244,246,246,248,249,250,251,252,253,254,0,1,2,3,4,5,6,7,8,9,11,14,16,19,23,27,33,39,47,56,66,80,94,110,126,142,158,174,190,206,222,238,250,0,65,196,23,11,50,66,66,66,0,109,109,109,0,0,0,0,1,0,10,20,33,55,92,153,255,0,0,0,0,240,11,0,0,14,0,0,0,15,0,0,0,54,70,109,67,111,114,101,0,32,150,0,0,232,11,0,65,128,24,11,129,6,193,0,0,0,17,0,0,0,17,0,0,0,20,0,0,0,1,0,0,0,20,0,0,0,1,0,0,0,17,0,0,0,17,0,0,0,20,0,0,0,193,0,0,0,20,0,0,0,193,0,0,0,17,0,0,0,20,0,0,0,1,0,0,0,17,0,0,0,20,0,0,0,193,0,0,0,17,0,0,0,148,0,0,0,1,0,0,0,17,0,0,0,20,0,0,0,193,0,0,0,20,0,0,0,1,0,0,0,20,0,0,0,1,0,0,0,20,0,0,0,193,0,0,0,148,0,0,0,1,0,0,0,20,0,0,0,1,0,0,0,20,0,0,0,193,0,0,0,17,0,0,0,5,0,0,0,20,0,0,0,1,0,0,0,20,0,0,0,1,0,0,0,17,0,0,0,197,0,0,0,20,0,0,0,1,0,0,0,20,0,0,0,1,0,0,0,17,0,0,0,5,0,0,0,20,0,0,0,193,0,0,0,20,0,0,0,1,0,0,0,5,0,0,0,20,0,0,0,193,0,0,0,17,0,0,0,20,0,0,0,193,0,0,0,5,0,0,0,20,0,0,0,1,0,0,0,17,0,0,0,20,0,0,0,1,0,0,0,5,0,0,0,5,0,0,0,20,0,0,0,193,0,0,0,20,0,0,0,193,0,0,0,5,0,0,0,5,0,0,0,20,0,0,0,1,0,0,0,20,0,0,0,193,0,0,0,5,0,0,0,17,0,0,0,20,0,0,0,1,0,0,0,20,0,0,0,1,0,0,0,5,0,0,0,17,0,0,0,20,0,0,0,193,0,0,0,20,0,0,0,193,0,0,0,17,0,0,0,2,0,0,0,37,0,0,0,5,0,0,0,20,0,0,0,1,0,0,0,17,0,0,0,2,0,0,0,37,0,0,0,197,0,0,0,20,0,0,0,1,0,0,0,17,0,0,0,17,0,0,0,197,0,0,0,5,0,0,0,20,0,0,0,193,0,0,0,20,0,0,0,20,0,0,0,1,0,0,0,17,0,0,0,20,0,0,0,1,0,0,0,5,0,0,0,20,0,0,0,193,0,0,0,20,0,0,0,20,0,0,0,1,0,0,0,20,0,0,0,20,0,0,0,193,0,0,0,20,0,0,0,20,0,0,0,193,0,0,0,20,0,0,0,20,0,0,0,20,0,0,0,1,0,0,0,20,0,0,0,193,0,0,0,20,0,0,0,20,0,0,0,1,0,0,0,20,0,0,0,4,0,0,0,193,0,0,0,20,0,0,0,20,0,0,0,20,0,0,0,4,0,0,0,4,0,0,0,193,0,0,0,20,0,0,0,20,0,0,0,4,0,0,0,4,0,0,0,4,0,0,0,193,0,0,0,5,0,0,0,20,0,0,0,1,0,0,0,20,0,0,0,4,0,0,0,1,0,0,0,5,0,0,0,20,0,0,0,193,0,0,0,20,0,0,0,4,0,0,0,4,0,0,0,193,0,0,0,17,0,0,0,20,0,0,0,1,0,0,0,20,0,0,0,193,0,0,0,20,0,0,0,1,0,0,0,20,0,0,0,4,0,0,0,4,0,0,0,4,0,0,0,193,0,0,0,17,0,0,0,20,0,0,0,4,0,0,0,4,0,0,0,193,0,0,0,20,0,0,0,4,0,0,0,4,0,0,0,4,0,0,0,4,0,0,0,196,0,0,0,4,0,0,0,4,0,0,0,4,0,0,0,4,0,0,0,4,0,0,0,1,0,65,144,30,11,100,1,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,15,16,16,17,18,18,19,20,21,22,23,24,25,26,27,28,30,31,33,34,36,37,38,39,41,42,44,46,47,49,51,53,54,56,58,60,62,64,66,68,70,72,74,76,79,82,85,88,91,94,98,102,106,110,115,120,125,130,135,141,147,153,159,165,171,178,185,193,202,211,232,243,254,255,0,65,128,31,11,100,128,140,152,161,171,180,188,195,200,204,207,210,213,215,217,219,221,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,38,40,43,46,49,53,58,65,73,82,92,103,115,127,0,65,244,31,11,236,5,5,0,0,0,9,0,0,0,13,0,0,0,17,0,0,0,20,0,0,0,23,0,0,0,25,0,0,0,27,0,0,0,29,0,0,0,31,0,0,0,33,0,0,0,35,0,0,0,37,0,0,0,39,0,0,0,41,0,0,0,42,0,0,0,43,0,0,0,45,0,0,0,46,0,0,0,160,234,26,0,160,234,26,0,128,136,21,0,128,136,21,0,44,43,18,0,28,122,15,0,250,35,15,0,80,117,13,0,64,196,10,0,64,196,10,0,133,234,8,0,14,189,7,0,212,171,7,0,168,186,6,0,134,100,6,0,32,98,5,0,220,181,4,0,186,95,4,0,135,222,3,0,84,93,3,0,84,93,3,0,16,177,2,0,122,56,2,0,122,56,2,0,245,234,1,0,170,174,1,0,170,174,1,0,136,88,1,0,136,88,1,0,218,36,1,0,44,241,0,0,44,241,0,0,85,215,0,0,126,189,0,0,68,172,0,0,109,146,0,0,79,122,0,0,150,120,0,0,170,107,0,0,170,107,0,0,34,86,0,0,90,72,0,0,232,68,0,0,75,60,0,0,32,55,0,0,174,51,0,0,17,43,0,0,45,36,0,0,45,36,0,0,37,30,0,0,215,25,0,0,215,25,0,0,136,21,0,0,136,21,0,0,58,17,0,0,129,15,0,0,129,15,0,0,111,13,0,0,50,11,0,0,130,10,0,0,201,8,0,0,192,7,0,0,104,7,0,0,16,7,0,0,131,5,0,0,87,5,0,0,210,4,0,0,122,4,0,0,158,3,0,0,69,3,0,0,69,3,0,0,193,2,0,0,61,2,0,0,61,2,0,0,17,2,0,0,185,1,0,0,185,1,0,0,78,55,84,117,110,105,110,103,115,49,49,84,117,110,105,110,103,69,114,114,111,114,69,0,72,150,0,0,116,17,0,0,28,151,0,0,0,0,0,0,140,17,0,0,16,0,0,0,19,0,0,0,20,0,0,0,0,0,0,0,12,18,0,0,21,0,0,0,22,0,0,0,23,0,0,0,24,0,0,0,25,0,0,0,78,83,116,51,95,95,50,50,48,95,95,115,104,97,114,101,100,95,112,116,114,95,101,109,112,108,97,99,101,73,49,52,83,116,97,110,100,97,114,100,84,117,110,105,110,103,78,83,95,57,97,108,108,111,99,97,116,111,114,73,83,49,95,69,69,69,69,0,72,150,0,0,200,17,0,0,168,148,0,0,0,0,0,0,100,18,0,0,26,0,0,0,27,0,0,0,28,0,0,0,29,0,0,0,30,0,0,0,31,0,0,0,32,0,0,0,49,52,83,116,97,110,100,97,114,100,84,117,110,105,110,103,0,49,49,84,117,110,105,110,103,83,116,97,116,101,0,0,32,150,0,0,77,18,0,0,72,150,0,0,60,18,0,0,92,18,0,0,254,130,43,101,71,21,103,64,0,0,0,0,0,0,56,67,0,0,250,254,66,46,118,191,58,59,158,188,154,247,12,189,189,253,255,255,255,255,223,63,60,84,85,85,85,85,197,63,145,43,23,207,85,85,165,63,23,208,164,103,17,17,129,63,0,0,0,0,0,0,200,66,239,57,250,254,66,46,230,63,36,196,130,255,189,191,206,63,181,244,12,215,8,107,172,63,204,80,70,210,171,178,131,63,132,58,78,155,224,215,85,63,0,65,238,37,11,200,56,240,63,110,191,136,26,79,59,155,60,53,51,251,169,61,246,239,63,93,220,216,156,19,96,113,188,97,128,119,62,154,236,239,63,209,102,135,16,122,94,144,188,133,127,110,232,21,227,239,63,19,246,103,53,82,210,140,60,116,133,21,211,176,217,239,63,250,142,249,35,128,206,139,188,222,246,221,41,107,208,239,63,97,200,230,97,78,247,96,60,200,155,117,24,69,199,239,63,153,211,51,91,228,163,144,60,131,243,198,202,62,190,239,63,109,123,131,93,166,154,151,60,15,137,249,108,88,181,239,63,252,239,253,146,26,181,142,60,247,71,114,43,146,172,239,63,209,156,47,112,61,190,62,60,162,209,211,50,236,163,239,63,11,110,144,137,52,3,106,188,27,211,254,175,102,155,239,63,14,189,47,42,82,86,149,188,81,91,18,208,1,147,239,63,85,234,78,140,239,128,80,188,204,49,108,192,189,138,239,63,22,244,213,185,35,201,145,188,224,45,169,174,154,130,239,63,175,85,92,233,227,211,128,60,81,142,165,200,152,122,239,63,72,147,165,234,21,27,128,188,123,81,125,60,184,114,239,63,61,50,222,85,240,31,143,188,234,141,140,56,249,106,239,63,191,83,19,63,140,137,139,60,117,203,111,235,91,99,239,63,38,235,17,118,156,217,150,188,212,92,4,132,224,91,239,63,96,47,58,62,247,236,154,60,170,185,104,49,135,84,239,63,157,56,134,203,130,231,143,188,29,217,252,34,80,77,239,63,141,195,166,68,65,111,138,60,214,140,98,136,59,70,239,63,125,4,228,176,5,122,128,60,150,220,125,145,73,63,239,63,148,168,168,227,253,142,150,60,56,98,117,110,122,56,239,63,125,72,116,242,24,94,135,60,63,166,178,79,206,49,239,63,242,231,31,152,43,71,128,60,221,124,226,101,69,43,239,63,94,8,113,63,123,184,150,188,129,99,245,225,223,36,239,63,49,171,9,109,225,247,130,60,225,222,31,245,157,30,239,63,250,191,111,26,155,33,61,188,144,217,218,208,127,24,239,63,180,10,12,114,130,55,139,60,11,3,228,166,133,18,239,63,143,203,206,137,146,20,110,60,86,47,62,169,175,12,239,63,182,171,176,77,117,77,131,60,21,183,49,10,254,6,239,63,76,116,172,226,1,66,134,60,49,216,76,252,112,1,239,63,74,248,211,93,57,221,143,60,255,22,100,178,8,252,238,63,4,91,142,59,128,163,134,188,241,159,146,95,197,246,238,63,104,80,75,204,237,74,146,188,203,169,58,55,167,241,238,63,142,45,81,27,248,7,153,188,102,216,5,109,174,236,238,63,210,54,148,62,232,209,113,188,247,159,229,52,219,231,238,63,21,27,206,179,25,25,153,188,229,168,19,195,45,227,238,63,109,76,42,167,72,159,133,60,34,52,18,76,166,222,238,63,138,105,40,122,96,18,147,188,28,128,172,4,69,218,238,63,91,137,23,72,143,167,88,188,42,46,247,33,10,214,238,63,27,154,73,103,155,44,124,188,151,168,80,217,245,209,238,63,17,172,194,96,237,99,67,60,45,137,97,96,8,206,238,63,239,100,6,59,9,102,150,60,87,0,29,237,65,202,238,63,121,3,161,218,225,204,110,60,208,60,193,181,162,198,238,63,48,18,15,63,142,255,147,60,222,211,215,240,42,195,238,63,176,175,122,187,206,144,118,60,39,42,54,213,218,191,238,63,119,224,84,235,189,29,147,60,13,221,253,153,178,188,238,63,142,163,113,0,52,148,143,188,167,44,157,118,178,185,238,63,73,163,147,220,204,222,135,188,66,102,207,162,218,182,238,63,95,56,15,189,198,222,120,188,130,79,157,86,43,180,238,63,246,92,123,236,70,18,134,188,15,146,93,202,164,177,238,63,142,215,253,24,5,53,147,60,218,39,181,54,71,175,238,63,5,155,138,47,183,152,123,60,253,199,151,212,18,173,238,63,9,84,28,226,225,99,144,60,41,84,72,221,7,171,238,63,234,198,25,80,133,199,52,60,183,70,89,138,38,169,238,63,53,192,100,43,230,50,148,60,72,33,173,21,111,167,238,63,159,118,153,97,74,228,140,188,9,220,118,185,225,165,238,63,168,77,239,59,197,51,140,188,133,85,58,176,126,164,238,63,174,233,43,137,120,83,132,188,32,195,204,52,70,163,238,63,88,88,86,120,221,206,147,188,37,34,85,130,56,162,238,63,100,25,126,128,170,16,87,60,115,169,76,212,85,161,238,63,40,34,94,191,239,179,147,188,205,59,127,102,158,160,238,63,130,185,52,135,173,18,106,188,191,218,11,117,18,160,238,63,238,169,109,184,239,103,99,188,47,26,101,60,178,159,238,63,81,136,224,84,61,220,128,188,132,148,81,249,125,159,238,63,207,62,90,126,100,31,120,188,116,95,236,232,117,159,238,63,176,125,139,192,74,238,134,188,116,129,165,72,154,159,238,63,138,230,85,30,50,25,134,188,201,103,66,86,235,159,238,63,211,212,9,94,203,156,144,60,63,93,222,79,105,160,238,63,29,165,77,185,220,50,123,188,135,1,235,115,20,161,238,63,107,192,103,84,253,236,148,60,50,193,48,1,237,161,238,63,85,108,214,171,225,235,101,60,98,78,207,54,243,162,238,63,66,207,179,47,197,161,136,188,18,26,62,84,39,164,238,63,52,55,59,241,182,105,147,188,19,206,76,153,137,165,238,63,30,255,25,58,132,94,128,188,173,199,35,70,26,167,238,63,110,87,114,216,80,212,148,188,237,146,68,155,217,168,238,63,0,138,14,91,103,173,144,60,153,102,138,217,199,170,238,63,180,234,240,193,47,183,141,60,219,160,42,66,229,172,238,63,255,231,197,156,96,182,101,188,140,68,181,22,50,175,238,63,68,95,243,89,131,246,123,60,54,119,21,153,174,177,238,63,131,61,30,167,31,9,147,188,198,255,145,11,91,180,238,63,41,30,108,139,184,169,93,188,229,197,205,176,55,183,238,63,89,185,144,124,249,35,108,188,15,82,200,203,68,186,238,63,170,249,244,34,67,67,146,188,80,78,222,159,130,189,238,63,75,142,102,215,108,202,133,188,186,7,202,112,241,192,238,63,39,206,145,43,252,175,113,60,144,240,163,130,145,196,238,63,187,115,10,225,53,210,109,60,35,35,227,25,99,200,238,63,99,34,98,34,4,197,135,188,101,229,93,123,102,204,238,63,213,49,226,227,134,28,139,60,51,45,74,236,155,208,238,63,21,187,188,211,209,187,145,188,93,37,62,178,3,213,238,63,210,49,238,156,49,204,144,60,88,179,48,19,158,217,238,63,179,90,115,110,132,105,132,60,191,253,121,85,107,222,238,63,180,157,142,151,205,223,130,188,122,243,211,191,107,227,238,63,135,51,203,146,119,26,140,60,173,211,90,153,159,232,238,63,250,217,209,74,143,123,144,188,102,182,141,41,7,238,238,63,186,174,220,86,217,195,85,188,251,21,79,184,162,243,238,63,64,246,166,61,14,164,144,188,58,89,229,141,114,249,238,63,52,147,173,56,244,214,104,188,71,94,251,242,118,255,238,63,53,138,88,107,226,238,145,188,74,6,161,48,176,5,239,63,205,221,95,10,215,255,116,60,210,193,75,144,30,12,239,63,172,152,146,250,251,189,145,188,9,30,215,91,194,18,239,63,179,12,175,48,174,110,115,60,156,82,133,221,155,25,239,63,148,253,159,92,50,227,142,60,122,208,255,95,171,32,239,63,172,89,9,209,143,224,132,60,75,209,87,46,241,39,239,63,103,26,78,56,175,205,99,60,181,231,6,148,109,47,239,63,104,25,146,108,44,107,103,60,105,144,239,220,32,55,239,63,210,181,204,131,24,138,128,188,250,195,93,85,11,63,239,63,111,250,255,63,93,173,143,188,124,137,7,74,45,71,239,63,73,169,117,56,174,13,144,188,242,137,13,8,135,79,239,63,167,7,61,166,133,163,116,60,135,164,251,220,24,88,239,63,15,34,64,32,158,145,130,188,152,131,201,22,227,96,239,63,172,146,193,213,80,90,142,60,133,50,219,3,230,105,239,63,75,107,1,172,89,58,132,60,96,180,1,243,33,115,239,63,31,62,180,7,33,213,130,188,95,155,123,51,151,124,239,63,201,13,71,59,185,42,137,188,41,161,245,20,70,134,239,63,211,136,58,96,4,182,116,60,246,63,139,231,46,144,239,63,113,114,157,81,236,197,131,60,131,76,199,251,81,154,239,63,240,145,211,143,18,247,143,188,218,144,164,162,175,164,239,63,125,116,35,226,152,174,141,188,241,103,142,45,72,175,239,63,8,32,170,65,188,195,142,60,39,90,97,238,27,186,239,63,50,235,169,195,148,43,132,60,151,186,107,55,43,197,239,63,238,133,209,49,169,100,138,60,64,69,110,91,118,208,239,63,237,227,59,228,186,55,142,188,20,190,156,173,253,219,239,63,157,205,145,77,59,137,119,60,216,144,158,129,193,231,239,63,137,204,96,65,193,5,83,60,241,113,143,43,194,243,239,63,0,56,250,254,66,46,230,63,48,103,199,147,87,243,46,61,1,0,0,0,0,0,224,191,91,48,81,85,85,85,213,63,144,69,235,255,255,255,207,191,17,1,241,36,179,153,201,63,159,200,6,229,117,85,197,191,0,0,0,0,0,0,224,191,119,85,85,85,85,85,213,63,203,253,255,255,255,255,207,191,12,221,149,153,153,153,201,63,167,69,103,85,85,85,197,191,48,222,68,163,36,73,194,63,101,61,66,164,255,255,191,191,202,214,42,40,132,113,188,63,255,104,176,67,235,153,185,191,133,208,175,247,130,129,183,63,205,69,209,117,19,82,181,191,159,222,224,195,240,52,247,63,0,144,230,121,127,204,215,191,31,233,44,106,120,19,247,63,0,0,13,194,238,111,215,191,160,181,250,8,96,242,246,63,0,224,81,19,227,19,215,191,125,140,19,31,166,209,246,63,0,120,40,56,91,184,214,191,209,180,197,11,73,177,246,63,0,120,128,144,85,93,214,191,186,12,47,51,71,145,246,63,0,0,24,118,208,2,214,191,35,66,34,24,159,113,246,63,0,144,144,134,202,168,213,191,217,30,165,153,79,82,246,63,0,80,3,86,67,79,213,191,196,36,143,170,86,51,246,63,0,64,107,195,55,246,212,191,20,220,157,107,179,20,246,63,0,80,168,253,167,157,212,191,76,92,198,82,100,246,245,63,0,168,137,57,146,69,212,191,79,44,145,181,103,216,245,63,0,184,176,57,244,237,211,191,222,144,91,203,188,186,245,63,0,112,143,68,206,150,211,191,120,26,217,242,97,157,245,63,0,160,189,23,30,64,211,191,135,86,70,18,86,128,245,63,0,128,70,239,226,233,210,191,211,107,231,206,151,99,245,63,0,224,48,56,27,148,210,191,147,127,167,226,37,71,245,63,0,136,218,140,197,62,210,191,131,69,6,66,255,42,245,63,0,144,39,41,225,233,209,191,223,189,178,219,34,15,245,63,0,248,72,43,109,149,209,191,215,222,52,71,143,243,244,63,0,248,185,154,103,65,209,191,64,40,222,207,67,216,244,63,0,152,239,148,208,237,208,191,200,163,120,192,62,189,244,63,0,16,219,24,165,154,208,191,138,37,224,195,127,162,244,63,0,184,99,82,230,71,208,191,52,132,212,36,5,136,244,63,0,240,134,69,34,235,207,191,11,45,25,27,206,109,244,63,0,176,23,117,74,71,207,191,84,24,57,211,217,83,244,63,0,48,16,61,68,164,206,191,90,132,180,68,39,58,244,63,0,176,233,68,13,2,206,191,251,248,21,65,181,32,244,63,0,240,119,41,162,96,205,191,177,244,62,218,130,7,244,63,0,144,149,4,1,192,204,191,143,254,87,93,143,238,243,63,0,16,137,86,41,32,204,191,233,76,11,160,217,213,243,63,0,16,129,141,23,129,203,191,43,193,16,192,96,189,243,63,0,208,211,204,201,226,202,191,184,218,117,43,36,165,243,63,0,144,18,46,64,69,202,191,2,208,159,205,34,141,243,63,0,240,29,104,119,168,201,191,28,122,132,197,91,117,243,63,0,48,72,105,109,12,201,191,226,54,173,73,206,93,243,63,0,192,69,166,32,113,200,191,64,212,77,152,121,70,243,63,0,48,20,180,143,214,199,191,36,203,255,206,92,47,243,63,0,112,98,60,184,60,199,191,73,13,161,117,119,24,243,63,0,96,55,155,154,163,198,191,144,57,62,55,200,1,243,63,0,160,183,84,49,11,198,191,65,248,149,187,78,235,242,63,0,48,36,118,125,115,197,191,209,169,25,2,10,213,242,63,0,48,194,143,123,220,196,191,42,253,183,168,249,190,242,63,0,0,210,81,44,70,196,191,171,27,12,122,28,169,242,63,0,0,131,188,138,176,195,191,48,181,20,96,114,147,242,63,0,0,73,107,153,27,195,191,245,161,87,87,250,125,242,63,0,64,164,144,84,135,194,191,191,59,29,155,179,104,242,63,0,160,121,248,185,243,193,191,189,245,143,131,157,83,242,63,0,160,44,37,200,96,193,191,59,8,201,170,183,62,242,63,0,32,247,87,127,206,192,191,182,64,169,43,1,42,242,63,0,160,254,73,220,60,192,191,50,65,204,150,121,21,242,63,0,128,75,188,189,87,191,191,155,252,210,29,32,1,242,63,0,64,64,150,8,55,190,191,11,72,77,73,244,236,241,63,0,64,249,62,152,23,189,191,105,101,143,82,245,216,241,63,0,160,216,78,103,249,187,191,124,126,87,17,35,197,241,63,0,96,47,32,121,220,186,191,233,38,203,116,124,177,241,63,0,128,40,231,195,192,185,191,182,26,44,12,1,158,241,63,0,192,114,179,70,166,184,191,189,112,182,123,176,138,241,63,0,0,172,179,1,141,183,191,182,188,239,37,138,119,241,63,0,0,56,69,241,116,182,191,218,49,76,53,141,100,241,63,0,128,135,109,14,94,181,191,221,95,39,144,185,81,241,63,0,224,161,222,92,72,180,191,76,210,50,164,14,63,241,63,0,160,106,77,217,51,179,191,218,249,16,114,139,44,241,63,0,96,197,248,121,32,178,191,49,181,236,40,48,26,241,63,0,32,98,152,70,14,177,191,175,52,132,218,251,7,241,63,0,0,210,106,108,250,175,191,179,107,78,15,238,245,240,63,0,64,119,74,141,218,173,191,206,159,42,93,6,228,240,63,0,0,133,228,236,188,171,191,33,165,44,99,68,210,240,63,0,192,18,64,137,161,169,191,26,152,226,124,167,192,240,63,0,192,2,51,88,136,167,191,209,54,198,131,47,175,240,63,0,128,214,103,94,113,165,191,57,19,160,152,219,157,240,63,0,128,101,73,138,92,163,191,223,231,82,175,171,140,240,63,0,64,21,100,227,73,161,191,251,40,78,47,159,123,240,63,0,128,235,130,192,114,158,191,25,143,53,140,181,106,240,63,0,128,82,82,241,85,154,191,44,249,236,165,238,89,240,63,0,128,129,207,98,61,150,191,144,44,209,205,73,73,240,63,0,0,170,140,251,40,146,191,169,173,240,198,198,56,240,63,0,0,249,32,123,49,140,191,169,50,121,19,101,40,240,63,0,0,170,93,53,25,132,191,72,115,234,39,36,24,240,63,0,0,236,194,3,18,120,191,149,177,20,6,4,8,240,63,0,0,36,121,9,4,96,191,26,250,38,247,31,224,239,63,0,0,144,132,243,239,111,63,116,234,97,194,28,161,239,63,0,0,61,53,65,220,135,63,46,153,129,176,16,99,239,63,0,128,194,196,163,206,147,63,205,173,238,60,246,37,239,63,0,0,137,20,193,159,155,63,231,19,145,3,200,233,238,63,0,0,17,206,216,176,161,63,171,177,203,120,128,174,238,63,0,192,1,208,91,138,165,63,155,12,157,162,26,116,238,63,0,128,216,64,131,92,169,63,181,153,10,131,145,58,238,63,0,128,87,239,106,39,173,63,86,154,96,9,224,1,238,63,0,192,152,229,152,117,176,63,152,187,119,229,1,202,237,63,0,32,13,227,245,83,178,63,3,145,124,11,242,146,237,63,0,0,56,139,221,46,180,63,206,92,251,102,172,92,237,63,0,192,87,135,89,6,182,63,157,222,94,170,44,39,237,63,0,0,106,53,118,218,183,63,205,44,107,62,110,242,236,63,0,96,28,78,67,171,185,63,2,121,167,162,109,190,236,63,0,96,13,187,199,120,187,63,109,8,55,109,38,139,236,63,0,32,231,50,19,67,189,63,4,88,93,189,148,88,236,63,0,96,222,113,49,10,191,63,140,159,187,51,181,38,236,63,0,64,145,43,21,103,192,63,63,231,236,238,131,245,235,63,0,176,146,130,133,71,193,63,193,150,219,117,253,196,235,63,0,48,202,205,110,38,194,63,40,74,134,12,30,149,235,63,0,80,197,166,215,3,195,63,44,62,239,197,226,101,235,63,0,16,51,60,195,223,195,63,139,136,201,103,72,55,235,63,0,128,122,107,54,186,196,63,74,48,29,33,75,9,235,63,0,240,209,40,57,147,197,63,126,239,242,133,232,219,234,63,0,240,24,36,205,106,198,63,162,61,96,49,29,175,234,63,0,144,102,236,248,64,199,63,167,88,211,63,230,130,234,63,0,240,26,245,192,21,200,63,139,115,9,239,64,87,234,63,0,128,246,84,41,233,200,63,39,75,171,144,42,44,234,63,0,64,248,2,54,187,201,63,209,242,147,19,160,1,234,63,0,0,44,28,237,139,202,63,27,60,219,36,159,215,233,63,0,208,1,92,81,91,203,63,144,177,199,5,37,174,233,63,0,192,188,204,103,41,204,63,47,206,151,242,46,133,233,63,0,96,72,213,53,246,204,63,117,75,164,238,186,92,233,63,0,192,70,52,189,193,205,63,56,72,231,157,198,52,233,63,0,224,207,184,1,140,206,63,230,82,103,47,79,13,233,63,0,144,23,192,9,85,207,63,157,215,255,142,82,230,232,63,0,184,31,18,108,14,208,63,124,0,204,159,206,191,232,63,0,208,147,14,184,113,208,63,14,195,190,218,192,153,232,63,0,112,134,158,107,212,208,63,251,23,35,170,39,116,232,63,0,208,75,51,135,54,209,63,8,154,179,172,0,79,232,63,0,72,35,103,13,152,209,63,85,62,101,232,73,42,232,63,0,128,204,224,255,248,209,63,96,2,244,149,1,6,232,63,0,104,99,215,95,89,210,63,41,163,224,99,37,226,231,63,0,168,20,9,48,185,210,63,173,181,220,119,179,190,231,63,0,96,67,16,114,24,211,63,194,37,151,103,170,155,231,63,0,24,236,109,38,119,211,63,87,6,23,242,7,121,231,63,0,48,175,251,79,213,211,63,12,19,214,219,202,86,231,63,0,224,47,227,238,50,212,63,107,182,79,1,0,16,230,63,60,91,66,145,108,2,126,60,149,180,77,3,0,48,230,63,65,93,0,72,234,191,141,60,120,212,148,13,0,80,230,63,183,165,214,134,167,127,142,60,173,111,78,7,0,112,230,63,76,37,84,107,234,252,97,60,174,15,223,254,255,143,230,63,253,14,89,76,39,126,124,188,188,197,99,7,0,176,230,63,1,218,220,72,104,193,138,188,246,193,92,30,0,208,230,63,17,147,73,157,28,63,131,60,62,246,5,235,255,239,230,63,83,45,226,26,4,128,126,188,128,151,134,14,0,16,231,63,82,121,9,113,102,255,123,60,18,233,103,252,255,47,231,63,36,135,189,38,226,0,140,60,106,17,129,223,255,79,231,63,210,1,241,110,145,2,110,188,144,156,103,15,0,112,231,63,116,156,84,205,113,252,103,188,53,200,126,250,255,143,231,63,131,4,245,158,193,190,129,60,230,194,32,254,255,175,231,63,101,100,204,41,23,126,112,188,0,201,63,237,255,207,231,63,28,139,123,8,114,128,128,188,118,26,38,233,255,239,231,63,174,249,157,109,40,192,141,60,232,163,156,4,0,16,232,63,51,76,229,81,210,127,137,60,143,44,147,23,0,48,232,63,129,243,48,182,233,254,138,188,156,115,51,6,0,80,232,63,188,53,101,107,191,191,137,60,198,137,66,32,0,112,232,63,117,123,17,243,101,191,139,188,4,121,245,235,255,143,232,63,87,203,61,162,110,0,137,188,223,4,188,34,0,176,232,63,10,75,224,56,223,0,125,188,138,27,12,229,255,207,232,63,5,159,255,70,113,0,136,188,67,142,145,252,255,239,232,63,56,112,122,208,123,129,131,60,199,95,250,30,0,16,233,63,3,180,223,118,145,62,137,60,185,123,70,19,0,48,233,63,118,2,152,75,78,128,127,60,111,7,238,230,255,79,233,63,46,98,255,217,240,126,143,188,209,18,60,222,255,111,233,63,186,56,38,150,170,130,112,188,13,138,69,244,255,143,233,63,239,168,100,145,27,128,135,188,62,46,152,221,255,175,233,63,55,147,90,138,224,64,135,188,102,251,73,237,255,207,233,63,0,224,155,193,8,206,63,60,81,156,241,32,0,240,233,63,10,91,136,39,170,63,138,188,6,176,69,17,0,16,234,63,86,218,88,153,72,255,116,60,250,246,187,7,0,48,234,63,24,109,43,138,171,190,140,60,121,29,151,16,0,80,234,63,48,121,120,221,202,254,136,60,72,46,245,29,0,112,234,63,219,171,216,61,118,65,143,188,82,51,89,28,0,144,234,63,18,118,194,132,2,191,142,188,75,62,79,42,0,176,234,63,95,63,255,60,4,253,105,188,209,30,174,215,255,207,234,63,180,112,144,18,231,62,130,188,120,4,81,238,255,239,234,63,163,222,14,224,62,6,106,60,91,13,101,219,255,15,235,63,185,10,31,56,200,6,90,60,87,202,170,254,255,47,235,63,29,60,35,116,30,1,121,188,220,186,149,217,255,79,235,63,159,42,134,104,16,255,121,188,156,101,158,36,0,112,235,63,62,79,134,208,69,255,138,60,64,22,135,249,255,143,235,63,249,195,194,150,119,254,124,60,79,203,4,210,255,175,235,63,196,43,242,238,39,255,99,188,69,92,65,210,255,207,235,63,33,234,59,238,183,255,108,188,223,9,99,248,255,239,235,63,92,11,46,151,3,65,129,188,83,118,181,225,255,15,236,63,25,106,183,148,100,193,139,60,227,87,250,241,255,47,236,63,237,198,48,141,239,254,100,188,36,228,191,220,255,79,236,63,117,71,236,188,104,63,132,188,247,185,84,237,255,111,236,63,236,224,83,240,163,126,132,60,213,143,153,235,255,143,236,63,241,146,249,141,6,131,115,60,154,33,37,33,0,176,236,63,4,14,24,100,142,253,104,188,156,70,148,221,255,207,236,63,114,234,199,28,190,126,142,60,118,196,253,234,255,239,236,63,254,136,159,173,57,190,142,60,43,248,154,22,0,16,237,63,113,90,185,168,145,125,117,60,29,247,15,13,0,48,237,63,218,199,112,105,144,193,137,60,196,15,121,234,255,79,237,63,12,254,88,197,55,14,88,188,229,135,220,46,0,112,237,63,68,15,193,77,214,128,127,188,170,130,220,33,0,144,237,63,92,92,253,148,143,124,116,188,131,2,107,216,255,175,237,63,126,97,33,197,29,127,140,60,57,71,108,41,0,208,237,63,83,177,255,178,158,1,136,60,245,144,68,229,255,239,237,63,137,204,82,198,210,0,110,60,148,246,171,205,255,15,238,63,210,105,45,32,64,131,127,188,221,200,82,219,255,47,238,63,100,8,27,202,193,0,123,60,239,22,66,242,255,79,238,63,81,171,148,176,168,255,114,60,17,94,138,232,255,111,238,63,89,190,239,177,115,246,87,188,13,255,158,17,0,144,238,63,1,200,11,94,141,128,132,188,68,23,165,223,255,175,238,63,181,32,67,213,6,0,120,60,161,127,18,26,0,208,238,63,146,92,86,96,248,2,80,188,196,188,186,7,0,240,238,63,17,230,53,93,68,64,133,188,2,141,122,245,255,15,239,63,5,145,239,57,49,251,79,188,199,138,229,30,0,48,239,63,85,17,115,242,172,129,138,60,148,52,130,245,255,79,239,63,67,199,215,212,65,63,138,60,107,76,169,252,255,111,239,63,117,120,152,28,244,2,98,188,65,196,249,225,255,143,239,63,75,231,119,244,209,125,119,60,126,227,224,210,255,175,239,63,49,163,124,154,25,1,111,188,158,228,119,28,0,208,239,63,177,172,206,75,238,129,113,60,49,195,224,247,255,239,239,63,90,135,112,1,55,5,110,188,110,96,101,244,255,15,240,63,218,10,28,73,173,126,138,188,88,122,134,243,255,47,240,63,224,178,252,195,105,127,151,188,23,13,252,253,255,79,240,63,91,148,203,52,254,191,151,60,130,77,205,3,0,112,240,63,203,86,228,192,131,0,130,60,232,203,242,249,255,143,240,63,26,117,55,190,223,255,109,188,101,218,12,1,0,176,240,63,235,38,230,174,127,63,145,188,56,211,164,1,0,208,240,63,247,159,72,121,250,125,128,60,253,253,218,250,255,239,240,63,192,107,214,112,5,4,119,188,150,253,186,11,0,16,241,63,98,11,109,132,212,128,142,60,93,244,229,250,255,47,241,63,239,54,253,100,250,191,157,60,217,154,213,13,0,80,241,63,174,80,18,112,119,0,154,60,154,85,33,15,0,112,241,63,238,222,227,226,249,253,141,60,38,84,39,252,255,143,241,63,115,114,59,220,48,0,145,60,89,60,61,18,0,176,241,63,136,1,3,128,121,127,153,60,183,158,41,248,255,207,241,63,103,140,159,171,50,249,101,188,0,212,138,244,255,239,241,63,235,91,167,157,191,127,147,60,164,134,139,12,0,16,242,63,34,91,253,145,107,128,159,60,3,67,133,3,0,48,242,63,51,191,159,235,194,255,147,60,132,246,188,255,255,79,242,63,114,46,46,126,231,1,118,60,217,33,41,245,255,111,242,63,97,12,127,118,187,252,127,60,60,58,147,20,0,144,242,63,43,65,2,60,202,2,114,188,19,99,85,20,0,176,242,63,2,31,242,51,130,128,146,188,59,82,254,235,255,207,242,63,242,220,79,56,126,255,136,188,150,173,184,11,0,240,242,63,197,65,48,80,81,255,133,188,175,226,122,251,255,15,243,63,157,40,94,136,113,0,129,188,127,95,172,254,255,47,243,63,21,183,183,63,93,255,145,188,86,103,166,12,0,80,243,63,189,130,139,34,130,127,149,60,33,247,251,17,0,112,243,63,204,213,13,196,186,0,128,60,185,47,89,249,255,143,243,63,81,167,178,45,157,63,148,188,66,210,221,4,0,176,243,63,225,56,118,112,107,127,133,60,87,201,178,245,255,207,243,63,49,18,191,16,58,2,122,60,24,180,176,234,255,239,243,63,176,82,177,102,109,127,152,60,244,175,50,21,0,16,244,63,36,133,25,95,55,248,103,60,41,139,71,23,0,48,244,63,67,81,220,114,230,1,131,60,99,180,149,231,255,79,244,63,90,137,178,184,105,255,137,60,224,117,4,232,255,111,244,63,84,242,194,155,177,192,149,188,231,193,111,239,255,143,244,63,114,42,58,242,9,64,155,60,4,167,190,229,255,175,244,63,69,125,13,191,183,255,148,188,222,39,16,23,0,208,244,63,61,106,220,113,100,192,153,188,226,62,240,15,0,240,244,63,28,83,133,11,137,127,151,60,209,75,220,18,0,16,245,63,54,164,102,113,101,4,96,60,122,39,5,22,0,48,245,63,9,50,35,206,206,191,150,188,76,112,219,236,255,79,245,63,215,161,5,5,114,2,137,188,169,84,95,239,255,111,245,63,18,100,201,14,230,191,155,60,18,16,230,23,0,144,245,63,144,239,175,129,197,126,136,60,146,62,201,3,0,176,245,63,192,12,191,10,8,65,159,188,188,25,73,29,0,208,245,63,41,71,37,251,42,129,152,188,137,122,184,231,255,239,245,63,4,105,237,128,183,126,148,188,0,0,0,0,188,44,0,0,33,0,0,0,34,0,0,0,35,0,0,0,36,0,0,0,37,0,0,0,38,0,0,0,39,0,0,0,40,0,0,0,41,0,0,0,42,0,0,0,43,0,0,0,44,0,0,0,45,0,0,0,46,0,0,0,8,0,0,0,0,0,0,0,244,44,0,0,47,0,0,0,48,0,0,0,248,255,255,255,248,255,255,255,244,44,0,0,49,0,0,0,50,0,0,0,188,43,0,0,208,43,0,0,4,0,0,0,0,0,0,0,60,45,0,0,51,0,0,0,52,0,0,0,252,255,255,255,252,255,255,255,60,45,0,0,53,0,0,0,54,0,0,0,236,43,0,0,0,44,0,0,0,0,0,0,152,45,0,0,55,0,0,0,56,0,0,0,35,0,0,0,36,0,0,0,57,0,0,0,58,0,0,0,39,0,0,0,40,0,0,0,41,0,0,0,59,0,0,0,43,0,0,0,60,0,0,0,45,0,0,0,61,0,0,0,78,83,116,51,95,95,50,57,98,97,115,105,99,95,105,111,115,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,0,0,0,72,150,0,0,80,44,0,0,48,47,0,0,78,83,116,51,95,95,50,49,53,98,97,115,105,99,95,115,116,114,101,97,109,98,117,102,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,0,0,0,0,32,150,0,0,136,44,0,0,78,83,116,51,95,95,50,49,51,98,97,115,105,99,95,105,115,116,114,101,97,109,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,0,0,164,150,0,0,196,44,0,0,0,0,0,0,1,0,0,0,124,44,0,0,3,244,255,255,78,83,116,51,95,95,50,49,51,98,97,115,105,99,95,111,115,116,114,101,97,109,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,0,0,164,150,0,0,12,45,0,0,0,0,0,0,1,0,0,0,124,44,0,0,3,244,255,255,78,83,116,51,95,95,50,49,53,98,97,115,105,99,95,115,116,114,105,110,103,98,117,102,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,78,83,95,57,97,108,108,111,99,97,116,111,114,73,99,69,69,69,69,0,0,0,72,150,0,0,84,45,0,0,188,44,0,0,56,0,0,0,0,0,0,0,76,46,0,0,62,0,0,0,63,0,0,0,200,255,255,255,200,255,255,255,76,46,0,0,64,0,0,0,65,0,0,0,176,45,0,0,232,45,0,0,252,45,0,0,196,45,0,0,56,0,0,0,0,0,0,0,60,45,0,0,51,0,0,0,52,0,0,0,200,255,255,255,200,255,255,255,60,45,0,0,53,0,0,0,54,0,0,0,78,83,116,51,95,95,50,49,57,98,97,115,105,99,95,111,115,116,114,105,110,103,115,116,114,101,97,109,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,78,83,95,57,97,108,108,111,99,97,116,111,114,73,99,69,69,69,69,0,0,0,72,150,0,0,4,46,0,0,60,45,0,0,60,0,0,0,0,0,0,0,0,47,0,0,66,0,0,0,67,0,0,0,196,255,255,255,196,255,255,255,0,47,0,0,68,0,0,0,69,0,0,0,100,46,0,0,156,46,0,0,176,46,0,0,120,46,0,0,60,0,0,0,0,0,0,0,244,44,0,0,47,0,0,0,48,0,0,0,196,255,255,255,196,255,255,255,244,44,0,0,49,0,0,0,50,0,0,0,78,83,116,51,95,95,50,49,57,98,97,115,105,99,95,105,115,116,114,105,110,103,115,116,114,101,97,109,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,78,83,95,57,97,108,108,111,99,97,116,111,114,73,99,69,69,69,69,0,0,0,72,150,0,0,184,46,0,0,244,44,0,0,0,0,0,0,48,47,0,0,70,0,0,0,71,0,0,0,78,83,116,51,95,95,50,56,105,111,115,95,98,97,115,101,69,0,0,0,32,150,0,0,28,47,0,65,192,222,0,11,211,4,209,116,158,0,87,157,189,42,128,112,82,15,255,255,62,39,10,0,0,0,100,0,0,0,232,3,0,0,16,39,0,0,160,134,1,0,64,66,15,0,128,150,152,0,0,225,245,5,24,0,0,0,53,0,0,0,113,0,0,0,107,255,255,255,206,251,255,255,146,191,255,255,0,0,0,0,0,0,0,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,0,1,2,3,4,5,6,7,8,9,255,255,255,255,255,255,255,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,255,255,255,255,255,255,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,0,1,2,4,7,3,6,5,0,0,0,0,0,0,0,2,0,0,192,3,0,0,192,4,0,0,192,5,0,0,192,6,0,0,192,7,0,0,192,8,0,0,192,9,0,0,192,10,0,0,192,11,0,0,192,12,0,0,192,13,0,0,192,14,0,0,192,15,0,0,192,16,0,0,192,17,0,0,192,18,0,0,192,19,0,0,192,20,0,0,192,21,0,0,192,22,0,0,192,23,0,0,192,24,0,0,192,25,0,0,192,26,0,0,192,27,0,0,192,28,0,0,192,29,0,0,192,30,0,0,192,31,0,0,192,0,0,0,179,1,0,0,195,2,0,0,195,3,0,0,195,4,0,0,195,5,0,0,195,6,0,0,195,7,0,0,195,8,0,0,195,9,0,0,195,10,0,0,195,11,0,0,195,12,0,0,195,13,0,0,211,14,0,0,195,15,0,0,195,0,0,12,187,1,0,12,195,2,0,12,195,3,0,12,195,4,0,12,219,0,0,0,0,222,18,4,149,0,0,0,0,255,255,255,255,255,255,255,255,255,255,255,255,112,49,0,0,20,0,0,0,67,46,85,84,70,45,56,0,65,192,227,0,11,2,132,49,0,65,224,227,0,11,71,76,67,95,67,84,89,80,69,0,0,0,0,76,67,95,78,85,77,69,82,73,67,0,0,76,67,95,84,73,77,69,0,0,0,0,0,76,67,95,67,79,76,76,65,84,69,0,0,76,67,95,77,79,78,69,84,65,82,89,0,76,67,95,77,69,83,83,65,71,69,83,0,65,176,228,0,11,65,25,0,10,0,25,25,25,0,0,0,0,5,0,0,0,0,0,0,9,0,0,0,0,11,0,0,0,0,0,0,0,0,25,0,17,10,25,25,25,3,10,7,0,1,0,9,11,24,0,0,9,6,11,0,0,11,0,6,25,0,0,0,25,25,25,0,65,129,229,0,11,33,14,0,0,0,0,0,0,0,0,25,0,10,13,25,25,25,0,13,0,0,2,0,9,14,0,0,0,9,0,14,0,0,14,0,65,187,229,0,11,1,12,0,65,199,229,0,11,21,19,0,0,0,0,19,0,0,0,0,9,12,0,0,0,0,0,12,0,0,12,0,65,245,229,0,11,1,16,0,65,129,230,0,11,21,15,0,0,0,4,15,0,0,0,0,9,16,0,0,0,0,0,16,0,0,16,0,65,175,230,0,11,1,18,0,65,187,230,0,11,30,17,0,0,0,0,17,0,0,0,0,9,18,0,0,0,0,0,18,0,0,18,0,0,26,0,0,0,26,26,26,0,65,242,230,0,11,14,26,0,0,0,26,26,26,0,0,0,0,0,0,9,0,65,163,231,0,11,1,20,0,65,175,231,0,11,21,23,0,0,0,0,23,0,0,0,0,9,20,0,0,0,0,0,20,0,0,20,0,65,221,231,0,11,1,22,0,65,233,231,0,11,41,21,0,0,0,0,21,0,0,0,0,9,22,0,0,0,0,0,22,0,0,22,0,0,48,49,50,51,52,53,54,55,56,57,65,66,67,68,69,70,32,53,0,65,160,234,0,11,255,1,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,3,32,2,32,2,32,2,32,2,32,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,1,96,4,192,4,192,4,192,4,192,4,192,4,192,4,192,4,192,4,192,4,192,4,192,4,192,4,192,4,192,4,192,8,216,8,216,8,216,8,216,8,216,8,216,8,216,8,216,8,216,8,216,4,192,4,192,4,192,4,192,4,192,4,192,4,192,8,213,8,213,8,213,8,213,8,213,8,213,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,4,192,4,192,4,192,4,192,4,192,4,192,8,214,8,214,8,214,8,214,8,214,8,214,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,4,192,4,192,4,192,4,192,2,0,65,160,238,0,11,2,48,57,0,65,180,242,0,11,249,3,1,0,0,0,2,0,0,0,3,0,0,0,4,0,0,0,5,0,0,0,6,0,0,0,7,0,0,0,8,0,0,0,9,0,0,0,10,0,0,0,11,0,0,0,12,0,0,0,13,0,0,0,14,0,0,0,15,0,0,0,16,0,0,0,17,0,0,0,18,0,0,0,19,0,0,0,20,0,0,0,21,0,0,0,22,0,0,0,23,0,0,0,24,0,0,0,25,0,0,0,26,0,0,0,27,0,0,0,28,0,0,0,29,0,0,0,30,0,0,0,31,0,0,0,32,0,0,0,33,0,0,0,34,0,0,0,35,0,0,0,36,0,0,0,37,0,0,0,38,0,0,0,39,0,0,0,40,0,0,0,41,0,0,0,42,0,0,0,43,0,0,0,44,0,0,0,45,0,0,0,46,0,0,0,47,0,0,0,48,0,0,0,49,0,0,0,50,0,0,0,51,0,0,0,52,0,0,0,53,0,0,0,54,0,0,0,55,0,0,0,56,0,0,0,57,0,0,0,58,0,0,0,59,0,0,0,60,0,0,0,61,0,0,0,62,0,0,0,63,0,0,0,64,0,0,0,65,0,0,0,66,0,0,0,67,0,0,0,68,0,0,0,69,0,0,0,70,0,0,0,71,0,0,0,72,0,0,0,73,0,0,0,74,0,0,0,75,0,0,0,76,0,0,0,77,0,0,0,78,0,0,0,79,0,0,0,80,0,0,0,81,0,0,0,82,0,0,0,83,0,0,0,84,0,0,0,85,0,0,0,86,0,0,0,87,0,0,0,88,0,0,0,89,0,0,0,90,0,0,0,91,0,0,0,92,0,0,0,93,0,0,0,94,0,0,0,95,0,0,0,96,0,0,0,65,0,0,0,66,0,0,0,67,0,0,0,68,0,0,0,69,0,0,0,70,0,0,0,71,0,0,0,72,0,0,0,73,0,0,0,74,0,0,0,75,0,0,0,76,0,0,0,77,0,0,0,78,0,0,0,79,0,0,0,80,0,0,0,81,0,0,0,82,0,0,0,83,0,0,0,84,0,0,0,85,0,0,0,86,0,0,0,87,0,0,0,88,0,0,0,89,0,0,0,90,0,0,0,123,0,0,0,124,0,0,0,125,0,0,0,126,0,0,0,127,0,65,176,250,0,11,2,64,63,0,65,196,254,0,11,249,3,1,0,0,0,2,0,0,0,3,0,0,0,4,0,0,0,5,0,0,0,6,0,0,0,7,0,0,0,8,0,0,0,9,0,0,0,10,0,0,0,11,0,0,0,12,0,0,0,13,0,0,0,14,0,0,0,15,0,0,0,16,0,0,0,17,0,0,0,18,0,0,0,19,0,0,0,20,0,0,0,21,0,0,0,22,0,0,0,23,0,0,0,24,0,0,0,25,0,0,0,26,0,0,0,27,0,0,0,28,0,0,0,29,0,0,0,30,0,0,0,31,0,0,0,32,0,0,0,33,0,0,0,34,0,0,0,35,0,0,0,36,0,0,0,37,0,0,0,38,0,0,0,39,0,0,0,40,0,0,0,41,0,0,0,42,0,0,0,43,0,0,0,44,0,0,0,45,0,0,0,46,0,0,0,47,0,0,0,48,0,0,0,49,0,0,0,50,0,0,0,51,0,0,0,52,0,0,0,53,0,0,0,54,0,0,0,55,0,0,0,56,0,0,0,57,0,0,0,58,0,0,0,59,0,0,0,60,0,0,0,61,0,0,0,62,0,0,0,63,0,0,0,64,0,0,0,97,0,0,0,98,0,0,0,99,0,0,0,100,0,0,0,101,0,0,0,102,0,0,0,103,0,0,0,104,0,0,0,105,0,0,0,106,0,0,0,107,0,0,0,108,0,0,0,109,0,0,0,110,0,0,0,111,0,0,0,112,0,0,0,113,0,0,0,114,0,0,0,115,0,0,0,116,0,0,0,117,0,0,0,118,0,0,0,119,0,0,0,120,0,0,0,121,0,0,0,122,0,0,0,91,0,0,0,92,0,0,0,93,0,0,0,94,0,0,0,95,0,0,0,96,0,0,0,97,0,0,0,98,0,0,0,99,0,0,0,100,0,0,0,101,0,0,0,102,0,0,0,103,0,0,0,104,0,0,0,105,0,0,0,106,0,0,0,107,0,0,0,108,0,0,0,109,0,0,0,110,0,0,0,111,0,0,0,112,0,0,0,113,0,0,0,114,0,0,0,115,0,0,0,116,0,0,0,117,0,0,0,118,0,0,0,119,0,0,0,120,0,0,0,121,0,0,0,122,0,0,0,123,0,0,0,124,0,0,0,125,0,0,0,126,0,0,0,127,0,65,192,134,1,11,97,32,0,0,0,9,0,0,0,10,0,0,0,13,0,0,0,11,0,0,0,12,0,0,0,133,0,0,0,0,32,0,0,1,32,0,0,2,32,0,0,3,32,0,0,4,32,0,0,5,32,0,0,6,32,0,0,8,32,0,0,9,32,0,0,10,32,0,0,40,32,0,0,41,32,0,0,95,32,0,0,0,48,0,0,0,0,0,0,0,8,0,0,86,1,0,0,57,0,65,180,135,1,11,204,14,1,32,0,0,0,224,255,255,0,191,29,0,0,231,2,0,0,121,0,0,2,36,0,0,1,1,0,0,0,255,255,255,0,0,0,0,1,2,0,0,0,254,255,255,1,57,255,255,0,24,255,255,1,135,255,255,0,212,254,255,0,195,0,0,1,210,0,0,1,206,0,0,1,205,0,0,1,79,0,0,1,202,0,0,1,203,0,0,1,207,0,0,0,97,0,0,1,211,0,0,1,209,0,0,0,163,0,0,1,213,0,0,0,130,0,0,1,214,0,0,1,218,0,0,1,217,0,0,1,219,0,0,0,56,0,0,3,0,0,0,0,177,255,255,1,159,255,255,1,200,255,255,2,40,36,0,0,0,0,0,1,1,0,0,0,255,255,255,0,51,255,255,0,38,255,255,1,126,255,255,1,43,42,0,1,93,255,255,1,40,42,0,0,63,42,0,1,61,255,255,1,69,0,0,1,71,0,0,0,31,42,0,0,28,42,0,0,30,42,0,0,46,255,255,0,50,255,255,0,54,255,255,0,53,255,255,0,79,165,0,0,75,165,0,0,49,255,255,0,40,165,0,0,68,165,0,0,47,255,255,0,45,255,255,0,247,41,0,0,65,165,0,0,253,41,0,0,43,255,255,0,42,255,255,0,231,41,0,0,67,165,0,0,42,165,0,0,187,255,255,0,39,255,255,0,185,255,255,0,37,255,255,0,21,165,0,0,18,165,0,2,36,76,0,0,0,0,0,1,32,0,0,0,224,255,255,1,1,0,0,0,255,255,255,0,84,0,0,1,116,0,0,1,38,0,0,1,37,0,0,1,64,0,0,1,63,0,0,0,218,255,255,0,219,255,255,0,225,255,255,0,192,255,255,0,193,255,255,1,8,0,0,0,194,255,255,0,199,255,255,0,209,255,255,0,202,255,255,0,248,255,255,0,170,255,255,0,176,255,255,0,7,0,0,0,140,255,255,1,196,255,255,0,160,255,255,1,249,255,255,2,26,112,0,1,1,0,0,0,255,255,255,1,32,0,0,0,224,255,255,1,80,0,0,1,15,0,0,0,241,255,255,0,0,0,0,1,48,0,0,0,208,255,255,1,1,0,0,0,255,255,255,0,0,0,0,0,192,11,0,1,96,28,0,0,0,0,0,1,208,151,0,1,8,0,0,0,248,255,255,2,5,138,0,0,0,0,0,1,64,244,255,0,158,231,255,0,194,137,0,0,219,231,255,0,146,231,255,0,147,231,255,0,156,231,255,0,157,231,255,0,164,231,255,0,0,0,0,0,56,138,0,0,4,138,0,0,230,14,0,1,1,0,0,0,255,255,255,0,0,0,0,0,197,255,255,1,65,226,255,2,29,143,0,0,8,0,0,1,248,255,255,0,0,0,0,0,86,0,0,1,170,255,255,0,74,0,0,0,100,0,0,0,128,0,0,0,112,0,0,0,126,0,0,0,9,0,0,1,182,255,255,1,247,255,255,0,219,227,255,1,156,255,255,1,144,255,255,1,128,255,255,1,130,255,255,2,5,172,0,0,0,0,0,1,16,0,0,0,240,255,255,1,28,0,0,1,1,0,0,1,163,226,255,1,65,223,255,1,186,223,255,0,228,255,255,2,11,177,0,1,1,0,0,0,255,255,255,1,48,0,0,0,208,255,255,0,0,0,0,1,9,214,255,1,26,241,255,1,25,214,255,0,213,213,255,0,216,213,255,1,228,213,255,1,3,214,255,1,225,213,255,1,226,213,255,1,193,213,255,0,0,0,0,0,160,227,255,0,0,0,0,1,1,0,0,0,255,255,255,2,12,188,0,0,0,0,0,1,1,0,0,0,255,255,255,1,188,90,255,1,160,3,0,1,252,117,255,1,216,90,255,0,48,0,0,1,177,90,255,1,181,90,255,1,191,90,255,1,238,90,255,1,214,90,255,1,235,90,255,1,208,255,255,1,189,90,255,1,200,117,255,0,0,0,0,0,48,104,255,0,96,252,255,0,0,0,0,1,32,0,0,0,224,255,255,0,0,0,0,1,40,0,0,0,216,255,255,0,0,0,0,1,64,0,0,0,192,255,255,0,0,0,0,1,32,0,0,0,224,255,255,0,0,0,0,1,32,0,0,0,224,255,255,0,0,0,0,1,34,0,0,0,222,255,255,48,12,49,13,120,14,127,15,128,16,129,17,134,18,137,19,138,19,142,20,143,21,144,22,147,19,148,23,149,24,150,25,151,26,154,27,156,25,157,28,158,29,159,30,166,31,169,31,174,31,177,32,178,32,183,33,191,34,197,35,200,35,203,35,221,36,242,35,246,37,247,38,32,45,58,46,61,47,62,48,63,49,64,49,67,50,68,51,69,52,80,53,81,54,82,55,83,56,84,57,89,58,91,59,92,60,97,61,99,62,101,63,102,64,104,65,105,66,106,64,107,67,108,68,111,66,113,69,114,70,117,71,125,72,130,73,135,74,137,75,138,76,139,76,140,77,146,78,157,79,158,80,69,87,123,29,124,29,125,29,127,88,134,89,136,90,137,90,138,90,140,91,142,92,143,92,172,93,173,94,174,94,175,94,194,95,204,96,205,97,206,97,207,98,208,99,209,100,213,101,214,102,215,103,240,104,241,105,242,106,243,107,244,108,245,109,249,110,253,45,254,45,255,45,80,105,81,105,82,105,83,105,84,105,85,105,86,105,87,105,88,105,89,105,90,105,91,105,92,105,93,105,94,105,95,105,130,0,131,0,132,0,133,0,134,0,135,0,136,0,137,0,192,117,207,118,128,137,129,138,130,139,133,140,134,141,112,157,113,157,118,158,119,158,120,159,121,159,122,160,123,160,124,161,125,161,179,162,186,163,187,163,188,164,190,165,195,162,204,164,218,166,219,166,229,106,234,167,235,167,236,110,243,162,248,168,249,168,250,169,251,169,252,164,38,176,42,177,43,178,78,179,132,8,98,186,99,187,100,188,101,189,102,190,109,191,110,192,111,193,112,194,126,195,127,195,125,207,141,208,148,209,171,210,172,211,173,212,176,213,177,214,178,215,196,216,197,217,198,218,7,8,9,10,11,12,6,6,6,6,6,6,6,6,6,6,13,6,6,14,6,6,6,6,6,6,6,6,15,16,17,18,6,19,6,6,6,6,6,6,6,6,6,6,20,21,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,22,23,6,6,6,24,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,25,6,6,6,6,26,6,6,6,6,6,6,6,27,6,6,6,6,6,6,6,6,6,6,6,28,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,29,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,30,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,0,65,239,150,1,11,20,36,43,43,43,43,43,43,43,43,1,0,84,86,86,86,86,86,86,86,86,0,65,150,151,1,11,159,3,24,0,0,0,43,43,43,43,43,43,43,7,43,43,91,86,86,86,86,86,86,86,74,86,86,5,49,80,49,80,49,80,49,80,49,80,49,80,49,80,49,80,36,80,121,49,80,49,80,49,56,80,49,80,49,80,49,80,49,80,49,80,49,80,49,80,78,49,2,78,13,13,78,3,78,0,36,110,0,78,49,38,110,81,78,36,80,78,57,20,129,27,29,29,83,49,80,49,80,13,49,80,49,80,49,80,27,83,36,80,49,2,92,123,92,123,92,123,92,123,92,123,20,121,92,123,92,123,92,45,43,73,3,72,3,120,92,123,20,0,150,10,1,43,40,6,6,0,42,6,42,42,43,7,187,181,43,30,0,43,7,43,43,43,1,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,1,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,42,43,43,43,43,43,43,43,43,43,43,43,43,43,205,70,205,43,0,37,43,7,1,6,1,85,86,86,86,86,86,85,86,86,2,36,129,129,129,129,129,21,129,129,129,0,0,43,0,178,209,178,209,178,209,178,209,0,0,205,204,1,0,215,215,215,215,215,131,129,129,129,129,129,129,129,129,129,129,172,172,172,172,172,172,172,172,172,172,28,0,0,0,0,0,49,80,49,80,49,80,49,80,49,80,49,2,0,0,49,80,49,80,49,80,49,80,49,80,49,80,49,80,49,80,49,80,78,49,80,49,80,78,49,80,49,80,49,80,49,80,49,80,49,80,49,80,49,2,135,166,135,166,135,166,135,166,135,166,135,166,135,166,135,166,42,43,43,43,43,43,43,43,43,43,43,43,43,0,0,0,84,86,86,86,86,86,86,86,86,86,86,86,86,0,65,147,155,1,11,33,84,86,86,86,86,86,86,86,86,86,86,86,86,12,0,12,42,43,43,43,43,43,43,43,43,43,43,43,43,43,7,42,1,0,65,233,155,1,11,119,42,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,86,86,108,129,21,0,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,7,108,3,65,43,43,86,86,86,86,86,86,86,86,86,86,86,86,86,86,44,86,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,1,0,65,136,157,1,11,8,12,108,0,0,0,0,0,6,0,65,182,157,1,11,232,2,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,86,122,158,38,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,1,43,43,79,86,86,44,43,127,86,86,57,43,43,85,86,86,43,43,79,86,86,44,43,127,86,86,129,55,117,91,123,92,43,43,79,86,86,2,172,4,0,0,57,43,43,85,86,86,43,43,79,86,86,44,43,43,86,86,50,19,129,87,0,111,129,126,201,215,126,45,129,129,14,126,57,127,111,87,0,129,129,126,21,0,126,3,43,43,43,43,43,43,43,43,43,43,43,43,7,43,36,43,151,43,43,43,43,43,43,43,43,43,42,43,43,43,43,43,86,86,86,86,86,128,129,129,129,129,57,187,42,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,1,129,129,129,129,129,129,129,129,129,129,129,129,129,129,129,201,172,172,172,172,172,172,172,172,172,172,172,172,172,172,172,208,13,0,78,49,2,180,193,193,215,215,36,80,49,80,49,80,49,80,49,80,49,80,49,80,49,80,49,80,49,80,49,80,49,80,49,80,49,80,49,80,49,80,49,80,215,215,83,193,71,212,215,215,215,5,43,43,43,43,43,43,43,43,43,43,43,43,7,1,0,1,0,65,249,160,1,11,31,78,49,80,49,80,49,80,49,80,49,80,49,80,49,80,13,0,0,0,0,0,36,80,49,80,49,80,49,80,49,80,0,65,186,161,1,11,86,43,43,43,43,43,43,43,43,43,43,43,121,92,123,92,123,79,123,92,123,92,123,92,123,92,123,92,123,92,123,92,123,92,123,92,123,92,45,43,43,121,20,92,123,92,45,121,42,92,39,92,123,92,123,92,123,164,0,10,180,92,123,92,123,79,3,42,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,1,0,65,171,162,1,11,1,72,0,65,181,162,1,11,27,42,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,0,65,241,162,1,11,20,43,43,43,43,43,43,43,43,7,0,72,86,86,86,86,86,86,86,86,2,0,65,188,163,1,11,27,43,43,43,43,43,43,43,43,43,43,43,43,43,85,86,86,86,86,86,86,86,86,86,86,86,86,14,0,65,246,163,1,11,26,36,43,43,43,43,43,43,43,43,43,43,43,7,0,86,86,86,86,86,86,86,86,86,86,86,86,0,65,188,164,1,11,39,36,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,7,0,0,0,0,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,0,65,157,165,1,11,22,42,43,43,43,43,43,43,43,43,43,43,86,86,86,86,86,86,86,86,86,86,14,0,65,211,165,1,11,22,42,43,43,43,43,43,43,43,43,43,43,86,86,86,86,86,86,86,86,86,86,14,0,65,148,166,1,11,23,43,43,43,43,43,43,43,43,43,43,43,85,86,86,86,86,86,86,86,86,86,86,14,0,65,241,166,1,11,5,6,39,81,111,119,0,65,128,167,1,11,18,124,0,0,127,0,0,0,0,0,0,0,0,131,142,146,151,0,170,0,65,156,167,1,11,2,180,196,0,65,150,168,1,11,6,198,201,0,0,0,219,0,65,239,168,1,11,14,222,0,0,0,0,225,0,0,0,0,0,0,0,228,0,65,136,169,1,11,1,231,0,65,222,169,1,11,1,234,0,65,217,170,1,11,1,237,0,65,240,170,1,11,128,4,18,17,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,17,34,35,36,17,37,38,39,40,41,42,43,44,17,45,46,47,16,16,48,16,16,16,16,16,16,16,49,50,51,16,52,53,16,16,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,54,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,55,17,17,17,17,56,17,57,58,59,60,61,62,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,63,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,17,64,65,17,66,67,68,69,70,71,72,73,74,17,75,76,77,78,79,80,81,16,82,83,84,85,86,87,88,89,90,91,92,93,16,94,95,96,16,17,17,17,97,98,99,16,16,16,16,16,16,16,16,16,16,17,17,17,17,100,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,17,17,101,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,17,17,102,103,16,16,104,105,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,106,17,17,107,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,17,108,109,16,16,16,16,16,16,16,16,16,110,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,111,112,113,114,16,16,16,16,16,16,16,16,115,116,117,16,16,16,16,16,118,119,16,16,16,16,120,16,16,121,16,16,16,16,16,16,16,16,16,16,16,16,16,16,0,65,144,175,1,11,94,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,0,0,0,0,0,0,0,0,254,255,255,7,254,255,255,7,0,0,0,0,0,4,32,4,255,255,127,255,255,255,127,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,195,255,3,0,31,80,0,65,248,175,1,11,173,5,32,0,0,0,0,0,223,188,64,215,255,255,251,255,255,255,255,255,255,255,255,255,191,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,3,252,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,254,255,255,255,127,2,255,255,255,255,255,1,0,0,0,0,255,191,182,0,255,255,255,135,7,0,0,0,255,7,255,255,255,255,255,255,255,254,255,195,255,255,255,255,255,255,255,255,255,255,255,255,239,31,254,225,255,159,0,0,255,255,255,255,255,255,0,224,255,255,255,255,255,255,255,255,255,255,255,255,3,0,255,255,255,255,255,7,48,4,255,255,255,252,255,31,0,0,255,255,255,1,255,7,0,0,0,0,0,0,255,255,223,63,0,0,240,255,248,3,255,255,255,255,255,255,255,255,255,239,255,223,225,255,207,255,254,255,239,159,249,255,255,253,197,227,159,89,128,176,207,255,3,16,238,135,249,255,255,253,109,195,135,25,2,94,192,255,63,0,238,191,251,255,255,253,237,227,191,27,1,0,207,255,0,30,238,159,249,255,255,253,237,227,159,25,192,176,207,255,2,0,236,199,61,214,24,199,255,195,199,29,129,0,192,255,0,0,239,223,253,255,255,253,255,227,223,29,96,7,207,255,0,0,239,223,253,255,255,253,239,227,223,29,96,64,207,255,6,0,239,223,253,255,255,255,255,231,223,93,240,128,207,255,0,252,236,255,127,252,255,255,251,47,127,128,95,255,192,255,12,0,254,255,255,255,255,127,255,7,63,32,255,3,0,0,0,0,214,247,255,255,175,255,255,59,95,32,255,243,0,0,0,0,1,0,0,0,255,3,0,0,255,254,255,255,255,31,254,255,3,255,255,254,255,255,255,31,0,0,0,0,0,0,0,0,255,255,255,255,255,255,127,249,255,3,255,255,255,255,255,255,255,255,255,63,255,255,255,255,191,32,255,255,255,255,255,247,255,255,255,255,255,255,255,255,255,61,127,61,255,255,255,255,255,61,255,255,255,255,61,127,61,255,127,255,255,255,255,255,255,255,61,255,255,255,255,255,255,255,255,7,0,0,0,0,255,255,0,0,255,255,255,255,255,255,255,255,255,255,63,63,254,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,159,255,255,254,255,255,7,255,255,255,255,255,255,255,255,255,199,255,1,255,223,15,0,255,255,15,0,255,255,15,0,255,223,13,0,255,255,255,255,255,255,207,255,255,1,128,16,255,3,0,0,0,0,255,3,255,255,255,255,255,255,255,255,255,255,255,1,255,255,255,255,255,7,255,255,255,255,255,255,255,255,63,0,255,255,255,127,255,15,255,1,192,255,255,255,255,63,31,0,255,255,255,255,255,15,255,255,255,3,255,3,0,0,0,0,255,255,255,15,255,255,255,255,255,255,255,127,254,255,31,0,255,3,255,3,128,0,65,176,181,1,11,128,1,255,255,255,255,255,255,239,255,239,15,255,3,0,0,0,0,255,255,255,255,255,243,255,255,255,255,255,255,191,255,3,0,255,255,255,255,255,255,127,0,255,227,255,255,255,255,255,63,255,1,255,255,255,255,255,231,0,0,0,0,0,222,111,4,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,0,0,0,0,128,255,31,0,255,255,63,63,255,255,255,255,63,63,255,170,255,255,255,63,255,255,255,255,255,255,223,95,220,31,207,15,255,31,220,31,0,65,190,182,1,11,6,2,128,0,0,255,31,0,65,208,182,1,11,18,132,252,47,62,80,189,255,243,224,67,0,0,255,255,255,255,255,1,0,65,134,183,1,11,80,192,255,255,255,255,255,255,3,0,0,255,255,255,255,255,127,255,255,255,255,255,127,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,31,120,12,0,255,255,255,255,191,32,255,255,255,255,255,255,255,128,0,0,255,255,127,0,127,127,127,127,127,127,127,127,255,255,255,255,0,0,0,0,0,128,0,65,240,183,1,11,87,224,0,0,0,254,3,62,31,254,255,255,255,255,255,255,255,255,255,127,224,254,255,255,255,255,255,255,255,255,255,255,247,224,255,255,255,255,255,254,255,255,255,255,255,255,255,255,255,255,127,0,0,255,255,255,7,0,0,0,0,0,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,63,0,65,208,184,1,11,128,3,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,0,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,31,0,0,0,0,0,0,0,0,255,255,255,255,255,63,255,31,255,255,255,15,0,0,255,255,255,255,255,127,240,143,255,255,255,255,255,255,255,255,255,255,255,255,255,255,0,0,0,0,128,255,252,255,255,255,255,255,255,255,255,255,255,255,255,249,255,255,255,255,255,255,124,0,0,0,0,0,128,255,191,255,255,255,255,0,0,0,255,255,255,255,255,255,15,0,255,255,255,255,255,255,255,255,47,0,255,3,0,0,252,232,255,255,255,255,255,7,255,255,255,255,7,0,255,255,255,31,255,255,255,255,255,255,247,255,0,128,255,3,255,255,255,127,255,255,255,255,255,255,127,0,255,63,255,3,255,255,127,252,255,255,255,255,255,255,255,127,5,0,0,56,255,255,60,0,126,126,126,0,127,127,255,255,255,255,255,247,255,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,7,255,3,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,15,0,255,255,127,248,255,255,255,255,255,15,255,255,255,255,255,255,255,255,255,255,255,255,255,63,255,255,255,255,255,255,255,255,255,255,255,255,255,3,0,0,0,0,127,0,248,224,255,253,127,95,219,255,255,255,255,255,255,255,255,255,255,255,255,255,3,0,0,0,248,255,255,255,255,255,255,255,255,255,255,255,255,63,0,0,255,255,255,255,255,255,255,255,252,255,255,255,255,255,255,0,0,0,0,0,255,15,0,65,222,187,1,11,97,223,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,31,0,0,255,3,254,255,255,7,254,255,255,7,192,255,255,255,255,255,255,255,255,255,255,127,252,252,252,28,0,0,0,0,255,239,255,255,127,255,255,183,255,63,255,63,0,0,0,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,7,0,0,0,0,0,0,0,0,255,255,255,255,255,255,31,0,65,224,188,1,11,93,255,255,255,31,255,255,255,255,255,255,1,0,0,0,0,0,255,255,255,255,0,224,255,255,255,7,255,255,255,255,255,7,255,255,255,63,255,255,255,255,15,255,62,0,0,0,0,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,63,255,3,255,255,255,255,15,255,255,255,255,15,255,255,255,255,255,0,255,255,255,255,255,255,15,0,65,208,189,1,11,13,255,255,255,255,255,255,127,0,255,255,63,0,255,0,65,240,189,1,11,115,63,253,255,255,255,255,191,145,255,255,63,0,255,255,127,0,255,255,255,127,0,0,0,0,0,0,0,0,255,255,55,0,255,255,63,0,255,255,255,3,0,0,0,0,0,0,0,0,255,255,255,255,255,255,255,192,0,0,0,0,0,0,0,0,111,240,239,254,255,255,63,0,0,0,0,0,255,255,255,31,255,255,255,31,0,0,0,0,255,254,255,255,31,0,0,0,255,255,255,255,255,255,63,0,255,255,63,0,255,255,7,0,255,255,3,0,65,240,190,1,11,40,255,255,255,255,255,255,255,255,255,1,0,0,0,0,0,0,255,255,255,255,255,255,7,0,255,255,255,255,255,255,7,0,255,255,255,255,255,0,255,3,0,65,176,191,1,11,9,255,255,255,31,128,0,255,255,63,0,65,204,191,1,11,113,255,255,127,0,255,255,255,255,255,255,255,255,63,0,0,0,192,255,0,0,252,255,255,255,255,255,255,1,0,0,255,255,255,1,255,3,255,255,255,255,255,255,199,255,112,0,255,255,255,255,71,0,255,255,255,255,255,255,255,255,30,0,255,23,0,0,0,0,255,255,251,255,255,255,159,64,0,0,0,0,0,0,0,0,127,189,255,191,255,1,255,255,255,255,255,255,255,1,255,3,239,159,249,255,255,253,237,227,159,25,129,224,15,0,65,208,192,1,11,28,255,255,255,255,255,255,255,255,187,7,255,131,0,0,0,0,255,255,255,255,255,255,255,255,179,0,255,3,0,65,128,193,1,11,56,255,255,255,255,255,255,63,127,0,0,0,63,0,0,0,0,255,255,255,255,255,255,255,127,17,0,255,3,0,0,0,0,255,255,255,255,255,255,63,1,255,3,0,0,0,0,0,0,255,255,255,231,255,7,255,3,0,65,208,193,1,11,8,255,255,255,255,255,255,255,1,0,65,228,193,1,11,12,255,255,255,255,255,255,255,255,255,3,0,128,0,65,132,194,1,11,67,255,252,255,255,255,255,255,252,26,0,0,0,255,255,255,255,255,255,231,127,0,0,255,255,255,255,255,255,255,255,255,32,0,0,0,0,255,255,255,255,255,255,255,1,255,253,255,255,255,255,127,127,1,0,255,3,0,0,252,255,255,255,252,255,255,254,127,0,65,208,194,1,11,22,127,251,255,255,255,255,127,180,203,0,255,3,191,253,255,255,255,127,123,1,255,3,0,65,140,195,1,11,24,255,255,127,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,3,0,65,176,195,1,11,41,255,255,255,255,255,255,255,255,255,255,255,255,255,127,0,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,15,0,65,240,195,1,11,6,255,255,255,255,255,127,0,65,144,196,1,11,9,255,255,255,255,255,255,255,255,127,0,65,176,196,1,11,14,255,255,255,255,255,255,255,1,255,255,255,127,255,3,0,65,202,196,1,11,24,255,255,255,63,0,0,255,255,255,255,255,255,0,0,15,0,255,3,248,255,255,224,255,255,0,65,248,196,1,11,8,255,255,255,255,255,255,255,255,0,65,144,197,1,11,180,1,255,255,255,255,255,255,255,255,255,135,255,255,255,255,255,255,255,128,255,255,0,0,0,0,0,0,0,0,11,0,0,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,7,0,255,255,255,127,0,0,0,0,0,0,7,0,240,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,15,255,255,255,255,255,255,255,255,255,255,255,255,255,7,255,31,255,1,255,67,0,65,208,198,1,11,134,1,255,255,255,255,255,255,255,255,255,255,223,255,255,255,255,255,255,255,255,223,100,222,255,235,239,255,255,255,255,255,255,255,191,231,223,223,255,255,255,123,95,252,253,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,63,255,255,255,253,255,255,247,255,255,255,247,255,255,223,255,255,255,223,255,255,127,255,255,255,127,255,255,255,253,255,255,255,253,255,255,247,207,255,255,255,255,255,255,127,255,255,249,219,7,0,65,240,199,1,11,10,255,255,255,255,255,31,128,63,255,67,0,65,168,200,1,11,52,255,255,255,255,255,15,255,3,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,31,0,0,0,0,0,0,0,255,255,255,255,255,255,255,255,143,8,255,3,0,65,240,200,1,11,24,239,255,255,255,150,254,247,10,132,234,150,170,150,247,247,94,255,251,255,15,238,251,255,15,0,65,150,201,1,11,12,255,255,255,3,255,255,255,3,255,255,255,3,0,65,176,201,1,11,128,4,18,16,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,16,16,34,35,16,36,37,38,39,40,41,42,43,16,44,45,46,17,17,47,17,17,17,17,17,17,48,49,50,51,52,53,54,55,17,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,56,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,57,16,58,59,60,61,62,63,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,64,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,65,16,16,66,16,67,68,69,16,70,71,72,16,73,16,16,74,75,76,77,78,16,79,80,81,82,83,84,85,86,87,88,89,90,91,16,92,93,94,95,16,16,16,16,96,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,97,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,98,99,16,16,100,101,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,102,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,103,104,105,106,16,16,107,108,17,17,109,16,16,16,16,16,16,110,111,16,16,16,16,16,112,113,16,16,114,115,116,16,117,118,119,17,17,17,120,121,122,123,124,16,16,16,16,16,0,65,208,205,1,11,63,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,0,0,0,0,254,255,0,252,1,0,0,248,1,0,0,120,0,0,0,0,255,251,223,251,0,0,128,0,0,0,128,0,65,168,206,1,11,25,60,0,252,255,224,175,255,255,255,255,255,255,255,255,255,255,223,255,255,255,255,255,32,64,176,0,65,206,206,1,11,1,64,0,65,224,206,1,11,2,252,3,0,65,251,206,1,11,35,252,0,0,0,0,0,230,254,255,255,255,0,64,73,0,0,0,0,0,24,0,255,255,0,216,0,0,0,0,0,0,0,1,0,60,0,65,170,207,1,11,16,16,224,1,30,0,96,255,191,0,0,0,0,0,0,255,7,0,65,205,207,1,11,15,248,207,227,0,0,0,3,0,32,255,127,0,0,0,78,0,65,234,207,1,11,4,8,0,7,252,0,65,247,207,1,11,72,16,0,32,30,0,48,0,1,0,0,0,0,0,0,0,0,16,0,32,0,0,0,0,252,111,0,0,0,0,0,0,0,16,0,32,0,0,0,0,64,0,0,0,0,0,0,0,0,16,0,32,0,0,0,0,3,224,0,0,0,0,0,0,0,16,0,32,0,0,0,0,253,0,65,201,208,1,11,33,32,0,0,0,0,255,7,16,0,0,0,0,0,0,0,0,32,0,0,0,0,128,255,16,0,0,0,0,0,0,16,0,32,0,65,247,208,1,11,9,24,0,160,0,127,0,0,255,3,0,65,137,209,1,11,19,4,0,0,0,0,16,0,0,0,0,0,0,128,0,128,192,223,0,12,0,65,167,209,1,11,37,4,0,31,0,0,0,0,0,0,254,255,255,255,0,252,255,255,0,0,0,0,0,0,0,0,252,0,0,0,0,0,0,192,255,223,255,7,0,65,214,209,1,11,4,128,6,0,252,0,65,227,209,1,11,1,192,0,65,239,209,1,11,1,8,0,65,251,209,1,11,9,224,255,255,255,31,0,0,255,3,0,65,144,210,1,11,1,1,0,65,189,210,1,11,7,96,0,0,1,0,0,24,0,65,205,210,1,11,10,56,0,0,0,0,16,0,0,0,112,0,65,230,210,1,11,12,48,0,0,254,127,47,0,0,255,3,255,127,0,65,151,211,1,11,2,14,49,0,65,171,211,1,11,29,196,255,255,255,255,0,0,0,192,0,0,0,0,0,0,0,0,1,0,224,159,0,0,0,0,127,63,255,127,0,65,214,211,1,11,58,16,0,16,0,0,252,255,255,255,31,0,0,0,0,0,12,0,0,0,0,0,0,64,0,12,240,0,0,0,0,0,0,128,248,0,0,0,0,0,0,0,192,0,0,0,0,0,0,0,0,255,0,255,255,255,33,144,3,0,65,168,212,1,11,8,255,255,255,255,127,0,224,251,0,65,199,212,1,11,137,1,160,3,224,0,224,0,224,0,96,128,248,255,255,255,252,255,255,255,255,255,127,223,255,241,127,255,127,0,0,255,255,255,255,0,0,255,255,255,255,1,0,123,3,208,193,175,66,0,12,31,188,255,255,0,0,0,0,0,14,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,127,0,0,0,255,7,0,0,255,255,255,255,255,255,255,255,255,255,63,0,0,0,0,0,0,252,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,207,255,255,255,63,255,255,255,255,255,255,255,255,255,255,255,255,255,0,65,236,213,1,11,4,224,135,3,254,0,65,254,213,1,11,2,1,128,0,65,144,214,1,11,72,255,255,255,255,255,127,255,255,255,255,0,0,0,0,0,0,255,255,255,251,255,255,255,255,255,255,255,255,255,255,15,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,63,0,0,0,255,15,30,255,255,255,1,252,193,224,0,65,227,214,1,11,2,30,1,0,65,239,214,1,11,1,8,0,65,130,215,1,11,46,255,255,0,0,0,0,255,255,255,255,15,0,0,0,255,255,255,127,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,0,65,200,215,1,11,8,255,255,255,255,255,255,255,255,0,65,226,215,1,11,16,255,255,255,255,255,255,127,0,0,0,0,0,0,192,0,224,0,65,253,215,1,11,3,128,15,112,0,65,142,216,1,11,7,255,0,255,255,127,0,3,0,65,161,216,1,11,1,6,0,65,176,216,1,11,15,64,0,0,0,0,15,255,3,0,0,0,0,0,0,240,0,65,200,216,1,11,20,16,192,0,0,255,255,3,23,0,0,0,0,0,248,0,0,0,0,8,128,0,65,230,216,1,11,6,8,0,255,63,0,192,0,65,251,216,1,11,20,240,0,0,128,3,0,0,0,0,0,0,0,128,2,0,0,192,0,0,67,0,65,155,217,1,11,1,8,0,65,173,217,1,11,4,56,0,0,1,0,65,239,217,1,11,7,128,0,0,0,0,0,2,0,65,134,218,1,11,3,252,255,3,0,65,151,218,1,11,1,192,0,65,175,218,1,11,15,48,255,255,255,3,255,255,255,255,255,255,247,255,127,15,0,65,207,218,1,11,14,128,254,255,0,252,1,0,0,248,1,0,0,248,63,0,65,236,218,1,11,36,127,127,0,48,135,255,255,255,255,255,143,255,0,0,0,0,0,0,224,255,255,127,255,15,1,0,0,0,0,0,255,255,255,255,255,63,0,65,172,219,1,11,9,255,255,255,15,0,0,0,0,15,0,65,195,219,1,11,8,128,0,0,0,0,0,0,1,0,65,221,219,1,11,1,128,0,65,250,219,1,11,12,128,255,0,0,128,255,0,0,0,0,128,255,0,65,143,220,1,11,9,248,0,0,192,143,0,0,0,128,0,65,167,220,1,11,63,48,255,255,252,255,255,255,255,255,0,0,0,0,0,0,0,135,255,1,255,1,0,0,0,224,0,0,0,224,0,0,0,0,0,1,0,0,96,248,127,0,0,0,0,0,0,0,0,254,0,0,0,255,0,0,0,255,0,0,0,30,0,254,0,65,143,221,1,11,1,252,0,65,156,221,1,11,4,255,255,255,127,0,65,179,221,1,11,9,224,127,0,0,0,192,255,255,3,0,65,216,221,1,11,18,192,63,252,255,63,0,0,128,3,0,0,0,0,0,0,254,3,32,0,65,246,221,1,11,9,24,0,15,0,0,0,0,0,56,0,65,136,222,1,11,16,225,63,0,232,254,255,31,0,0,0,0,0,0,0,96,63,0,65,165,222,1,11,9,2,0,0,0,0,0,0,0,6,0,65,183,222,1,11,8,24,0,32,0,0,192,31,31,0,65,216,222,1,11,4,68,248,0,104,0,65,232,222,1,11,1,76,0,65,135,223,1,11,4,128,255,255,255,0,65,151,223,1,11,16,128,14,0,0,0,255,31,0,0,0,0,0,0,0,0,192,0,65,181,223,1,11,3,8,0,252,0,65,215,223,1,11,1,14,0,65,237,223,1,11,2,252,7,0,65,140,224,1,11,1,5,0,65,150,224,1,11,3,24,128,255,0,65,163,224,1,11,2,223,7,0,65,183,224,1,11,8,128,62,0,0,252,255,31,3,0,65,216,224,1,11,1,52,0,65,226,224,1,11,1,128,0,65,142,225,1,11,2,128,1,0,65,168,225,1,11,8,255,255,255,255,255,255,3,128,0,65,190,225,1,11,1,31,0,65,214,225,1,11,2,255,1,0,65,253,225,1,11,1,192,0,65,142,226,1,11,15,63,0,0,0,0,0,0,0,255,255,48,0,0,248,3,0,65,192,226,1,11,4,255,255,255,7,0,65,236,226,1,11,1,4,0,65,131,227,1,11,2,176,15,0,65,144,227,1,11,73,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,63,0,255,255,255,255,127,254,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,1,0,0,255,255,255,255,255,255,255,255,63,0,65,236,227,1,11,20,255,255,15,0,255,255,255,255,255,255,255,255,255,255,127,0,255,255,255,1,0,65,168,228,1,11,62,2,0,0,8,0,0,0,8,0,0,32,0,0,0,32,0,0,128,0,0,0,128,0,0,0,2,0,0,0,2,0,0,8,0,0,0,0,0,0,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,15,0,248,254,255,0,65,246,228,1,11,4,127,0,0,128,0,65,173,229,1,11,3,240,0,128,0,65,200,229,1,11,3,128,255,127,0,65,216,229,1,11,4,112,7,0,192,0,65,254,229,1,11,9,254,255,255,255,255,255,255,255,31,0,65,144,230,1,11,8,254,255,255,255,255,255,255,63,0,65,206,230,1,11,79,3,0,255,255,255,255,255,15,255,255,255,255,255,255,255,255,255,255,255,255,15,0,255,127,254,255,254,255,254,255,255,255,63,0,255,31,255,255,255,255,0,0,0,252,0,0,0,28,0,0,0,252,255,255,255,31,0,0,0,0,0,0,192,255,255,255,7,0,255,255,255,255,255,15,255,1,3,0,63,0,65,176,231,1,11,86,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,63,0,255,31,255,7,255,255,255,255,255,255,255,255,255,255,255,255,255,255,15,0,255,255,255,255,255,255,255,255,255,255,255,1,255,15,0,0,255,15,255,255,255,255,255,255,255,0,255,3,255,255,255,255,255,0,255,255,255,63,0,65,144,232,1,11,51,255,239,255,255,255,255,255,255,255,255,255,255,255,255,123,252,255,255,255,255,231,199,255,255,255,231,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,15,0,255,63,15,7,7,0,63,0,65,208,232,1,11,54,124,7,0,0,202,10,0,0,202,10,0,0,202,10,0,0,202,10,0,0,202,10,0,0,202,10,0,0,202,10,0,0,202,10,0,0,202,10,0,0,127,127,127,127,127,127,127,127,127,127,127,127,127,127,0,65,144,233,1,11,193,1,48,49,50,51,52,53,54,55,56,57,97,98,99,100,101,102,65,66,67,68,69,70,120,88,43,45,112,80,105,73,110,78,0,37,0,0,0,0,0,37,112,0,0,0,0,37,73,58,37,77,58,37,83,32,37,112,37,72,58,37,77,0,0,0,37,0,0,0,109,0,0,0,47,0,0,0,37,0,0,0,100,0,0,0,47,0,0,0,37,0,0,0,121,0,0,0,37,0,0,0,89,0,0,0,45,0,0,0,37,0,0,0,109,0,0,0,45,0,0,0,37,0,0,0,100,0,0,0,37,0,0,0,73,0,0,0,58,0,0,0,37,0,0,0,77,0,0,0,58,0,0,0,37,0,0,0,83,0,0,0,32,0,0,0,37,0,0,0,112,0,0,0,0,0,0,0,37,0,0,0,72,0,0,0,58,0,0,0,37,0,0,0,77,0,65,224,234,1,11,197,3,37,0,0,0,72,0,0,0,58,0,0,0,37,0,0,0,77,0,0,0,58,0,0,0,37,0,0,0,83,0,0,0,0,0,0,0,248,122,0,0,94,0,0,0,95,0,0,0,96,0,0,0,0,0,0,0,64,123,0,0,97,0,0,0,98,0,0,0,96,0,0,0,99,0,0,0,100,0,0,0,101,0,0,0,0,0,0,0,136,123,0,0,102,0,0,0,103,0,0,0,96,0,0,0,104,0,0,0,105,0,0,0,106,0,0,0,0,0,0,0,168,123,0,0,107,0,0,0,108,0,0,0,96,0,0,0,109,0,0,0,110,0,0,0,111,0,0,0,112,0,0,0,113,0,0,0,114,0,0,0,115,0,0,0,116,0,0,0,0,0,0,0,228,123,0,0,117,0,0,0,118,0,0,0,96,0,0,0,119,0,0,0,120,0,0,0,121,0,0,0,122,0,0,0,113,0,0,0,114,0,0,0,115,0,0,0,116,0,0,0,0,0,0,0,12,124,0,0,123,0,0,0,124,0,0,0,96,0,0,0,125,0,0,0,126,0,0,0,127,0,0,0,128,0,0,0,129,0,0,0,130,0,0,0,131,0,0,0,132,0,0,0,133,0,0,0,134,0,0,0,135,0,0,0,136,0,0,0,0,0,0,0,192,122,0,0,137,0,0,0,138,0,0,0,96,0,0,0,139,0,0,0,140,0,0,0,141,0,0,0,142,0,0,0,143,0,0,0,144,0,0,0,145,0,0,0,0,0,0,0,48,124,0,0,146,0,0,0,147,0,0,0,96,0,0,0,148,0,0,0,149,0,0,0,150,0,0,0,151,0,0,0,152,0,0,0,0,0,0,0,84,124,0,0,153,0,0,0,154,0,0,0,96,0,0,0,155,0,0,0,156,0,0,0,157,0,0,0,158,0,0,0,159,0,0,0,116,0,0,0,114,0,0,0,117,0,0,0,101,0,0,0,0,0,0,0,102,0,0,0,97,0,0,0,108,0,0,0,115,0,0,0,101,0,65,176,238,1,11,157,2,128,124,0,0,146,0,0,0,160,0,0,0,96,0,0,0,148,0,0,0,149,0,0,0,150,0,0,0,151,0,0,0,152,0,0,0,0,0,0,0,172,124,0,0,153,0,0,0,161,0,0,0,96,0,0,0,155,0,0,0,156,0,0,0,157,0,0,0,158,0,0,0,159,0,0,0,37,0,0,0,109,0,0,0,47,0,0,0,37,0,0,0,100,0,0,0,47,0,0,0,37,0,0,0,121,0,0,0,0,0,0,0,37,0,0,0,72,0,0,0,58,0,0,0,37,0,0,0,77,0,0,0,58,0,0,0,37,0,0,0,83,0,0,0,0,0,0,0,37,0,0,0,97,0,0,0,32,0,0,0,37,0,0,0,98,0,0,0,32,0,0,0,37,0,0,0,100,0,0,0,32,0,0,0,37,0,0,0,72,0,0,0,58,0,0,0,37,0,0,0,77,0,0,0,58,0,0,0,37,0,0,0,83,0,0,0,32,0,0,0,37,0,0,0,89,0,0,0,0,0,0,0,37,0,0,0,73,0,0,0,58,0,0,0,37,0,0,0,77,0,0,0,58,0,0,0,37,0,0,0,83,0,0,0,32,0,0,0,37,0,0,0,112,0,0,0,0,0,0,0,40,0,0,0,41,0,65,216,240,1,11,142,11,128,120,0,0,162,0,0,0,163,0,0,0,96,0,0,0,78,83,116,51,95,95,50,54,108,111,99,97,108,101,53,102,97,99,101,116,69,0,0,0,72,150,0,0,104,120,0,0,128,148,0,0,0,0,0,0,0,121,0,0,162,0,0,0,164,0,0,0,96,0,0,0,165,0,0,0,166,0,0,0,167,0,0,0,168,0,0,0,169,0,0,0,170,0,0,0,171,0,0,0,172,0,0,0,173,0,0,0,174,0,0,0,175,0,0,0,176,0,0,0,78,83,116,51,95,95,50,53,99,116,121,112,101,73,119,69,69,0,78,83,116,51,95,95,50,49,48,99,116,121,112,101,95,98,97,115,101,69,0,0,32,150,0,0,226,120,0,0,164,150,0,0,208,120,0,0,0,0,0,0,2,0,0,0,128,120,0,0,2,0,0,0,248,120,0,0,2,0,0,0,0,0,0,0,148,121,0,0,162,0,0,0,177,0,0,0,96,0,0,0,178,0,0,0,179,0,0,0,180,0,0,0,181,0,0,0,182,0,0,0,183,0,0,0,184,0,0,0,78,83,116,51,95,95,50,55,99,111,100,101,99,118,116,73,99,99,49,49,95,95,109,98,115,116,97,116,101,95,116,69,69,0,78,83,116,51,95,95,50,49,50,99,111,100,101,99,118,116,95,98,97,115,101,69,0,0,0,0,32,150,0,0,114,121,0,0,164,150,0,0,80,121,0,0,0,0,0,0,2,0,0,0,128,120,0,0,2,0,0,0,140,121,0,0,2,0,0,0,0,0,0,0,8,122,0,0,162,0,0,0,185,0,0,0,96,0,0,0,186,0,0,0,187,0,0,0,188,0,0,0,189,0,0,0,190,0,0,0,191,0,0,0,192,0,0,0,78,83,116,51,95,95,50,55,99,111,100,101,99,118,116,73,68,115,99,49,49,95,95,109,98,115,116,97,116,101,95,116,69,69,0,0,164,150,0,0,228,121,0,0,0,0,0,0,2,0,0,0,128,120,0,0,2,0,0,0,140,121,0,0,2,0,0,0,0,0,0,0,124,122,0,0,162,0,0,0,193,0,0,0,96,0,0,0,194,0,0,0,195,0,0,0,196,0,0,0,197,0,0,0,198,0,0,0,199,0,0,0,200,0,0,0,78,83,116,51,95,95,50,55,99,111,100,101,99,118,116,73,68,105,99,49,49,95,95,109,98,115,116,97,116,101,95,116,69,69,0,0,164,150,0,0,88,122,0,0,0,0,0,0,2,0,0,0,128,120,0,0,2,0,0,0,140,121,0,0,2,0,0,0,78,83,116,51,95,95,50,55,99,111,100,101,99,118,116,73,119,99,49,49,95,95,109,98,115,116,97,116,101,95,116,69,69,0,0,0,164,150,0,0,156,122,0,0,0,0,0,0,2,0,0,0,128,120,0,0,2,0,0,0,140,121,0,0,2,0,0,0,78,83,116,51,95,95,50,54,108,111,99,97,108,101,53,95,95,105,109,112,69,0,0,0,72,150,0,0,224,122,0,0,128,120,0,0,78,83,116,51,95,95,50,49,52,99,111,108,108,97,116,101,95,98,121,110,97,109,101,73,99,69,69,0,78,83,116,51,95,95,50,55,99,111,108,108,97,116,101,73,99,69,69,0,72,150,0,0,32,123,0,0,128,120,0,0,72,150,0,0,4,123,0,0,52,123,0,0,78,83,116,51,95,95,50,49,52,99,111,108,108,97,116,101,95,98,121,110,97,109,101,73,119,69,69,0,78,83,116,51,95,95,50,55,99,111,108,108,97,116,101,73,119,69,69,0,72,150,0,0,104,123,0,0,128,120,0,0,72,150,0,0,76,123,0,0,124,123,0,0,78,83,116,51,95,95,50,53,99,116,121,112,101,73,99,69,69,0,0,0,164,150,0,0,148,123,0,0,0,0,0,0,2,0,0,0,128,120,0,0,2,0,0,0,248,120,0,0,2,0,0,0,78,83,116,51,95,95,50,49,50,99,116,121,112,101,95,98,121,110,97,109,101,73,99,69,69,0,0,0,72,150,0,0,200,123,0,0,168,123,0,0,78,83,116,51,95,95,50,49,50,99,116,121,112,101,95,98,121,110,97,109,101,73,119,69,69,0,0,0,72,150,0,0,240,123,0,0,0,121,0,0,78,83,116,51,95,95,50,56,110,117,109,112,117,110,99,116,73,99,69,69,0,0,0,0,72,150,0,0,24,124,0,0,128,120,0,0,78,83,116,51,95,95,50,56,110,117,109,112,117,110,99,116,73,119,69,69,0,0,0,0,72,150,0,0,60,124,0,0,128,120,0,0,78,83,116,51,95,95,50,49,53,110,117,109,112,117,110,99,116,95,98,121,110,97,109,101,73,99,69,69,0,0,0,0,72,150,0,0,96,124,0,0,48,124,0,0,78,83,116,51,95,95,50,49,53,110,117,109,112,117,110,99,116,95,98,121,110,97,109,101,73,119,69,69,0,0,0,0,72,150,0,0,140,124,0,0,84,124,0,0,0,0,0,0,52,123,0,0,201,0,0,0,202,0,0,0,96,0,0,0,203,0,0,0,204,0,0,0,101,0,0,0,0,0,0,0,124,123,0,0,205,0,0,0,206,0,0,0,96,0,0,0,207,0,0,0,208,0,0,0,106,0,0,0,0,0,0,0,204,125,0,0,162,0,0,0,209,0,0,0,96,0,0,0,210,0,0,0,211,0,0,0,212,0,0,0,213,0,0,0,214,0,0,0,215,0,0,0,216,0,0,0,217,0,0,0,218,0,0,0,219,0,0,0,220,0,0,0,78,83,116,51,95,95,50,55,110,117,109,95,103,101,116,73,99,78,83,95,49,57,105,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,69,69,0,78,83,116,51,95,95,50,57,95,95,110,117,109,95,103,101,116,73,99,69,69,0,78,83,116,51,95,95,50,49,52,95,95,110,117,109,95,103,101,116,95,98,97,115,101,69,0,0,32,150,0,0,146,125,0,0,164,150,0,0,124,125,0,0,0,0,0,0,1,0,0,0,172,125,0,0,0,0,0,0,164,150,0,0,56,125,0,0,0,0,0,0,2,0,0,0,128,120,0,0,2,0,0,0,180,125,0,65,240,251,1,11,202,1,160,126,0,0,162,0,0,0,221,0,0,0,96,0,0,0,222,0,0,0,223,0,0,0,224,0,0,0,225,0,0,0,226,0,0,0,227,0,0,0,228,0,0,0,229,0,0,0,230,0,0,0,231,0,0,0,232,0,0,0,78,83,116,51,95,95,50,55,110,117,109,95,103,101,116,73,119,78,83,95,49,57,105,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,119,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,119,69,69,69,69,69,69,0,78,83,116,51,95,95,50,57,95,95,110,117,109,95,103,101,116,73,119,69,69,0,0,0,164,150,0,0,112,126,0,0,0,0,0,0,1,0,0,0,172,125,0,0,0,0,0,0,164,150,0,0,44,126,0,0,0,0,0,0,2,0,0,0,128,120,0,0,2,0,0,0,136,126,0,65,196,253,1,11,222,1,136,127,0,0,162,0,0,0,233,0,0,0,96,0,0,0,234,0,0,0,235,0,0,0,236,0,0,0,237,0,0,0,238,0,0,0,239,0,0,0,240,0,0,0,241,0,0,0,78,83,116,51,95,95,50,55,110,117,109,95,112,117,116,73,99,78,83,95,49,57,111,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,69,69,0,78,83,116,51,95,95,50,57,95,95,110,117,109,95,112,117,116,73,99,69,69,0,78,83,116,51,95,95,50,49,52,95,95,110,117,109,95,112,117,116,95,98,97,115,101,69,0,0,32,150,0,0,78,127,0,0,164,150,0,0,56,127,0,0,0,0,0,0,1,0,0,0,104,127,0,0,0,0,0,0,164,150,0,0,244,126,0,0,0,0,0,0,2,0,0,0,128,120,0,0,2,0,0,0,112,127,0,65,172,255,1,11,190,1,80,128,0,0,162,0,0,0,242,0,0,0,96,0,0,0,243,0,0,0,244,0,0,0,245,0,0,0,246,0,0,0,247,0,0,0,248,0,0,0,249,0,0,0,250,0,0,0,78,83,116,51,95,95,50,55,110,117,109,95,112,117,116,73,119,78,83,95,49,57,111,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,119,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,119,69,69,69,69,69,69,0,78,83,116,51,95,95,50,57,95,95,110,117,109,95,112,117,116,73,119,69,69,0,0,0,164,150,0,0,32,128,0,0,0,0,0,0,1,0,0,0,104,127,0,0,0,0,0,0,164,150,0,0,220,127,0,0,0,0,0,0,2,0,0,0,128,120,0,0,2,0,0,0,56,128,0,65,244,128,2,11,214,20,80,129,0,0,251,0,0,0,252,0,0,0,96,0,0,0,253,0,0,0,254,0,0,0,255,0,0,0,0,1,0,0,1,1,0,0,2,1,0,0,3,1,0,0,248,255,255,255,80,129,0,0,4,1,0,0,5,1,0,0,6,1,0,0,7,1,0,0,8,1,0,0,9,1,0,0,10,1,0,0,78,83,116,51,95,95,50,56,116,105,109,101,95,103,101,116,73,99,78,83,95,49,57,105,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,69,69,0,78,83,116,51,95,95,50,57,116,105,109,101,95,98,97,115,101,69,0,32,150,0,0,9,129,0,0,78,83,116,51,95,95,50,50,48,95,95,116,105,109,101,95,103,101,116,95,99,95,115,116,111,114,97,103,101,73,99,69,69,0,0,0,32,150,0,0,36,129,0,0,164,150,0,0,196,128,0,0,0,0,0,0,3,0,0,0,128,120,0,0,2,0,0,0,28,129,0,0,2,0,0,0,72,129,0,0,0,8,0,0,0,0,0,0,60,130,0,0,11,1,0,0,12,1,0,0,96,0,0,0,13,1,0,0,14,1,0,0,15,1,0,0,16,1,0,0,17,1,0,0,18,1,0,0,19,1,0,0,248,255,255,255,60,130,0,0,20,1,0,0,21,1,0,0,22,1,0,0,23,1,0,0,24,1,0,0,25,1,0,0,26,1,0,0,78,83,116,51,95,95,50,56,116,105,109,101,95,103,101,116,73,119,78,83,95,49,57,105,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,119,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,119,69,69,69,69,69,69,0,78,83,116,51,95,95,50,50,48,95,95,116,105,109,101,95,103,101,116,95,99,95,115,116,111,114,97,103,101,73,119,69,69,0,0,32,150,0,0,17,130,0,0,164,150,0,0,204,129,0,0,0,0,0,0,3,0,0,0,128,120,0,0,2,0,0,0,28,129,0,0,2,0,0,0,52,130,0,0,0,8,0,0,0,0,0,0,108,131,0,0,27,1,0,0,28,1,0,0,96,0,0,0,29,1,0,0,254,0,0,0,255,0,0,0,0,1,0,0,1,1,0,0,2,1,0,0,3,1,0,0,30,1,0,0,31,1,0,0,32,1,0,0,33,1,0,0,34,1,0,0,35,1,0,0,36,1,0,0,248,255,255,255,108,131,0,0,37,1,0,0,38,1,0,0,39,1,0,0,40,1,0,0,41,1,0,0,42,1,0,0,43,1,0,0,78,83,116,51,95,95,50,49,53,116,105,109,101,95,103,101,116,95,98,121,110,97,109,101,73,99,78,83,95,49,57,105,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,69,69,0,78,83,116,51,95,95,50,49,56,95,95,116,105,109,101,95,103,101,116,95,115,116,111,114,97,103,101,73,99,69,69,0,78,83,116,51,95,95,50,49,48,95,95,116,105,109,101,95,103,101,116,69,0,0,0,32,150,0,0,65,131,0,0,72,150,0,0,33,131,0,0,88,131,0,0,164,150,0,0,212,130,0,0,0,0,0,0,2,0,0,0,80,129,0,0,2,0,0,0,96,131,0,0,0,12,0,0,0,0,0,0,120,132,0,0,44,1,0,0,45,1,0,0,96,0,0,0,46,1,0,0,14,1,0,0,15,1,0,0,16,1,0,0,17,1,0,0,18,1,0,0,19,1,0,0,47,1,0,0,48,1,0,0,49,1,0,0,50,1,0,0,51,1,0,0,52,1,0,0,53,1,0,0,248,255,255,255,120,132,0,0,54,1,0,0,55,1,0,0,56,1,0,0,57,1,0,0,58,1,0,0,59,1,0,0,60,1,0,0,78,83,116,51,95,95,50,49,53,116,105,109,101,95,103,101,116,95,98,121,110,97,109,101,73,119,78,83,95,49,57,105,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,119,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,119,69,69,69,69,69,69,0,78,83,116,51,95,95,50,49,56,95,95,116,105,109,101,95,103,101,116,95,115,116,111,114,97,103,101,73,119,69,69,0,0,0,0,72,150,0,0,73,132,0,0,88,131,0,0,164,150,0,0,252,131,0,0,0,0,0,0,2,0,0,0,60,130,0,0,2,0,0,0,108,132,0,0,0,12,0,0,0,0,0,0,20,133,0,0,61,1,0,0,62,1,0,0,96,0,0,0,63,1,0,0,78,83,116,51,95,95,50,56,116,105,109,101,95,112,117,116,73,99,78,83,95,49,57,111,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,69,69,0,78,83,116,51,95,95,50,49,48,95,95,116,105,109,101,95,112,117,116,69,0,0,0,32,150,0,0,245,132,0,0,164,150,0,0,176,132,0,0,0,0,0,0,2,0,0,0,128,120,0,0,2,0,0,0,12,133,0,0,0,8,0,0,0,0,0,0,148,133,0,0,64,1,0,0,65,1,0,0,96,0,0,0,66,1,0,0,78,83,116,51,95,95,50,56,116,105,109,101,95,112,117,116,73,119,78,83,95,49,57,111,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,119,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,119,69,69,69,69,69,69,0,0,0,0,164,150,0,0,76,133,0,0,0,0,0,0,2,0,0,0,128,120,0,0,2,0,0,0,12,133,0,0,0,8,0,0,0,0,0,0,28,134,0,0,61,1,0,0,67,1,0,0,96,0,0,0,63,1,0,0,78,83,116,51,95,95,50,49,53,116,105,109,101,95,112,117,116,95,98,121,110,97,109,101,73,99,78,83,95,49,57,111,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,69,69,0,0,0,0,72,150,0,0,204,133,0,0,20,133,0,0,0,0,0,0,144,134,0,0,64,1,0,0,68,1,0,0,96,0,0,0,66,1,0,0,78,83,116,51,95,95,50,49,53,116,105,109,101,95,112,117,116,95,98,121,110,97,109,101,73,119,78,83,95,49,57,111,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,119,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,119,69,69,69,69,69,69,0,0,0,0,72,150,0,0,64,134,0,0,148,133,0,0,0,0,0,0,16,135,0,0,162,0,0,0,69,1,0,0,96,0,0,0,70,1,0,0,71,1,0,0,72,1,0,0,73,1,0,0,74,1,0,0,75,1,0,0,76,1,0,0,77,1,0,0,78,1,0,0,78,83,116,51,95,95,50,49,48,109,111,110,101,121,112,117,110,99,116,73,99,76,98,48,69,69,69,0,78,83,116,51,95,95,50,49,48,109,111,110,101,121,95,98,97,115,101,69,0,0,0,0,32,150,0,0,240,134,0,0,164,150,0,0,212,134,0,0,0,0,0,0,2,0,0,0,128,120,0,0,2,0,0,0,8,135,0,0,2,0,0,0,0,0,0,0,132,135,0,0,162,0,0,0,79,1,0,0,96,0,0,0,80,1,0,0,81,1,0,0,82,1,0,0,83,1,0,0,84,1,0,0,85,1,0,0,86,1,0,0,87,1,0,0,88,1,0,0,78,83,116,51,95,95,50,49,48,109,111,110,101,121,112,117,110,99,116,73,99,76,98,49,69,69,69,0,164,150,0,0,104,135,0,0,0,0,0,0,2,0,0,0,128,120,0,0,2,0,0,0,8,135,0,0,2,0,0,0,0,0,0,0,248,135,0,0,162,0,0,0,89,1,0,0,96,0,0,0,90,1,0,0,91,1,0,0,92,1,0,0,93,1,0,0,94,1,0,0,95,1,0,0,96,1,0,0,97,1,0,0,98,1,0,0,78,83,116,51,95,95,50,49,48,109,111,110,101,121,112,117,110,99,116,73,119,76,98,48,69,69,69,0,164,150,0,0,220,135,0,0,0,0,0,0,2,0,0,0,128,120,0,0,2,0,0,0,8,135,0,0,2,0,0,0,0,0,0,0,108,136,0,0,162,0,0,0,99,1,0,0,96,0,0,0,100,1,0,0,101,1,0,0,102,1,0,0,103,1,0,0,104,1,0,0,105,1,0,0,106,1,0,0,107,1,0,0,108,1,0,0,78,83,116,51,95,95,50,49,48,109,111,110,101,121,112,117,110,99,116,73,119,76,98,49,69,69,69,0,164,150,0,0,80,136,0,0,0,0,0,0,2,0,0,0,128,120,0,0,2,0,0,0,8,135,0,0,2,0,0,0,0,0,0,0,232,136,0,0,109,1,0,0,110,1,0,0,96,0,0,0,111,1,0,0,112,1,0,0,113,1,0,0,114,1,0,0,115,1,0,0,116,1,0,0,117,1,0,0,118,1,0,0,119,1,0,0,78,83,116,51,95,95,50,49,55,109,111,110,101,121,112,117,110,99,116,95,98,121,110,97,109,101,73,99,76,98,48,69,69,69,0,0,72,150,0,0,196,136,0,0,16,135,0,0,0,0,0,0,80,137,0,0,120,1,0,0,121,1,0,0,96,0,0,0,122,1,0,0,123,1,0,0,124,1,0,0,125,1,0,0,126,1,0,0,127,1,0,0,128,1,0,0,129,1,0,0,130,1,0,0,78,83,116,51,95,95,50,49,55,109,111,110,101,121,112,117,110,99,116,95,98,121,110,97,109,101,73,99,76,98,49,69,69,69,0,0,72,150,0,0,44,137,0,0,132,135,0,0,0,0,0,0,184,137,0,0,131,1,0,0,132,1,0,0,96,0,0,0,133,1,0,0,134,1,0,0,135,1,0,0,136,1,0,0,137,1,0,0,138,1,0,0,139,1,0,0,140,1,0,0,141,1,0,0,78,83,116,51,95,95,50,49,55,109,111,110,101,121,112,117,110,99,116,95,98,121,110,97,109,101,73,119,76,98,48,69,69,69,0,0,72,150,0,0,148,137,0,0,248,135,0,0,0,0,0,0,32,138,0,0,142,1,0,0,143,1,0,0,96,0,0,0,144,1,0,0,145,1,0,0,146,1,0,0,147,1,0,0,148,1,0,0,149,1,0,0,150,1,0,0,151,1,0,0,152,1,0,0,78,83,116,51,95,95,50,49,55,109,111,110,101,121,112,117,110,99,116,95,98,121,110,97,109,101,73,119,76,98,49,69,69,69,0,0,72,150,0,0,252,137,0,0,108,136,0,0,0,0,0,0,176,138,0,0,162,0,0,0,153,1,0,0,96,0,0,0,154,1,0,0,155,1,0,0,78,83,116,51,95,95,50,57,109,111,110,101,121,95,103,101,116,73,99,78,83,95,49,57,105,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,69,69,0,78,83,116,51,95,95,50,49,49,95,95,109,111,110,101,121,95,103,101,116,73,99,69,69,0,0,32,150,0,0,142,138,0,0,164,150,0,0,72,138,0,0,0,0,0,0,2,0,0,0,128,120,0,0,2,0,0,0,168,138,0,65,212,149,2,11,154,1,84,139,0,0,162,0,0,0,156,1,0,0,96,0,0,0,157,1,0,0,158,1,0,0,78,83,116,51,95,95,50,57,109,111,110,101,121,95,103,101,116,73,119,78,83,95,49,57,105,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,119,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,119,69,69,69,69,69,69,0,78,83,116,51,95,95,50,49,49,95,95,109,111,110,101,121,95,103,101,116,73,119,69,69,0,0,32,150,0,0,50,139,0,0,164,150,0,0,236,138,0,0,0,0,0,0,2,0,0,0,128,120,0,0,2,0,0,0,76,139,0,65,248,150,2,11,154,1,248,139,0,0,162,0,0,0,159,1,0,0,96,0,0,0,160,1,0,0,161,1,0,0,78,83,116,51,95,95,50,57,109,111,110,101,121,95,112,117,116,73,99,78,83,95,49,57,111,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,69,69,0,78,83,116,51,95,95,50,49,49,95,95,109,111,110,101,121,95,112,117,116,73,99,69,69,0,0,32,150,0,0,214,139,0,0,164,150,0,0,144,139,0,0,0,0,0,0,2,0,0,0,128,120,0,0,2,0,0,0,240,139,0,65,156,152,2,11,154,1,156,140,0,0,162,0,0,0,162,1,0,0,96,0,0,0,163,1,0,0,164,1,0,0,78,83,116,51,95,95,50,57,109,111,110,101,121,95,112,117,116,73,119,78,83,95,49,57,111,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,119,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,119,69,69,69,69,69,69,0,78,83,116,51,95,95,50,49,49,95,95,109,111,110,101,121,95,112,117,116,73,119,69,69,0,0,32,150,0,0,122,140,0,0,164,150,0,0,52,140,0,0,0,0,0,0,2,0,0,0,128,120,0,0,2,0,0,0,148,140,0,65,192,153,2,11,241,12,20,141,0,0,162,0,0,0,165,1,0,0,96,0,0,0,166,1,0,0,167,1,0,0,168,1,0,0,78,83,116,51,95,95,50,56,109,101,115,115,97,103,101,115,73,99,69,69,0,78,83,116,51,95,95,50,49,51,109,101,115,115,97,103,101,115,95,98,97,115,101,69,0,0,0,0,32,150,0,0,241,140,0,0,164,150,0,0,220,140,0,0,0,0,0,0,2,0,0,0,128,120,0,0,2,0,0,0,12,141,0,0,2,0,0,0,0,0,0,0,108,141,0,0,162,0,0,0,169,1,0,0,96,0,0,0,170,1,0,0,171,1,0,0,172,1,0,0,78,83,116,51,95,95,50,56,109,101,115,115,97,103,101,115,73,119,69,69,0,0,0,0,164,150,0,0,84,141,0,0,0,0,0,0,2,0,0,0,128,120,0,0,2,0,0,0,12,141,0,0,2,0,0,0,0,0,0,0,204,141,0,0,162,0,0,0,173,1,0,0,96,0,0,0,166,1,0,0,167,1,0,0,168,1,0,0,78,83,116,51,95,95,50,49,53,109,101,115,115,97,103,101,115,95,98,121,110,97,109,101,73,99,69,69,0,0,0,0,72,150,0,0,172,141,0,0,20,141,0,0,0,0,0,0,24,142,0,0,162,0,0,0,174,1,0,0,96,0,0,0,170,1,0,0,171,1,0,0,172,1,0,0,78,83,116,51,95,95,50,49,53,109,101,115,115,97,103,101,115,95,98,121,110,97,109,101,73,119,69,69,0,0,0,0,72,150,0,0,248,141,0,0,108,141,0,0,0,0,0,0,128,142,0,0,175,1,0,0,176,1,0,0,96,0,0,0,178,0,0,0,179,0,0,0,180,0,0,0,181,0,0,0,182,0,0,0,183,0,0,0,184,0,0,0,78,83,116,51,95,95,50,49,52,99,111,100,101,99,118,116,95,98,121,110,97,109,101,73,99,99,49,49,95,95,109,98,115,116,97,116,101,95,116,69,69,0,0,0,72,150,0,0,84,142,0,0,148,121,0,0,0,0,0,0,232,142,0,0,177,1,0,0,178,1,0,0,96,0,0,0,139,0,0,0,140,0,0,0,141,0,0,0,142,0,0,0,143,0,0,0,144,0,0,0,145,0,0,0,78,83,116,51,95,95,50,49,52,99,111,100,101,99,118,116,95,98,121,110,97,109,101,73,119,99,49,49,95,95,109,98,115,116,97,116,101,95,116,69,69,0,0,0,72,150,0,0,188,142,0,0,192,122,0,0,0,0,0,0,80,143,0,0,179,1,0,0,180,1,0,0,96,0,0,0,186,0,0,0,187,0,0,0,188,0,0,0,189,0,0,0,190,0,0,0,191,0,0,0,192,0,0,0,78,83,116,51,95,95,50,49,52,99,111,100,101,99,118,116,95,98,121,110,97,109,101,73,68,115,99,49,49,95,95,109,98,115,116,97,116,101,95,116,69,69,0,0,72,150,0,0,36,143,0,0,8,122,0,0,0,0,0,0,184,143,0,0,181,1,0,0,182,1,0,0,96,0,0,0,194,0,0,0,195,0,0,0,196,0,0,0,197,0,0,0,198,0,0,0,199,0,0,0,200,0,0,0,78,83,116,51,95,95,50,49,52,99,111,100,101,99,118,116,95,98,121,110,97,109,101,73,68,105,99,49,49,95,95,109,98,115,116,97,116,101,95,116,69,69,0,0,72,150,0,0,140,143,0,0,124,122,0,0,83,0,0,0,117,0,0,0,110,0,0,0,100,0,0,0,97,0,0,0,121,0,0,0,0,0,0,0,77,0,0,0,111,0,0,0,110,0,0,0,100,0,0,0,97,0,0,0,121,0,0,0,0,0,0,0,84,0,0,0,117,0,0,0,101,0,0,0,115,0,0,0,100,0,0,0,97,0,0,0,121,0,0,0,0,0,0,0,87,0,0,0,101,0,0,0,100,0,0,0,110,0,0,0,101,0,0,0,115,0,0,0,100,0,0,0,97,0,0,0,121,0,0,0,0,0,0,0,84,0,0,0,104,0,0,0,117,0,0,0,114,0,0,0,115,0,0,0,100,0,0,0,97,0,0,0,121,0,0,0,0,0,0,0,70,0,0,0,114,0,0,0,105,0,0,0,100,0,0,0,97,0,0,0,121,0,0,0,0,0,0,0,83,0,0,0,97,0,0,0,116,0,0,0,117,0,0,0,114,0,0,0,100,0,0,0,97,0,0,0,121,0,0,0,0,0,0,0,83,0,0,0,117,0,0,0,110,0,0,0,0,0,0,0,77,0,0,0,111,0,0,0,110,0,0,0,0,0,0,0,84,0,0,0,117,0,0,0,101,0,0,0,0,0,0,0,87,0,0,0,101,0,0,0,100,0,0,0,0,0,0,0,84,0,0,0,104,0,0,0,117,0,0,0,0,0,0,0,70,0,0,0,114,0,0,0,105,0,0,0,0,0,0,0,83,0,0,0,97,0,0,0,116,0,0,0,0,0,0,0,74,0,0,0,97,0,0,0,110,0,0,0,117,0,0,0,97,0,0,0,114,0,0,0,121,0,0,0,0,0,0,0,70,0,0,0,101,0,0,0,98,0,0,0,114,0,0,0,117,0,0,0,97,0,0,0,114,0,0,0,121,0,0,0,0,0,0,0,77,0,0,0,97,0,0,0,114,0,0,0,99,0,0,0,104,0,0,0,0,0,0,0,65,0,0,0,112,0,0,0,114,0,0,0,105,0,0,0,108,0,0,0,0,0,0,0,77,0,0,0,97,0,0,0,121,0,0,0,0,0,0,0,74,0,0,0,117,0,0,0,110,0,0,0,101,0,0,0,0,0,0,0,74,0,0,0,117,0,0,0,108,0,0,0,121,0,0,0,0,0,0,0,65,0,0,0,117,0,0,0,103,0,0,0,117,0,0,0,115,0,0,0,116,0,0,0,0,0,0,0,83,0,0,0,101,0,0,0,112,0,0,0,116,0,0,0,101,0,0,0,109,0,0,0,98,0,0,0,101,0,0,0,114,0,0,0,0,0,0,0,79,0,0,0,99,0,0,0,116,0,0,0,111,0,0,0,98,0,0,0,101,0,0,0,114,0,0,0,0,0,0,0,78,0,0,0,111,0,0,0,118,0,0,0,101,0,0,0,109,0,0,0,98,0,0,0,101,0,0,0,114,0,0,0,0,0,0,0,68,0,0,0,101,0,0,0,99,0,0,0,101,0,0,0,109,0,0,0,98,0,0,0,101,0,0,0,114,0,0,0,0,0,0,0,74,0,0,0,97,0,0,0,110,0,0,0,0,0,0,0,70,0,0,0,101,0,0,0,98,0,0,0,0,0,0,0,77,0,0,0,97,0,0,0,114,0,0,0,0,0,0,0,65,0,0,0,112,0,0,0,114,0,0,0,0,0,0,0,74,0,0,0,117,0,0,0,110,0,0,0,0,0,0,0,74,0,0,0,117,0,0,0,108,0,0,0,0,0,0,0,65,0,0,0,117,0,0,0,103,0,0,0,0,0,0,0,83,0,0,0,101,0,0,0,112,0,0,0,0,0,0,0,79,0,0,0,99,0,0,0,116,0,0,0,0,0,0,0,78,0,0,0,111,0,0,0,118,0,0,0,0,0,0,0,68,0,0,0,101,0,0,0,99,0,0,0,0,0,0,0,65,0,0,0,77,0,0,0,0,0,0,0,80,0,0,0,77,0,65,188,166,2,11,204,4,72,129,0,0,4,1,0,0,5,1,0,0,6,1,0,0,7,1,0,0,8,1,0,0,9,1,0,0,10,1,0,0,0,0,0,0,52,130,0,0,20,1,0,0,21,1,0,0,22,1,0,0,23,1,0,0,24,1,0,0,25,1,0,0,26,1,0,0,0,0,0,0,212,147,0,0,117,0,0,0,183,1,0,0,96,0,0,0,119,0,0,0,120,0,0,0,121,0,0,0,122,0,0,0,113,0,0,0,114,0,0,0,115,0,0,0,116,0,0,0,78,83,116,51,95,95,50,49,53,95,95,116,105,109,101,95,103,101,116,95,116,101,109,112,73,99,69,69,0,0,0,0,72,150,0,0,180,147,0,0,228,123,0,0,0,0,0,0,68,148,0,0,123,0,0,0,184,1,0,0,96,0,0,0,125,0,0,0,126,0,0,0,127,0,0,0,128,0,0,0,129,0,0,0,130,0,0,0,131,0,0,0,132,0,0,0,133,0,0,0,134,0,0,0,135,0,0,0,136,0,0,0,78,83,116,51,95,95,50,49,53,95,95,116,105,109,101,95,103,101,116,95,116,101,109,112,73,119,69,69,0,0,0,0,72,150,0,0,36,148,0,0,12,124,0,0,0,0,0,0,128,148,0,0,185,1,0,0,186,1,0,0,187,1,0,0,78,83,116,51,95,95,50,49,52,95,95,115,104,97,114,101,100,95,99,111,117,110,116,69,0,0,0,0,32,150,0,0,100,148,0,0,78,83,116,51,95,95,50,49,57,95,95,115,104,97,114,101,100,95,119,101,97,107,95,99,111,117,110,116,69,0,0,0,164,150,0,0,136,148,0,0,0,0,0,0,1,0,0,0,128,148,0,0,0,0,0,0,48,48,48,49,48,50,48,51,48,52,48,53,48,54,48,55,48,56,48,57,49,48,49,49,49,50,49,51,49,52,49,53,49,54,49,55,49,56,49,57,50,48,50,49,50,50,50,51,50,52,50,53,50,54,50,55,50,56,50,57,51,48,51,49,51,50,51,51,51,52,51,53,51,54,51,55,51,56,51,57,52,48,52,49,52,50,52,51,52,52,52,53,52,54,52,55,52,56,52,57,53,48,53,49,53,50,53,51,53,52,53,53,53,54,53,55,53,56,53,57,54,48,54,49,54,50,54,51,54,52,54,53,54,54,54,55,54,56,54,57,55,48,55,49,55,50,55,51,55,52,55,53,55,54,55,55,55,56,55,57,56,48,56,49,56,50,56,51,56,52,56,53,56,54,56,55,56,56,56,57,57,48,57,49,57,50,57,51,57,52,57,53,57,54,57,55,57,56,57,57,0,65,148,171,2,11,138,4,10,0,0,0,100,0,0,0,232,3,0,0,16,39,0,0,160,134,1,0,64,66,15,0,128,150,152,0,0,225,245,5,0,202,154,59,78,49,48,95,95,99,120,120,97,98,105,118,49,49,54,95,95,115,104,105,109,95,116,121,112,101,95,105,110,102,111,69,0,0,0,0,72,150,0,0,184,149,0,0,152,151,0,0,78,49,48,95,95,99,120,120,97,98,105,118,49,49,55,95,95,99,108,97,115,115,95,116,121,112,101,95,105,110,102,111,69,0,0,0,72,150,0,0,232,149,0,0,220,149,0,0,0,0,0,0,12,150,0,0,188,1,0,0,189,1,0,0,190,1,0,0,191,1,0,0,192,1,0,0,193,1,0,0,194,1,0,0,195,1,0,0,0,0,0,0,144,150,0,0,188,1,0,0,196,1,0,0,190,1,0,0,191,1,0,0,192,1,0,0,197,1,0,0,198,1,0,0,199,1,0,0,78,49,48,95,95,99,120,120,97,98,105,118,49,50,48,95,95,115,105,95,99,108,97,115,115,95,116,121,112,101,95,105,110,102,111,69,0,0,0,0,72,150,0,0,104,150,0,0,12,150,0,0,0,0,0,0,236,150,0,0,188,1,0,0,200,1,0,0,190,1,0,0,191,1,0,0,192,1,0,0,201,1,0,0,202,1,0,0,203,1,0,0,78,49,48,95,95,99,120,120,97,98,105,118,49,50,49,95,95,118,109,105,95,99,108,97,115,115,95,116,121,112,101,95,105,110,102,111,69,0,0,0,72,150,0,0,196,150,0,0,12,150,0,0,0,0,0,0,28,151,0,0,204,1,0,0,205,1,0,0,206,1,0,0,83,116,57,101,120,99,101,112,116,105,111,110,0,0,0,0,32,150,0,0,12,151,0,0,0,0,0,0,72,151,0,0,17,0,0,0,207,1,0,0,208,1,0,0,83,116,49,49,108,111,103,105,99,95,101,114,114,111,114,0,72,150,0,0,56,151,0,0,28,151,0,0,0,0,0,0,124,151,0,0,17,0,0,0,209,1,0,0,208,1,0,0,83,116,49,50,108,101,110,103,116,104,95,101,114,114,111,114,0,0,0,0,72,150,0,0,104,151,0,0,72,151,0,0,83,116,57,116,121,112,101,95,105,110,102,111,0,0,0,0,32,150,0,0,136,151,0,65,160,175,2,11,135,1,95,29,20,50,99,95,0,0,41,0,19,0,115,24,79,2,0,95,20,20,50,99,95,0,0,0,0,0,0,3,0,99,2,0,95,29,20,50,99,95,0,0,0,0,0,0,59,24,89,2,0,95,20,20,50,99,95,0,0,0,0,0,0,59,8,99,2,0,95,50,35,78,99,75,0,0,0,0,0,0,59,28,58,28,0,96,25,25,67,99,75,0,0,0,0,0,0,83,8,99,2,0,94,67,95,60,50,50,50,50,4,6,34,33,0,0,56,24,69,46,80,73,65,78,79,32,49,32,0,0,0,1,176,27,81]); \ No newline at end of file diff --git a/src/c/msfa/synth_unit.cc b/src/c/msfa/synth_unit.cc index 8d09818..5d1ada4 100644 --- a/src/c/msfa/synth_unit.cc +++ b/src/c/msfa/synth_unit.cc @@ -308,7 +308,7 @@ void SynthUnit::onPatch(const uint8_t* patch, uint32_t size) unpacked_patch_[155] = 0x3f; // operator on/off } else return; - lfo_.reset((const char *)unpacked_patch_); + lfo_.reset((const char *)unpacked_patch_ + 137); } void SynthUnit::onParam(uint32_t id, char value) From ae9b0e3e77b920714585d48f1590ee5e371bb9ad Mon Sep 17 00:00:00 2001 From: Micah Fitch Date: Tue, 1 Mar 2022 12:22:47 -0600 Subject: [PATCH 2/2] enable patch transposition --- dist/dx7/wasm/dx7.wasm.js | 2 +- src/c/msfa/dx7note.cc | 18 ++++++++++-------- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/dist/dx7/wasm/dx7.wasm.js b/dist/dx7/wasm/dx7.wasm.js index e13bc58..72d8397 100644 --- a/dist/dx7/wasm/dx7.wasm.js +++ b/dist/dx7/wasm/dx7.wasm.js @@ -1,3 +1,3 @@ AudioWorkletGlobalScope.WAM = AudioWorkletGlobalScope.WAM || {} AudioWorkletGlobalScope.WAM.DX7 = { ENVIRONMENT: 'WEB' } -AudioWorkletGlobalScope.WAM.DX7.wasmBinary = new Uint8Array([0,97,115,109,1,0,0,0,1,185,3,53,96,16,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,1,126,96,1,127,1,127,96,2,127,127,0,96,2,127,127,1,127,96,1,127,0,96,3,127,127,127,1,127,96,3,127,127,127,0,96,6,127,127,127,127,127,127,1,127,96,5,127,127,127,127,127,1,127,96,4,127,127,127,127,0,96,4,127,127,127,127,1,127,96,6,127,127,127,127,127,127,0,96,5,127,127,127,127,127,0,96,8,127,127,127,127,127,127,127,127,1,127,96,7,127,127,127,127,127,127,127,1,127,96,5,127,126,126,126,126,0,96,0,0,96,7,127,127,127,127,127,127,127,0,96,0,1,127,96,1,124,1,124,96,4,127,127,127,127,1,126,96,5,127,127,127,127,126,1,127,96,4,127,126,126,127,0,96,10,127,127,127,127,127,127,127,127,127,127,1,127,96,4,127,127,127,124,0,96,5,127,127,126,127,127,0,96,2,127,126,0,96,12,127,127,127,127,127,127,127,127,127,127,127,127,1,127,96,5,127,127,127,127,124,1,127,96,6,127,127,127,127,126,126,1,127,96,11,127,127,127,127,127,127,127,127,127,127,127,1,127,96,7,127,127,127,127,127,126,126,1,127,96,10,127,127,127,127,127,127,127,127,127,127,0,96,15,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,0,96,8,127,127,127,127,127,127,127,127,0,96,0,1,124,96,3,127,127,124,0,96,3,127,127,125,0,96,2,127,124,0,96,4,126,126,126,126,1,127,96,3,126,126,126,1,127,96,1,127,1,124,96,2,127,127,1,126,96,2,126,126,1,125,96,2,126,126,1,124,96,3,127,127,126,0,96,2,124,127,1,124,96,2,126,127,1,127,96,6,127,124,127,127,127,127,1,127,96,4,127,127,127,126,1,126,96,3,127,127,127,1,125,96,3,127,127,127,1,124,96,9,127,127,127,127,127,127,127,127,127,1,127,2,241,1,9,3,101,110,118,24,95,95,99,120,97,95,97,108,108,111,99,97,116,101,95,101,120,99,101,112,116,105,111,110,0,1,3,101,110,118,11,95,95,99,120,97,95,116,104,114,111,119,0,6,3,101,110,118,21,101,109,115,99,114,105,112,116,101,110,95,109,101,109,99,112,121,95,98,105,103,0,5,3,101,110,118,18,101,109,115,99,114,105,112,116,101,110,95,103,101,116,95,110,111,119,0,35,3,101,110,118,22,101,109,115,99,114,105,112,116,101,110,95,114,101,115,105,122,101,95,104,101,97,112,0,1,3,101,110,118,5,97,98,111,114,116,0,16,22,119,97,115,105,95,115,110,97,112,115,104,111,116,95,112,114,101,118,105,101,119,49,17,101,110,118,105,114,111,110,95,115,105,122,101,115,95,103,101,116,0,3,22,119,97,115,105,95,115,110,97,112,115,104,111,116,95,112,114,101,118,105,101,119,49,11,101,110,118,105,114,111,110,95,103,101,116,0,3,3,101,110,118,10,115,116,114,102,116,105,109,101,95,108,0,8,3,231,8,229,8,16,18,10,4,2,9,6,6,36,6,1,4,24,9,12,10,10,4,2,37,9,6,6,6,24,9,12,4,6,6,2,2,4,2,1,4,2,6,6,2,1,5,3,3,16,7,4,16,4,1,1,4,4,3,1,1,2,1,4,1,5,6,5,19,19,19,1,1,19,5,1,3,1,18,5,1,1,4,3,2,4,1,1,4,1,4,1,2,5,25,26,9,5,3,6,1,1,1,1,3,5,6,1,1,4,4,5,4,1,3,1,3,1,5,1,3,2,1,3,1,4,3,1,1,3,3,1,3,1,5,1,3,3,1,1,1,1,4,4,2,2,5,1,1,1,2,9,6,2,4,1,2,10,3,6,2,1,1,2,1,1,1,3,1,3,3,25,3,16,1,4,9,1,4,1,4,1,4,1,4,3,2,2,1,1,3,3,3,1,2,2,2,3,2,2,2,1,4,2,2,26,1,22,2,22,15,15,38,39,40,41,15,2,15,22,15,15,15,9,42,43,44,10,45,5,5,3,1,3,3,1,1,3,3,46,8,6,1,6,47,12,48,2,10,5,3,3,3,4,10,1,10,1,1,1,3,3,1,3,1,3,3,3,3,3,1,10,1,49,20,20,9,8,9,5,5,8,9,5,6,5,7,4,1,2,2,14,3,3,5,2,3,3,4,1,7,1,6,23,10,9,7,20,7,10,7,10,7,20,7,12,27,50,7,51,7,9,7,9,18,5,5,3,4,7,1,14,3,7,3,6,23,7,7,7,7,7,12,27,7,7,7,9,5,1,1,2,8,1,1,3,4,3,3,8,9,8,5,17,2,5,21,8,21,28,5,10,17,1,29,8,8,1,4,8,17,7,2,5,21,8,21,28,17,29,8,13,3,1,7,7,7,11,7,11,7,12,8,13,13,3,7,7,7,11,7,11,7,12,8,13,14,11,2,3,14,3,8,1,2,2,2,1,2,1,1,2,2,2,2,1,2,2,2,2,3,2,2,1,2,14,30,2,3,3,6,6,14,2,1,2,2,1,1,3,1,2,14,30,2,3,14,1,3,3,10,1,2,1,3,31,1,32,33,2,5,7,31,32,33,7,5,2,2,5,11,11,1,1,4,2,1,4,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1,4,2,1,6,2,2,2,2,2,2,2,2,2,2,2,2,2,2,18,3,4,5,5,4,1,1,4,4,2,3,4,2,4,4,4,1,4,8,9,1,4,8,9,5,10,10,10,3,5,3,5,10,5,8,1,4,3,5,3,5,10,5,8,4,1,3,5,3,5,4,1,5,10,10,10,3,5,3,5,3,3,10,5,3,8,13,8,8,4,13,5,13,8,8,1,1,8,1,13,13,8,1,13,13,8,1,4,1,4,2,2,2,2,2,3,1,1,5,2,4,4,5,4,1,4,1,4,2,1,4,1,4,1,4,1,4,1,4,1,4,1,4,1,4,1,4,1,4,1,4,1,4,2,4,9,7,9,7,6,2,11,2,11,2,1,4,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,4,1,4,1,4,1,4,1,4,1,4,1,3,1,2,5,4,2,2,3,1,6,2,4,9,3,1,1,1,1,3,4,4,1,2,3,3,1,5,1,2,3,4,1,3,3,3,3,3,6,34,1,4,11,6,6,6,5,8,3,5,6,2,3,6,34,4,17,6,6,2,6,2,9,1,3,4,16,5,5,6,9,9,9,3,9,9,6,12,11,12,12,12,11,11,11,1,1,4,4,18,4,1,17,14,52,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,7,1,112,1,210,3,210,3,5,7,1,1,128,2,128,128,2,6,9,1,127,1,65,176,183,196,2,11,7,162,3,26,6,109,101,109,111,114,121,2,0,17,95,95,119,97,115,109,95,99,97,108,108,95,99,116,111,114,115,0,9,12,99,114,101,97,116,101,77,111,100,117,108,101,0,10,25,95,95,105,110,100,105,114,101,99,116,95,102,117,110,99,116,105,111,110,95,116,97,98,108,101,1,0,27,95,90,78,51,87,65,77,57,80,114,111,99,101,115,115,111,114,52,105,110,105,116,69,106,106,80,118,0,24,8,119,97,109,95,105,110,105,116,0,25,13,119,97,109,95,116,101,114,109,105,110,97,116,101,0,26,10,119,97,109,95,114,101,115,105,122,101,0,27,11,119,97,109,95,111,110,112,97,114,97,109,0,28,10,119,97,109,95,111,110,109,105,100,105,0,29,11,119,97,109,95,111,110,115,121,115,101,120,0,30,13,119,97,109,95,111,110,112,114,111,99,101,115,115,0,31,11,119,97,109,95,111,110,112,97,116,99,104,0,32,14,119,97,109,95,111,110,109,101,115,115,97,103,101,78,0,33,14,119,97,109,95,111,110,109,101,115,115,97,103,101,83,0,34,14,119,97,109,95,111,110,109,101,115,115,97,103,101,65,0,35,16,95,95,101,114,114,110,111,95,108,111,99,97,116,105,111,110,0,82,6,109,97,108,108,111,99,0,85,4,102,114,101,101,0,86,9,115,116,97,99,107,83,97,118,101,0,167,6,12,115,116,97,99,107,82,101,115,116,111,114,101,0,168,6,10,115,116,97,99,107,65,108,108,111,99,0,169,6,14,100,121,110,67,97,108,108,95,118,105,105,106,105,105,0,170,6,14,100,121,110,67,97,108,108,95,105,105,105,105,105,106,0,171,6,15,100,121,110,67,97,108,108,95,105,105,105,105,105,106,106,0,172,6,16,100,121,110,67,97,108,108,95,105,105,105,105,105,105,106,106,0,173,6,9,169,7,1,0,65,1,11,209,3,174,6,175,6,176,6,177,6,178,6,179,6,180,6,181,6,182,6,183,6,184,6,185,6,186,6,177,6,178,6,187,6,188,6,189,6,190,6,191,6,192,6,193,6,194,6,195,6,178,6,177,6,178,6,196,6,197,6,198,6,199,6,200,6,201,6,202,6,203,6,204,6,205,6,206,6,207,6,207,6,208,6,209,6,210,6,211,6,212,6,211,6,213,6,214,6,215,6,216,6,217,6,218,6,219,6,220,6,221,6,222,6,223,6,224,6,225,6,226,6,227,6,228,6,229,6,230,6,231,6,232,6,233,6,234,6,235,6,236,6,237,6,238,6,239,6,240,6,241,6,242,6,243,6,244,6,245,6,246,6,247,6,248,6,249,6,250,6,251,6,252,6,253,6,254,6,255,6,128,7,129,7,130,7,131,7,132,7,133,7,134,7,135,7,136,7,137,7,138,7,139,7,140,7,141,7,142,7,143,7,144,7,145,7,146,7,147,7,148,7,149,7,150,7,151,7,152,7,153,7,154,7,155,7,156,7,157,7,158,7,159,7,160,7,161,7,162,7,163,7,164,7,165,7,166,7,167,7,168,7,169,7,170,7,171,7,172,7,173,7,174,7,175,7,176,7,177,7,178,7,179,7,180,7,207,6,181,7,182,7,183,7,184,7,185,7,186,7,187,7,188,7,189,7,190,7,191,7,192,7,193,7,194,7,195,7,196,7,197,7,198,7,177,6,178,6,178,6,199,7,200,7,201,7,202,7,203,7,204,7,205,7,206,7,151,7,207,7,208,7,209,7,178,6,210,7,210,7,211,7,197,6,197,6,212,7,197,6,178,6,213,7,214,7,211,7,207,6,207,6,215,7,216,7,178,6,217,7,218,7,211,7,207,6,207,6,219,7,216,7,177,6,178,6,220,7,221,7,177,6,178,6,222,7,223,7,178,6,224,7,225,7,226,7,227,7,228,7,228,7,229,7,230,7,231,7,232,7,233,7,178,6,234,7,235,7,236,7,237,7,238,7,238,7,239,7,240,7,241,7,242,7,243,7,178,6,244,7,245,7,246,7,247,7,248,7,249,7,250,7,251,7,178,6,252,7,253,7,254,7,255,7,128,8,129,8,130,8,131,8,177,6,178,6,132,8,133,8,134,8,135,8,136,8,137,8,138,8,139,8,140,8,141,8,142,8,143,8,144,8,145,8,177,6,178,6,132,8,146,8,147,8,148,8,149,8,150,8,151,8,152,8,153,8,154,8,155,8,156,8,157,8,158,8,159,8,160,8,161,8,162,8,163,8,164,8,165,8,166,8,167,8,168,8,169,8,170,8,171,8,172,8,173,8,174,8,175,8,159,8,160,8,176,8,162,8,163,8,164,8,165,8,166,8,167,8,168,8,169,8,170,8,171,8,172,8,173,8,174,8,175,8,177,8,178,8,179,8,177,8,178,8,180,8,181,8,181,8,178,6,182,8,182,8,183,8,183,8,183,8,184,8,207,6,185,8,185,8,178,6,182,8,182,8,183,8,183,8,183,8,184,8,207,6,185,8,185,8,178,6,186,8,186,8,183,8,183,8,183,8,187,8,207,6,185,8,185,8,178,6,186,8,186,8,183,8,183,8,183,8,187,8,207,6,185,8,185,8,188,8,189,8,185,7,186,7,187,7,190,8,191,8,192,8,193,8,194,8,195,8,196,8,197,8,185,7,186,7,187,7,190,8,191,8,192,8,193,8,194,8,195,8,198,8,199,8,192,7,193,7,194,7,200,8,201,8,202,8,203,8,195,8,204,8,205,8,206,8,192,7,193,7,194,7,200,8,201,8,202,8,203,8,195,8,204,8,178,6,207,8,208,8,178,6,209,8,210,8,178,6,211,8,212,8,178,6,213,8,214,8,178,6,215,8,216,8,203,6,178,6,215,8,217,8,203,6,178,6,178,6,177,6,178,6,218,8,219,8,177,6,178,6,177,6,178,6,220,8,221,8,177,6,222,8,223,8,177,6,178,6,243,6,243,6,224,8,225,8,226,8,227,8,178,6,228,8,229,8,230,8,178,6,231,8,232,8,233,8,177,6,178,6,234,8,235,8,236,8,237,8,10,225,229,9,229,8,140,1,1,2,127,35,0,65,16,107,34,0,36,0,2,64,32,0,65,12,106,32,0,65,8,106,16,6,13,0,65,132,167,4,32,0,40,2,12,65,2,116,65,4,106,16,85,34,1,54,2,0,32,1,69,13,0,32,0,40,2,8,16,85,34,1,4,64,65,132,167,4,40,2,0,32,0,40,2,12,65,2,116,106,65,0,54,2,0,65,132,167,4,40,2,0,32,1,16,7,69,13,1,11,65,132,167,4,65,0,54,2,0,11,32,0,65,16,106,36,0,65,244,162,4,65,132,162,4,54,2,0,65,172,162,4,65,42,54,2,0,11,50,1,2,127,65,168,192,0,16,238,5,65,0,65,168,192,0,16,71,34,0,65,136,8,54,2,0,32,0,65,20,106,34,1,65,0,54,2,128,64,32,1,65,0,54,2,132,64,32,0,11,163,15,3,7,127,3,124,3,126,65,0,33,3,68,0,0,0,0,0,0,176,66,32,2,184,34,13,163,33,11,3,64,32,3,65,2,116,34,2,65,192,176,2,106,2,127,32,11,68,0,0,0,0,0,0,224,63,160,156,34,12,153,68,0,0,0,0,0,0,224,65,99,4,64,32,12,170,12,1,11,65,128,128,128,128,120,11,54,2,0,32,3,65,1,114,34,6,65,129,8,71,4,64,32,6,65,2,116,65,192,176,2,106,2,127,32,11,68,207,232,226,5,198,2,240,63,162,34,11,68,0,0,0,0,0,0,224,63,160,156,34,12,153,68,0,0,0,0,0,0,224,65,99,4,64,32,12,170,12,1,11,65,128,128,128,128,120,11,54,2,0,32,2,65,8,114,65,192,176,2,106,2,127,32,11,68,207,232,226,5,198,2,240,63,162,34,11,68,0,0,0,0,0,0,224,63,160,156,34,12,153,68,0,0,0,0,0,0,224,65,99,4,64,32,12,170,12,1,11,65,128,128,128,128,120,11,54,2,0,32,2,65,12,114,65,192,176,2,106,2,127,32,11,68,207,232,226,5,198,2,240,63,162,34,11,68,0,0,0,0,0,0,224,63,160,156,34,12,153,68,0,0,0,0,0,0,224,65,99,4,64,32,12,170,12,1,11,65,128,128,128,128,120,11,54,2,0,32,3,65,4,106,33,3,32,11,68,207,232,226,5,198,2,240,63,162,33,11,12,1,11,11,65,0,33,3,68,0,0,0,0,0,0,208,65,33,11,3,64,32,3,65,3,116,34,2,65,212,144,3,106,2,127,32,11,68,0,0,0,0,0,0,224,63,160,156,34,12,153,68,0,0,0,0,0,0,224,65,99,4,64,32,12,170,12,1,11,65,128,128,128,128,120,11,54,2,0,32,2,65,12,114,65,208,144,3,106,2,127,32,11,68,207,232,226,5,198,2,240,63,162,34,11,68,0,0,0,0,0,0,224,63,160,156,34,12,153,68,0,0,0,0,0,0,224,65,99,4,64,32,12,170,12,1,11,65,128,128,128,128,120,11,54,2,0,32,11,68,207,232,226,5,198,2,240,63,162,33,11,32,3,65,2,106,34,3,65,128,8,71,13,0,11,65,0,33,3,3,64,32,3,65,3,116,34,2,65,208,144,3,106,34,6,32,2,65,12,114,65,208,144,3,106,40,2,0,32,6,40,2,4,107,54,2,0,32,3,65,1,114,34,2,65,255,7,71,4,64,32,2,65,3,116,65,208,144,3,106,34,2,32,2,40,2,12,32,2,40,2,4,107,54,2,0,32,3,65,2,106,33,3,12,1,11,11,65,200,208,3,65,128,128,128,128,120,65,204,208,3,40,2,0,107,54,2,0,65,0,33,2,65,0,33,3,65,0,33,6,66,128,128,128,128,4,33,14,3,64,32,2,65,3,116,65,208,208,2,106,34,4,65,132,32,106,65,0,32,3,65,32,106,65,6,117,34,5,107,54,2,0,32,4,32,5,54,2,4,32,3,172,34,15,66,188,240,237,124,126,32,14,66,32,134,66,32,135,34,16,66,139,226,254,255,3,126,124,66,128,128,128,128,2,124,66,30,135,33,14,32,15,66,139,226,254,255,3,126,32,16,66,196,143,146,3,126,124,66,128,128,128,128,2,124,66,30,136,167,33,3,32,2,65,1,106,34,2,65,128,4,71,13,0,11,3,64,32,6,65,3,116,34,2,65,208,208,2,106,34,3,32,2,65,12,114,65,208,208,2,106,40,2,0,32,3,40,2,4,107,54,2,0,32,6,65,1,114,34,2,65,255,7,71,4,64,32,2,65,3,116,65,208,208,2,106,34,2,32,2,40,2,12,32,2,40,2,4,107,54,2,0,32,6,65,2,106,33,6,12,1,11,11,65,200,144,3,65,0,65,204,144,3,40,2,0,107,54,2,0,65,176,176,2,2,127,68,0,0,0,128,1,6,216,65,32,13,163,68,0,0,0,0,0,0,224,63,160,34,11,153,68,0,0,0,0,0,0,224,65,99,4,64,32,11,170,12,1,11,65,128,128,128,128,120,11,54,2,0,65,208,208,3,2,127,68,0,0,0,0,0,0,208,65,32,13,68,205,204,204,204,204,76,53,64,162,163,68,0,0,0,0,0,0,224,63,160,34,13,153,68,0,0,0,0,0,0,224,65,99,4,64,32,13,170,12,1,11,65,128,128,128,128,120,11,54,2,0,32,0,32,1,54,2,164,64,32,0,65,127,32,1,32,1,106,34,2,32,1,32,2,75,27,16,238,5,54,2,160,64,65,240,232,0,16,238,5,33,1,35,0,65,16,107,34,3,36,0,32,1,65,192,231,0,106,66,24,55,2,0,32,1,65,188,231,0,106,65,129,2,59,1,0,32,1,65,199,231,0,106,65,0,54,0,0,32,1,65,204,231,0,106,65,0,54,2,0,32,1,65,207,231,0,106,65,0,54,0,0,32,1,65,212,231,0,106,65,0,54,2,0,32,1,65,215,231,0,106,65,0,54,0,0,32,1,65,220,231,0,106,65,0,54,2,0,32,1,65,223,231,0,106,65,0,54,0,0,32,1,65,164,231,0,106,65,0,54,2,0,32,1,65,156,231,0,106,66,0,55,2,0,32,1,65,148,231,0,106,65,206,14,40,0,0,54,0,0,32,1,65,151,231,0,106,65,209,14,40,0,0,54,0,0,32,1,32,0,65,20,106,54,2,0,65,0,33,2,3,64,65,208,9,16,238,5,33,6,32,3,65,8,106,33,4,65,0,33,7,65,144,4,16,238,5,34,9,66,0,55,2,4,32,9,65,160,36,54,2,12,32,9,65,180,35,54,2,0,32,9,65,12,106,33,5,3,64,32,5,65,4,106,34,10,32,7,65,2,116,106,32,7,65,213,170,213,0,108,65,177,142,160,24,106,54,2,0,32,10,32,7,65,1,114,34,8,65,2,116,106,32,8,65,213,170,213,0,108,65,177,142,160,24,106,54,2,0,32,10,32,7,65,2,114,34,8,65,2,116,106,32,8,65,213,170,213,0,108,65,177,142,160,24,106,54,2,0,32,10,32,7,65,3,114,34,8,65,2,116,106,32,8,65,213,170,213,0,108,65,177,142,160,24,106,54,2,0,32,7,65,4,106,34,7,65,128,1,71,13,0,11,32,4,32,9,54,2,4,32,4,32,5,54,2,0,32,3,32,3,41,3,8,55,3,0,32,6,34,4,32,3,40,2,0,54,2,0,32,4,32,3,40,2,4,34,5,54,2,4,32,5,4,64,32,5,32,5,40,2,4,65,1,106,54,2,4,11,32,4,65,0,54,2,16,32,4,66,128,192,0,55,2,8,32,4,65,0,54,2,220,7,32,4,65,224,23,54,2,20,32,4,65,0,54,2,236,7,32,4,65,0,54,2,212,7,32,4,65,0,54,2,252,7,32,4,65,0,54,2,228,7,32,4,65,140,8,106,65,0,54,2,0,32,4,65,0,54,2,244,7,32,4,65,156,8,106,65,0,54,2,0,32,4,65,132,8,106,65,0,54,2,0,32,4,65,172,8,106,65,0,54,2,0,32,4,65,148,8,106,65,0,54,2,0,32,4,65,164,8,106,65,0,54,2,0,2,64,32,5,69,13,0,32,5,32,5,40,2,4,34,4,65,1,107,54,2,4,32,4,13,0,32,5,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,5,40,2,0,40,2,8,17,0,0,26,2,64,32,5,65,8,106,34,4,40,2,0,4,64,32,4,16,166,4,65,127,71,13,1,11,32,5,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,5,40,2,0,40,2,16,17,0,0,26,11,11,32,1,32,2,65,12,108,106,34,4,65,0,58,0,10,32,4,65,0,59,1,8,32,4,32,6,54,2,12,32,2,65,1,106,34,2,65,16,71,13,0,11,32,1,65,0,54,2,200,65,32,1,65,204,193,0,106,65,160,175,2,65,128,1,16,69,33,2,32,1,65,0,54,2,204,97,32,2,32,1,65,208,225,0,106,16,39,32,1,65,236,226,0,106,32,1,65,217,226,0,106,16,40,32,1,65,168,231,0,106,66,0,55,2,0,32,1,65,132,231,0,106,65,128,192,0,54,2,0,32,1,65,0,54,2,196,1,32,1,65,176,231,0,106,66,0,55,2,0,32,1,65,132,227,0,106,16,36,32,1,65,0,54,2,236,104,32,1,65,0,58,0,232,103,32,3,65,16,106,36,0,32,0,32,1,54,2,156,64,65,0,11,34,1,1,127,32,0,40,2,156,64,34,1,4,64,32,1,16,86,11,32,0,40,2,160,64,34,0,4,64,32,0,16,86,11,11,51,1,1,127,32,0,40,2,160,64,34,2,4,64,32,2,16,86,11,32,0,32,1,54,2,164,64,32,0,65,127,32,1,32,1,106,34,2,32,1,32,2,75,27,16,238,5,54,2,160,64,11,55,1,1,127,35,0,65,16,107,34,4,36,0,32,4,32,3,58,0,15,32,4,32,2,58,0,14,32,4,32,1,58,0,13,32,0,65,20,106,32,4,65,13,106,65,3,16,38,32,4,65,16,106,36,0,11,23,0,32,2,65,136,32,70,4,64,32,0,65,20,106,32,1,65,136,32,16,38,11,11,105,0,32,0,40,2,156,64,33,0,2,64,2,64,2,64,2,64,32,2,65,128,1,107,14,18,0,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,1,3,11,32,1,32,0,65,208,225,0,106,16,39,12,1,11,32,0,65,208,225,0,106,32,1,65,145,1,16,69,26,32,0,65,235,226,0,106,65,63,58,0,0,11,32,0,65,236,226,0,106,32,0,65,217,226,0,106,16,40,11,11,48,0,32,0,40,2,156,64,33,0,32,2,153,68,0,0,0,0,0,0,224,65,99,4,64,32,0,32,1,32,2,170,16,37,15,11,32,0,32,1,65,128,128,128,128,120,16,37,11,161,50,4,29,127,3,126,1,124,2,125,32,0,40,2,156,64,33,17,32,0,40,2,164,64,33,2,32,0,40,2,160,64,33,22,35,0,65,144,2,107,34,24,36,0,32,17,40,2,0,34,7,40,2,132,64,32,7,40,2,128,64,107,65,255,63,113,34,5,65,128,192,0,32,17,40,2,200,65,34,3,107,34,11,32,5,32,11,73,27,34,5,65,0,74,4,64,32,3,32,17,106,65,200,1,106,32,17,40,2,0,34,7,40,2,128,64,34,4,32,7,106,32,5,65,128,192,0,32,4,107,34,10,32,5,32,10,72,27,34,11,16,69,33,3,32,5,32,10,74,4,64,32,3,32,11,106,32,7,32,5,32,11,107,16,69,26,11,32,7,32,4,32,5,106,65,255,63,113,54,2,128,64,32,17,32,17,40,2,200,65,32,5,106,34,3,54,2,200,65,11,65,0,33,5,2,64,32,3,69,13,0,3,64,32,5,2,127,32,3,32,5,107,33,7,65,0,33,3,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,32,17,34,4,32,5,106,65,200,1,106,34,12,45,0,0,34,5,65,4,118,65,8,115,14,6,1,0,3,6,4,5,3,11,32,12,45,0,2,13,1,11,32,7,65,3,72,33,5,65,0,33,7,32,5,13,5,3,64,2,64,32,4,32,7,65,12,108,106,34,5,40,2,4,32,12,45,0,1,71,13,0,32,5,65,8,106,34,8,45,0,0,69,13,0,2,64,32,4,45,0,232,103,4,64,32,5,65,1,58,0,9,12,1,11,32,5,40,2,12,16,41,11,32,8,65,0,58,0,0,11,32,7,65,1,106,34,7,65,16,71,13,0,11,65,3,12,6,11,32,7,65,3,72,33,5,65,0,33,7,32,5,13,4,32,4,40,2,196,1,33,5,3,64,32,5,65,1,106,65,16,111,33,7,2,64,2,64,32,4,32,5,65,12,108,106,65,8,106,34,8,45,0,0,69,4,64,32,5,33,3,12,1,11,32,7,65,1,106,65,16,111,33,5,32,4,32,7,65,12,108,106,65,8,106,34,8,45,0,0,13,1,32,7,33,3,32,5,33,7,11,32,4,32,7,54,2,196,1,65,3,33,7,32,3,65,0,72,13,6,32,4,65,236,226,0,106,34,7,45,0,10,4,64,32,7,65,255,255,255,255,7,54,2,0,11,32,7,65,0,54,2,12,32,4,32,3,65,12,108,106,34,7,32,12,45,0,1,54,2,4,32,8,65,1,58,0,0,32,4,45,0,232,103,33,5,32,7,65,1,58,0,10,32,7,32,5,58,0,9,32,7,40,2,12,33,6,32,4,65,208,225,0,106,33,20,32,12,45,0,1,33,7,32,12,45,0,2,33,10,35,0,65,32,107,34,13,36,0,32,6,32,7,58,0,188,9,32,7,65,3,110,34,9,65,7,32,9,65,7,74,27,65,7,107,34,9,65,31,32,9,65,31,73,27,33,12,32,10,65,255,0,32,10,65,255,0,72,27,34,10,65,0,32,10,65,0,74,27,65,1,118,65,208,22,106,45,0,0,65,239,1,107,33,4,65,0,33,9,3,64,32,13,32,20,32,9,65,21,108,106,34,10,45,0,0,54,2,16,32,13,32,10,45,0,4,54,2,0,32,13,32,10,45,0,1,54,2,20,32,13,32,10,45,0,5,54,2,4,32,13,32,10,45,0,2,54,2,24,32,13,32,10,45,0,6,54,2,8,32,13,32,10,45,0,3,54,2,28,32,13,32,10,45,0,7,54,2,12,2,127,32,10,45,0,16,34,3,65,28,106,32,3,65,20,79,13,0,26,32,3,65,2,116,65,240,31,106,40,2,0,11,33,5,2,64,2,127,32,7,32,10,45,0,8,107,34,11,65,17,78,4,64,32,10,45,0,10,33,3,32,11,65,16,107,65,3,110,33,11,65,12,33,14,2,64,32,10,45,0,12,34,8,14,4,3,0,0,3,0,11,32,11,65,32,32,11,65,32,73,27,12,1,11,32,10,45,0,9,33,3,65,18,32,11,107,65,3,109,33,11,65,12,33,14,2,64,32,10,45,0,11,34,8,14,4,2,0,0,2,0,11,32,11,65,32,32,11,65,32,72,27,11,65,144,23,106,45,0,0,33,11,65,15,33,14,11,32,10,45,0,15,32,4,108,65,1,116,65,14,106,65,112,113,65,0,32,3,32,11,108,65,201,2,108,32,14,117,34,11,107,32,11,32,8,65,2,73,27,32,5,106,34,11,65,255,0,32,11,65,255,0,72,27,65,5,116,106,34,11,65,0,32,11,65,0,74,27,33,19,32,12,32,10,45,0,13,108,65,3,118,33,15,32,6,32,9,65,196,0,108,106,65,184,4,106,34,8,32,13,65,16,106,34,3,40,2,0,54,2,0,32,8,32,13,40,2,0,54,2,16,32,8,32,3,40,2,4,54,2,4,32,8,32,13,40,2,4,54,2,20,32,8,32,3,40,2,8,54,2,8,32,8,32,13,40,2,8,54,2,24,32,8,32,3,40,2,12,54,2,12,32,13,40,2,12,33,3,32,8,65,1,58,0,64,32,8,65,0,54,2,40,32,8,32,15,54,2,36,32,8,32,19,54,2,32,32,8,32,3,54,2,28,32,8,65,0,16,42,32,10,45,0,20,33,11,32,10,45,0,19,33,5,32,10,45,0,18,33,14,2,127,32,10,45,0,17,34,3,69,4,64,2,127,32,6,40,2,0,34,8,173,32,7,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,8,40,2,0,40,2,8,17,0,0,167,34,8,178,67,0,0,128,51,148,187,68,242,210,77,98,16,88,217,191,162,16,73,68,215,18,242,65,207,102,149,63,162,68,0,0,0,0,0,0,28,64,163,32,8,183,34,35,162,32,11,65,7,107,183,162,32,35,160,34,35,153,68,0,0,0,0,0,0,224,65,99,4,64,32,35,170,12,1,11,65,128,128,128,128,120,11,32,14,65,31,113,65,2,116,65,208,21,106,40,2,0,106,34,14,32,5,69,13,1,26,32,5,184,68,123,20,174,71,225,122,132,63,162,68,0,0,0,0,0,0,240,63,160,16,77,68,6,131,43,101,71,21,119,65,162,68,0,0,0,0,0,0,224,63,160,156,34,35,153,68,0,0,0,0,0,0,224,65,99,4,64,32,14,32,35,170,106,12,2,11,32,14,65,128,128,128,128,120,107,12,1,11,32,14,65,3,113,65,228,0,108,32,5,106,65,248,144,144,2,108,65,3,118,32,11,65,145,233,0,108,65,247,223,5,107,65,0,32,11,65,7,75,27,106,11,33,14,32,6,32,9,65,2,116,106,34,11,65,232,8,106,32,14,54,2,0,32,11,65,164,9,106,32,3,54,2,0,32,11,65,140,9,106,32,10,45,0,14,65,3,113,65,2,116,65,192,23,106,40,2,0,54,2,0,32,9,65,1,106,34,9,65,6,71,13,0,11,32,13,32,20,45,0,126,54,2,16,32,13,32,20,45,0,130,1,54,2,0,32,13,32,20,45,0,127,54,2,20,32,13,32,20,45,0,131,1,54,2,4,32,13,32,20,45,0,128,1,54,2,24,32,13,32,20,45,0,132,1,54,2,8,32,13,32,20,45,0,129,1,54,2,28,32,13,32,20,45,0,133,1,54,2,12,32,6,65,176,8,106,34,7,32,13,65,16,106,34,9,40,2,0,34,15,54,2,0,32,7,32,13,40,2,0,34,3,54,2,16,32,7,32,9,40,2,4,54,2,4,32,7,32,13,40,2,4,54,2,20,32,7,32,9,40,2,8,54,2,8,32,7,32,13,40,2,8,54,2,24,32,7,32,9,40,2,12,54,2,12,32,7,32,13,40,2,12,54,2,28,32,13,40,2,12,33,4,32,7,65,1,58,0,52,32,7,65,0,54,2,44,32,7,32,3,65,128,31,106,44,0,0,65,19,116,34,9,54,2,36,32,7,32,4,65,128,31,106,44,0,0,65,19,116,34,4,54,2,32,32,7,32,4,32,9,72,58,0,40,32,7,65,208,208,3,40,2,0,32,15,65,144,30,106,45,0,0,108,54,2,48,32,6,32,20,45,0,134,1,54,2,196,9,32,6,65,8,32,20,45,0,135,1,34,10,107,65,16,32,10,27,54,2,136,9,32,6,32,20,45,0,139,1,65,165,1,108,65,6,118,54,2,200,9,32,6,32,20,45,0,143,1,65,7,113,65,208,23,106,45,0,0,54,2,204,9,32,20,45,0,140,1,33,10,32,6,65,0,54,2,16,32,6,66,128,192,0,55,2,8,32,6,32,10,65,165,1,108,65,6,118,54,2,192,9,32,13,65,32,106,36,0,65,3,12,7,11,65,3,33,7,32,3,65,2,106,34,3,65,16,71,13,0,11,12,4,11,32,5,65,224,1,70,4,64,32,4,65,132,231,0,106,32,12,45,0,1,32,12,45,0,2,65,7,116,114,54,2,0,65,3,12,5,11,32,7,65,6,72,13,3,32,5,65,240,1,71,13,3,32,12,45,0,1,65,195,0,71,13,3,32,12,45,0,2,13,3,32,12,45,0,3,65,9,71,13,3,32,12,45,0,4,65,32,71,13,3,32,12,45,0,5,13,3,32,7,65,136,32,73,33,5,65,0,33,7,32,5,13,3,32,4,65,204,193,0,106,32,12,65,6,106,65,128,32,16,69,26,32,4,32,4,40,2,204,97,34,12,54,2,204,97,32,4,32,12,65,7,116,106,65,204,193,0,106,32,4,65,208,225,0,106,16,39,32,4,65,236,226,0,106,32,4,65,217,226,0,106,16,40,65,136,32,33,7,12,3,11,32,7,65,2,72,33,5,65,0,33,7,32,5,13,2,32,4,32,12,45,0,1,34,7,65,31,32,7,65,31,73,27,34,7,54,2,204,97,32,4,32,7,65,7,116,106,65,204,193,0,106,32,4,65,208,225,0,106,16,39,32,4,65,236,226,0,106,32,4,65,217,226,0,106,16,40,65,2,12,3,11,32,4,65,168,231,0,106,32,12,45,0,1,54,2,0,32,4,65,132,227,0,106,16,36,65,0,12,2,11,32,7,65,3,72,33,5,65,0,33,7,32,5,13,0,32,12,45,0,2,33,5,2,64,2,64,2,64,2,64,2,64,32,12,45,0,1,34,7,65,1,107,14,3,1,2,3,0,11,32,7,65,192,0,70,13,3,65,3,12,5,11,32,4,65,180,231,0,106,32,5,54,2,0,32,4,65,132,227,0,106,16,36,65,3,12,4,11,32,4,65,172,231,0,106,32,5,54,2,0,32,4,65,132,227,0,106,16,36,65,3,12,3,11,32,4,65,176,231,0,106,32,5,54,2,0,32,4,65,132,227,0,106,16,36,65,3,12,2,11,65,0,33,7,32,4,32,5,65,0,71,58,0,232,103,65,3,32,5,13,1,26,3,64,2,64,32,4,32,7,65,12,108,106,34,5,65,9,106,34,12,45,0,0,69,13,0,32,5,45,0,8,13,0,32,5,40,2,12,16,41,32,12,65,0,58,0,0,11,32,7,65,1,106,34,7,65,16,71,13,0,11,65,3,12,1,11,32,7,11,34,11,106,33,5,32,17,40,2,200,65,33,3,32,11,69,13,1,32,3,32,5,75,13,0,11,11,32,17,32,3,32,5,75,4,127,32,17,65,200,1,106,34,11,32,5,32,11,106,32,3,32,5,107,16,70,32,17,40,2,200,65,5,32,3,11,32,5,107,54,2,200,65,32,17,40,2,236,104,33,12,2,64,32,2,65,0,76,13,0,65,0,33,5,32,12,65,0,32,12,65,0,74,27,33,18,3,64,32,5,32,18,70,13,1,32,22,32,5,65,1,116,34,3,106,32,3,32,17,106,65,234,231,0,106,47,1,0,59,1,0,32,5,65,1,106,34,5,32,2,71,13,0,11,32,2,33,18,11,2,64,2,64,2,64,32,2,32,12,78,4,64,32,2,32,18,76,13,2,32,17,65,132,227,0,106,33,13,32,17,65,236,226,0,106,33,7,32,24,65,15,106,65,112,113,33,28,12,1,11,32,12,32,2,107,34,13,65,0,76,13,2,32,13,65,3,113,33,22,65,0,33,11,65,0,33,5,32,12,32,2,65,127,115,106,65,3,79,4,64,32,13,65,124,113,33,20,32,17,65,234,231,0,106,33,3,65,0,33,12,3,64,32,3,32,5,65,1,116,106,32,3,32,2,32,5,106,65,1,116,106,47,1,0,59,1,0,32,3,32,5,65,1,114,34,18,65,1,116,106,32,3,32,2,32,18,106,65,1,116,106,47,1,0,59,1,0,32,3,32,5,65,2,114,34,18,65,1,116,106,32,3,32,2,32,18,106,65,1,116,106,47,1,0,59,1,0,32,3,32,5,65,3,114,34,18,65,1,116,106,32,3,32,2,32,18,106,65,1,116,106,47,1,0,59,1,0,32,5,65,4,106,33,5,32,12,65,4,106,34,12,32,20,71,13,0,11,11,32,22,69,13,2,32,17,65,234,231,0,106,33,3,3,64,32,3,32,5,65,1,116,106,32,3,32,2,32,5,106,65,1,116,106,47,1,0,59,1,0,32,5,65,1,106,33,5,32,11,65,1,106,34,11,32,22,71,13,0,11,12,2,11,3,64,65,0,33,5,32,28,65,0,65,128,2,16,71,33,12,2,127,32,7,34,3,32,3,40,2,4,34,11,32,3,40,2,0,106,34,4,54,2,0,65,128,128,128,4,33,10,2,64,2,64,2,64,2,64,2,64,2,64,2,64,32,3,45,0,8,14,6,0,1,2,3,4,5,6,11,32,4,65,31,117,32,4,65,7,118,115,65,255,255,255,7,113,12,6,11,32,4,65,8,118,65,255,255,255,3,115,12,5,11,32,4,65,8,118,65,128,128,128,4,115,12,4,11,32,4,65,127,115,65,7,118,65,128,128,128,8,113,12,3,11,32,4,65,19,118,34,3,65,4,114,65,252,63,113,65,208,208,2,106,40,2,0,32,3,65,248,63,113,65,208,208,2,106,52,2,0,32,4,65,8,118,65,255,255,0,113,173,126,66,14,136,167,106,65,1,117,65,128,128,128,4,106,12,2,11,32,3,45,0,9,33,10,32,4,32,11,73,4,64,32,3,32,10,65,179,127,108,65,17,106,34,10,58,0,9,11,32,10,65,128,1,115,65,255,1,113,65,16,116,65,128,128,4,106,33,10,11,32,10,11,33,11,2,127,65,128,128,128,8,32,7,65,16,65,20,32,7,40,2,12,34,3,65,0,78,27,106,53,2,0,32,3,173,124,34,32,66,255,255,255,255,15,86,13,0,26,32,7,32,32,167,34,3,54,2,12,65,0,32,32,66,128,128,128,128,8,84,13,0,26,32,3,65,7,118,65,255,255,255,7,113,11,33,20,3,64,32,17,32,5,65,12,108,106,34,3,45,0,10,4,64,32,3,40,2,12,34,8,40,2,204,9,32,11,34,3,65,128,128,128,4,107,108,34,9,172,34,32,32,20,34,10,32,8,40,2,200,9,108,173,126,66,39,135,167,34,6,32,6,65,31,117,34,6,106,32,6,115,34,6,32,13,34,4,52,2,156,4,32,32,126,66,14,136,167,34,16,32,16,65,31,117,34,16,106,32,16,115,34,16,32,6,32,16,75,27,33,16,2,64,32,8,65,176,8,106,34,6,40,2,44,34,21,65,3,78,4,64,32,21,65,3,71,13,1,32,6,45,0,52,13,1,11,32,6,40,2,32,33,14,32,6,40,2,48,33,15,32,6,2,127,32,6,45,0,40,4,64,32,6,32,14,32,15,106,34,14,54,2,32,32,14,32,6,40,2,36,34,15,72,13,2,32,6,32,15,54,2,32,32,6,32,21,65,1,106,34,14,54,2,44,32,21,65,2,74,13,2,32,6,32,6,32,14,65,2,116,106,40,2,16,65,128,31,106,44,0,0,65,19,116,34,21,54,2,36,32,15,32,21,72,12,1,11,32,6,32,14,32,15,107,34,14,54,2,32,32,14,32,6,40,2,36,34,15,74,13,1,32,6,32,15,54,2,32,32,6,32,21,65,1,106,34,14,54,2,44,32,21,65,2,74,13,1,32,6,32,6,32,14,65,2,116,106,40,2,16,65,128,31,106,44,0,0,65,19,116,34,21,54,2,36,32,15,32,21,72,11,58,0,40,32,6,65,208,208,3,40,2,0,32,6,32,14,65,2,116,106,40,2,0,65,144,30,106,45,0,0,108,54,2,48,11,32,6,40,2,32,33,15,2,127,65,0,32,4,40,2,128,4,34,21,65,128,64,106,34,14,69,13,0,26,32,4,40,2,136,4,34,6,69,4,64,32,14,65,11,116,178,33,36,32,21,65,128,192,0,78,4,64,32,36,32,4,40,2,132,4,178,148,187,68,0,0,0,0,0,0,40,64,163,34,35,153,68,0,0,0,0,0,0,224,65,99,4,64,32,35,170,12,3,11,65,128,128,128,128,120,12,2,11,32,36,32,4,40,2,140,4,178,148,187,68,0,0,0,0,0,0,40,64,163,34,35,153,68,0,0,0,0,0,0,224,65,99,4,64,32,35,170,12,2,11,65,128,128,128,128,120,12,1,11,65,255,63,65,12,32,6,109,34,6,65,16,116,65,16,117,109,65,16,116,65,16,117,32,6,32,14,108,65,255,63,109,108,65,11,116,11,33,6,65,0,32,16,107,33,14,32,9,65,0,78,33,9,32,4,45,0,185,4,4,64,2,127,32,4,40,2,188,4,178,32,8,40,2,8,65,11,116,65,128,128,128,8,107,178,148,187,68,0,0,0,0,0,0,40,64,163,34,35,153,68,0,0,0,0,0,0,224,65,99,4,64,32,35,170,12,1,11,65,128,128,128,128,120,11,32,6,106,33,6,11,32,16,32,14,32,9,27,33,16,2,64,32,8,40,2,0,34,9,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,9,40,2,0,40,2,12,17,0,0,167,13,0,32,6,69,13,0,32,8,40,2,0,34,9,173,2,127,32,6,65,11,117,183,68,0,0,0,0,0,0,40,64,162,68,0,0,0,0,0,0,32,63,162,182,34,36,142,34,37,139,67,0,0,0,79,93,4,64,32,37,168,12,1,11,65,128,128,128,128,120,11,34,6,32,8,45,0,188,9,106,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,9,40,2,0,40,2,8,17,0,0,167,183,68,0,0,0,0,0,0,240,63,32,36,32,6,178,147,34,36,187,161,162,32,36,32,8,40,2,0,34,9,173,32,6,32,8,45,0,188,9,106,65,1,106,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,9,40,2,0,40,2,8,17,0,0,167,178,148,187,160,182,32,8,40,2,0,34,6,173,32,8,45,0,188,9,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,6,40,2,0,40,2,8,17,0,0,167,178,147,34,36,139,67,0,0,0,79,93,4,64,32,36,168,33,6,12,1,11,65,128,128,128,128,120,33,6,11,32,15,32,16,106,33,16,65,128,128,248,7,32,4,40,2,160,4,65,17,116,107,34,9,65,128,128,128,8,32,3,107,172,34,32,32,8,52,2,192,9,32,10,172,126,66,8,136,66,255,255,255,255,15,131,126,66,24,136,167,34,3,32,4,52,2,152,4,32,32,126,66,7,136,167,34,10,32,3,32,10,75,27,34,3,32,3,32,9,73,27,173,33,32,32,4,40,2,180,4,32,6,106,33,9,65,0,33,6,3,64,2,64,32,4,32,6,106,45,0,144,4,65,48,70,4,64,32,8,32,6,65,196,0,108,106,65,184,4,106,16,43,26,65,0,33,3,12,1,11,32,8,32,6,65,4,116,106,32,8,32,6,65,2,116,106,34,10,65,232,8,106,40,2,0,32,9,65,0,32,16,32,10,65,164,9,106,40,2,0,27,106,106,34,3,65,12,118,65,252,31,113,65,192,176,2,106,34,14,40,2,0,34,15,32,14,40,2,4,32,15,107,172,32,3,65,255,255,0,113,173,126,66,14,136,167,106,65,20,32,3,65,24,117,107,117,54,2,216,7,32,8,32,6,65,196,0,108,106,65,184,4,106,16,43,33,3,32,10,65,140,9,106,40,2,0,34,10,69,13,0,32,3,32,3,172,2,127,32,10,172,32,32,126,66,24,136,167,179,67,0,0,128,54,148,187,68,236,81,184,30,133,235,177,63,162,68,102,102,102,102,102,102,40,64,160,16,73,34,35,68,0,0,0,0,0,0,240,65,99,32,35,68,0,0,0,0,0,0,0,0,102,113,4,64,32,35,171,12,1,11,65,0,11,173,126,66,24,136,167,107,33,3,11,32,8,32,6,65,4,116,106,32,3,54,2,208,7,32,6,65,1,106,34,6,65,6,71,13,0,11,32,4,40,2,224,4,33,25,32,8,65,208,7,106,33,29,32,8,40,2,196,9,33,3,32,8,65,128,9,106,33,23,32,8,40,2,136,9,33,26,65,0,33,14,35,0,65,32,107,34,10,36,0,32,10,32,3,65,24,108,65,128,24,106,34,3,41,2,16,55,3,24,32,10,32,3,41,2,8,55,3,16,32,10,32,3,41,2,0,55,3,8,32,10,65,130,30,45,0,0,58,0,6,32,10,65,128,30,47,0,0,59,1,4,32,26,65,15,74,33,30,3,64,32,29,32,14,65,4,116,106,34,3,40,2,4,33,9,32,10,65,8,106,32,14,65,2,116,106,40,2,0,33,16,32,3,32,3,40,2,0,34,8,65,128,128,128,240,0,107,34,6,65,11,118,65,248,63,113,65,208,144,3,106,34,4,40,2,4,32,4,52,2,0,32,8,65,255,255,0,113,173,126,66,14,136,167,106,65,6,32,6,65,24,117,107,117,34,6,54,2,4,32,16,65,3,113,33,8,32,16,65,4,113,33,4,2,64,32,6,65,224,8,72,32,9,65,223,8,76,113,69,4,64,32,8,65,144,2,108,32,25,106,65,253,1,107,65,112,113,32,12,32,8,27,33,15,32,10,65,4,106,32,8,106,34,21,45,0,0,65,0,71,32,4,65,0,71,113,33,4,2,64,32,16,65,4,118,65,3,113,34,8,4,64,32,10,65,4,106,32,8,106,45,0,0,13,1,11,32,3,40,2,8,33,8,32,3,40,2,12,33,19,2,64,32,30,13,0,32,16,65,192,1,113,65,192,1,71,13,0,32,15,33,16,32,26,65,1,106,33,27,32,6,32,9,107,65,32,106,65,6,117,172,33,32,32,9,172,33,34,32,23,40,2,4,33,15,32,23,40,2,0,33,9,65,0,33,6,2,64,32,4,4,64,3,64,32,16,32,6,65,2,116,106,34,4,32,4,40,2,0,32,32,32,34,124,34,34,32,19,32,15,34,4,32,9,106,32,27,117,106,34,15,65,11,118,65,248,63,113,65,208,208,2,106,34,9,40,2,4,32,9,52,2,0,32,15,65,255,255,0,113,173,126,66,14,136,167,106,172,126,66,24,136,34,33,167,34,15,106,54,2,0,32,8,32,19,106,33,19,32,4,33,9,32,6,65,1,106,34,6,65,192,0,71,13,0,12,2,11,0,11,3,64,32,16,32,6,65,2,116,106,32,32,32,34,124,34,34,32,15,34,4,32,9,106,32,27,117,32,19,106,34,15,65,11,118,65,248,63,113,65,208,208,2,106,34,9,40,2,4,32,9,52,2,0,32,15,65,255,255,0,113,173,126,66,14,136,167,106,172,126,66,24,136,34,33,167,34,15,54,2,0,32,8,32,19,106,33,19,32,4,33,9,32,6,65,1,106,34,6,65,192,0,71,13,0,11,11,32,23,32,33,62,2,4,32,23,32,4,54,2,0,32,21,65,1,58,0,0,12,3,11,32,6,32,9,107,65,32,106,65,6,117,172,33,32,32,9,172,33,33,65,0,33,9,2,64,32,4,4,64,3,64,32,15,32,9,65,2,116,106,34,4,32,4,40,2,0,32,32,32,33,124,34,33,32,19,65,11,118,65,248,63,113,65,208,208,2,106,34,4,40,2,4,32,4,52,2,0,32,19,65,255,255,0,113,173,126,66,14,136,167,106,172,126,66,24,136,167,106,54,2,0,32,8,32,19,106,33,19,32,9,65,1,106,34,9,65,192,0,71,13,0,12,2,11,0,11,3,64,32,15,32,9,65,2,116,106,32,32,32,33,124,34,33,32,19,65,11,118,65,248,63,113,65,208,208,2,106,34,4,40,2,4,32,4,52,2,0,32,19,65,255,255,0,113,173,126,66,14,136,167,106,172,126,66,24,136,62,2,0,32,8,32,19,106,33,19,32,9,65,1,106,34,9,65,192,0,71,13,0,11,11,32,21,65,1,58,0,0,12,2,11,32,8,65,144,2,108,32,25,106,65,253,1,107,65,112,113,33,8,32,3,40,2,12,33,16,32,3,40,2,8,33,19,32,6,32,9,107,65,32,106,65,6,117,172,33,32,32,9,172,33,33,65,0,33,9,2,64,32,4,4,64,3,64,32,15,32,9,65,2,116,34,4,106,34,6,32,6,40,2,0,32,32,32,33,124,34,33,32,4,32,8,106,40,2,0,32,16,106,34,4,65,11,118,65,248,63,113,65,208,208,2,106,34,6,40,2,4,32,6,52,2,0,32,4,65,255,255,0,113,173,126,66,14,136,167,106,172,126,66,24,136,167,106,54,2,0,32,16,32,19,106,33,16,32,9,65,1,106,34,9,65,192,0,71,13,0,12,2,11,0,11,3,64,32,15,32,9,65,2,116,34,4,106,32,32,32,33,124,34,33,32,4,32,8,106,40,2,0,32,16,106,34,4,65,11,118,65,248,63,113,65,208,208,2,106,34,6,40,2,4,32,6,52,2,0,32,4,65,255,255,0,113,173,126,66,14,136,167,106,172,126,66,24,136,62,2,0,32,16,32,19,106,33,16,32,9,65,1,106,34,9,65,192,0,71,13,0,11,11,32,21,65,1,58,0,0,12,1,11,32,4,13,0,32,10,65,4,106,32,8,106,65,0,58,0,0,11,32,3,32,3,40,2,12,32,3,40,2,8,65,6,116,106,54,2,12,32,14,65,1,106,34,14,65,6,71,13,0,11,32,10,65,32,106,36,0,11,32,5,65,1,106,34,5,65,16,71,13,0,11,32,2,32,18,107,33,11,65,0,33,5,3,64,32,22,32,5,32,18,106,65,1,116,106,32,17,32,5,32,11,107,65,1,116,106,65,234,231,0,106,32,5,32,11,72,27,65,128,128,126,65,255,255,1,32,12,32,5,65,2,116,106,40,2,0,34,3,65,13,118,32,3,65,255,255,255,255,0,74,27,32,3,65,128,128,128,128,127,72,27,59,1,0,32,5,65,1,106,34,5,65,192,0,71,13,0,11,32,18,65,64,107,34,18,32,2,72,13,0,11,11,32,18,32,2,107,33,13,11,32,17,32,13,54,2,236,104,32,24,65,144,2,106,36,0,2,64,32,0,40,2,164,64,34,2,69,13,0,32,1,40,2,4,40,2,0,33,1,32,2,65,3,113,33,3,32,0,40,2,160,64,33,18,65,0,33,0,32,2,65,1,107,65,3,79,4,64,32,2,65,124,113,33,17,65,0,33,2,3,64,32,1,32,0,65,2,116,106,32,18,32,0,65,1,116,106,46,1,0,178,67,0,0,0,56,148,56,2,0,32,1,32,0,65,1,114,34,5,65,2,116,106,32,18,32,5,65,1,116,106,46,1,0,178,67,0,0,0,56,148,56,2,0,32,1,32,0,65,2,114,34,5,65,2,116,106,32,18,32,5,65,1,116,106,46,1,0,178,67,0,0,0,56,148,56,2,0,32,1,32,0,65,3,114,34,5,65,2,116,106,32,18,32,5,65,1,116,106,46,1,0,178,67,0,0,0,56,148,56,2,0,32,0,65,4,106,33,0,32,2,65,4,106,34,2,32,17,71,13,0,11,11,32,3,69,13,0,3,64,32,1,32,0,65,2,116,106,32,18,32,0,65,1,116,106,46,1,0,178,67,0,0,0,56,148,56,2,0,32,0,65,1,106,33,0,32,31,65,1,106,34,31,32,3,71,13,0,11,11,11,4,0,32,0,11,6,0,32,0,16,86,11,3,0,1,11,3,0,1,11,3,0,1,11,18,0,32,0,32,2,54,2,8,32,0,32,1,54,2,4,65,0,11,50,0,32,0,173,32,1,173,32,2,173,32,3,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,0,17,0,0,167,11,47,0,32,0,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,4,17,0,0,26,11,48,0,32,0,173,32,1,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,8,17,0,0,26,11,50,0,32,0,173,32,1,173,32,2,187,189,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,44,17,0,0,26,11,50,0,32,0,173,32,1,173,32,2,173,32,3,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,24,17,0,0,26,11,49,0,32,0,173,32,1,173,32,2,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,28,17,0,0,26,11,49,0,32,0,173,32,1,173,32,2,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,20,17,0,0,26,11,49,0,32,0,173,32,1,173,32,2,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,48,17,0,0,26,11,50,0,32,0,173,32,1,173,32,2,173,32,3,189,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,32,17,0,0,26,11,50,0,32,0,173,32,1,173,32,2,173,32,3,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,36,17,0,0,26,11,51,0,32,0,173,32,1,173,32,2,173,32,3,173,32,4,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,40,17,0,0,26,11,208,4,2,7,127,1,125,32,0,65,0,54,2,160,4,32,0,66,0,55,2,152,4,2,127,32,0,40,2,176,4,178,32,0,40,2,192,4,183,68,123,20,174,71,225,122,132,63,162,182,148,34,8,139,67,0,0,0,79,93,4,64,32,8,168,12,1,11,65,128,128,128,128,120,11,33,1,32,0,45,0,197,4,4,64,32,0,32,1,65,0,32,1,65,0,74,27,34,2,54,2,152,4,11,32,0,45,0,196,4,4,64,32,0,32,1,65,0,32,1,65,0,74,27,34,4,54,2,156,4,11,32,0,45,0,198,4,34,5,4,64,32,0,32,1,65,0,32,1,65,0,74,27,34,3,54,2,160,4,11,2,127,32,0,40,2,168,4,178,32,0,40,2,208,4,183,68,123,20,174,71,225,122,132,63,162,182,148,34,8,139,67,0,0,0,79,93,4,64,32,8,168,12,1,11,65,128,128,128,128,120,11,33,1,32,0,45,0,213,4,4,64,32,0,32,2,32,1,32,1,32,2,72,27,34,2,54,2,152,4,11,32,0,45,0,212,4,4,64,32,0,32,4,32,1,32,1,32,4,72,27,34,4,54,2,156,4,11,32,0,45,0,214,4,34,6,4,64,32,0,32,3,32,1,32,1,32,3,72,27,34,3,54,2,160,4,11,2,127,32,0,40,2,172,4,178,32,0,40,2,200,4,183,68,123,20,174,71,225,122,132,63,162,182,148,34,8,139,67,0,0,0,79,93,4,64,32,8,168,12,1,11,65,128,128,128,128,120,11,33,1,32,0,45,0,205,4,4,64,32,0,32,2,32,1,32,1,32,2,72,27,34,2,54,2,152,4,11,32,0,45,0,204,4,4,64,32,0,32,4,32,1,32,1,32,4,72,27,34,4,54,2,156,4,11,32,0,45,0,206,4,34,7,4,64,32,0,32,3,32,1,32,1,32,3,72,27,34,3,54,2,160,4,11,2,127,32,0,40,2,164,4,178,32,0,40,2,216,4,183,68,123,20,174,71,225,122,132,63,162,182,148,34,8,139,67,0,0,0,79,93,4,64,32,8,168,12,1,11,65,128,128,128,128,120,11,33,1,32,0,45,0,221,4,4,64,32,0,32,2,32,1,32,1,32,2,72,27,54,2,152,4,11,32,0,45,0,220,4,4,64,32,0,32,4,32,1,32,1,32,4,72,27,54,2,156,4,11,32,0,45,0,222,4,34,2,4,64,32,0,32,3,32,1,32,1,32,3,72,27,54,2,160,4,11,2,64,32,5,13,0,32,7,13,0,32,6,13,0,32,2,13,0,32,0,65,255,0,54,2,160,4,11,11,17,0,32,0,32,1,106,65,208,225,0,106,32,2,58,0,0,11,177,2,2,5,127,2,124,35,0,65,16,107,34,6,36,0,32,2,65,0,74,4,64,3,64,2,64,32,0,40,2,128,64,32,0,40,2,132,64,34,4,65,127,115,106,65,255,63,113,34,3,69,4,64,32,6,66,128,128,128,128,128,200,208,7,55,3,8,65,28,33,5,2,64,32,6,65,8,106,34,3,69,13,0,32,3,40,2,4,34,4,65,255,147,235,220,3,75,13,0,32,3,40,2,0,34,3,65,0,72,13,0,32,3,183,68,0,0,0,0,0,64,143,64,162,32,4,183,68,0,0,0,0,128,132,46,65,163,160,33,8,16,3,33,9,3,64,16,3,32,9,161,32,8,99,13,0,11,65,0,33,5,11,65,0,32,5,107,34,3,65,129,96,79,4,127,65,140,163,4,65,0,32,3,107,54,2,0,65,0,5,32,3,11,26,12,1,11,32,0,32,4,106,32,1,32,2,32,3,32,2,32,3,73,27,34,3,65,128,192,0,32,4,107,34,5,32,3,32,5,72,27,34,7,16,69,26,32,3,32,5,74,4,64,32,0,32,1,32,7,106,32,3,32,7,107,16,69,26,11,32,0,32,3,32,4,106,65,255,63,113,54,2,132,64,32,1,32,3,106,33,1,32,2,32,3,107,33,2,11,32,2,65,0,74,13,0,11,11,32,6,65,16,106,36,0,11,186,2,1,4,127,3,64,32,1,32,5,65,21,108,106,34,2,32,0,32,5,65,17,108,106,34,3,41,0,0,55,0,0,32,2,32,3,40,0,7,54,0,7,32,2,32,3,45,0,11,34,4,65,3,113,58,0,11,32,2,32,4,65,2,118,65,3,113,58,0,12,32,2,32,3,44,0,12,34,4,65,3,118,58,0,20,32,2,32,4,65,7,113,58,0,13,32,2,32,3,44,0,13,34,4,65,2,118,58,0,15,32,2,32,4,65,3,113,58,0,14,32,2,32,3,45,0,14,58,0,16,32,2,32,3,44,0,15,34,4,65,1,118,58,0,18,32,2,32,4,65,1,113,58,0,17,32,2,32,3,45,0,16,58,0,19,32,5,65,1,106,34,5,65,6,71,13,0,11,32,1,32,0,41,0,102,55,0,126,32,1,32,0,45,0,110,58,0,134,1,32,1,32,0,45,0,111,34,2,65,7,113,58,0,135,1,32,1,32,2,65,24,116,65,24,117,65,3,118,58,0,136,1,32,1,32,0,40,0,112,54,0,137,1,32,1,32,0,44,0,116,34,2,65,4,118,58,0,143,1,32,1,32,2,65,1,113,58,0,141,1,32,1,32,2,65,1,118,65,7,113,58,0,142,1,32,1,32,0,41,0,117,55,0,144,1,32,1,32,0,40,0,124,54,0,151,1,32,1,65,63,58,0,155,1,11,167,1,1,3,127,32,0,32,1,44,0,0,34,2,65,165,1,108,65,6,117,65,1,32,2,27,34,2,65,176,176,2,40,2,0,34,4,108,65,11,32,2,65,160,1,107,65,4,117,65,11,106,32,2,65,160,1,72,27,108,54,2,4,32,0,2,127,32,1,44,0,1,34,2,69,4,64,65,127,33,2,65,127,12,1,11,65,227,0,32,2,107,34,2,65,15,113,65,16,114,32,2,65,4,117,65,1,106,116,34,3,32,4,108,33,2,32,3,65,128,255,3,113,34,3,65,128,1,32,3,27,32,4,108,11,54,2,20,32,0,32,2,54,2,16,32,0,32,1,45,0,5,58,0,8,32,0,32,1,45,0,4,65,0,71,58,0,10,11,145,1,1,2,127,32,0,65,184,4,106,16,44,32,0,65,252,4,106,16,44,32,0,65,192,5,106,16,44,32,0,65,132,6,106,16,44,32,0,65,200,6,106,16,44,32,0,65,140,7,106,16,44,32,0,65,176,8,106,34,0,45,0,52,4,64,32,0,65,0,58,0,52,32,0,65,3,54,2,44,32,0,32,0,65,12,106,34,1,40,2,16,65,128,31,106,44,0,0,65,19,116,34,2,54,2,36,32,0,32,2,32,0,40,2,32,74,58,0,40,32,0,65,208,208,3,40,2,0,32,1,40,2,0,65,144,30,106,45,0,0,108,54,2,48,11,11,181,2,2,6,127,1,126,32,0,32,1,54,2,52,32,1,65,3,76,4,64,32,0,32,0,40,2,32,2,127,32,0,32,1,65,2,116,106,40,2,16,34,4,65,20,78,4,64,32,4,65,28,106,12,1,11,32,4,65,2,116,65,240,31,106,40,2,0,11,65,5,116,65,64,113,106,34,2,65,176,33,32,2,65,176,33,74,27,65,16,116,65,128,128,128,133,1,107,34,2,54,2,44,32,0,32,2,32,0,40,2,40,34,5,74,58,0,48,32,0,40,2,36,34,6,32,0,32,1,65,2,116,106,40,2,0,34,7,65,41,108,65,6,117,106,34,3,65,63,32,3,65,63,72,27,33,3,2,64,32,2,32,5,71,65,0,32,1,32,4,114,34,1,27,69,4,64,32,0,65,160,176,2,53,2,0,34,8,2,127,32,6,32,7,106,34,2,65,227,0,32,2,65,227,0,72,27,34,2,65,205,0,78,4,64,65,227,0,32,2,107,65,20,108,12,1,11,32,2,65,2,116,65,192,32,106,40,2,0,34,2,32,1,13,0,26,32,2,65,20,109,11,172,126,66,24,136,62,2,60,12,1,11,32,0,65,0,54,2,60,65,160,176,2,53,2,0,33,8,11,32,0,32,8,32,3,65,3,113,65,4,114,32,3,65,2,117,65,8,106,116,172,126,66,24,136,62,2,56,11,11,223,1,1,3,127,2,64,32,0,40,2,60,34,2,69,13,0,32,0,32,2,65,64,106,54,2,60,32,2,65,192,0,74,13,0,32,0,65,0,54,2,60,32,0,32,0,40,2,52,65,1,106,16,42,11,2,64,32,0,40,2,52,34,2,65,3,78,4,64,32,2,65,3,71,13,1,32,0,45,0,64,13,1,11,32,0,40,2,60,13,0,2,64,32,0,45,0,48,4,64,32,0,32,0,40,2,56,65,128,128,128,136,1,32,0,40,2,40,34,1,65,128,128,208,53,32,1,65,128,128,208,53,74,27,34,1,107,65,24,117,108,32,1,106,34,1,54,2,40,32,1,32,0,40,2,44,34,3,72,13,2,32,0,32,3,54,2,40,12,1,11,32,0,32,0,40,2,40,32,0,40,2,56,107,34,1,54,2,40,32,1,32,0,40,2,44,34,3,74,13,1,32,0,32,3,54,2,40,11,32,0,32,2,65,1,106,16,42,11,32,0,40,2,40,11,23,0,32,0,45,0,64,4,64,32,0,65,0,58,0,64,32,0,65,3,16,42,11,11,146,75,2,29,127,1,124,35,0,65,144,1,107,34,19,36,0,32,19,65,248,220,0,54,2,60,32,19,65,132,221,0,40,2,0,34,7,54,2,0,32,19,32,7,65,12,107,40,2,0,106,65,136,221,0,40,2,0,54,2,0,32,19,40,2,0,33,7,32,19,65,0,54,2,4,32,19,32,7,65,12,107,40,2,0,106,34,8,32,19,65,8,106,34,7,16,207,1,32,8,66,128,128,128,128,112,55,2,72,32,19,65,248,220,0,54,2,60,32,19,65,228,220,0,54,2,0,32,7,16,95,33,28,32,19,66,0,55,3,40,32,19,66,0,55,3,48,32,19,65,8,54,2,56,32,19,65,152,216,0,54,2,8,32,7,32,1,16,164,1,32,19,33,1,35,0,65,176,2,107,34,7,36,0,32,7,65,168,2,106,34,29,65,0,54,2,0,32,7,66,0,55,3,160,2,32,0,65,16,16,238,5,34,8,54,2,0,32,0,66,139,128,128,128,128,130,128,128,128,127,55,2,4,32,8,65,159,13,40,0,0,54,0,7,32,8,65,152,13,41,0,0,55,0,0,32,8,65,0,58,0,11,32,0,65,0,58,0,35,32,0,65,0,58,0,12,32,0,65,0,59,0,23,32,0,66,0,55,2,36,32,0,66,0,55,2,44,32,7,65,196,219,0,54,2,208,1,32,7,65,208,219,0,40,2,0,34,23,54,2,152,1,32,23,65,12,107,40,2,0,32,7,65,152,1,106,106,65,212,219,0,40,2,0,54,2,0,32,7,40,2,152,1,65,12,107,40,2,0,32,7,65,152,1,106,106,34,23,32,7,65,152,1,106,65,4,114,34,22,16,207,1,32,23,66,128,128,128,128,112,55,2,72,32,7,65,196,219,0,54,2,208,1,32,7,65,176,219,0,54,2,152,1,32,22,16,95,33,30,32,7,66,0,55,2,188,1,32,7,66,0,55,2,196,1,32,7,65,16,54,2,204,1,32,7,65,152,216,0,54,2,156,1,32,0,65,40,106,33,20,32,0,65,36,106,33,26,32,0,65,24,106,33,25,32,0,65,12,106,33,24,32,7,65,128,1,106,33,27,65,0,33,23,3,64,2,64,32,7,65,232,0,106,32,1,32,1,40,2,0,65,12,107,40,2,0,106,16,203,1,32,7,65,232,0,106,65,148,169,4,16,168,2,34,8,173,65,10,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,8,40,2,0,40,2,28,17,0,0,167,33,8,32,7,65,232,0,106,16,163,2,32,7,65,160,2,106,33,11,65,0,33,18,35,0,65,16,107,34,15,36,0,32,15,65,8,106,32,1,65,1,16,115,26,32,15,45,0,8,4,64,2,64,32,11,44,0,11,65,0,72,4,64,32,11,40,2,0,65,0,58,0,0,32,11,65,0,54,2,4,12,1,11,32,11,65,0,58,0,11,32,11,65,0,58,0,0,11,32,1,65,24,106,33,21,32,8,65,255,1,113,33,6,2,127,2,64,3,64,2,64,32,21,32,1,40,2,0,65,12,107,40,2,0,106,40,2,0,34,8,40,2,12,34,10,32,8,40,2,16,71,4,64,32,8,32,10,65,1,106,54,2,12,32,10,45,0,0,33,8,12,1,11,32,8,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,8,40,2,0,40,2,40,17,0,0,167,34,8,65,127,70,13,2,11,65,0,32,6,32,8,65,255,1,113,70,13,2,26,32,11,32,8,65,24,116,65,24,117,16,129,6,32,18,65,1,106,33,18,32,11,44,0,11,65,0,78,13,0,32,11,40,2,4,65,111,71,13,0,11,65,4,12,1,11,65,2,65,6,32,18,27,11,33,8,32,1,32,1,40,2,0,65,12,107,40,2,0,106,34,11,32,11,40,2,16,32,8,114,16,204,1,11,32,15,65,16,106,36,0,32,1,34,8,32,8,40,2,0,65,12,107,40,2,0,106,45,0,16,65,5,113,13,0,32,7,65,152,1,106,32,7,40,2,160,2,32,7,65,160,2,106,32,7,45,0,171,2,34,8,65,24,116,65,24,117,65,0,72,34,15,27,32,7,40,2,164,2,32,8,32,15,27,16,50,65,201,21,65,1,16,50,26,32,23,65,1,106,33,23,32,7,40,2,160,2,34,21,32,7,65,160,2,106,32,7,45,0,171,2,34,6,65,24,116,65,24,117,65,0,72,34,15,27,34,8,45,0,0,65,33,70,13,1,2,64,2,64,2,64,32,16,14,3,0,1,2,4,11,65,1,33,16,32,24,32,7,65,160,2,106,70,13,3,32,24,44,0,11,65,0,78,4,64,32,15,69,4,64,32,24,32,7,41,3,160,2,55,2,0,32,24,32,29,40,2,0,54,2,8,12,5,11,32,24,32,21,32,7,40,2,164,2,16,128,6,12,4,11,32,24,32,8,32,7,40,2,164,2,32,6,32,15,27,16,255,5,26,12,3,11,32,26,32,8,16,68,54,2,0,65,2,33,16,12,2,11,32,23,33,10,35,0,65,208,0,107,34,16,36,0,32,7,65,232,0,106,34,11,66,129,128,128,128,16,55,3,16,32,11,66,0,55,3,8,32,11,65,1,54,2,0,32,11,65,3,58,0,35,32,11,65,213,14,47,0,0,59,0,24,32,11,65,215,14,45,0,0,58,0,26,32,11,66,128,128,128,128,128,128,128,248,63,55,3,40,32,11,65,0,58,0,27,2,64,32,7,65,160,2,106,34,9,32,11,65,24,106,34,6,70,13,0,32,9,44,0,11,65,0,78,4,64,32,6,32,9,41,2,0,55,2,0,32,6,32,9,40,2,8,54,2,8,12,1,11,32,6,32,9,40,2,0,32,9,40,2,4,16,128,6,11,32,9,40,2,0,32,9,32,9,45,0,11,34,6,65,24,116,65,24,117,65,0,72,34,15,27,33,8,2,124,2,64,2,64,2,64,2,64,32,9,40,2,4,32,6,32,15,27,34,21,65,0,74,4,64,32,8,32,21,106,33,18,32,21,33,6,32,8,33,15,3,64,32,15,65,46,32,6,16,78,34,6,69,13,2,32,6,45,0,0,65,46,71,4,64,32,18,32,6,65,1,106,34,15,107,34,6,65,0,74,13,1,12,3,11,11,32,6,32,18,70,13,1,32,6,32,8,107,65,127,70,13,1,32,11,65,0,54,2,0,2,124,35,0,65,192,1,107,34,9,36,0,32,9,66,0,55,3,176,1,32,8,16,81,34,10,65,112,73,4,64,2,64,2,64,32,10,65,11,79,4,64,32,10,65,16,106,65,112,113,34,15,16,238,5,33,6,32,9,32,15,65,128,128,128,128,120,114,54,2,24,32,9,32,6,54,2,16,32,9,32,10,54,2,20,12,1,11,32,9,32,10,58,0,27,32,9,65,16,106,33,6,32,10,69,13,1,11,32,6,32,8,32,10,16,69,26,11,32,6,32,10,106,65,0,58,0,0,32,9,65,248,220,0,54,2,92,32,9,65,132,221,0,40,2,0,34,10,54,2,32,32,10,65,12,107,40,2,0,32,9,65,32,106,106,65,136,221,0,40,2,0,54,2,0,32,9,65,0,54,2,36,32,9,40,2,32,65,12,107,40,2,0,32,9,65,32,106,106,34,8,32,9,65,40,106,34,10,16,207,1,32,8,66,128,128,128,128,112,55,2,72,32,9,65,248,220,0,54,2,92,32,9,65,228,220,0,54,2,32,32,10,16,95,33,8,32,9,66,0,55,3,72,32,9,66,0,55,3,80,32,9,65,8,54,2,88,32,9,65,152,216,0,54,2,40,32,10,32,9,65,16,106,16,164,1,32,9,44,0,27,65,0,72,4,64,32,9,40,2,16,16,86,11,32,9,40,2,32,65,12,107,40,2,0,33,6,35,0,65,16,107,34,15,36,0,65,168,1,16,238,5,33,10,32,15,65,244,13,16,51,34,21,33,3,32,10,65,0,16,243,3,32,10,65,136,235,1,54,2,0,32,10,65,8,106,16,244,3,33,5,32,10,65,152,1,106,32,3,16,52,33,18,16,159,4,40,2,0,65,8,106,34,3,32,5,71,4,64,32,3,40,2,0,33,17,32,3,40,2,4,33,13,35,0,65,16,107,34,12,36,0,2,64,32,17,32,13,16,216,3,34,4,32,5,16,215,5,77,4,64,32,12,32,13,54,2,12,32,17,32,5,16,140,4,32,4,79,34,14,4,127,32,13,5,32,12,32,17,54,2,12,32,5,16,140,4,33,3,32,12,65,12,106,34,2,32,2,40,2,0,32,3,65,2,116,106,54,2,0,32,12,40,2,12,11,32,5,40,2,0,16,234,3,33,17,32,14,69,4,64,32,5,32,12,40,2,12,32,13,32,4,32,5,16,140,4,107,16,219,5,12,2,11,32,5,32,17,16,169,4,12,1,11,32,5,40,2,0,4,64,32,5,16,245,3,32,5,16,180,5,32,5,40,2,0,32,5,16,215,5,16,216,5,32,5,16,208,5,65,0,54,2,0,32,5,66,0,55,3,0,11,32,5,32,5,32,4,16,220,5,16,138,4,32,5,32,17,32,13,32,4,16,219,5,11,32,12,65,16,106,36,0,11,65,0,33,3,3,64,32,5,16,140,4,32,3,75,4,64,32,5,32,3,16,160,4,40,2,0,4,64,32,5,32,3,16,160,4,40,2,0,16,161,4,11,32,3,65,1,106,33,3,12,1,11,11,65,12,16,238,5,33,3,35,0,65,16,107,34,5,36,0,32,3,65,0,16,145,4,32,3,65,156,235,1,54,2,0,32,3,32,18,16,159,1,16,240,1,34,13,54,2,8,32,13,69,4,64,32,5,65,131,18,32,18,16,138,6,16,177,1,0,11,32,5,65,16,106,36,0,32,10,32,3,16,246,3,65,12,16,238,5,33,3,35,0,65,16,107,34,5,36,0,32,3,65,0,16,146,4,32,3,65,188,235,1,54,2,0,32,3,32,18,16,159,1,16,240,1,34,13,54,2,8,32,13,69,4,64,32,5,65,184,19,32,18,16,138,6,16,177,1,0,11,32,5,65,16,106,36,0,32,10,32,3,16,247,3,32,10,65,20,16,238,5,32,18,65,0,16,162,4,16,248,3,32,10,65,12,16,238,5,32,18,65,0,16,163,4,16,249,3,65,8,16,238,5,33,3,32,18,16,159,1,26,32,3,65,0,16,243,3,32,3,65,168,242,1,54,2,0,32,3,65,172,156,2,54,2,0,32,10,32,3,16,250,3,65,12,16,238,5,34,3,33,2,32,18,16,159,1,33,13,35,0,65,32,107,34,5,36,0,32,2,65,0,16,243,3,32,2,65,136,237,1,54,2,0,32,2,32,13,16,240,1,34,2,54,2,8,32,2,69,4,64,32,5,65,16,106,65,177,15,32,5,32,13,16,51,16,46,16,177,1,0,11,32,5,65,32,106,36,0,32,3,65,148,157,2,54,2,0,32,10,32,3,16,251,3,65,8,16,238,5,33,3,32,18,16,159,1,26,32,3,65,0,16,243,3,32,3,65,188,243,1,54,2,0,32,3,65,252,157,2,54,2,0,32,10,32,3,16,252,3,65,8,16,238,5,33,3,32,18,16,159,1,26,32,3,65,0,16,243,3,32,3,65,176,244,1,54,2,0,32,3,65,228,158,2,54,2,0,32,10,32,3,16,253,3,65,24,16,238,5,34,3,65,0,16,149,4,32,3,65,180,238,1,54,2,0,32,18,16,159,1,33,2,35,0,65,48,107,34,13,36,0,2,64,2,64,32,2,65,244,13,16,235,1,4,64,32,13,65,40,106,32,2,16,255,4,34,5,16,128,5,69,13,1,32,3,65,8,106,32,5,40,2,0,16,129,5,34,2,40,2,0,32,5,40,2,0,16,130,5,26,32,3,65,9,106,32,2,40,2,4,32,5,40,2,0,16,130,5,26,32,3,65,12,106,32,2,40,2,8,16,131,5,32,5,16,132,5,11,32,13,65,48,106,36,0,12,1,11,32,13,65,24,106,65,195,17,32,13,65,8,106,32,2,16,51,16,46,16,177,1,0,11,32,10,32,3,16,254,3,65,28,16,238,5,34,3,65,0,16,150,4,32,3,65,220,238,1,54,2,0,32,18,16,159,1,33,2,35,0,65,48,107,34,13,36,0,2,64,2,64,32,2,65,244,13,16,235,1,4,64,32,13,65,40,106,32,2,16,255,4,34,5,16,128,5,69,13,1,32,3,65,8,106,32,5,40,2,0,16,129,5,34,2,40,2,0,32,5,40,2,0,16,134,5,26,32,3,65,12,106,32,2,40,2,4,32,5,40,2,0,16,134,5,26,32,3,65,16,106,32,2,40,2,8,16,131,5,32,5,16,132,5,11,32,13,65,48,106,36,0,12,1,11,32,13,65,24,106,65,128,17,32,13,65,8,106,32,2,16,51,16,46,16,177,1,0,11,32,10,32,3,16,255,3,65,200,0,16,238,5,34,3,65,0,16,151,4,32,3,65,148,145,2,54,2,0,32,3,65,12,106,16,151,1,26,32,3,65,24,106,16,151,1,26,32,3,65,36,106,16,151,1,26,32,3,65,48,106,16,151,1,26,32,18,16,159,1,33,4,35,0,65,48,107,34,14,36,0,2,64,32,14,65,40,106,32,4,16,255,4,34,5,16,128,5,4,64,32,3,65,8,106,32,5,40,2,0,16,129,5,34,4,40,2,20,32,5,40,2,0,16,130,5,69,4,64,32,3,65,255,0,58,0,8,11,32,3,65,9,106,32,4,40,2,24,32,5,40,2,0,16,130,5,69,4,64,32,3,65,255,0,58,0,9,11,32,3,65,12,106,32,4,40,2,28,16,131,5,32,3,65,24,106,34,13,32,4,40,2,16,16,131,5,32,3,32,4,44,0,41,34,2,65,255,0,70,4,127,65,0,5,32,2,11,54,2,60,32,3,65,36,106,32,4,45,0,46,4,127,32,4,40,2,32,5,65,133,15,11,16,131,5,32,3,65,48,106,32,4,45,0,47,4,127,32,4,40,2,36,5,65,133,15,11,16,131,5,32,3,65,64,107,32,14,65,24,106,32,13,16,52,34,2,65,0,32,4,44,0,42,32,4,44,0,43,32,4,44,0,46,16,173,5,32,3,65,196,0,106,32,13,65,0,32,4,44,0,44,32,4,44,0,45,32,4,44,0,47,16,173,5,32,2,16,246,5,26,32,5,16,132,5,32,14,65,48,106,36,0,12,1,11,32,14,65,24,106,65,213,16,32,14,65,8,106,32,4,16,51,16,46,16,177,1,0,11,32,10,32,3,16,128,4,65,200,0,16,238,5,34,3,65,0,16,152,4,32,3,65,252,145,2,54,2,0,32,3,65,12,106,16,151,1,26,32,3,65,24,106,16,151,1,26,32,3,65,36,106,16,151,1,26,32,3,65,48,106,16,151,1,26,32,18,16,159,1,33,4,35,0,65,48,107,34,14,36,0,2,64,32,14,65,40,106,32,4,16,255,4,34,5,16,128,5,4,64,32,3,65,8,106,32,5,40,2,0,16,129,5,34,4,40,2,20,32,5,40,2,0,16,130,5,69,4,64,32,3,65,255,0,58,0,8,11,32,3,65,9,106,32,4,40,2,24,32,5,40,2,0,16,130,5,69,4,64,32,3,65,255,0,58,0,9,11,32,3,65,12,106,32,4,40,2,28,16,131,5,32,3,65,24,106,34,13,32,4,40,2,12,16,131,5,32,3,32,4,44,0,40,34,2,65,255,0,70,4,127,65,0,5,32,2,11,54,2,60,32,3,65,36,106,32,4,45,0,52,4,127,32,4,40,2,32,5,65,133,15,11,16,131,5,32,3,65,48,106,32,4,45,0,53,4,127,32,4,40,2,36,5,65,133,15,11,16,131,5,32,3,65,64,107,32,14,65,24,106,32,13,16,52,34,2,65,1,32,4,44,0,48,32,4,44,0,49,32,4,44,0,52,16,173,5,32,3,65,196,0,106,32,13,65,1,32,4,44,0,50,32,4,44,0,51,32,4,44,0,53,16,173,5,32,2,16,246,5,26,32,5,16,132,5,32,14,65,48,106,36,0,12,1,11,32,14,65,24,106,65,213,16,32,14,65,8,106,32,4,16,51,16,46,16,177,1,0,11,32,10,32,3,16,129,4,65,204,0,16,238,5,34,3,65,0,16,153,4,32,3,65,228,146,2,54,2,0,32,3,65,16,106,16,151,1,26,32,3,65,28,106,16,151,1,26,32,3,65,40,106,16,151,1,26,32,3,65,52,106,16,151,1,26,32,18,16,159,1,33,14,35,0,65,192,3,107,34,4,36,0,2,64,2,64,2,64,2,64,32,4,65,184,3,106,32,14,16,255,4,34,5,16,128,5,4,64,32,3,65,8,106,32,5,40,2,0,16,129,5,34,14,40,2,20,32,5,40,2,0,16,134,5,69,4,64,32,3,65,255,255,255,255,7,54,2,8,11,32,3,65,12,106,32,14,40,2,24,32,5,40,2,0,16,134,5,69,4,64,32,3,65,255,255,255,255,7,54,2,12,11,32,3,65,16,106,32,14,40,2,28,16,131,5,32,4,66,0,55,3,8,32,4,32,14,40,2,16,54,2,4,32,4,65,16,106,32,4,65,4,106,65,228,0,32,4,65,8,106,32,5,40,2,0,16,170,3,34,2,65,127,70,13,1,32,3,65,28,106,34,13,32,4,65,16,106,32,4,65,16,106,32,2,65,2,116,106,16,171,5,32,3,32,14,44,0,41,34,2,65,255,0,70,4,127,65,0,5,32,2,11,54,2,64,2,64,32,14,45,0,46,69,4,64,32,3,65,40,106,65,200,240,1,16,140,5,12,1,11,32,4,66,0,55,3,8,32,4,32,14,40,2,32,54,2,4,32,4,65,16,106,32,4,65,4,106,65,228,0,32,4,65,8,106,32,5,40,2,0,16,170,3,34,2,65,127,70,13,3,32,3,65,40,106,32,4,65,16,106,32,4,65,16,106,32,2,65,2,116,106,16,171,5,11,2,64,32,14,45,0,47,69,4,64,32,3,65,52,106,65,200,240,1,16,140,5,12,1,11,32,4,66,0,55,3,8,32,4,32,14,40,2,36,54,2,4,32,4,65,16,106,32,4,65,4,106,65,228,0,32,4,65,8,106,32,5,40,2,0,16,170,3,34,2,65,127,70,13,4,32,3,65,52,106,32,4,65,16,106,32,4,65,16,106,32,2,65,2,116,106,16,171,5,11,32,3,65,196,0,106,32,4,65,168,3,106,32,13,16,188,3,34,2,65,0,32,14,44,0,42,32,14,44,0,43,32,14,44,0,46,16,175,5,32,3,65,200,0,106,32,13,65,0,32,14,44,0,44,32,14,44,0,45,32,14,44,0,47,16,175,5,32,2,16,246,5,26,32,5,16,132,5,32,4,65,192,3,106,36,0,12,4,11,32,4,65,16,106,65,213,16,32,4,65,168,3,106,32,14,16,51,16,46,16,177,1,0,11,16,177,1,0,11,16,177,1,0,11,16,177,1,0,11,32,10,32,3,16,130,4,65,204,0,16,238,5,34,3,65,0,16,154,4,32,3,65,204,147,2,54,2,0,32,3,65,16,106,16,151,1,26,32,3,65,28,106,16,151,1,26,32,3,65,40,106,16,151,1,26,32,3,65,52,106,16,151,1,26,32,18,16,159,1,33,14,35,0,65,192,3,107,34,4,36,0,2,64,2,64,2,64,2,64,32,4,65,184,3,106,32,14,16,255,4,34,5,16,128,5,4,64,32,3,65,8,106,32,5,40,2,0,16,129,5,34,14,40,2,20,32,5,40,2,0,16,134,5,69,4,64,32,3,65,255,255,255,255,7,54,2,8,11,32,3,65,12,106,32,14,40,2,24,32,5,40,2,0,16,134,5,69,4,64,32,3,65,255,255,255,255,7,54,2,12,11,32,3,65,16,106,32,14,40,2,28,16,131,5,32,4,66,0,55,3,8,32,4,32,14,40,2,12,54,2,4,32,4,65,16,106,32,4,65,4,106,65,228,0,32,4,65,8,106,32,5,40,2,0,16,170,3,34,2,65,127,70,13,1,32,3,65,28,106,34,13,32,4,65,16,106,32,4,65,16,106,32,2,65,2,116,106,16,171,5,32,3,32,14,44,0,40,34,2,65,255,0,70,4,127,65,0,5,32,2,11,54,2,64,2,64,32,14,45,0,52,69,4,64,32,3,65,40,106,65,200,240,1,16,140,5,12,1,11,32,4,66,0,55,3,8,32,4,32,14,40,2,32,54,2,4,32,4,65,16,106,32,4,65,4,106,65,228,0,32,4,65,8,106,32,5,40,2,0,16,170,3,34,2,65,127,70,13,3,32,3,65,40,106,32,4,65,16,106,32,4,65,16,106,32,2,65,2,116,106,16,171,5,11,2,64,32,14,45,0,53,69,4,64,32,3,65,52,106,65,200,240,1,16,140,5,12,1,11,32,4,66,0,55,3,8,32,4,32,14,40,2,36,54,2,4,32,4,65,16,106,32,4,65,4,106,65,228,0,32,4,65,8,106,32,5,40,2,0,16,170,3,34,2,65,127,70,13,4,32,3,65,52,106,32,4,65,16,106,32,4,65,16,106,32,2,65,2,116,106,16,171,5,11,32,3,65,196,0,106,32,4,65,168,3,106,32,13,16,188,3,34,2,65,1,32,14,44,0,48,32,14,44,0,49,32,14,44,0,52,16,175,5,32,3,65,200,0,106,32,13,65,1,32,14,44,0,50,32,14,44,0,51,32,14,44,0,53,16,175,5,32,2,16,246,5,26,32,5,16,132,5,32,4,65,192,3,106,36,0,12,4,11,32,4,65,16,106,65,213,16,32,4,65,168,3,106,32,14,16,51,16,46,16,177,1,0,11,16,177,1,0,11,16,177,1,0,11,16,177,1,0,11,32,10,32,3,16,131,4,65,160,4,16,238,5,34,3,65,0,16,155,4,35,0,65,32,107,34,14,36,0,32,3,65,12,106,34,12,32,18,34,2,16,165,5,32,12,65,172,1,106,33,5,32,12,65,4,106,33,13,3,64,32,13,16,151,1,65,12,106,34,13,32,5,71,13,0,11,32,12,65,204,3,106,33,5,32,12,65,172,1,106,33,13,3,64,32,13,16,151,1,65,12,106,34,13,32,5,71,13,0,11,32,12,65,228,3,106,33,5,32,12,65,204,3,106,33,13,3,64,32,13,16,151,1,65,12,106,34,13,32,5,71,13,0,11,32,12,65,228,3,106,16,151,1,26,32,12,65,240,3,106,16,151,1,26,32,12,65,252,3,106,16,151,1,26,32,12,65,136,4,106,16,151,1,26,32,14,65,8,106,34,5,32,2,65,1,16,162,4,26,32,5,65,136,167,2,54,2,0,32,5,33,13,65,0,33,5,35,0,65,176,1,107,34,2,36,0,32,2,65,128,1,106,65,0,65,44,16,71,26,3,64,32,5,65,7,70,4,64,2,64,65,0,33,5,3,64,32,5,65,12,70,13,1,32,2,32,5,54,2,144,1,32,2,65,16,106,65,228,0,65,246,13,32,2,65,128,1,106,32,12,40,2,0,16,8,26,32,12,32,5,65,12,108,106,34,4,65,172,1,106,32,2,65,16,106,16,131,5,32,2,65,16,106,65,228,0,65,176,13,32,2,65,128,1,106,32,12,40,2,0,16,8,26,32,4,65,188,2,106,32,2,65,16,106,16,131,5,32,5,65,1,106,33,5,12,0,11,0,11,5,32,2,32,5,54,2,152,1,32,2,65,16,106,65,228,0,65,249,13,32,2,65,128,1,106,32,12,40,2,0,16,8,26,32,12,32,5,65,12,108,106,34,4,65,4,106,32,2,65,16,106,16,131,5,32,2,65,16,106,65,228,0,65,179,13,32,2,65,128,1,106,32,12,40,2,0,16,8,26,32,4,65,216,0,106,32,2,65,16,106,16,131,5,32,5,65,1,106,33,5,12,1,11,11,32,2,65,1,54,2,136,1,32,2,65,16,106,65,228,0,65,213,10,32,2,65,128,1,106,32,12,40,2,0,16,8,26,32,12,65,204,3,106,32,2,65,16,106,16,131,5,32,2,65,13,54,2,136,1,32,2,65,16,106,65,228,0,65,213,10,32,2,65,128,1,106,32,12,40,2,0,16,8,26,32,12,65,216,3,106,32,2,65,16,106,16,131,5,32,2,32,12,65,227,0,32,13,16,167,5,32,12,65,228,3,106,32,2,16,154,1,32,2,16,246,5,26,32,2,32,12,65,242,0,32,13,16,167,5,32,12,65,240,3,106,32,2,16,154,1,32,2,16,246,5,26,32,2,32,12,65,248,0,32,13,16,167,5,32,12,65,252,3,106,32,2,16,154,1,32,2,16,246,5,26,32,2,32,12,65,216,0,32,13,16,167,5,32,12,65,136,4,106,32,2,16,154,1,32,2,16,246,5,26,32,2,65,176,1,106,36,0,32,13,16,205,4,26,32,14,65,32,106,36,0,32,3,65,184,133,2,54,2,8,32,3,65,236,132,2,54,2,0,32,10,32,3,16,132,4,65,160,4,16,238,5,34,3,65,0,16,156,4,35,0,65,16,107,34,13,36,0,32,3,65,12,106,34,17,32,18,34,2,16,165,5,32,17,65,172,1,106,33,12,32,17,65,4,106,33,5,3,64,32,5,16,151,1,65,12,106,34,5,32,12,71,13,0,11,32,17,65,204,3,106,33,12,32,17,65,172,1,106,33,5,3,64,32,5,16,151,1,65,12,106,34,5,32,12,71,13,0,11,32,17,65,228,3,106,33,12,32,17,65,204,3,106,33,5,3,64,32,5,16,151,1,65,12,106,34,5,32,12,71,13,0,11,32,17,65,228,3,106,16,151,1,26,32,17,65,240,3,106,16,151,1,26,32,17,65,252,3,106,16,151,1,26,32,17,65,136,4,106,16,151,1,26,32,13,32,2,65,1,16,163,4,26,32,13,65,232,167,2,54,2,0,32,13,33,5,65,0,33,12,35,0,65,208,4,107,34,2,36,0,32,2,65,160,4,106,65,0,65,44,16,71,26,32,2,66,0,55,3,24,2,64,2,64,3,64,32,12,65,7,70,4,64,65,0,33,12,2,64,2,64,2,64,3,64,2,64,32,12,65,12,70,4,64,32,2,65,1,54,2,168,4,32,2,65,176,3,106,65,228,0,65,213,10,32,2,65,160,4,106,32,17,40,2,0,16,8,26,32,2,66,0,55,3,24,32,2,32,2,65,176,3,106,54,2,20,32,2,65,32,106,32,2,65,20,106,65,228,0,32,2,65,24,106,32,17,40,2,0,16,170,3,34,12,65,127,71,13,1,16,177,1,0,11,32,2,32,12,54,2,176,4,32,2,65,176,3,106,65,228,0,65,246,13,32,2,65,160,4,106,32,17,40,2,0,16,8,26,32,2,66,0,55,3,24,32,2,32,2,65,176,3,106,54,2,8,32,2,65,32,106,32,2,65,8,106,65,228,0,32,2,65,24,106,32,17,40,2,0,16,170,3,34,4,65,1,106,65,1,77,13,2,32,17,32,12,65,12,108,106,34,14,65,172,1,106,32,2,65,32,106,32,2,65,32,106,32,4,65,2,116,106,16,171,5,32,2,65,176,3,106,65,228,0,65,176,13,32,2,65,160,4,106,32,17,40,2,0,16,8,26,32,2,66,0,55,3,24,32,2,32,2,65,176,3,106,54,2,8,32,2,65,32,106,32,2,65,8,106,65,228,0,32,2,65,24,106,32,17,40,2,0,16,170,3,34,4,65,1,106,65,1,77,13,3,32,14,65,188,2,106,32,2,65,32,106,32,2,65,32,106,32,4,65,2,116,106,16,171,5,32,12,65,1,106,33,12,12,1,11,11,32,17,65,204,3,106,32,2,65,32,106,32,2,65,32,106,32,12,65,2,116,106,16,171,5,32,2,65,13,54,2,168,4,32,2,65,176,3,106,65,228,0,65,213,10,32,2,65,160,4,106,32,17,40,2,0,16,8,26,32,2,66,0,55,3,24,32,2,32,2,65,176,3,106,54,2,20,32,2,65,32,106,32,2,65,20,106,65,228,0,32,2,65,24,106,32,17,40,2,0,16,170,3,34,12,65,127,70,13,2,32,17,65,216,3,106,32,2,65,32,106,32,2,65,32,106,32,12,65,2,116,106,16,171,5,32,2,65,8,106,32,17,65,227,0,32,5,16,169,5,32,17,65,228,3,106,32,2,65,8,106,16,220,3,32,2,65,8,106,16,246,5,26,32,2,65,8,106,32,17,65,242,0,32,5,16,169,5,32,17,65,240,3,106,32,2,65,8,106,16,220,3,32,2,65,8,106,16,246,5,26,32,2,65,8,106,32,17,65,248,0,32,5,16,169,5,32,17,65,252,3,106,32,2,65,8,106,16,220,3,32,2,65,8,106,16,246,5,26,32,2,65,8,106,32,17,65,216,0,32,5,16,169,5,32,17,65,136,4,106,32,2,65,8,106,16,220,3,32,2,65,8,106,16,246,5,26,32,2,65,208,4,106,36,0,12,6,11,16,177,1,0,11,16,177,1,0,11,16,177,1,0,11,32,2,32,12,54,2,184,4,32,2,65,176,3,106,65,228,0,65,249,13,32,2,65,160,4,106,32,17,40,2,0,16,8,26,32,2,66,0,55,3,24,32,2,32,2,65,176,3,106,54,2,8,32,2,65,32,106,32,2,65,8,106,65,228,0,32,2,65,24,106,32,17,40,2,0,16,170,3,34,4,65,1,106,65,1,75,4,64,32,17,32,12,65,12,108,106,34,14,65,4,106,32,2,65,32,106,32,2,65,32,106,32,4,65,2,116,106,16,171,5,32,2,65,176,3,106,65,228,0,65,179,13,32,2,65,160,4,106,32,17,40,2,0,16,8,26,32,2,66,0,55,3,24,32,2,32,2,65,176,3,106,54,2,8,32,2,65,32,106,32,2,65,8,106,65,228,0,32,2,65,24,106,32,17,40,2,0,16,170,3,34,4,65,1,106,65,1,77,13,2,32,14,65,216,0,106,32,2,65,32,106,32,2,65,32,106,32,4,65,2,116,106,16,171,5,32,12,65,1,106,33,12,12,1,11,11,16,177,1,0,11,16,177,1,0,11,32,5,16,211,4,26,32,13,65,16,106,36,0,32,3,65,224,135,2,54,2,8,32,3,65,148,135,2,54,2,0,32,10,32,3,16,133,4,65,12,16,238,5,34,3,65,0,16,243,3,32,3,65,8,106,32,18,16,172,5,32,3,65,160,137,2,54,2,0,32,3,65,188,139,2,54,2,0,32,10,32,3,16,134,4,65,12,16,238,5,34,3,65,0,16,243,3,32,3,65,8,106,32,18,16,172,5,32,3,65,188,138,2,54,2,0,32,3,65,176,140,2,54,2,0,32,10,32,3,16,135,4,65,8,16,238,5,34,3,65,0,16,157,4,32,3,65,148,155,2,54,2,0,32,10,32,3,16,136,4,65,8,16,238,5,34,3,65,0,16,158,4,32,3,65,224,155,2,54,2,0,32,10,32,3,16,137,4,32,21,16,246,5,26,32,9,32,10,54,2,0,32,10,16,161,4,32,15,65,16,106,36,0,32,9,65,8,106,32,6,32,9,65,32,106,106,34,6,16,203,1,32,9,65,16,106,32,6,65,28,106,34,15,16,170,4,26,32,15,32,9,34,10,16,172,4,32,6,65,1,16,202,1,32,9,65,16,106,16,163,2,32,6,40,2,24,34,6,4,64,32,6,173,32,10,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,6,40,2,0,40,2,8,17,0,0,26,32,9,65,184,1,106,32,6,65,4,106,34,6,16,170,4,33,15,32,6,32,10,16,172,4,32,15,16,163,2,11,32,9,65,8,106,16,163,2,32,10,16,163,2,32,9,65,176,1,106,33,13,35,0,65,32,107,34,6,36,0,32,6,65,0,54,2,28,32,6,65,24,106,32,9,65,32,106,34,15,65,0,16,115,45,0,0,4,64,32,6,65,16,106,32,15,32,15,40,2,0,65,12,107,40,2,0,106,16,203,1,32,6,65,16,106,65,216,167,4,16,168,2,33,10,32,6,65,8,106,32,15,16,118,33,21,32,6,16,119,33,18,32,10,173,32,21,40,2,0,173,32,18,40,2,0,173,32,15,32,15,40,2,0,65,12,107,40,2,0,106,173,32,6,65,28,106,173,32,13,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,10,40,2,0,40,2,44,17,0,0,167,26,32,6,65,16,106,16,163,2,32,15,32,15,40,2,0,65,12,107,40,2,0,106,32,6,40,2,28,16,125,11,32,6,65,32,106,36,0,32,9,65,128,221,0,40,2,0,34,10,54,2,32,32,10,65,12,107,40,2,0,32,9,65,32,106,106,65,140,221,0,40,2,0,54,2,0,32,9,65,152,216,0,54,2,40,32,9,43,3,176,1,33,31,32,9,44,0,83,65,0,72,4,64,32,9,40,2,72,16,86,11,32,8,16,93,26,32,9,65,220,0,106,16,92,32,9,65,192,1,106,36,0,32,31,12,1,11,16,53,0,11,12,5,11,32,11,65,1,54,2,0,12,1,11,32,11,65,1,54,2,0,32,21,65,0,76,13,0,32,8,33,6,3,64,32,6,65,47,32,21,16,78,34,6,69,13,1,32,6,45,0,0,65,47,71,4,64,32,18,32,6,65,1,106,34,6,107,34,21,65,0,74,13,1,12,2,11,11,32,6,32,18,70,13,0,32,6,32,8,107,34,6,65,127,71,13,1,11,65,1,33,15,32,8,16,68,33,6,32,11,65,1,54,2,16,32,11,32,6,54,2,20,12,1,11,2,64,32,16,65,64,107,32,9,65,0,32,6,32,9,16,253,5,34,15,44,0,11,65,0,78,4,64,32,11,32,16,65,64,107,16,68,54,2,20,12,1,11,32,11,32,15,40,2,0,34,15,16,68,54,2,20,32,15,16,86,11,2,64,32,16,65,64,107,32,9,32,6,65,1,106,65,127,32,9,16,253,5,34,6,44,0,11,65,0,78,4,64,32,11,32,16,65,64,107,16,68,34,15,54,2,16,12,1,11,32,11,32,6,40,2,0,34,6,16,68,54,2,16,32,6,16,86,32,11,40,2,16,33,15,11,32,11,40,2,20,33,6,11,32,6,65,0,32,15,27,69,4,64,32,16,65,64,107,65,225,14,16,51,33,6,2,64,32,10,65,0,72,13,0,32,16,65,16,106,32,10,16,139,6,32,16,32,16,65,16,106,65,134,20,16,254,5,34,11,65,8,106,34,15,40,2,0,54,2,40,32,16,32,11,41,2,0,55,3,32,32,11,66,0,55,2,0,32,15,65,0,54,2,0,32,16,32,16,65,32,106,65,252,14,16,130,6,34,11,65,8,106,34,15,40,2,0,54,2,56,32,16,32,11,41,2,0,55,3,48,32,11,66,0,55,2,0,32,15,65,0,54,2,0,32,6,32,16,40,2,48,32,16,65,48,106,32,16,45,0,59,34,11,65,24,116,65,24,117,65,0,72,34,15,27,32,16,40,2,52,32,11,32,15,27,16,252,5,26,32,16,44,0,59,65,0,72,4,64,32,16,40,2,48,16,86,11,32,16,44,0,43,65,0,72,4,64,32,16,40,2,32,16,86,11,32,16,44,0,27,65,0,78,13,0,32,16,40,2,16,16,86,11,32,16,65,32,106,65,136,15,32,9,16,138,6,32,16,65,48,106,32,16,65,32,106,65,251,14,16,47,32,6,32,16,65,48,106,34,9,40,2,0,32,9,32,9,45,0,11,34,11,65,24,116,65,24,117,65,0,72,34,10,27,32,9,40,2,4,32,11,32,10,27,16,252,5,26,32,16,65,48,106,16,246,5,26,32,16,65,32,106,16,246,5,26,65,16,16,0,34,11,32,16,32,6,16,52,16,48,32,11,65,140,35,65,16,16,1,0,11,32,6,183,32,15,183,163,16,77,68,0,0,0,0,0,192,146,64,162,68,239,57,250,254,66,46,230,63,163,11,33,31,32,11,32,31,57,3,8,32,11,32,31,68,0,0,0,0,0,192,146,64,163,68,0,0,0,0,0,0,240,63,160,57,3,40,32,16,65,208,0,106,36,0,2,64,32,0,40,2,44,34,8,32,0,40,2,48,71,4,64,32,8,32,7,41,3,104,55,3,0,32,8,32,7,41,3,120,55,3,16,32,8,32,7,41,3,112,55,3,8,32,8,65,24,106,33,15,2,64,32,7,44,0,139,1,65,0,78,4,64,32,15,32,27,41,2,0,55,2,0,32,15,32,27,40,2,8,54,2,8,12,1,11,32,15,32,7,40,2,128,1,32,7,40,2,132,1,16,250,5,11,32,8,32,7,43,3,144,1,57,3,40,32,0,32,8,65,48,106,34,8,54,2,44,12,1,11,32,7,65,232,0,106,33,8,65,0,33,16,2,64,2,64,2,64,32,20,40,2,4,34,9,32,20,40,2,0,34,10,107,65,48,109,34,21,65,1,106,34,6,65,214,170,213,42,73,4,64,32,6,32,20,40,2,8,32,10,107,65,48,109,34,11,65,1,116,34,18,32,6,32,18,75,27,65,213,170,213,42,32,11,65,170,213,170,21,73,27,34,11,4,64,32,11,65,214,170,213,42,79,13,2,32,11,65,48,108,16,238,5,33,16,11,32,16,32,21,65,48,108,106,34,6,32,8,41,3,0,55,3,0,32,6,32,8,41,3,16,55,3,16,32,6,32,8,41,3,8,55,3,8,32,11,65,48,108,33,18,32,6,65,24,106,33,11,2,64,32,8,44,0,35,65,0,78,4,64,32,11,32,8,65,24,106,34,15,41,2,0,55,2,0,32,11,32,15,40,2,8,54,2,8,12,1,11,32,11,32,8,40,2,24,32,8,40,2,28,16,250,5,32,20,40,2,4,33,9,32,20,40,2,0,33,10,11,32,16,32,18,106,33,11,32,16,32,21,65,48,108,106,32,8,43,3,40,57,3,40,32,6,65,48,106,33,16,32,9,32,10,70,13,2,3,64,32,6,65,48,107,34,6,32,9,65,48,107,34,9,41,3,0,55,3,0,32,6,32,9,41,3,16,55,3,16,32,6,32,9,41,3,8,55,3,8,32,6,32,9,65,32,106,34,8,40,2,0,54,2,32,32,6,32,9,41,2,24,55,2,24,32,9,66,0,55,3,24,32,8,65,0,54,2,0,32,6,32,9,43,3,40,57,3,40,32,9,32,10,71,13,0,11,32,20,32,11,54,2,8,32,20,40,2,4,33,8,32,20,32,16,54,2,4,32,20,40,2,0,33,9,32,20,32,6,54,2,0,32,8,32,9,70,13,3,3,64,32,8,65,48,107,33,6,32,8,65,13,107,44,0,0,65,0,72,4,64,32,8,65,24,107,40,2,0,16,86,11,32,6,33,8,32,6,32,9,71,13,0,11,12,3,11,16,56,0,11,65,136,12,16,55,0,11,32,20,32,11,54,2,8,32,20,32,16,54,2,4,32,20,32,6,54,2,0,11,32,9,4,64,32,9,16,86,11,32,0,40,2,44,33,8,11,32,26,40,2,0,32,8,32,20,40,2,0,107,65,48,109,70,33,8,32,7,44,0,139,1,65,0,72,4,64,32,7,40,2,128,1,16,86,11,65,3,65,2,32,8,27,33,16,12,1,11,11,2,64,2,64,32,16,65,2,113,4,64,32,0,40,2,36,34,1,32,0,40,2,44,32,0,40,2,40,107,65,48,109,71,13,1,32,7,65,232,0,106,33,1,35,0,65,32,107,34,8,36,0,2,64,32,22,40,2,48,34,20,65,16,113,4,64,32,22,40,2,24,32,22,40,2,44,75,4,64,32,22,32,22,40,2,24,54,2,44,11,32,1,32,22,40,2,20,32,22,40,2,44,32,8,65,24,106,16,161,1,26,12,1,11,32,20,65,8,113,4,64,32,1,32,22,40,2,8,32,22,40,2,16,32,8,65,16,106,16,161,1,26,12,1,11,32,1,32,8,65,8,106,16,162,1,26,11,32,8,65,32,106,36,0,32,25,44,0,11,65,0,72,4,64,32,25,40,2,0,16,86,11,32,25,32,7,41,3,104,55,2,0,32,25,32,7,40,2,112,54,2,8,32,7,65,204,219,0,40,2,0,34,1,54,2,152,1,32,1,65,12,107,40,2,0,32,7,65,152,1,106,106,65,216,219,0,40,2,0,54,2,0,32,7,65,152,216,0,54,2,156,1,32,7,44,0,199,1,65,0,72,4,64,32,7,40,2,188,1,16,86,11,32,30,16,93,26,32,7,65,208,1,106,16,92,32,7,44,0,171,2,65,0,72,4,64,32,7,40,2,160,2,16,86,11,32,7,65,176,2,106,36,0,12,2,11,65,16,16,0,34,1,32,7,65,216,0,106,65,224,12,16,51,16,48,32,1,65,140,35,65,16,16,1,0,11,32,7,65,40,106,32,1,16,139,6,32,7,65,56,106,65,252,13,32,7,65,40,106,16,46,32,7,65,200,0,106,32,7,65,56,106,65,168,14,16,47,32,0,40,2,44,32,0,40,2,40,107,65,48,109,33,0,35,0,65,32,107,34,1,36,0,32,1,65,8,106,32,1,65,21,106,32,1,65,32,106,32,0,16,140,6,32,7,65,24,106,32,1,65,21,106,32,1,40,2,8,16,155,2,26,32,1,65,32,106,36,0,32,7,65,232,0,106,34,8,32,7,65,200,0,106,32,7,65,24,106,34,6,40,2,0,32,6,32,6,45,0,11,34,1,65,24,116,65,24,117,65,0,72,34,0,27,32,6,40,2,4,32,1,32,0,27,16,252,5,34,6,41,2,0,55,2,0,32,8,32,6,65,8,106,34,8,40,2,0,54,2,8,32,6,66,0,55,2,0,32,8,65,0,54,2,0,32,7,65,24,106,16,246,5,26,32,7,65,200,0,106,16,246,5,26,32,7,65,56,106,16,246,5,26,32,7,65,40,106,16,246,5,26,65,16,16,0,34,1,32,7,65,8,106,32,7,65,232,0,106,16,52,16,48,32,1,65,140,35,65,16,16,1,0,11,32,0,65,194,11,65,16,16,251,5,32,19,65,128,221,0,40,2,0,34,0,54,2,0,32,19,32,0,65,12,107,40,2,0,106,65,140,221,0,40,2,0,54,2,0,32,19,65,152,216,0,54,2,8,32,19,44,0,51,65,0,72,4,64,32,19,40,2,40,16,86,11,32,28,16,93,26,32,19,65,60,106,16,92,32,19,65,144,1,106,36,0,11,48,0,32,0,32,2,32,1,16,254,5,34,2,41,2,0,55,2,0,32,0,32,2,65,8,106,34,0,40,2,0,54,2,8,32,2,66,0,55,2,0,32,0,65,0,54,2,0,11,48,0,32,0,32,1,32,2,16,130,6,34,1,41,2,0,55,2,0,32,0,32,1,65,8,106,34,0,40,2,0,54,2,8,32,1,66,0,55,2,0,32,0,65,0,54,2,0,11,64,0,32,0,65,160,35,54,2,0,32,0,65,4,106,33,0,32,1,44,0,11,65,0,78,4,64,32,0,32,1,41,2,0,55,2,0,32,0,32,1,40,2,8,54,2,8,15,11,32,0,32,1,40,2,0,32,1,40,2,4,16,250,5,11,30,0,32,0,65,160,35,54,2,0,32,0,44,0,15,65,0,72,4,64,32,0,40,2,4,16,86,11,32,0,11,238,1,1,6,127,35,0,65,16,107,34,3,36,0,32,3,32,0,16,127,33,5,2,64,32,3,45,0,0,69,13,0,32,1,32,2,106,34,6,32,1,32,0,32,0,40,2,0,65,12,107,40,2,0,106,34,2,40,2,4,65,176,1,113,65,32,70,27,33,7,32,2,40,2,24,33,8,32,2,40,2,76,34,4,65,127,70,4,64,32,3,65,8,106,32,2,16,203,1,32,3,65,8,106,65,148,169,4,16,168,2,34,4,173,65,32,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,4,40,2,0,40,2,28,17,0,0,167,33,4,32,3,65,8,106,16,163,2,32,2,32,4,54,2,76,11,32,8,32,1,32,7,32,6,32,2,32,4,65,24,116,65,24,117,16,54,13,0,32,0,32,0,40,2,0,65,12,107,40,2,0,106,34,2,32,2,40,2,16,65,5,114,16,204,1,11,32,5,16,129,1,32,3,65,16,106,36,0,32,0,11,116,1,3,127,32,1,16,81,34,2,65,112,73,4,64,2,64,2,64,32,2,65,11,79,4,64,32,2,65,16,106,65,112,113,34,4,16,238,5,33,3,32,0,32,4,65,128,128,128,128,120,114,54,2,8,32,0,32,3,54,2,0,32,0,32,2,54,2,4,12,1,11,32,0,32,2,58,0,11,32,0,33,3,32,2,69,13,1,11,32,3,32,1,32,2,16,69,26,11,32,2,32,3,106,65,0,58,0,0,32,0,15,11,16,53,0,11,53,0,32,1,44,0,11,65,0,78,4,64,32,0,32,1,41,2,0,55,2,0,32,0,32,1,40,2,8,54,2,8,32,0,15,11,32,0,32,1,40,2,0,32,1,40,2,4,16,250,5,32,0,11,8,0,65,221,11,16,55,0,11,252,2,1,4,127,35,0,65,16,107,34,6,36,0,2,64,32,0,69,13,0,32,4,40,2,12,33,7,32,2,32,1,107,34,9,65,0,74,4,64,32,0,173,32,1,173,32,9,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,48,17,0,0,167,32,9,71,13,1,11,32,7,32,3,32,1,107,34,8,107,65,0,32,7,32,8,74,27,34,1,4,64,2,64,32,1,65,11,79,4,64,32,1,65,16,106,65,112,113,34,8,16,238,5,33,7,32,6,32,8,65,128,128,128,128,120,114,54,2,8,32,6,32,7,54,2,0,32,6,32,1,54,2,4,12,1,11,32,6,32,1,58,0,11,32,6,33,7,11,65,0,33,8,32,7,32,5,32,1,16,71,32,1,106,65,0,58,0,0,32,0,173,32,6,40,2,0,32,6,32,6,44,0,11,65,0,72,27,173,32,1,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,48,17,0,0,167,33,7,32,6,44,0,11,65,0,72,4,64,32,6,40,2,0,16,86,11,32,1,32,7,71,13,1,11,32,3,32,2,107,34,1,65,0,74,4,64,65,0,33,8,32,0,173,32,2,173,32,1,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,48,17,0,0,167,32,1,71,13,1,11,32,4,65,0,54,2,12,32,0,33,8,11,32,6,65,16,106,36,0,32,8,11,101,1,3,127,65,8,16,0,34,1,65,128,174,2,54,2,0,32,1,65,172,174,2,54,2,0,32,0,16,81,34,2,65,13,106,16,238,5,34,3,65,0,54,2,8,32,3,32,2,54,2,4,32,3,32,2,54,2,0,32,1,65,4,106,32,3,65,12,106,32,0,32,2,65,1,106,16,69,54,2,0,32,1,65,220,174,2,54,2,0,32,1,65,252,174,2,65,17,16,1,0,11,8,0,65,137,10,16,55,0,11,32,0,32,0,65,160,35,54,2,0,32,0,44,0,15,65,0,72,4,64,32,0,40,2,4,16,86,11,32,0,16,86,11,30,1,1,127,32,0,65,4,106,33,1,32,0,44,0,15,65,0,72,4,127,32,1,40,2,0,5,32,1,11,11,12,0,32,0,65,180,35,54,2,0,32,0,11,14,0,32,0,65,180,35,54,2,0,32,0,16,86,11,51,0,32,0,65,12,106,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,12,40,2,0,17,0,0,167,26,11,13,0,32,0,32,1,65,2,116,106,40,2,4,11,4,0,65,1,11,4,0,65,12,11,59,0,32,0,65,16,16,238,5,34,1,54,2,0,32,0,66,143,128,128,128,128,130,128,128,128,127,55,2,4,32,1,65,241,11,41,0,0,55,0,7,32,1,65,234,11,41,0,0,55,0,0,32,1,65,0,58,0,15,11,142,26,2,18,127,5,124,2,64,65,224,161,4,45,0,0,65,1,113,13,0,65,224,161,4,16,141,6,69,13,0,35,0,65,144,1,107,34,4,36,0,32,4,65,144,1,16,238,5,34,12,54,2,8,32,4,66,128,129,128,128,128,146,128,128,128,127,55,2,12,32,12,65,202,20,65,128,1,16,69,65,0,58,0,128,1,2,64,32,4,65,216,0,106,32,4,65,8,106,16,45,11,32,4,44,0,19,65,0,72,4,64,32,4,40,2,8,16,86,11,32,4,66,0,55,3,56,32,4,65,215,0,106,34,12,65,0,58,0,0,32,4,65,0,59,0,75,32,4,66,12,55,3,48,32,4,66,128,128,128,128,128,128,128,160,192,0,55,3,40,32,4,66,216,242,138,134,165,192,150,184,192,0,55,3,32,32,4,65,60,54,2,24,32,4,66,255,128,128,128,192,7,55,3,16,32,4,66,0,55,3,8,32,4,65,0,58,0,64,35,0,65,48,107,34,10,36,0,65,216,208,3,65,16,16,238,5,34,0,54,2,0,65,220,208,3,66,139,128,128,128,128,130,128,128,128,127,55,2,0,32,0,65,159,13,40,0,0,54,0,7,32,0,65,152,13,41,0,0,55,0,0,32,0,65,0,58,0,11,65,251,208,3,65,0,58,0,0,65,228,208,3,65,0,58,0,0,65,239,208,3,65,0,59,0,0,65,252,208,3,66,0,55,2,0,65,132,209,3,66,0,55,2,0,65,192,209,3,66,0,55,2,0,65,184,209,3,66,12,55,3,0,65,176,209,3,66,128,128,128,128,128,128,128,160,192,0,55,3,0,65,168,209,3,66,216,242,138,134,165,192,150,184,192,0,55,3,0,65,160,209,3,65,60,54,2,0,65,152,209,3,66,255,128,128,128,192,7,55,3,0,65,144,209,3,66,0,55,3,0,65,223,209,3,65,0,58,0,0,65,200,209,3,65,0,58,0,0,65,211,209,3,65,0,59,0,0,2,64,2,64,2,64,32,4,65,216,0,106,34,11,34,0,65,216,208,3,71,4,64,32,0,45,0,11,34,2,65,24,116,65,24,117,33,1,2,64,65,227,208,3,44,0,0,65,0,78,4,64,32,1,65,0,78,4,64,65,216,208,3,32,0,41,2,0,55,2,0,65,224,208,3,32,0,40,2,8,54,2,0,12,2,11,65,216,208,3,32,0,40,2,0,32,0,40,2,4,16,128,6,12,1,11,65,216,208,3,32,0,40,2,0,32,0,32,1,65,0,72,34,1,27,32,0,40,2,4,32,2,32,1,27,16,255,5,26,11,32,0,65,12,106,33,2,32,0,45,0,23,34,3,65,24,116,65,24,117,33,1,2,64,65,239,208,3,44,0,0,65,0,78,4,64,32,1,65,0,78,4,64,65,228,208,3,32,2,41,2,0,55,2,0,65,236,208,3,32,2,40,2,8,54,2,0,12,2,11,65,228,208,3,32,0,40,2,12,32,0,40,2,16,16,128,6,12,1,11,65,228,208,3,32,0,40,2,12,32,2,32,1,65,0,72,34,1,27,32,0,40,2,16,32,3,32,1,27,16,255,5,26,11,32,0,65,24,106,33,2,32,0,45,0,35,34,3,65,24,116,65,24,117,33,1,65,251,208,3,44,0,0,65,0,78,4,64,32,1,65,0,72,13,2,65,240,208,3,32,2,41,2,0,55,2,0,65,248,208,3,32,2,40,2,8,54,2,0,12,3,11,65,240,208,3,32,0,40,2,24,32,2,32,1,65,0,72,34,1,27,32,0,40,2,28,32,3,32,1,27,16,255,5,26,12,2,11,65,252,208,3,32,0,40,2,36,54,2,0,12,2,11,65,240,208,3,32,0,40,2,24,32,0,40,2,28,16,128,6,11,65,252,208,3,32,0,40,2,36,54,2,0,2,64,32,0,40,2,44,34,5,32,0,40,2,40,34,1,107,65,48,109,34,7,65,136,209,3,40,2,0,34,0,65,128,209,3,40,2,0,34,2,107,65,48,109,77,4,64,32,1,32,1,65,132,209,3,40,2,0,32,2,107,65,48,109,34,9,65,48,108,106,34,0,32,5,32,7,32,9,75,27,34,13,71,4,64,3,64,32,2,32,1,41,3,0,55,3,0,32,2,32,1,41,3,16,55,3,16,32,2,32,1,41,3,8,55,3,8,2,64,32,1,32,2,70,13,0,32,1,65,24,106,34,8,45,0,11,34,14,65,24,116,65,24,117,33,6,32,2,65,24,106,34,3,44,0,11,65,0,78,4,64,32,6,65,0,78,4,64,32,3,32,8,41,2,0,55,2,0,32,3,32,8,40,2,8,54,2,8,12,2,11,32,3,32,1,40,2,24,32,1,40,2,28,16,128,6,12,1,11,32,3,32,1,40,2,24,32,8,32,6,65,0,72,34,6,27,32,1,40,2,28,32,14,32,6,27,16,255,5,26,11,32,2,32,1,43,3,40,57,3,40,32,2,65,48,106,33,2,32,1,65,48,106,34,1,32,13,71,13,0,11,11,65,132,209,3,40,2,0,33,1,32,7,32,9,75,4,64,32,5,32,13,71,4,64,3,64,32,1,32,0,41,3,0,55,3,0,32,1,32,0,41,3,16,55,3,16,32,1,32,0,41,3,8,55,3,8,32,1,65,24,106,33,2,2,64,32,0,44,0,35,65,0,78,4,64,32,2,32,0,65,24,106,34,3,41,2,0,55,2,0,32,2,32,3,40,2,8,54,2,8,12,1,11,32,2,32,0,40,2,24,32,0,40,2,28,16,250,5,11,32,1,32,0,43,3,40,57,3,40,32,1,65,48,106,33,1,32,0,65,48,106,34,0,32,5,71,13,0,11,11,65,132,209,3,32,1,54,2,0,12,2,11,32,1,32,2,71,4,64,3,64,32,1,65,48,107,33,0,32,1,65,13,107,44,0,0,65,0,72,4,64,32,1,65,24,107,40,2,0,16,86,11,32,2,32,0,34,1,71,13,0,11,11,65,132,209,3,32,2,54,2,0,12,1,11,32,2,4,64,32,2,65,132,209,3,40,2,0,34,0,70,4,127,32,2,5,3,64,32,0,65,48,107,33,3,32,0,65,13,107,44,0,0,65,0,72,4,64,32,0,65,24,107,40,2,0,16,86,11,32,3,34,0,32,2,71,13,0,11,65,128,209,3,40,2,0,11,33,0,65,132,209,3,32,2,54,2,0,32,0,16,86,65,136,209,3,65,0,54,2,0,65,128,209,3,66,0,55,2,0,65,0,33,0,11,2,64,32,7,65,214,170,213,42,79,13,0,32,7,32,0,65,48,109,34,2,65,1,116,34,0,32,0,32,7,73,27,65,213,170,213,42,32,2,65,170,213,170,21,73,27,34,2,65,214,170,213,42,79,13,0,65,128,209,3,32,2,65,48,108,34,0,16,238,5,34,2,54,2,0,65,132,209,3,32,2,54,2,0,65,136,209,3,32,0,32,2,106,54,2,0,32,1,32,5,71,4,64,3,64,32,2,32,1,41,3,0,55,3,0,32,2,32,1,41,3,16,55,3,16,32,2,32,1,41,3,8,55,3,8,32,2,65,24,106,33,0,2,64,32,1,44,0,35,65,0,78,4,64,32,0,32,1,65,24,106,34,3,41,2,0,55,2,0,32,0,32,3,40,2,8,54,2,8,12,1,11,32,0,32,1,40,2,24,32,1,40,2,28,16,250,5,11,32,2,32,1,43,3,40,57,3,40,32,2,65,48,106,33,2,32,1,65,48,106,34,1,32,5,71,13,0,11,11,65,132,209,3,32,2,54,2,0,12,1,11,16,56,0,11,11,65,144,209,3,32,4,65,8,106,34,7,34,1,41,3,0,55,3,0,65,184,209,3,32,1,40,2,40,54,2,0,65,176,209,3,32,1,41,3,32,55,3,0,65,168,209,3,32,1,41,3,24,55,3,0,65,160,209,3,32,1,41,3,16,55,3,0,65,152,209,3,32,1,41,3,8,55,3,0,32,1,65,144,209,3,71,4,64,2,64,2,64,32,1,40,2,48,34,8,32,1,40,2,44,34,3,107,34,2,65,2,117,34,5,65,196,209,3,40,2,0,34,6,65,188,209,3,40,2,0,34,0,107,65,2,117,77,4,64,32,3,65,192,209,3,40,2,0,32,0,107,34,2,106,32,8,32,5,32,2,65,2,117,34,6,75,27,34,9,32,3,107,34,2,4,64,32,0,32,3,32,2,16,70,11,32,5,32,6,75,4,64,65,192,209,3,40,2,0,33,3,65,192,209,3,32,8,32,9,107,34,0,65,0,74,4,127,32,3,32,9,32,0,16,69,32,0,106,5,32,3,11,54,2,0,12,2,11,65,192,209,3,32,0,32,2,106,54,2,0,12,1,11,32,0,4,64,65,192,209,3,32,0,54,2,0,32,0,16,86,65,196,209,3,65,0,54,2,0,65,188,209,3,66,0,55,2,0,65,0,33,6,11,2,64,32,2,65,0,72,13,0,32,5,32,6,65,1,117,34,0,32,0,32,5,73,27,65,255,255,255,255,3,32,6,65,252,255,255,255,7,73,27,34,0,65,128,128,128,128,4,79,13,0,65,188,209,3,32,0,65,2,116,34,5,16,238,5,34,0,54,2,0,65,192,209,3,32,0,54,2,0,65,196,209,3,32,0,32,5,106,54,2,0,65,192,209,3,32,2,4,127,32,0,32,3,32,2,16,69,32,2,106,5,32,0,11,54,2,0,12,1,11,16,56,0,11,32,1,65,56,106,33,2,32,1,45,0,67,34,3,65,24,116,65,24,117,33,0,2,64,65,211,209,3,44,0,0,65,0,78,4,64,32,0,65,0,78,4,64,65,200,209,3,32,2,41,2,0,55,2,0,65,208,209,3,32,2,40,2,8,54,2,0,12,2,11,65,200,209,3,32,1,40,2,56,32,1,40,2,60,16,128,6,12,1,11,65,200,209,3,32,1,40,2,56,32,2,32,0,65,0,72,34,0,27,32,1,40,2,60,32,3,32,0,27,16,255,5,26,11,32,1,65,196,0,106,33,2,32,1,45,0,79,34,3,65,24,116,65,24,117,33,0,65,223,209,3,44,0,0,65,0,78,4,64,32,0,65,0,78,4,64,65,212,209,3,32,2,41,2,0,55,2,0,65,220,209,3,32,2,40,2,8,54,2,0,12,2,11,65,212,209,3,32,1,40,2,68,32,1,40,2,72,16,128,6,12,1,11,65,212,209,3,32,1,40,2,68,32,2,32,0,65,0,72,34,0,27,32,1,40,2,72,32,3,32,0,27,16,255,5,26,11,11,2,124,2,64,2,64,32,11,40,2,36,34,0,65,0,74,4,64,32,7,40,2,16,34,1,32,7,40,2,12,34,3,107,33,2,32,1,65,128,2,106,33,9,32,7,43,3,32,16,77,68,239,57,250,254,66,46,230,63,163,68,0,0,0,0,0,0,240,191,160,33,21,32,7,40,2,0,65,0,74,4,64,32,7,40,2,44,32,2,65,2,116,106,40,2,0,33,2,11,32,2,69,4,64,32,11,40,2,40,33,8,65,0,33,2,68,0,0,0,0,0,0,0,0,12,4,11,32,11,40,2,40,34,8,32,0,65,48,108,106,65,8,107,43,3,0,68,0,0,0,0,0,0,240,191,160,33,20,32,2,65,0,72,13,1,12,2,11,65,16,16,0,33,0,32,10,32,11,40,2,36,16,139,6,32,10,65,16,106,65,140,20,32,10,16,46,32,10,65,32,106,32,10,65,16,106,65,217,14,16,47,32,0,32,10,65,32,106,16,48,32,0,65,140,35,65,16,16,1,0,11,3,64,32,20,32,19,160,33,19,32,0,32,2,106,34,2,65,0,72,13,0,11,11,32,0,32,2,72,4,64,3,64,32,19,32,20,161,33,19,32,2,32,0,107,34,2,32,0,74,13,0,11,11,32,2,69,4,64,65,0,33,2,32,19,154,12,1,11,32,2,65,48,108,32,8,106,65,8,107,43,3,0,68,0,0,0,0,0,0,240,191,160,32,19,161,11,33,22,65,128,126,32,3,107,33,13,32,9,65,2,116,65,224,145,4,106,33,14,32,9,65,3,116,65,216,208,3,106,34,0,65,136,1,106,33,15,32,0,65,136,33,106,33,16,32,7,40,2,44,33,17,32,21,68,0,0,0,0,0,0,240,63,160,34,20,16,74,33,23,65,0,33,0,3,64,2,64,32,0,32,9,70,4,64,32,16,32,20,57,3,0,32,15,32,23,57,3,0,32,14,32,2,32,11,40,2,36,111,54,2,0,12,1,11,32,0,32,13,106,33,1,2,64,2,64,2,127,32,7,40,2,0,34,5,69,4,64,32,1,65,1,107,34,3,32,3,32,11,40,2,36,34,1,109,34,6,32,1,108,107,34,3,65,31,117,32,1,113,32,3,106,12,1,11,65,127,33,3,32,1,65,0,32,17,32,1,32,5,111,34,6,65,31,117,32,5,113,32,6,106,34,5,65,2,116,106,40,2,0,34,6,32,5,107,32,6,65,0,72,34,5,27,106,65,1,107,34,18,32,11,40,2,36,34,1,109,33,6,32,5,13,1,32,18,32,1,32,6,108,107,34,3,65,31,117,32,1,113,32,3,106,11,33,5,32,3,65,31,117,32,6,106,183,32,1,65,48,108,32,8,106,65,8,107,43,3,0,68,0,0,0,0,0,0,240,191,160,162,32,8,32,5,65,48,108,106,43,3,40,160,32,22,161,33,19,32,5,65,1,106,32,1,111,33,3,12,1,11,68,0,0,0,0,0,0,0,0,33,19,11,32,0,65,2,116,65,224,145,4,106,32,3,54,2,0,32,0,65,3,116,65,216,208,3,106,34,1,32,21,32,19,160,34,19,16,74,57,3,136,1,32,1,65,136,33,106,32,19,57,3,0,11,32,0,65,1,106,34,0,65,128,4,71,13,0,11,32,10,65,48,106,36,0,32,12,44,0,0,65,0,72,4,64,32,4,40,2,76,16,86,11,32,4,44,0,75,65,0,72,4,64,32,4,40,2,64,16,86,11,32,4,40,2,52,34,0,4,64,32,4,32,0,54,2,56,32,0,16,86,11,32,4,40,2,128,1,34,1,4,64,32,1,32,4,40,2,132,1,34,0,70,4,127,32,1,5,3,64,32,0,65,48,107,33,12,32,0,65,13,107,44,0,0,65,0,72,4,64,32,0,65,24,107,40,2,0,16,86,11,32,1,32,12,34,0,71,13,0,11,32,4,40,2,128,1,11,33,0,32,4,32,1,54,2,132,1,32,0,16,86,11,32,4,44,0,123,65,0,72,4,64,32,4,40,2,112,16,86,11,32,4,44,0,111,65,0,72,4,64,32,4,40,2,100,16,86,11,32,4,44,0,99,65,0,72,4,64,32,4,40,2,88,16,86,11,32,4,65,144,1,106,36,0,65,224,161,4,16,143,6,11,65,216,208,3,11,230,1,1,1,127,65,223,209,3,44,0,0,65,0,72,4,64,65,212,209,3,40,2,0,16,86,11,65,211,209,3,44,0,0,65,0,72,4,64,65,200,209,3,40,2,0,16,86,11,65,188,209,3,40,2,0,34,0,4,64,65,192,209,3,32,0,54,2,0,32,0,16,86,11,65,128,209,3,40,2,0,34,1,4,64,32,1,65,132,209,3,40,2,0,34,0,70,4,127,32,1,5,3,64,32,0,65,13,107,44,0,0,65,0,72,4,64,32,0,65,24,107,40,2,0,16,86,11,32,0,65,48,107,34,0,32,1,71,13,0,11,65,128,209,3,40,2,0,11,33,0,65,132,209,3,32,1,54,2,0,32,0,16,86,11,65,251,208,3,44,0,0,65,0,72,4,64,65,240,208,3,40,2,0,16,86,11,65,239,208,3,44,0,0,65,0,72,4,64,65,228,208,3,40,2,0,16,86,11,65,227,208,3,44,0,0,65,0,72,4,64,65,216,208,3,40,2,0,16,86,11,11,121,1,4,127,3,64,32,0,34,1,65,1,106,33,0,32,1,44,0,0,16,76,13,0,11,2,64,2,64,2,64,32,1,44,0,0,34,4,65,43,107,14,3,1,2,0,2,11,65,1,33,3,11,32,0,44,0,0,33,4,32,0,33,1,11,32,4,16,75,4,64,3,64,32,2,65,10,108,32,1,44,0,0,107,65,48,106,33,2,32,1,44,0,1,33,0,32,1,65,1,106,33,1,32,0,16,75,13,0,11,11,32,2,65,0,32,2,107,32,3,27,11,129,4,1,3,127,32,2,65,128,4,79,4,64,32,0,32,1,32,2,16,2,26,32,0,15,11,32,0,32,2,106,33,3,2,64,32,0,32,1,115,65,3,113,69,4,64,2,64,32,0,65,3,113,69,4,64,32,0,33,2,12,1,11,32,2,69,4,64,32,0,33,2,12,1,11,32,0,33,2,3,64,32,2,32,1,45,0,0,58,0,0,32,1,65,1,106,33,1,32,2,65,1,106,34,2,65,3,113,69,13,1,32,2,32,3,73,13,0,11,11,2,64,32,3,65,124,113,34,4,65,192,0,73,13,0,32,2,32,4,65,64,106,34,5,75,13,0,3,64,32,2,32,1,40,2,0,54,2,0,32,2,32,1,40,2,4,54,2,4,32,2,32,1,40,2,8,54,2,8,32,2,32,1,40,2,12,54,2,12,32,2,32,1,40,2,16,54,2,16,32,2,32,1,40,2,20,54,2,20,32,2,32,1,40,2,24,54,2,24,32,2,32,1,40,2,28,54,2,28,32,2,32,1,40,2,32,54,2,32,32,2,32,1,40,2,36,54,2,36,32,2,32,1,40,2,40,54,2,40,32,2,32,1,40,2,44,54,2,44,32,2,32,1,40,2,48,54,2,48,32,2,32,1,40,2,52,54,2,52,32,2,32,1,40,2,56,54,2,56,32,2,32,1,40,2,60,54,2,60,32,1,65,64,107,33,1,32,2,65,64,107,34,2,32,5,77,13,0,11,11,32,2,32,4,79,13,1,3,64,32,2,32,1,40,2,0,54,2,0,32,1,65,4,106,33,1,32,2,65,4,106,34,2,32,4,73,13,0,11,12,1,11,32,3,65,4,73,4,64,32,0,33,2,12,1,11,32,0,32,3,65,4,107,34,4,75,4,64,32,0,33,2,12,1,11,32,0,33,2,3,64,32,2,32,1,45,0,0,58,0,0,32,2,32,1,45,0,1,58,0,1,32,2,32,1,45,0,2,58,0,2,32,2,32,1,45,0,3,58,0,3,32,1,65,4,106,33,1,32,2,65,4,106,34,2,32,4,77,13,0,11,11,32,2,32,3,73,4,64,3,64,32,2,32,1,45,0,0,58,0,0,32,1,65,1,106,33,1,32,2,65,1,106,34,2,32,3,71,13,0,11,11,32,0,11,231,2,1,2,127,2,64,32,0,32,1,70,13,0,32,1,32,0,32,2,106,34,3,107,65,0,32,2,65,1,116,107,77,4,64,32,0,32,1,32,2,16,69,26,15,11,32,0,32,1,115,65,3,113,33,4,2,64,2,64,32,0,32,1,73,4,64,32,4,4,64,32,0,33,3,12,3,11,32,0,65,3,113,69,4,64,32,0,33,3,12,2,11,32,0,33,3,3,64,32,2,69,13,4,32,3,32,1,45,0,0,58,0,0,32,1,65,1,106,33,1,32,2,65,1,107,33,2,32,3,65,1,106,34,3,65,3,113,13,0,11,12,1,11,2,64,32,4,13,0,32,3,65,3,113,4,64,3,64,32,2,69,13,5,32,0,32,2,65,1,107,34,2,106,34,3,32,1,32,2,106,45,0,0,58,0,0,32,3,65,3,113,13,0,11,11,32,2,65,3,77,13,0,3,64,32,0,32,2,65,4,107,34,2,106,32,1,32,2,106,40,2,0,54,2,0,32,2,65,3,75,13,0,11,11,32,2,69,13,2,3,64,32,0,32,2,65,1,107,34,2,106,32,1,32,2,106,45,0,0,58,0,0,32,2,13,0,11,12,2,11,32,2,65,3,77,13,0,3,64,32,3,32,1,40,2,0,54,2,0,32,1,65,4,106,33,1,32,3,65,4,106,33,3,32,2,65,4,107,34,2,65,3,75,13,0,11,11,32,2,69,13,0,3,64,32,3,32,1,45,0,0,58,0,0,32,3,65,1,106,33,3,32,1,65,1,106,33,1,32,2,65,1,107,34,2,13,0,11,11,11,242,2,2,2,127,1,126,2,64,32,2,69,13,0,32,0,32,1,58,0,0,32,0,32,2,106,34,3,65,1,107,32,1,58,0,0,32,2,65,3,73,13,0,32,0,32,1,58,0,2,32,0,32,1,58,0,1,32,3,65,3,107,32,1,58,0,0,32,3,65,2,107,32,1,58,0,0,32,2,65,7,73,13,0,32,0,32,1,58,0,3,32,3,65,4,107,32,1,58,0,0,32,2,65,9,73,13,0,32,0,65,0,32,0,107,65,3,113,34,4,106,34,3,32,1,65,255,1,113,65,129,130,132,8,108,34,1,54,2,0,32,3,32,2,32,4,107,65,124,113,34,4,106,34,2,65,4,107,32,1,54,2,0,32,4,65,9,73,13,0,32,3,32,1,54,2,8,32,3,32,1,54,2,4,32,2,65,8,107,32,1,54,2,0,32,2,65,12,107,32,1,54,2,0,32,4,65,25,73,13,0,32,3,32,1,54,2,24,32,3,32,1,54,2,20,32,3,32,1,54,2,16,32,3,32,1,54,2,12,32,2,65,16,107,32,1,54,2,0,32,2,65,20,107,32,1,54,2,0,32,2,65,24,107,32,1,54,2,0,32,2,65,28,107,32,1,54,2,0,32,4,32,3,65,4,113,65,24,114,34,4,107,34,2,65,32,73,13,0,32,1,173,66,129,128,128,128,16,126,33,5,32,3,32,4,106,33,1,3,64,32,1,32,5,55,3,24,32,1,32,5,55,3,16,32,1,32,5,55,3,8,32,1,32,5,55,3,0,32,1,65,32,106,33,1,32,2,65,32,107,34,2,65,31,75,13,0,11,11,32,0,11,24,1,1,127,35,0,65,16,107,34,1,32,0,57,3,8,32,1,43,3,8,32,0,162,11,140,4,3,3,124,2,127,2,126,2,124,2,64,32,0,189,34,6,66,52,136,167,65,255,15,113,34,4,65,201,7,107,65,63,73,4,64,32,4,33,5,12,1,11,32,4,65,200,7,77,4,64,32,0,68,0,0,0,0,0,0,240,63,160,15,11,32,4,65,137,8,73,13,0,68,0,0,0,0,0,0,0,0,32,6,66,128,128,128,128,128,128,128,120,81,13,1,26,32,4,65,255,15,70,4,64,32,0,68,0,0,0,0,0,0,240,63,160,15,11,32,6,66,0,83,4,64,68,0,0,0,0,0,0,0,16,16,72,15,11,68,0,0,0,0,0,0,0,112,16,72,15,11,65,240,36,43,3,0,32,0,162,65,248,36,43,3,0,34,1,160,34,2,32,1,161,34,1,65,136,37,43,3,0,162,32,1,65,128,37,43,3,0,162,32,0,160,160,34,0,32,0,162,34,1,32,1,162,32,0,65,168,37,43,3,0,162,65,160,37,43,3,0,160,162,32,1,32,0,65,152,37,43,3,0,162,65,144,37,43,3,0,160,162,32,2,189,34,6,167,65,4,116,65,240,15,113,34,4,65,224,37,106,43,3,0,32,0,160,160,160,33,0,32,4,65,232,37,106,41,3,0,32,6,66,45,134,124,33,7,32,5,69,4,64,2,124,32,6,66,128,128,128,128,8,131,80,4,64,32,7,66,128,128,128,128,128,128,128,136,63,125,191,34,1,32,0,162,32,1,160,68,0,0,0,0,0,0,0,127,162,12,1,11,35,0,65,16,107,33,4,32,7,66,128,128,128,128,128,128,128,240,63,124,191,34,1,32,0,162,34,2,32,1,160,34,0,68,0,0,0,0,0,0,240,63,99,4,124,32,4,66,128,128,128,128,128,128,128,8,55,3,8,32,4,32,4,43,3,8,68,0,0,0,0,0,0,16,0,162,57,3,8,68,0,0,0,0,0,0,0,0,32,0,68,0,0,0,0,0,0,240,63,160,34,3,32,2,32,1,32,0,161,160,32,0,68,0,0,0,0,0,0,240,63,32,3,161,160,160,160,68,0,0,0,0,0,0,240,191,160,34,0,32,0,68,0,0,0,0,0,0,0,0,97,27,5,32,0,11,68,0,0,0,0,0,0,16,0,162,11,15,11,32,7,191,34,1,32,0,162,32,1,160,11,11,148,4,3,2,127,3,124,2,126,2,124,32,0,189,34,6,66,52,136,167,65,255,15,113,34,1,65,201,7,107,65,63,79,4,64,32,1,65,200,7,77,4,64,32,0,68,0,0,0,0,0,0,240,63,160,15,11,2,64,32,1,65,137,8,73,13,0,68,0,0,0,0,0,0,0,0,32,6,66,128,128,128,128,128,128,128,120,81,13,2,26,32,1,65,255,15,70,4,64,32,0,68,0,0,0,0,0,0,240,63,160,15,11,32,6,66,0,89,4,64,68,0,0,0,0,0,0,0,112,16,72,15,11,32,6,66,128,128,128,128,128,128,179,200,64,84,13,0,68,0,0,0,0,0,0,0,16,16,72,15,11,65,0,32,1,32,6,66,1,134,66,128,128,128,128,128,128,128,141,129,127,86,27,33,1,11,32,0,65,176,37,43,3,0,34,3,32,0,160,34,4,32,3,161,161,34,0,32,0,162,34,3,32,3,162,32,0,65,216,37,43,3,0,162,65,208,37,43,3,0,160,162,32,3,32,0,65,200,37,43,3,0,162,65,192,37,43,3,0,160,162,32,0,65,184,37,43,3,0,162,32,4,189,34,6,167,65,4,116,65,240,15,113,34,2,65,224,37,106,43,3,0,160,160,160,33,0,32,2,65,232,37,106,41,3,0,32,6,66,45,134,124,33,7,32,1,69,4,64,2,124,32,6,66,128,128,128,128,8,131,80,4,64,32,7,66,128,128,128,128,128,128,128,8,125,191,34,3,32,0,162,32,3,160,34,0,32,0,160,12,1,11,35,0,65,16,107,33,1,32,7,66,128,128,128,128,128,128,128,240,63,124,191,34,3,32,0,162,34,4,32,3,160,34,0,68,0,0,0,0,0,0,240,63,99,4,124,32,1,66,128,128,128,128,128,128,128,8,55,3,8,32,1,32,1,43,3,8,68,0,0,0,0,0,0,16,0,162,57,3,8,68,0,0,0,0,0,0,0,0,32,0,68,0,0,0,0,0,0,240,63,160,34,5,32,4,32,3,32,0,161,160,32,0,68,0,0,0,0,0,0,240,63,32,5,161,160,160,160,68,0,0,0,0,0,0,240,191,160,34,0,32,0,68,0,0,0,0,0,0,0,0,97,27,5,32,0,11,68,0,0,0,0,0,0,16,0,162,11,15,11,32,7,191,34,3,32,0,162,32,3,160,11,11,10,0,32,0,65,48,107,65,10,73,11,16,0,32,0,65,32,70,32,0,65,9,107,65,5,73,114,11,210,4,3,6,124,1,127,2,126,32,0,189,34,8,66,128,128,128,128,128,128,128,247,63,125,66,255,255,255,255,255,159,194,1,88,4,64,32,8,66,128,128,128,128,128,128,128,248,63,81,4,64,68,0,0,0,0,0,0,0,0,15,11,32,0,68,0,0,0,0,0,0,240,191,160,34,0,32,0,32,0,68,0,0,0,0,0,0,160,65,162,34,1,160,32,1,161,34,1,32,1,162,65,152,54,43,3,0,34,4,162,34,5,160,34,6,32,0,32,0,32,0,162,34,2,162,34,3,32,3,32,3,32,3,65,232,54,43,3,0,162,32,2,65,224,54,43,3,0,162,32,0,65,216,54,43,3,0,162,65,208,54,43,3,0,160,160,160,162,32,2,65,200,54,43,3,0,162,32,0,65,192,54,43,3,0,162,65,184,54,43,3,0,160,160,160,162,32,2,65,176,54,43,3,0,162,32,0,65,168,54,43,3,0,162,65,160,54,43,3,0,160,160,160,162,32,0,32,1,161,32,4,162,32,0,32,1,160,162,32,5,32,0,32,6,161,160,160,160,160,15,11,2,64,32,8,66,48,136,167,34,7,65,240,255,1,107,65,159,128,126,77,4,64,32,8,66,255,255,255,255,255,255,255,255,255,0,131,80,4,64,35,0,65,16,107,34,7,68,0,0,0,0,0,0,240,191,57,3,8,32,7,43,3,8,68,0,0,0,0,0,0,0,0,163,15,11,32,8,66,128,128,128,128,128,128,128,248,255,0,81,13,1,32,7,65,128,128,2,113,69,32,7,65,240,255,1,113,65,240,255,1,71,113,69,4,64,32,0,32,0,161,34,0,32,0,163,15,11,32,0,68,0,0,0,0,0,0,48,67,162,189,66,128,128,128,128,128,128,128,160,3,125,33,8,11,32,8,66,128,128,128,128,128,128,128,243,63,125,34,9,66,52,135,167,183,34,2,65,224,53,43,3,0,162,32,9,66,45,136,167,65,255,0,113,65,4,116,34,7,65,248,54,106,43,3,0,160,34,3,32,7,65,240,54,106,43,3,0,32,8,32,9,66,128,128,128,128,128,128,128,120,131,125,191,32,7,65,240,198,0,106,43,3,0,161,32,7,65,248,198,0,106,43,3,0,161,162,34,0,160,34,4,32,0,32,0,32,0,162,34,1,162,32,1,32,0,65,144,54,43,3,0,162,65,136,54,43,3,0,160,162,32,0,65,128,54,43,3,0,162,65,248,53,43,3,0,160,160,162,32,1,65,240,53,43,3,0,162,32,2,65,232,53,43,3,0,162,32,0,32,3,32,4,161,160,160,160,160,160,33,0,11,32,0,11,227,1,1,2,127,32,2,65,0,71,33,3,2,64,2,64,2,64,32,0,65,3,113,69,13,0,32,2,69,13,0,32,1,65,255,1,113,33,4,3,64,32,0,45,0,0,32,4,70,13,2,32,2,65,1,107,34,2,65,0,71,33,3,32,0,65,1,106,34,0,65,3,113,69,13,1,32,2,13,0,11,11,32,3,69,13,1,11,2,64,32,0,45,0,0,32,1,65,255,1,113,70,13,0,32,2,65,4,73,13,0,32,1,65,255,1,113,65,129,130,132,8,108,33,4,3,64,32,0,40,2,0,32,4,115,34,3,65,127,115,32,3,65,129,130,132,8,107,113,65,128,129,130,132,120,113,13,1,32,0,65,4,106,33,0,32,2,65,4,107,34,2,65,3,75,13,0,11,11,32,2,69,13,0,32,1,65,255,1,113,33,3,3,64,32,3,32,0,45,0,0,70,4,64,32,0,15,11,32,0,65,1,106,33,0,32,2,65,1,107,34,2,13,0,11,11,65,0,11,4,0,65,0,11,4,0,65,0,11,127,1,3,127,32,0,33,1,2,64,32,0,65,3,113,4,64,3,64,32,1,45,0,0,69,13,2,32,1,65,1,106,34,1,65,3,113,13,0,11,11,3,64,32,1,34,2,65,4,106,33,1,32,2,40,2,0,34,3,65,127,115,32,3,65,129,130,132,8,107,113,65,128,129,130,132,120,113,69,13,0,11,32,3,65,255,1,113,69,4,64,32,2,32,0,107,15,11,3,64,32,2,45,0,1,33,3,32,2,65,1,106,34,1,33,2,32,3,13,0,11,11,32,1,32,0,107,11,6,0,65,140,163,4,11,51,1,1,127,32,2,4,64,32,0,33,3,3,64,32,3,32,1,40,2,0,54,2,0,32,3,65,4,106,33,3,32,1,65,4,106,33,1,32,2,65,1,107,34,2,13,0,11,11,32,0,11,82,1,2,127,65,164,176,2,40,2,0,34,1,32,0,65,3,106,65,124,113,34,2,106,33,0,2,64,32,2,65,0,32,0,32,1,77,27,13,0,32,0,63,0,65,16,116,75,4,64,32,0,16,4,69,13,1,11,65,164,176,2,32,0,54,2,0,32,1,15,11,65,140,163,4,65,48,54,2,0,65,127,11,161,46,1,11,127,35,0,65,16,107,34,11,36,0,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,32,0,65,244,1,77,4,64,65,144,163,4,40,2,0,34,6,65,16,32,0,65,11,106,65,120,113,32,0,65,11,73,27,34,4,65,3,118,34,1,118,34,0,65,3,113,4,64,32,0,65,127,115,65,1,113,32,1,106,34,3,65,3,116,34,2,65,192,163,4,106,40,2,0,34,1,65,8,106,33,0,2,64,32,1,40,2,8,34,4,32,2,65,184,163,4,106,34,2,70,4,64,65,144,163,4,32,6,65,126,32,3,119,113,54,2,0,12,1,11,32,4,32,2,54,2,12,32,2,32,4,54,2,8,11,32,1,32,3,65,3,116,34,3,65,3,114,54,2,4,32,1,32,3,106,34,1,32,1,40,2,4,65,1,114,54,2,4,12,12,11,32,4,65,152,163,4,40,2,0,34,8,77,13,1,32,0,4,64,2,64,32,0,32,1,116,65,2,32,1,116,34,0,65,0,32,0,107,114,113,34,0,65,0,32,0,107,113,65,1,107,34,0,32,0,65,12,118,65,16,113,34,0,118,34,1,65,5,118,65,8,113,34,3,32,0,114,32,1,32,3,118,34,0,65,2,118,65,4,113,34,1,114,32,0,32,1,118,34,0,65,1,118,65,2,113,34,1,114,32,0,32,1,118,34,0,65,1,118,65,1,113,34,1,114,32,0,32,1,118,106,34,3,65,3,116,34,2,65,192,163,4,106,40,2,0,34,1,40,2,8,34,0,32,2,65,184,163,4,106,34,2,70,4,64,65,144,163,4,32,6,65,126,32,3,119,113,34,6,54,2,0,12,1,11,32,0,32,2,54,2,12,32,2,32,0,54,2,8,11,32,1,65,8,106,33,0,32,1,32,4,65,3,114,54,2,4,32,1,32,4,106,34,2,32,3,65,3,116,34,5,32,4,107,34,3,65,1,114,54,2,4,32,1,32,5,106,32,3,54,2,0,32,8,4,64,32,8,65,3,118,34,5,65,3,116,65,184,163,4,106,33,4,65,164,163,4,40,2,0,33,1,2,127,32,6,65,1,32,5,116,34,5,113,69,4,64,65,144,163,4,32,5,32,6,114,54,2,0,32,4,12,1,11,32,4,40,2,8,11,33,5,32,4,32,1,54,2,8,32,5,32,1,54,2,12,32,1,32,4,54,2,12,32,1,32,5,54,2,8,11,65,164,163,4,32,2,54,2,0,65,152,163,4,32,3,54,2,0,12,12,11,65,148,163,4,40,2,0,34,9,69,13,1,32,9,65,0,32,9,107,113,65,1,107,34,0,32,0,65,12,118,65,16,113,34,0,118,34,1,65,5,118,65,8,113,34,3,32,0,114,32,1,32,3,118,34,0,65,2,118,65,4,113,34,1,114,32,0,32,1,118,34,0,65,1,118,65,2,113,34,1,114,32,0,32,1,118,34,0,65,1,118,65,1,113,34,1,114,32,0,32,1,118,106,65,2,116,65,192,165,4,106,40,2,0,34,2,40,2,4,65,120,113,32,4,107,33,1,32,2,33,3,3,64,2,64,32,3,40,2,16,34,0,69,4,64,32,3,40,2,20,34,0,69,13,1,11,32,0,40,2,4,65,120,113,32,4,107,34,3,32,1,32,1,32,3,75,34,3,27,33,1,32,0,32,2,32,3,27,33,2,32,0,33,3,12,1,11,11,32,2,40,2,24,33,10,32,2,32,2,40,2,12,34,5,71,4,64,32,2,40,2,8,34,0,65,160,163,4,40,2,0,73,26,32,0,32,5,54,2,12,32,5,32,0,54,2,8,12,11,11,32,2,65,20,106,34,3,40,2,0,34,0,69,4,64,32,2,40,2,16,34,0,69,13,3,32,2,65,16,106,33,3,11,3,64,32,3,33,7,32,0,34,5,65,20,106,34,3,40,2,0,34,0,13,0,32,5,65,16,106,33,3,32,5,40,2,16,34,0,13,0,11,32,7,65,0,54,2,0,12,10,11,65,127,33,4,32,0,65,191,127,75,13,0,32,0,65,11,106,34,0,65,120,113,33,4,65,148,163,4,40,2,0,34,8,69,13,0,2,127,65,0,32,4,65,128,2,73,13,0,26,65,31,32,4,65,255,255,255,7,75,13,0,26,32,0,65,8,118,34,0,32,0,65,128,254,63,106,65,16,118,65,8,113,34,0,116,34,1,32,1,65,128,224,31,106,65,16,118,65,4,113,34,1,116,34,3,32,3,65,128,128,15,106,65,16,118,65,2,113,34,3,116,65,15,118,32,0,32,1,114,32,3,114,107,34,0,65,1,116,32,4,32,0,65,21,106,118,65,1,113,114,65,28,106,11,33,7,65,0,32,4,107,33,1,2,64,2,64,2,64,32,7,65,2,116,65,192,165,4,106,40,2,0,34,3,69,4,64,65,0,33,0,12,1,11,65,0,33,0,32,4,65,0,65,25,32,7,65,1,118,107,32,7,65,31,70,27,116,33,2,3,64,2,64,32,3,40,2,4,65,120,113,32,4,107,34,6,32,1,79,13,0,32,3,33,5,32,6,34,1,13,0,65,0,33,1,32,3,33,0,12,3,11,32,0,32,3,40,2,20,34,6,32,6,32,3,32,2,65,29,118,65,4,113,106,40,2,16,34,3,70,27,32,0,32,6,27,33,0,32,2,65,1,116,33,2,32,3,13,0,11,11,32,0,32,5,114,69,4,64,65,0,33,5,65,2,32,7,116,34,0,65,0,32,0,107,114,32,8,113,34,0,69,13,3,32,0,65,0,32,0,107,113,65,1,107,34,0,32,0,65,12,118,65,16,113,34,0,118,34,3,65,5,118,65,8,113,34,2,32,0,114,32,3,32,2,118,34,0,65,2,118,65,4,113,34,3,114,32,0,32,3,118,34,0,65,1,118,65,2,113,34,3,114,32,0,32,3,118,34,0,65,1,118,65,1,113,34,3,114,32,0,32,3,118,106,65,2,116,65,192,165,4,106,40,2,0,33,0,11,32,0,69,13,1,11,3,64,32,0,40,2,4,65,120,113,32,4,107,34,6,32,1,73,33,2,32,6,32,1,32,2,27,33,1,32,0,32,5,32,2,27,33,5,32,0,40,2,16,34,3,4,127,32,3,5,32,0,40,2,20,11,34,0,13,0,11,11,32,5,69,13,0,32,1,65,152,163,4,40,2,0,32,4,107,79,13,0,32,5,40,2,24,33,7,32,5,32,5,40,2,12,34,2,71,4,64,32,5,40,2,8,34,0,65,160,163,4,40,2,0,73,26,32,0,32,2,54,2,12,32,2,32,0,54,2,8,12,9,11,32,5,65,20,106,34,3,40,2,0,34,0,69,4,64,32,5,40,2,16,34,0,69,13,3,32,5,65,16,106,33,3,11,3,64,32,3,33,6,32,0,34,2,65,20,106,34,3,40,2,0,34,0,13,0,32,2,65,16,106,33,3,32,2,40,2,16,34,0,13,0,11,32,6,65,0,54,2,0,12,8,11,32,4,65,152,163,4,40,2,0,34,0,77,4,64,65,164,163,4,40,2,0,33,1,2,64,32,0,32,4,107,34,3,65,16,79,4,64,65,152,163,4,32,3,54,2,0,65,164,163,4,32,1,32,4,106,34,2,54,2,0,32,2,32,3,65,1,114,54,2,4,32,0,32,1,106,32,3,54,2,0,32,1,32,4,65,3,114,54,2,4,12,1,11,65,164,163,4,65,0,54,2,0,65,152,163,4,65,0,54,2,0,32,1,32,0,65,3,114,54,2,4,32,0,32,1,106,34,0,32,0,40,2,4,65,1,114,54,2,4,11,32,1,65,8,106,33,0,12,10,11,32,4,65,156,163,4,40,2,0,34,2,73,4,64,65,156,163,4,32,2,32,4,107,34,1,54,2,0,65,168,163,4,65,168,163,4,40,2,0,34,0,32,4,106,34,3,54,2,0,32,3,32,1,65,1,114,54,2,4,32,0,32,4,65,3,114,54,2,4,32,0,65,8,106,33,0,12,10,11,65,0,33,0,32,4,65,47,106,34,8,2,127,65,232,166,4,40,2,0,4,64,65,240,166,4,40,2,0,12,1,11,65,244,166,4,66,127,55,2,0,65,236,166,4,66,128,160,128,128,128,128,4,55,2,0,65,232,166,4,32,11,65,12,106,65,112,113,65,216,170,213,170,5,115,54,2,0,65,252,166,4,65,0,54,2,0,65,204,166,4,65,0,54,2,0,65,128,32,11,34,1,106,34,6,65,0,32,1,107,34,7,113,34,5,32,4,77,13,9,65,200,166,4,40,2,0,34,1,4,64,65,192,166,4,40,2,0,34,3,32,5,106,34,9,32,3,77,13,10,32,1,32,9,73,13,10,11,65,204,166,4,45,0,0,65,4,113,13,4,2,64,2,64,65,168,163,4,40,2,0,34,1,4,64,65,208,166,4,33,0,3,64,32,1,32,0,40,2,0,34,3,79,4,64,32,3,32,0,40,2,4,106,32,1,75,13,3,11,32,0,40,2,8,34,0,13,0,11,11,65,0,16,84,34,2,65,127,70,13,5,32,5,33,6,65,236,166,4,40,2,0,34,0,65,1,107,34,1,32,2,113,4,64,32,5,32,2,107,32,1,32,2,106,65,0,32,0,107,113,106,33,6,11,32,4,32,6,79,13,5,32,6,65,254,255,255,255,7,75,13,5,65,200,166,4,40,2,0,34,0,4,64,65,192,166,4,40,2,0,34,1,32,6,106,34,3,32,1,77,13,6,32,0,32,3,73,13,6,11,32,6,16,84,34,0,32,2,71,13,1,12,7,11,32,6,32,2,107,32,7,113,34,6,65,254,255,255,255,7,75,13,4,32,6,16,84,34,2,32,0,40,2,0,32,0,40,2,4,106,70,13,3,32,2,33,0,11,2,64,32,0,65,127,70,13,0,32,4,65,48,106,32,6,77,13,0,65,240,166,4,40,2,0,34,1,32,8,32,6,107,106,65,0,32,1,107,113,34,1,65,254,255,255,255,7,75,4,64,32,0,33,2,12,7,11,32,1,16,84,65,127,71,4,64,32,1,32,6,106,33,6,32,0,33,2,12,7,11,65,0,32,6,107,16,84,26,12,4,11,32,0,33,2,32,0,65,127,71,13,5,12,3,11,65,0,33,5,12,7,11,65,0,33,2,12,5,11,32,2,65,127,71,13,2,11,65,204,166,4,65,204,166,4,40,2,0,65,4,114,54,2,0,11,32,5,65,254,255,255,255,7,75,13,1,32,5,16,84,33,2,65,0,16,84,33,0,32,2,65,127,70,13,1,32,0,65,127,70,13,1,32,0,32,2,77,13,1,32,0,32,2,107,34,6,32,4,65,40,106,77,13,1,11,65,192,166,4,65,192,166,4,40,2,0,32,6,106,34,0,54,2,0,65,196,166,4,40,2,0,32,0,73,4,64,65,196,166,4,32,0,54,2,0,11,2,64,2,64,2,64,65,168,163,4,40,2,0,34,1,4,64,65,208,166,4,33,0,3,64,32,2,32,0,40,2,0,34,3,32,0,40,2,4,34,5,106,70,13,2,32,0,40,2,8,34,0,13,0,11,12,2,11,65,160,163,4,40,2,0,34,0,65,0,32,0,32,2,77,27,69,4,64,65,160,163,4,32,2,54,2,0,11,65,0,33,0,65,212,166,4,32,6,54,2,0,65,208,166,4,32,2,54,2,0,65,176,163,4,65,127,54,2,0,65,180,163,4,65,232,166,4,40,2,0,54,2,0,65,220,166,4,65,0,54,2,0,3,64,32,0,65,3,116,34,1,65,192,163,4,106,32,1,65,184,163,4,106,34,3,54,2,0,32,1,65,196,163,4,106,32,3,54,2,0,32,0,65,1,106,34,0,65,32,71,13,0,11,65,156,163,4,32,6,65,40,107,34,0,65,120,32,2,107,65,7,113,65,0,32,2,65,8,106,65,7,113,27,34,1,107,34,3,54,2,0,65,168,163,4,32,1,32,2,106,34,1,54,2,0,32,1,32,3,65,1,114,54,2,4,32,0,32,2,106,65,40,54,2,4,65,172,163,4,65,248,166,4,40,2,0,54,2,0,12,2,11,32,0,45,0,12,65,8,113,13,0,32,1,32,3,73,13,0,32,1,32,2,79,13,0,32,0,32,5,32,6,106,54,2,4,65,168,163,4,32,1,65,120,32,1,107,65,7,113,65,0,32,1,65,8,106,65,7,113,27,34,0,106,34,3,54,2,0,65,156,163,4,65,156,163,4,40,2,0,32,6,106,34,2,32,0,107,34,0,54,2,0,32,3,32,0,65,1,114,54,2,4,32,1,32,2,106,65,40,54,2,4,65,172,163,4,65,248,166,4,40,2,0,54,2,0,12,1,11,65,160,163,4,40,2,0,32,2,75,4,64,65,160,163,4,32,2,54,2,0,11,32,2,32,6,106,33,3,65,208,166,4,33,0,2,64,2,64,2,64,2,64,2,64,2,64,3,64,32,3,32,0,40,2,0,71,4,64,32,0,40,2,8,34,0,13,1,12,2,11,11,32,0,45,0,12,65,8,113,69,13,1,11,65,208,166,4,33,0,3,64,32,1,32,0,40,2,0,34,3,79,4,64,32,3,32,0,40,2,4,106,34,3,32,1,75,13,3,11,32,0,40,2,8,33,0,12,0,11,0,11,32,0,32,2,54,2,0,32,0,32,0,40,2,4,32,6,106,54,2,4,32,2,65,120,32,2,107,65,7,113,65,0,32,2,65,8,106,65,7,113,27,106,34,7,32,4,65,3,114,54,2,4,32,3,65,120,32,3,107,65,7,113,65,0,32,3,65,8,106,65,7,113,27,106,34,6,32,4,32,7,106,34,4,107,33,3,32,1,32,6,70,4,64,65,168,163,4,32,4,54,2,0,65,156,163,4,65,156,163,4,40,2,0,32,3,106,34,0,54,2,0,32,4,32,0,65,1,114,54,2,4,12,3,11,32,6,65,164,163,4,40,2,0,70,4,64,65,164,163,4,32,4,54,2,0,65,152,163,4,65,152,163,4,40,2,0,32,3,106,34,0,54,2,0,32,4,32,0,65,1,114,54,2,4,32,0,32,4,106,32,0,54,2,0,12,3,11,32,6,40,2,4,34,0,65,3,113,65,1,70,4,64,32,0,65,120,113,33,8,2,64,32,0,65,255,1,77,4,64,32,6,40,2,8,34,1,32,0,65,3,118,34,5,65,3,116,65,184,163,4,106,70,26,32,1,32,6,40,2,12,34,0,70,4,64,65,144,163,4,65,144,163,4,40,2,0,65,126,32,5,119,113,54,2,0,12,2,11,32,1,32,0,54,2,12,32,0,32,1,54,2,8,12,1,11,32,6,40,2,24,33,9,2,64,32,6,32,6,40,2,12,34,2,71,4,64,32,6,40,2,8,34,0,32,2,54,2,12,32,2,32,0,54,2,8,12,1,11,2,64,32,6,65,20,106,34,0,40,2,0,34,1,13,0,32,6,65,16,106,34,0,40,2,0,34,1,13,0,65,0,33,2,12,1,11,3,64,32,0,33,5,32,1,34,2,65,20,106,34,0,40,2,0,34,1,13,0,32,2,65,16,106,33,0,32,2,40,2,16,34,1,13,0,11,32,5,65,0,54,2,0,11,32,9,69,13,0,2,64,32,6,32,6,40,2,28,34,1,65,2,116,65,192,165,4,106,34,0,40,2,0,70,4,64,32,0,32,2,54,2,0,32,2,13,1,65,148,163,4,65,148,163,4,40,2,0,65,126,32,1,119,113,54,2,0,12,2,11,32,9,65,16,65,20,32,9,40,2,16,32,6,70,27,106,32,2,54,2,0,32,2,69,13,1,11,32,2,32,9,54,2,24,32,6,40,2,16,34,0,4,64,32,2,32,0,54,2,16,32,0,32,2,54,2,24,11,32,6,40,2,20,34,0,69,13,0,32,2,32,0,54,2,20,32,0,32,2,54,2,24,11,32,6,32,8,106,33,6,32,3,32,8,106,33,3,11,32,6,32,6,40,2,4,65,126,113,54,2,4,32,4,32,3,65,1,114,54,2,4,32,3,32,4,106,32,3,54,2,0,32,3,65,255,1,77,4,64,32,3,65,3,118,34,1,65,3,116,65,184,163,4,106,33,0,2,127,65,144,163,4,40,2,0,34,3,65,1,32,1,116,34,1,113,69,4,64,65,144,163,4,32,1,32,3,114,54,2,0,32,0,12,1,11,32,0,40,2,8,11,33,1,32,0,32,4,54,2,8,32,1,32,4,54,2,12,32,4,32,0,54,2,12,32,4,32,1,54,2,8,12,3,11,65,31,33,0,32,3,65,255,255,255,7,77,4,64,32,3,65,8,118,34,0,32,0,65,128,254,63,106,65,16,118,65,8,113,34,0,116,34,1,32,1,65,128,224,31,106,65,16,118,65,4,113,34,1,116,34,2,32,2,65,128,128,15,106,65,16,118,65,2,113,34,2,116,65,15,118,32,0,32,1,114,32,2,114,107,34,0,65,1,116,32,3,32,0,65,21,106,118,65,1,113,114,65,28,106,33,0,11,32,4,32,0,54,2,28,32,4,66,0,55,2,16,32,0,65,2,116,65,192,165,4,106,33,1,2,64,65,148,163,4,40,2,0,34,2,65,1,32,0,116,34,5,113,69,4,64,65,148,163,4,32,2,32,5,114,54,2,0,32,1,32,4,54,2,0,32,4,32,1,54,2,24,12,1,11,32,3,65,0,65,25,32,0,65,1,118,107,32,0,65,31,70,27,116,33,0,32,1,40,2,0,33,2,3,64,32,2,34,1,40,2,4,65,120,113,32,3,70,13,3,32,0,65,29,118,33,2,32,0,65,1,116,33,0,32,1,32,2,65,4,113,106,65,16,106,34,5,40,2,0,34,2,13,0,11,32,5,32,4,54,2,0,32,4,32,1,54,2,24,11,32,4,32,4,54,2,12,32,4,32,4,54,2,8,12,2,11,65,156,163,4,32,6,65,40,107,34,0,65,120,32,2,107,65,7,113,65,0,32,2,65,8,106,65,7,113,27,34,5,107,34,7,54,2,0,65,168,163,4,32,2,32,5,106,34,5,54,2,0,32,5,32,7,65,1,114,54,2,4,32,0,32,2,106,65,40,54,2,4,65,172,163,4,65,248,166,4,40,2,0,54,2,0,32,1,32,3,65,39,32,3,107,65,7,113,65,0,32,3,65,39,107,65,7,113,27,106,65,47,107,34,0,32,0,32,1,65,16,106,73,27,34,5,65,27,54,2,4,32,5,65,216,166,4,41,2,0,55,2,16,32,5,65,208,166,4,41,2,0,55,2,8,65,216,166,4,32,5,65,8,106,54,2,0,65,212,166,4,32,6,54,2,0,65,208,166,4,32,2,54,2,0,65,220,166,4,65,0,54,2,0,32,5,65,24,106,33,0,3,64,32,0,65,7,54,2,4,32,0,65,8,106,33,2,32,0,65,4,106,33,0,32,2,32,3,73,13,0,11,32,1,32,5,70,13,3,32,5,32,5,40,2,4,65,126,113,54,2,4,32,1,32,5,32,1,107,34,6,65,1,114,54,2,4,32,5,32,6,54,2,0,32,6,65,255,1,77,4,64,32,6,65,3,118,34,3,65,3,116,65,184,163,4,106,33,0,2,127,65,144,163,4,40,2,0,34,2,65,1,32,3,116,34,3,113,69,4,64,65,144,163,4,32,2,32,3,114,54,2,0,32,0,12,1,11,32,0,40,2,8,11,33,3,32,0,32,1,54,2,8,32,3,32,1,54,2,12,32,1,32,0,54,2,12,32,1,32,3,54,2,8,12,4,11,65,31,33,0,32,1,66,0,55,2,16,32,6,65,255,255,255,7,77,4,64,32,6,65,8,118,34,0,32,0,65,128,254,63,106,65,16,118,65,8,113,34,0,116,34,3,32,3,65,128,224,31,106,65,16,118,65,4,113,34,3,116,34,2,32,2,65,128,128,15,106,65,16,118,65,2,113,34,2,116,65,15,118,32,0,32,3,114,32,2,114,107,34,0,65,1,116,32,6,32,0,65,21,106,118,65,1,113,114,65,28,106,33,0,11,32,1,32,0,54,2,28,32,0,65,2,116,65,192,165,4,106,33,3,2,64,65,148,163,4,40,2,0,34,2,65,1,32,0,116,34,5,113,69,4,64,65,148,163,4,32,2,32,5,114,54,2,0,32,3,32,1,54,2,0,32,1,32,3,54,2,24,12,1,11,32,6,65,0,65,25,32,0,65,1,118,107,32,0,65,31,70,27,116,33,0,32,3,40,2,0,33,2,3,64,32,2,34,3,40,2,4,65,120,113,32,6,70,13,4,32,0,65,29,118,33,2,32,0,65,1,116,33,0,32,3,32,2,65,4,113,106,65,16,106,34,5,40,2,0,34,2,13,0,11,32,5,32,1,54,2,0,32,1,32,3,54,2,24,11,32,1,32,1,54,2,12,32,1,32,1,54,2,8,12,3,11,32,1,40,2,8,34,0,32,4,54,2,12,32,1,32,4,54,2,8,32,4,65,0,54,2,24,32,4,32,1,54,2,12,32,4,32,0,54,2,8,11,32,7,65,8,106,33,0,12,5,11,32,3,40,2,8,34,0,32,1,54,2,12,32,3,32,1,54,2,8,32,1,65,0,54,2,24,32,1,32,3,54,2,12,32,1,32,0,54,2,8,11,65,156,163,4,40,2,0,34,0,32,4,77,13,0,65,156,163,4,32,0,32,4,107,34,1,54,2,0,65,168,163,4,65,168,163,4,40,2,0,34,0,32,4,106,34,3,54,2,0,32,3,32,1,65,1,114,54,2,4,32,0,32,4,65,3,114,54,2,4,32,0,65,8,106,33,0,12,3,11,65,140,163,4,65,48,54,2,0,65,0,33,0,12,2,11,2,64,32,7,69,13,0,2,64,32,5,40,2,28,34,3,65,2,116,65,192,165,4,106,34,0,40,2,0,32,5,70,4,64,32,0,32,2,54,2,0,32,2,13,1,65,148,163,4,32,8,65,126,32,3,119,113,34,8,54,2,0,12,2,11,32,7,65,16,65,20,32,7,40,2,16,32,5,70,27,106,32,2,54,2,0,32,2,69,13,1,11,32,2,32,7,54,2,24,32,5,40,2,16,34,0,4,64,32,2,32,0,54,2,16,32,0,32,2,54,2,24,11,32,5,40,2,20,34,0,69,13,0,32,2,32,0,54,2,20,32,0,32,2,54,2,24,11,2,64,32,1,65,15,77,4,64,32,5,32,1,32,4,106,34,0,65,3,114,54,2,4,32,0,32,5,106,34,0,32,0,40,2,4,65,1,114,54,2,4,12,1,11,32,5,32,4,65,3,114,54,2,4,32,4,32,5,106,34,2,32,1,65,1,114,54,2,4,32,1,32,2,106,32,1,54,2,0,32,1,65,255,1,77,4,64,32,1,65,3,118,34,1,65,3,116,65,184,163,4,106,33,0,2,127,65,144,163,4,40,2,0,34,3,65,1,32,1,116,34,1,113,69,4,64,65,144,163,4,32,1,32,3,114,54,2,0,32,0,12,1,11,32,0,40,2,8,11,33,1,32,0,32,2,54,2,8,32,1,32,2,54,2,12,32,2,32,0,54,2,12,32,2,32,1,54,2,8,12,1,11,65,31,33,0,32,1,65,255,255,255,7,77,4,64,32,1,65,8,118,34,0,32,0,65,128,254,63,106,65,16,118,65,8,113,34,0,116,34,3,32,3,65,128,224,31,106,65,16,118,65,4,113,34,3,116,34,4,32,4,65,128,128,15,106,65,16,118,65,2,113,34,4,116,65,15,118,32,0,32,3,114,32,4,114,107,34,0,65,1,116,32,1,32,0,65,21,106,118,65,1,113,114,65,28,106,33,0,11,32,2,32,0,54,2,28,32,2,66,0,55,2,16,32,0,65,2,116,65,192,165,4,106,33,3,2,64,2,64,32,8,65,1,32,0,116,34,4,113,69,4,64,65,148,163,4,32,4,32,8,114,54,2,0,32,3,32,2,54,2,0,32,2,32,3,54,2,24,12,1,11,32,1,65,0,65,25,32,0,65,1,118,107,32,0,65,31,70,27,116,33,0,32,3,40,2,0,33,4,3,64,32,4,34,3,40,2,4,65,120,113,32,1,70,13,2,32,0,65,29,118,33,4,32,0,65,1,116,33,0,32,3,32,4,65,4,113,106,65,16,106,34,6,40,2,0,34,4,13,0,11,32,6,32,2,54,2,0,32,2,32,3,54,2,24,11,32,2,32,2,54,2,12,32,2,32,2,54,2,8,12,1,11,32,3,40,2,8,34,0,32,2,54,2,12,32,3,32,2,54,2,8,32,2,65,0,54,2,24,32,2,32,3,54,2,12,32,2,32,0,54,2,8,11,32,5,65,8,106,33,0,12,1,11,2,64,32,10,69,13,0,2,64,32,2,40,2,28,34,3,65,2,116,65,192,165,4,106,34,0,40,2,0,32,2,70,4,64,32,0,32,5,54,2,0,32,5,13,1,65,148,163,4,32,9,65,126,32,3,119,113,54,2,0,12,2,11,32,10,65,16,65,20,32,10,40,2,16,32,2,70,27,106,32,5,54,2,0,32,5,69,13,1,11,32,5,32,10,54,2,24,32,2,40,2,16,34,0,4,64,32,5,32,0,54,2,16,32,0,32,5,54,2,24,11,32,2,40,2,20,34,0,69,13,0,32,5,32,0,54,2,20,32,0,32,5,54,2,24,11,2,64,32,1,65,15,77,4,64,32,2,32,1,32,4,106,34,0,65,3,114,54,2,4,32,0,32,2,106,34,0,32,0,40,2,4,65,1,114,54,2,4,12,1,11,32,2,32,4,65,3,114,54,2,4,32,2,32,4,106,34,3,32,1,65,1,114,54,2,4,32,1,32,3,106,32,1,54,2,0,32,8,4,64,32,8,65,3,118,34,5,65,3,116,65,184,163,4,106,33,4,65,164,163,4,40,2,0,33,0,2,127,65,1,32,5,116,34,5,32,6,113,69,4,64,65,144,163,4,32,5,32,6,114,54,2,0,32,4,12,1,11,32,4,40,2,8,11,33,5,32,4,32,0,54,2,8,32,5,32,0,54,2,12,32,0,32,4,54,2,12,32,0,32,5,54,2,8,11,65,164,163,4,32,3,54,2,0,65,152,163,4,32,1,54,2,0,11,32,2,65,8,106,33,0,11,32,11,65,16,106,36,0,32,0,11,204,12,1,7,127,2,64,32,0,69,13,0,32,0,65,8,107,34,2,32,0,65,4,107,40,2,0,34,1,65,120,113,34,0,106,33,5,2,64,32,1,65,1,113,13,0,32,1,65,3,113,69,13,1,32,2,32,2,40,2,0,34,1,107,34,2,65,160,163,4,40,2,0,73,13,1,32,0,32,1,106,33,0,32,2,65,164,163,4,40,2,0,71,4,64,32,1,65,255,1,77,4,64,32,2,40,2,8,34,4,32,1,65,3,118,34,7,65,3,116,65,184,163,4,106,70,26,32,4,32,2,40,2,12,34,1,70,4,64,65,144,163,4,65,144,163,4,40,2,0,65,126,32,7,119,113,54,2,0,12,3,11,32,4,32,1,54,2,12,32,1,32,4,54,2,8,12,2,11,32,2,40,2,24,33,6,2,64,32,2,32,2,40,2,12,34,3,71,4,64,32,2,40,2,8,34,1,32,3,54,2,12,32,3,32,1,54,2,8,12,1,11,2,64,32,2,65,20,106,34,1,40,2,0,34,4,13,0,32,2,65,16,106,34,1,40,2,0,34,4,13,0,65,0,33,3,12,1,11,3,64,32,1,33,7,32,4,34,3,65,20,106,34,1,40,2,0,34,4,13,0,32,3,65,16,106,33,1,32,3,40,2,16,34,4,13,0,11,32,7,65,0,54,2,0,11,32,6,69,13,1,2,64,32,2,32,2,40,2,28,34,4,65,2,116,65,192,165,4,106,34,1,40,2,0,70,4,64,32,1,32,3,54,2,0,32,3,13,1,65,148,163,4,65,148,163,4,40,2,0,65,126,32,4,119,113,54,2,0,12,3,11,32,6,65,16,65,20,32,6,40,2,16,32,2,70,27,106,32,3,54,2,0,32,3,69,13,2,11,32,3,32,6,54,2,24,32,2,40,2,16,34,1,4,64,32,3,32,1,54,2,16,32,1,32,3,54,2,24,11,32,2,40,2,20,34,1,69,13,1,32,3,32,1,54,2,20,32,1,32,3,54,2,24,12,1,11,32,5,40,2,4,34,1,65,3,113,65,3,71,13,0,65,152,163,4,32,0,54,2,0,32,5,32,1,65,126,113,54,2,4,32,2,32,0,65,1,114,54,2,4,32,0,32,2,106,32,0,54,2,0,15,11,32,2,32,5,79,13,0,32,5,40,2,4,34,1,65,1,113,69,13,0,2,64,32,1,65,2,113,69,4,64,32,5,65,168,163,4,40,2,0,70,4,64,65,168,163,4,32,2,54,2,0,65,156,163,4,65,156,163,4,40,2,0,32,0,106,34,0,54,2,0,32,2,32,0,65,1,114,54,2,4,32,2,65,164,163,4,40,2,0,71,13,3,65,152,163,4,65,0,54,2,0,65,164,163,4,65,0,54,2,0,15,11,32,5,65,164,163,4,40,2,0,70,4,64,65,164,163,4,32,2,54,2,0,65,152,163,4,65,152,163,4,40,2,0,32,0,106,34,0,54,2,0,32,2,32,0,65,1,114,54,2,4,32,0,32,2,106,32,0,54,2,0,15,11,32,1,65,120,113,32,0,106,33,0,2,64,32,1,65,255,1,77,4,64,32,5,40,2,8,34,4,32,1,65,3,118,34,7,65,3,116,65,184,163,4,106,70,26,32,4,32,5,40,2,12,34,1,70,4,64,65,144,163,4,65,144,163,4,40,2,0,65,126,32,7,119,113,54,2,0,12,2,11,32,4,32,1,54,2,12,32,1,32,4,54,2,8,12,1,11,32,5,40,2,24,33,6,2,64,32,5,32,5,40,2,12,34,3,71,4,64,32,5,40,2,8,34,1,65,160,163,4,40,2,0,73,26,32,1,32,3,54,2,12,32,3,32,1,54,2,8,12,1,11,2,64,32,5,65,20,106,34,1,40,2,0,34,4,13,0,32,5,65,16,106,34,1,40,2,0,34,4,13,0,65,0,33,3,12,1,11,3,64,32,1,33,7,32,4,34,3,65,20,106,34,1,40,2,0,34,4,13,0,32,3,65,16,106,33,1,32,3,40,2,16,34,4,13,0,11,32,7,65,0,54,2,0,11,32,6,69,13,0,2,64,32,5,32,5,40,2,28,34,4,65,2,116,65,192,165,4,106,34,1,40,2,0,70,4,64,32,1,32,3,54,2,0,32,3,13,1,65,148,163,4,65,148,163,4,40,2,0,65,126,32,4,119,113,54,2,0,12,2,11,32,6,65,16,65,20,32,6,40,2,16,32,5,70,27,106,32,3,54,2,0,32,3,69,13,1,11,32,3,32,6,54,2,24,32,5,40,2,16,34,1,4,64,32,3,32,1,54,2,16,32,1,32,3,54,2,24,11,32,5,40,2,20,34,1,69,13,0,32,3,32,1,54,2,20,32,1,32,3,54,2,24,11,32,2,32,0,65,1,114,54,2,4,32,0,32,2,106,32,0,54,2,0,32,2,65,164,163,4,40,2,0,71,13,1,65,152,163,4,32,0,54,2,0,15,11,32,5,32,1,65,126,113,54,2,4,32,2,32,0,65,1,114,54,2,4,32,0,32,2,106,32,0,54,2,0,11,32,0,65,255,1,77,4,64,32,0,65,3,118,34,1,65,3,116,65,184,163,4,106,33,0,2,127,65,144,163,4,40,2,0,34,4,65,1,32,1,116,34,1,113,69,4,64,65,144,163,4,32,1,32,4,114,54,2,0,32,0,12,1,11,32,0,40,2,8,11,33,1,32,0,32,2,54,2,8,32,1,32,2,54,2,12,32,2,32,0,54,2,12,32,2,32,1,54,2,8,15,11,65,31,33,1,32,2,66,0,55,2,16,32,0,65,255,255,255,7,77,4,64,32,0,65,8,118,34,1,32,1,65,128,254,63,106,65,16,118,65,8,113,34,1,116,34,4,32,4,65,128,224,31,106,65,16,118,65,4,113,34,4,116,34,3,32,3,65,128,128,15,106,65,16,118,65,2,113,34,3,116,65,15,118,32,1,32,4,114,32,3,114,107,34,1,65,1,116,32,0,32,1,65,21,106,118,65,1,113,114,65,28,106,33,1,11,32,2,32,1,54,2,28,32,1,65,2,116,65,192,165,4,106,33,4,2,64,2,64,2,64,65,148,163,4,40,2,0,34,3,65,1,32,1,116,34,5,113,69,4,64,65,148,163,4,32,3,32,5,114,54,2,0,32,4,32,2,54,2,0,32,2,32,4,54,2,24,12,1,11,32,0,65,0,65,25,32,1,65,1,118,107,32,1,65,31,70,27,116,33,1,32,4,40,2,0,33,3,3,64,32,3,34,4,40,2,4,65,120,113,32,0,70,13,2,32,1,65,29,118,33,3,32,1,65,1,116,33,1,32,4,32,3,65,4,113,106,65,16,106,34,5,40,2,0,34,3,13,0,11,32,5,32,2,54,2,0,32,2,32,4,54,2,24,11,32,2,32,2,54,2,12,32,2,32,2,54,2,8,12,1,11,32,4,40,2,8,34,0,32,2,54,2,12,32,4,32,2,54,2,8,32,2,65,0,54,2,24,32,2,32,4,54,2,12,32,2,32,0,54,2,8,11,65,176,163,4,65,176,163,4,40,2,0,65,1,107,34,2,65,127,32,2,27,54,2,0,11,11,154,8,1,11,127,32,0,69,4,64,32,1,16,85,15,11,32,1,65,64,79,4,64,65,140,163,4,65,48,54,2,0,65,0,15,11,2,127,65,16,32,1,65,11,106,65,120,113,32,1,65,11,73,27,33,3,32,0,65,8,107,34,5,40,2,4,34,8,65,120,113,33,2,2,64,32,8,65,3,113,69,4,64,65,0,32,3,65,128,2,73,13,2,26,32,3,65,4,106,32,2,77,4,64,32,5,33,4,32,2,32,3,107,65,240,166,4,40,2,0,65,1,116,77,13,2,11,65,0,12,2,11,32,2,32,5,106,33,7,2,64,32,2,32,3,79,4,64,32,2,32,3,107,34,2,65,16,73,13,1,32,5,32,8,65,1,113,32,3,114,65,2,114,54,2,4,32,3,32,5,106,34,3,32,2,65,3,114,54,2,4,32,7,32,7,40,2,4,65,1,114,54,2,4,32,3,32,2,16,88,12,1,11,32,7,65,168,163,4,40,2,0,70,4,64,65,156,163,4,40,2,0,32,2,106,34,2,32,3,77,13,2,32,5,32,8,65,1,113,32,3,114,65,2,114,54,2,4,32,3,32,5,106,34,8,32,2,32,3,107,34,3,65,1,114,54,2,4,65,156,163,4,32,3,54,2,0,65,168,163,4,32,8,54,2,0,12,1,11,32,7,65,164,163,4,40,2,0,70,4,64,65,152,163,4,40,2,0,32,2,106,34,2,32,3,73,13,2,2,64,32,2,32,3,107,34,4,65,16,79,4,64,32,5,32,8,65,1,113,32,3,114,65,2,114,54,2,4,32,3,32,5,106,34,3,32,4,65,1,114,54,2,4,32,2,32,5,106,34,2,32,4,54,2,0,32,2,32,2,40,2,4,65,126,113,54,2,4,12,1,11,32,5,32,8,65,1,113,32,2,114,65,2,114,54,2,4,32,2,32,5,106,34,3,32,3,40,2,4,65,1,114,54,2,4,65,0,33,4,65,0,33,3,11,65,164,163,4,32,3,54,2,0,65,152,163,4,32,4,54,2,0,12,1,11,32,7,40,2,4,34,6,65,2,113,13,1,32,6,65,120,113,32,2,106,34,9,32,3,73,13,1,32,9,32,3,107,33,11,2,64,32,6,65,255,1,77,4,64,32,7,40,2,8,34,2,32,6,65,3,118,34,12,65,3,116,65,184,163,4,106,70,26,32,2,32,7,40,2,12,34,4,70,4,64,65,144,163,4,65,144,163,4,40,2,0,65,126,32,12,119,113,54,2,0,12,2,11,32,2,32,4,54,2,12,32,4,32,2,54,2,8,12,1,11,32,7,40,2,24,33,10,2,64,32,7,32,7,40,2,12,34,6,71,4,64,32,7,40,2,8,34,2,65,160,163,4,40,2,0,73,26,32,2,32,6,54,2,12,32,6,32,2,54,2,8,12,1,11,2,64,32,7,65,20,106,34,2,40,2,0,34,4,13,0,32,7,65,16,106,34,2,40,2,0,34,4,13,0,65,0,33,6,12,1,11,3,64,32,2,33,12,32,4,34,6,65,20,106,34,2,40,2,0,34,4,13,0,32,6,65,16,106,33,2,32,6,40,2,16,34,4,13,0,11,32,12,65,0,54,2,0,11,32,10,69,13,0,2,64,32,7,32,7,40,2,28,34,4,65,2,116,65,192,165,4,106,34,2,40,2,0,70,4,64,32,2,32,6,54,2,0,32,6,13,1,65,148,163,4,65,148,163,4,40,2,0,65,126,32,4,119,113,54,2,0,12,2,11,32,10,65,16,65,20,32,10,40,2,16,32,7,70,27,106,32,6,54,2,0,32,6,69,13,1,11,32,6,32,10,54,2,24,32,7,40,2,16,34,2,4,64,32,6,32,2,54,2,16,32,2,32,6,54,2,24,11,32,7,40,2,20,34,2,69,13,0,32,6,32,2,54,2,20,32,2,32,6,54,2,24,11,32,11,65,15,77,4,64,32,5,32,8,65,1,113,32,9,114,65,2,114,54,2,4,32,5,32,9,106,34,3,32,3,40,2,4,65,1,114,54,2,4,12,1,11,32,5,32,8,65,1,113,32,3,114,65,2,114,54,2,4,32,3,32,5,106,34,3,32,11,65,3,114,54,2,4,32,5,32,9,106,34,2,32,2,40,2,4,65,1,114,54,2,4,32,3,32,11,16,88,11,32,5,33,4,11,32,4,11,34,4,4,64,32,4,65,8,106,15,11,32,1,16,85,34,4,69,4,64,65,0,15,11,32,4,32,0,65,124,65,120,32,0,65,4,107,40,2,0,34,5,65,3,113,27,32,5,65,120,113,106,34,5,32,1,32,1,32,5,75,27,16,69,26,32,0,16,86,32,4,11,139,12,1,6,127,32,0,32,1,106,33,5,2,64,2,64,32,0,40,2,4,34,2,65,1,113,13,0,32,2,65,3,113,69,13,1,32,0,40,2,0,34,2,32,1,106,33,1,2,64,32,0,32,2,107,34,0,65,164,163,4,40,2,0,71,4,64,32,2,65,255,1,77,4,64,32,0,40,2,8,34,4,32,2,65,3,118,34,7,65,3,116,65,184,163,4,106,70,26,32,0,40,2,12,34,2,32,4,71,13,2,65,144,163,4,65,144,163,4,40,2,0,65,126,32,7,119,113,54,2,0,12,3,11,32,0,40,2,24,33,6,2,64,32,0,32,0,40,2,12,34,3,71,4,64,32,0,40,2,8,34,2,65,160,163,4,40,2,0,73,26,32,2,32,3,54,2,12,32,3,32,2,54,2,8,12,1,11,2,64,32,0,65,20,106,34,2,40,2,0,34,4,13,0,32,0,65,16,106,34,2,40,2,0,34,4,13,0,65,0,33,3,12,1,11,3,64,32,2,33,7,32,4,34,3,65,20,106,34,2,40,2,0,34,4,13,0,32,3,65,16,106,33,2,32,3,40,2,16,34,4,13,0,11,32,7,65,0,54,2,0,11,32,6,69,13,2,2,64,32,0,32,0,40,2,28,34,4,65,2,116,65,192,165,4,106,34,2,40,2,0,70,4,64,32,2,32,3,54,2,0,32,3,13,1,65,148,163,4,65,148,163,4,40,2,0,65,126,32,4,119,113,54,2,0,12,4,11,32,6,65,16,65,20,32,6,40,2,16,32,0,70,27,106,32,3,54,2,0,32,3,69,13,3,11,32,3,32,6,54,2,24,32,0,40,2,16,34,2,4,64,32,3,32,2,54,2,16,32,2,32,3,54,2,24,11,32,0,40,2,20,34,2,69,13,2,32,3,32,2,54,2,20,32,2,32,3,54,2,24,12,2,11,32,5,40,2,4,34,2,65,3,113,65,3,71,13,1,65,152,163,4,32,1,54,2,0,32,5,32,2,65,126,113,54,2,4,32,0,32,1,65,1,114,54,2,4,32,5,32,1,54,2,0,15,11,32,4,32,2,54,2,12,32,2,32,4,54,2,8,11,2,64,32,5,40,2,4,34,2,65,2,113,69,4,64,32,5,65,168,163,4,40,2,0,70,4,64,65,168,163,4,32,0,54,2,0,65,156,163,4,65,156,163,4,40,2,0,32,1,106,34,1,54,2,0,32,0,32,1,65,1,114,54,2,4,32,0,65,164,163,4,40,2,0,71,13,3,65,152,163,4,65,0,54,2,0,65,164,163,4,65,0,54,2,0,15,11,32,5,65,164,163,4,40,2,0,70,4,64,65,164,163,4,32,0,54,2,0,65,152,163,4,65,152,163,4,40,2,0,32,1,106,34,1,54,2,0,32,0,32,1,65,1,114,54,2,4,32,0,32,1,106,32,1,54,2,0,15,11,32,2,65,120,113,32,1,106,33,1,2,64,32,2,65,255,1,77,4,64,32,5,40,2,8,34,4,32,2,65,3,118,34,7,65,3,116,65,184,163,4,106,70,26,32,4,32,5,40,2,12,34,2,70,4,64,65,144,163,4,65,144,163,4,40,2,0,65,126,32,7,119,113,54,2,0,12,2,11,32,4,32,2,54,2,12,32,2,32,4,54,2,8,12,1,11,32,5,40,2,24,33,6,2,64,32,5,32,5,40,2,12,34,3,71,4,64,32,5,40,2,8,34,2,65,160,163,4,40,2,0,73,26,32,2,32,3,54,2,12,32,3,32,2,54,2,8,12,1,11,2,64,32,5,65,20,106,34,4,40,2,0,34,2,13,0,32,5,65,16,106,34,4,40,2,0,34,2,13,0,65,0,33,3,12,1,11,3,64,32,4,33,7,32,2,34,3,65,20,106,34,4,40,2,0,34,2,13,0,32,3,65,16,106,33,4,32,3,40,2,16,34,2,13,0,11,32,7,65,0,54,2,0,11,32,6,69,13,0,2,64,32,5,32,5,40,2,28,34,4,65,2,116,65,192,165,4,106,34,2,40,2,0,70,4,64,32,2,32,3,54,2,0,32,3,13,1,65,148,163,4,65,148,163,4,40,2,0,65,126,32,4,119,113,54,2,0,12,2,11,32,6,65,16,65,20,32,6,40,2,16,32,5,70,27,106,32,3,54,2,0,32,3,69,13,1,11,32,3,32,6,54,2,24,32,5,40,2,16,34,2,4,64,32,3,32,2,54,2,16,32,2,32,3,54,2,24,11,32,5,40,2,20,34,2,69,13,0,32,3,32,2,54,2,20,32,2,32,3,54,2,24,11,32,0,32,1,65,1,114,54,2,4,32,0,32,1,106,32,1,54,2,0,32,0,65,164,163,4,40,2,0,71,13,1,65,152,163,4,32,1,54,2,0,15,11,32,5,32,2,65,126,113,54,2,4,32,0,32,1,65,1,114,54,2,4,32,0,32,1,106,32,1,54,2,0,11,32,1,65,255,1,77,4,64,32,1,65,3,118,34,2,65,3,116,65,184,163,4,106,33,1,2,127,65,144,163,4,40,2,0,34,4,65,1,32,2,116,34,2,113,69,4,64,65,144,163,4,32,2,32,4,114,54,2,0,32,1,12,1,11,32,1,40,2,8,11,33,2,32,1,32,0,54,2,8,32,2,32,0,54,2,12,32,0,32,1,54,2,12,32,0,32,2,54,2,8,15,11,65,31,33,2,32,0,66,0,55,2,16,32,1,65,255,255,255,7,77,4,64,32,1,65,8,118,34,2,32,2,65,128,254,63,106,65,16,118,65,8,113,34,2,116,34,4,32,4,65,128,224,31,106,65,16,118,65,4,113,34,4,116,34,3,32,3,65,128,128,15,106,65,16,118,65,2,113,34,3,116,65,15,118,32,2,32,4,114,32,3,114,107,34,2,65,1,116,32,1,32,2,65,21,106,118,65,1,113,114,65,28,106,33,2,11,32,0,32,2,54,2,28,32,2,65,2,116,65,192,165,4,106,33,4,2,64,2,64,65,148,163,4,40,2,0,34,3,65,1,32,2,116,34,5,113,69,4,64,65,148,163,4,32,3,32,5,114,54,2,0,32,4,32,0,54,2,0,32,0,32,4,54,2,24,12,1,11,32,1,65,0,65,25,32,2,65,1,118,107,32,2,65,31,70,27,116,33,2,32,4,40,2,0,33,3,3,64,32,3,34,4,40,2,4,65,120,113,32,1,70,13,2,32,2,65,29,118,33,3,32,2,65,1,116,33,2,32,4,32,3,65,4,113,106,65,16,106,34,5,40,2,0,34,3,13,0,11,32,5,32,0,54,2,0,32,0,32,4,54,2,24,11,32,0,32,0,54,2,12,32,0,32,0,54,2,8,15,11,32,4,40,2,8,34,1,32,0,54,2,12,32,4,32,0,54,2,8,32,0,65,0,54,2,24,32,0,32,4,54,2,12,32,0,32,1,54,2,8,11,11,3,0,1,11,154,1,1,2,127,32,0,32,0,40,2,72,34,1,65,1,107,32,1,114,54,2,72,32,0,40,2,20,32,0,40,2,28,71,4,64,32,0,173,65,0,173,65,0,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,36,17,0,0,167,26,11,32,0,65,0,54,2,28,32,0,66,0,55,3,16,32,0,40,2,0,34,1,65,4,113,4,64,32,0,32,1,65,32,114,54,2,0,65,127,15,11,32,0,32,0,40,2,44,32,0,40,2,48,106,34,2,54,2,8,32,0,32,2,54,2,4,32,1,65,27,116,65,31,117,11,89,1,1,127,32,0,32,0,40,2,72,34,1,65,1,107,32,1,114,54,2,72,32,0,40,2,0,34,1,65,8,113,4,64,32,0,32,1,65,32,114,54,2,0,65,127,15,11,32,0,66,0,55,2,4,32,0,32,0,40,2,44,34,1,54,2,28,32,0,32,1,54,2,20,32,0,32,1,32,0,40,2,48,106,54,2,16,65,0,11,8,0,32,0,16,205,1,26,11,21,0,32,0,65,248,214,0,54,2,0,32,0,65,4,106,16,163,2,32,0,11,8,0,32,0,16,93,16,86,11,42,0,32,0,65,248,214,0,54,2,0,32,0,65,4,106,16,171,4,32,0,66,0,55,2,24,32,0,66,0,55,2,16,32,0,66,0,55,2,8,32,0,11,3,0,1,11,4,0,32,0,11,8,0,32,0,66,127,16,99,11,16,0,32,0,32,1,55,3,8,32,0,66,0,55,3,0,11,8,0,32,0,66,127,16,99,11,220,1,1,4,127,35,0,65,16,107,34,4,36,0,3,64,2,64,32,2,32,5,76,13,0,2,64,32,0,40,2,12,34,3,32,0,40,2,16,34,6,73,4,64,32,4,65,255,255,255,255,7,54,2,12,32,4,32,6,32,3,107,54,2,8,32,4,32,2,32,5,107,54,2,4,32,4,65,12,106,32,4,65,8,106,32,4,65,4,106,16,102,16,102,33,3,32,1,32,0,40,2,12,32,3,40,2,0,34,3,16,103,32,0,32,0,40,2,12,32,3,106,54,2,12,12,1,11,32,0,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,40,17,0,0,167,34,3,65,127,70,13,1,32,1,32,3,16,104,58,0,0,65,1,33,3,11,32,1,32,3,106,33,1,32,3,32,5,106,33,5,12,1,11,11,32,4,65,16,106,36,0,32,5,11,40,1,2,127,35,0,65,16,107,34,2,36,0,32,1,40,2,0,32,0,40,2,0,72,33,3,32,2,65,16,106,36,0,32,1,32,0,32,3,27,11,16,0,32,2,4,64,32,0,32,1,32,2,16,69,26,11,11,10,0,32,0,65,24,116,65,24,117,11,4,0,65,127,11,78,0,32,0,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,36,17,0,0,167,65,127,70,4,64,65,127,15,11,32,0,32,0,40,2,12,34,0,65,1,106,54,2,12,32,0,44,0,0,16,107,11,8,0,32,0,65,255,1,113,11,4,0,65,127,11,206,1,1,4,127,35,0,65,16,107,34,5,36,0,3,64,2,64,32,2,32,4,76,13,0,32,0,40,2,24,34,3,32,0,40,2,28,34,6,79,4,64,32,0,173,32,1,44,0,0,16,107,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,52,17,0,0,167,65,127,70,13,1,32,4,65,1,106,33,4,32,1,65,1,106,33,1,12,2,5,32,5,32,6,32,3,107,54,2,12,32,5,32,2,32,4,107,54,2,8,32,5,65,12,106,32,5,65,8,106,16,102,33,3,32,0,40,2,24,32,1,32,3,40,2,0,34,3,16,103,32,0,32,3,32,0,40,2,24,106,54,2,24,32,3,32,4,106,33,4,32,1,32,3,106,33,1,12,2,11,0,11,11,32,5,65,16,106,36,0,32,4,11,19,0,32,2,4,127,32,0,32,1,32,2,16,83,5,32,0,11,26,11,11,0,32,0,65,8,106,16,92,32,0,11,18,0,32,0,32,0,40,2,0,65,12,107,40,2,0,106,16,111,11,8,0,32,0,16,111,16,86,11,18,0,32,0,32,0,40,2,0,65,12,107,40,2,0,106,16,113,11,153,2,1,3,127,35,0,65,32,107,34,3,36,0,32,0,65,0,58,0,0,32,1,32,1,40,2,0,65,12,107,40,2,0,106,16,126,33,4,32,1,32,1,40,2,0,65,12,107,40,2,0,106,33,5,2,64,32,4,4,64,32,5,40,2,72,4,64,32,1,32,1,40,2,0,65,12,107,40,2,0,106,40,2,72,16,116,11,2,64,32,2,13,0,32,1,32,1,40,2,0,65,12,107,40,2,0,106,40,2,4,65,128,32,113,69,13,0,32,3,65,24,106,32,1,32,1,40,2,0,65,12,107,40,2,0,106,16,203,1,32,3,65,24,106,16,117,33,2,32,3,65,24,106,16,163,2,32,3,65,16,106,32,1,16,118,33,4,32,3,65,8,106,16,119,33,5,3,64,2,64,32,4,32,5,16,120,69,13,0,32,2,65,128,192,0,32,4,16,121,16,122,69,13,0,32,4,16,123,26,12,1,11,11,32,4,32,5,16,124,69,13,0,32,1,32,1,40,2,0,65,12,107,40,2,0,106,65,6,16,125,11,32,0,32,1,32,1,40,2,0,65,12,107,40,2,0,106,16,126,58,0,0,12,1,11,32,5,65,4,16,125,11,32,3,65,32,106,36,0,32,0,11,108,1,2,127,35,0,65,16,107,34,1,36,0,32,0,32,0,40,2,0,65,12,107,40,2,0,106,40,2,24,4,64,2,64,32,1,65,8,106,32,0,16,127,34,2,45,0,0,69,13,0,32,0,32,0,40,2,0,65,12,107,40,2,0,106,40,2,24,16,128,1,65,127,71,13,0,32,0,32,0,40,2,0,65,12,107,40,2,0,106,65,1,16,125,11,32,2,16,129,1,11,32,1,65,16,106,36,0,11,11,0,32,0,65,148,169,4,16,168,2,11,26,0,32,0,32,1,32,1,40,2,0,65,12,107,40,2,0,106,40,2,24,54,2,0,32,0,11,11,0,32,0,65,0,54,2,0,32,0,11,12,0,32,0,32,1,16,130,1,65,1,115,11,16,0,32,0,40,2,0,16,131,1,65,24,116,65,24,117,11,39,1,1,127,32,2,65,0,78,4,127,32,0,40,2,8,32,2,65,255,1,113,65,1,116,106,47,1,0,32,1,113,65,0,71,5,32,3,11,11,13,0,32,0,40,2,0,16,132,1,26,32,0,11,9,0,32,0,32,1,16,130,1,11,15,0,32,0,32,0,40,2,16,32,1,114,16,204,1,11,8,0,32,0,40,2,16,69,11,83,0,32,0,32,1,54,2,4,32,0,65,0,58,0,0,32,1,32,1,40,2,0,65,12,107,40,2,0,106,16,126,4,64,32,1,32,1,40,2,0,65,12,107,40,2,0,106,40,2,72,4,64,32,1,32,1,40,2,0,65,12,107,40,2,0,106,40,2,72,16,116,11,32,0,65,1,58,0,0,11,32,0,11,47,0,32,0,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,24,17,0,0,167,11,139,1,1,1,127,2,64,32,0,40,2,4,34,1,32,1,40,2,0,65,12,107,40,2,0,106,40,2,24,69,13,0,32,0,40,2,4,34,1,32,1,40,2,0,65,12,107,40,2,0,106,16,126,69,13,0,32,0,40,2,4,34,1,32,1,40,2,0,65,12,107,40,2,0,106,40,2,4,65,128,192,0,113,69,13,0,32,0,40,2,4,34,1,32,1,40,2,0,65,12,107,40,2,0,106,40,2,24,16,128,1,65,127,71,13,0,32,0,40,2,4,34,1,32,1,40,2,0,65,12,107,40,2,0,106,65,1,16,125,11,11,16,0,32,0,16,192,1,32,1,16,192,1,115,65,1,115,11,73,1,1,127,32,0,40,2,12,34,1,32,0,40,2,16,70,4,64,32,0,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,36,17,0,0,167,15,11,32,1,44,0,0,16,107,11,83,1,1,127,32,0,40,2,12,34,1,32,0,40,2,16,70,4,64,32,0,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,40,17,0,0,167,15,11,32,0,32,1,65,1,106,54,2,12,32,1,44,0,0,16,107,11,7,0,32,0,32,1,70,11,90,1,1,127,32,0,40,2,24,34,2,32,0,40,2,28,70,4,64,32,0,173,32,1,16,107,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,52,17,0,0,167,15,11,32,0,32,2,65,1,106,54,2,24,32,2,32,1,58,0,0,32,1,16,107,11,11,0,32,0,65,140,169,4,16,168,2,11,12,0,32,0,32,1,16,141,1,65,1,115,11,10,0,32,0,40,2,0,16,142,1,11,49,0,32,0,173,32,1,173,32,2,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,12,17,0,0,167,11,13,0,32,0,40,2,0,16,143,1,26,32,0,11,9,0,32,0,32,1,16,141,1,11,16,0,32,0,16,193,1,32,1,16,193,1,115,65,1,115,11,71,1,1,127,32,0,40,2,12,34,1,32,0,40,2,16,70,4,64,32,0,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,36,17,0,0,167,15,11,32,1,40,2,0,11,81,1,1,127,32,0,40,2,12,34,1,32,0,40,2,16,70,4,64,32,0,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,40,17,0,0,167,15,11,32,0,32,1,65,4,106,54,2,12,32,1,40,2,0,11,11,0,32,0,65,4,106,16,92,32,0,11,19,0,32,0,32,0,40,2,0,65,12,107,40,2,0,106,16,144,1,11,9,0,32,0,16,144,1,16,86,11,19,0,32,0,32,0,40,2,0,65,12,107,40,2,0,106,16,146,1,11,39,1,1,127,2,64,32,0,40,2,0,34,2,69,13,0,32,2,32,1,16,134,1,65,127,16,133,1,69,13,0,32,0,65,0,54,2,0,11,11,118,1,2,127,2,64,32,0,40,2,0,34,2,69,13,0,2,127,32,2,40,2,24,34,3,32,2,40,2,28,70,4,64,32,2,173,32,1,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,2,40,2,0,40,2,52,17,0,0,167,12,1,11,32,2,32,3,65,4,106,54,2,24,32,3,32,1,54,2,0,32,1,11,65,127,16,133,1,69,13,0,32,0,65,0,54,2,0,11,11,49,0,32,0,173,32,1,173,32,2,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,48,17,0,0,167,11,27,1,1,127,35,0,65,16,107,34,1,36,0,32,0,16,158,1,32,1,65,16,106,36,0,32,0,11,7,0,32,0,40,2,8,11,7,0,32,0,40,2,12,11,89,1,2,127,35,0,65,16,107,34,2,36,0,32,0,16,168,1,4,64,32,0,40,2,0,33,3,32,0,16,169,1,26,32,3,16,86,11,32,0,32,1,40,2,8,54,2,8,32,0,32,1,41,2,0,55,2,0,32,1,65,0,16,190,1,32,2,65,0,58,0,15,32,1,32,2,65,15,106,16,191,1,32,2,65,16,106,36,0,11,23,0,32,0,32,3,54,2,16,32,0,32,2,54,2,12,32,0,32,1,54,2,8,11,23,0,32,0,32,2,54,2,28,32,0,32,1,54,2,20,32,0,32,1,54,2,24,11,15,0,32,0,32,0,40,2,24,32,1,106,54,2,24,11,45,1,1,127,32,0,33,1,65,0,33,0,3,64,32,0,65,3,71,4,64,32,1,32,0,65,2,116,106,65,0,54,2,0,32,0,65,1,106,33,0,12,1,11,11,11,18,0,32,0,16,168,1,4,64,32,0,40,2,0,15,11,32,0,11,53,1,1,127,35,0,65,16,107,34,2,36,0,32,2,32,0,40,2,0,54,2,12,32,0,32,1,40,2,0,54,2,0,32,1,32,2,65,12,106,40,2,0,54,2,0,32,2,65,16,106,36,0,11,29,0,35,0,65,16,107,34,3,36,0,32,0,32,1,32,2,16,163,1,32,3,65,16,106,36,0,32,0,11,25,0,35,0,65,16,107,34,1,36,0,32,0,16,158,1,32,1,65,16,106,36,0,32,0,11,148,1,1,4,127,35,0,65,16,107,34,5,36,0,32,1,32,2,16,196,1,34,4,65,111,77,4,64,2,64,32,4,65,10,77,4,64,32,0,32,4,16,190,1,32,0,33,3,12,1,11,32,0,32,4,16,197,1,65,1,106,34,6,16,238,5,34,3,16,198,1,32,0,32,6,16,199,1,32,0,32,4,16,200,1,11,3,64,32,1,32,2,71,4,64,32,3,32,1,16,191,1,32,3,65,1,106,33,3,32,1,65,1,106,33,1,12,1,11,11,32,5,65,0,58,0,15,32,3,32,5,65,15,106,16,191,1,32,5,65,16,106,36,0,15,11,16,53,0,11,148,2,1,1,127,2,64,32,1,32,0,65,32,106,34,2,71,4,127,32,2,16,168,1,69,4,64,32,1,16,168,1,69,4,64,32,2,32,1,40,2,8,54,2,8,32,2,32,1,41,2,0,55,2,0,12,3,11,32,2,32,1,16,159,1,32,1,16,165,1,16,128,6,12,2,11,32,2,32,1,16,159,1,32,1,16,165,1,16,255,5,5,32,2,11,26,11,32,0,65,0,54,2,44,2,64,32,0,40,2,48,34,1,65,8,113,4,127,32,0,32,2,16,159,1,32,2,16,165,1,106,54,2,44,32,0,32,2,16,159,1,32,2,16,159,1,32,0,40,2,44,16,155,1,32,0,40,2,48,5,32,1,11,65,16,113,69,13,0,32,0,32,2,16,165,1,34,1,32,2,16,159,1,106,54,2,44,32,2,32,2,16,166,1,16,167,1,32,0,32,2,16,159,1,32,2,16,159,1,32,2,16,165,1,106,16,156,1,32,0,45,0,48,65,3,113,69,13,0,3,64,32,1,65,0,72,4,64,32,0,65,255,255,255,255,7,16,157,1,32,1,65,255,255,255,255,7,107,33,1,12,1,11,11,32,1,69,13,0,32,0,32,1,16,157,1,11,11,21,0,32,0,16,168,1,4,64,32,0,40,2,4,15,11,32,0,45,0,11,11,27,1,1,127,65,10,33,1,32,0,16,168,1,4,127,32,0,16,169,1,65,1,107,5,32,1,11,11,230,1,1,4,127,2,64,32,1,32,0,16,165,1,34,2,75,4,64,35,0,65,16,107,34,4,36,0,32,1,32,2,107,34,5,4,64,32,0,16,166,1,33,1,32,0,16,165,1,34,2,32,5,106,33,3,32,5,32,1,32,2,107,75,4,64,32,0,32,1,32,3,32,1,107,32,2,32,2,65,0,16,248,5,11,32,2,32,0,16,159,1,34,1,106,32,5,65,0,16,249,5,32,0,32,3,16,201,3,32,4,65,0,58,0,15,32,1,32,3,106,32,4,65,15,106,16,191,1,11,32,4,65,16,106,36,0,12,1,11,35,0,65,16,107,34,2,36,0,2,64,32,0,16,168,1,4,64,32,0,40,2,0,33,3,32,2,65,0,58,0,15,32,1,32,3,106,32,2,65,15,106,16,191,1,32,0,32,1,16,200,1,12,1,11,32,2,65,0,58,0,14,32,0,32,1,106,32,2,65,14,106,16,191,1,32,0,32,1,16,190,1,11,32,2,65,16,106,36,0,11,11,10,0,32,0,45,0,11,65,7,118,11,14,0,32,0,40,2,8,65,255,255,255,255,7,113,11,100,0,32,0,40,2,24,32,0,40,2,44,75,4,64,32,0,32,0,40,2,24,54,2,44,11,2,64,32,0,45,0,48,65,8,113,69,13,0,32,0,40,2,16,32,0,40,2,44,73,4,64,32,0,32,0,40,2,8,32,0,40,2,12,32,0,40,2,44,16,155,1,11,32,0,40,2,12,32,0,40,2,16,79,13,0,32,0,40,2,12,44,0,0,16,107,15,11,65,127,11,160,1,1,1,127,32,0,40,2,24,32,0,40,2,44,75,4,64,32,0,32,0,40,2,24,54,2,44,11,2,64,32,0,40,2,8,32,0,40,2,12,79,13,0,32,1,65,127,16,133,1,4,64,32,0,32,0,40,2,8,32,0,40,2,12,65,1,107,32,0,40,2,44,16,155,1,32,1,16,172,1,15,11,32,0,45,0,48,65,16,113,69,4,64,32,1,16,104,32,0,40,2,12,65,1,107,44,0,0,16,133,1,69,13,1,11,32,0,32,0,40,2,8,32,0,40,2,12,65,1,107,32,0,40,2,44,16,155,1,32,1,16,104,33,2,32,0,40,2,12,32,2,58,0,0,32,1,15,11,65,127,11,14,0,65,0,32,0,32,0,65,127,16,133,1,27,11,137,2,1,9,127,35,0,65,16,107,34,3,36,0,2,127,32,1,65,127,16,133,1,69,4,64,32,0,40,2,12,33,4,32,0,40,2,8,33,5,32,0,40,2,24,32,0,40,2,28,70,4,64,65,127,32,0,45,0,48,65,16,113,69,13,2,26,32,0,40,2,24,33,6,32,0,40,2,20,33,7,32,0,40,2,44,33,8,32,0,40,2,20,33,9,32,0,65,32,106,34,2,65,0,16,129,6,32,2,32,2,16,166,1,16,167,1,32,0,32,2,16,159,1,34,10,32,2,16,165,1,32,10,106,16,156,1,32,0,32,6,32,7,107,16,157,1,32,0,32,0,40,2,20,32,8,32,9,107,106,54,2,44,11,32,3,32,0,40,2,24,65,1,106,54,2,12,32,0,32,3,65,12,106,32,0,65,44,106,16,174,1,40,2,0,54,2,44,32,0,45,0,48,65,8,113,4,64,32,0,32,0,65,32,106,16,159,1,34,2,32,2,32,4,32,5,107,106,32,0,40,2,44,16,155,1,11,32,0,32,1,16,104,16,134,1,12,1,11,32,1,16,172,1,11,33,0,32,3,65,16,106,36,0,32,0,11,36,1,2,127,35,0,65,16,107,34,2,36,0,32,0,32,1,16,189,1,33,3,32,2,65,16,106,36,0,32,1,32,0,32,3,27,11,150,2,2,1,127,3,126,32,1,40,2,24,32,1,40,2,44,75,4,64,32,1,32,1,40,2,24,54,2,44,11,66,127,33,8,2,64,32,4,65,24,113,34,5,69,13,0,32,3,65,1,70,32,5,65,24,70,113,13,0,32,1,40,2,44,34,5,4,64,32,5,32,1,65,32,106,16,159,1,107,172,33,6,11,2,64,2,64,2,64,32,3,14,3,2,0,1,3,11,32,4,65,8,113,4,64,32,1,40,2,12,32,1,40,2,8,107,172,33,7,12,2,11,32,1,40,2,24,32,1,40,2,20,107,172,33,7,12,1,11,32,6,33,7,11,32,2,32,7,124,34,2,66,0,83,13,0,32,2,32,6,85,13,0,32,4,65,8,113,33,3,2,64,32,2,80,13,0,32,3,4,64,32,1,40,2,12,69,13,2,11,32,4,65,16,113,69,13,0,32,1,40,2,24,69,13,1,11,32,3,4,64,32,1,32,1,40,2,8,32,1,40,2,8,32,2,167,106,32,1,40,2,44,16,155,1,11,32,4,65,16,113,4,64,32,1,32,1,40,2,20,32,1,40,2,28,16,156,1,32,1,32,2,167,16,157,1,11,32,2,33,8,11,32,0,32,8,16,99,11,36,1,2,127,35,0,65,16,107,34,2,36,0,32,1,32,0,16,189,1,33,3,32,2,65,16,106,36,0,32,1,32,0,32,3,27,11,5,0,16,5,0,11,27,0,32,0,65,152,216,0,54,2,0,32,0,65,32,106,16,246,5,26,32,0,16,93,26,32,0,11,9,0,32,0,16,178,1,16,86,11,53,0,32,0,173,32,1,173,32,2,41,3,8,65,0,173,32,3,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,1,40,2,0,40,2,16,17,0,0,26,11,57,1,1,127,32,0,65,204,219,0,40,2,0,34,1,54,2,0,32,0,32,1,65,12,107,40,2,0,106,65,216,219,0,40,2,0,54,2,0,32,0,65,4,106,16,178,1,26,32,0,65,56,106,16,92,32,0,11,9,0,32,0,16,181,1,16,86,11,19,0,32,0,32,0,40,2,0,65,12,107,40,2,0,106,16,181,1,11,19,0,32,0,32,0,40,2,0,65,12,107,40,2,0,106,16,182,1,11,57,1,1,127,32,0,65,128,221,0,40,2,0,34,1,54,2,0,32,0,32,1,65,12,107,40,2,0,106,65,140,221,0,40,2,0,54,2,0,32,0,65,8,106,16,178,1,26,32,0,65,60,106,16,92,32,0,11,9,0,32,0,16,185,1,16,86,11,19,0,32,0,32,0,40,2,0,65,12,107,40,2,0,106,16,185,1,11,19,0,32,0,32,0,40,2,0,65,12,107,40,2,0,106,16,186,1,11,13,0,32,0,40,2,0,32,1,40,2,0,73,11,9,0,32,0,32,1,58,0,11,11,12,0,32,0,32,1,45,0,0,58,0,0,11,44,1,1,127,32,0,40,2,0,34,1,4,64,32,1,16,131,1,65,127,16,133,1,69,4,64,32,0,40,2,0,69,15,11,32,0,65,0,54,2,0,11,65,1,11,44,1,1,127,32,0,40,2,0,34,1,4,64,32,1,16,142,1,65,127,16,133,1,69,4,64,32,0,40,2,0,69,15,11,32,0,65,0,54,2,0,11,65,1,11,48,0,32,0,173,32,1,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,28,17,0,0,167,11,48,0,32,0,173,32,1,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,44,17,0,0,167,11,9,0,32,0,32,1,16,201,1,11,36,0,32,0,65,11,79,4,127,32,0,65,16,106,65,112,113,34,0,32,0,65,1,107,34,0,32,0,65,11,70,27,5,65,10,11,11,9,0,32,0,32,1,54,2,0,11,16,0,32,0,32,1,65,128,128,128,128,120,114,54,2,8,11,9,0,32,0,32,1,54,2,4,11,7,0,32,1,32,0,107,11,90,1,2,127,32,0,40,2,40,33,2,3,64,32,2,4,64,32,1,173,32,0,173,32,2,65,1,107,34,2,65,2,116,34,3,32,0,40,2,36,106,40,2,0,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,32,32,3,106,40,2,0,17,0,0,26,12,1,11,11,11,13,0,32,0,32,1,65,28,106,16,170,4,26,11,33,0,32,0,32,0,40,2,24,69,32,1,114,34,1,54,2,16,32,0,40,2,20,32,1,113,4,64,16,177,1,0,11,11,56,0,32,0,65,148,222,0,54,2,0,32,0,65,0,16,202,1,32,0,65,28,106,16,163,2,32,0,40,2,32,16,86,32,0,40,2,36,16,86,32,0,40,2,48,16,86,32,0,40,2,60,16,86,32,0,11,9,0,32,0,16,205,1,16,86,11,63,0,32,0,65,0,54,2,20,32,0,32,1,54,2,24,32,0,65,0,54,2,12,32,0,66,130,160,128,128,224,0,55,2,4,32,0,32,1,69,54,2,16,32,0,65,32,106,65,0,65,40,16,71,26,32,0,65,28,106,16,171,4,11,12,0,32,0,32,1,40,2,0,54,2,0,11,71,1,2,127,32,0,32,1,55,3,112,32,0,32,0,40,2,44,32,0,40,2,4,34,3,107,172,55,3,120,32,0,40,2,8,33,2,2,64,32,1,80,13,0,32,2,32,3,107,172,32,1,87,13,0,32,3,32,1,167,106,33,2,11,32,0,32,2,54,2,104,11,166,2,2,3,127,2,126,2,64,32,0,41,3,112,34,4,80,69,32,4,32,0,41,3,120,32,0,40,2,4,34,1,32,0,40,2,44,34,2,107,172,124,34,5,87,113,69,4,64,35,0,65,16,107,34,1,36,0,65,127,33,2,2,64,32,0,16,90,13,0,32,0,173,32,1,65,15,106,173,65,1,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,32,17,0,0,167,65,1,71,13,0,32,1,45,0,15,33,2,11,32,1,65,16,106,36,0,32,2,65,0,78,13,1,32,0,40,2,44,33,2,32,0,40,2,4,33,1,11,32,0,66,127,55,3,112,32,0,32,1,54,2,104,32,0,32,5,32,2,32,1,107,172,124,55,3,120,65,127,15,11,32,5,66,1,124,33,5,32,0,40,2,4,33,1,32,0,40,2,8,33,3,2,64,32,0,41,3,112,34,4,80,13,0,32,4,32,5,125,34,4,32,3,32,1,107,172,89,13,0,32,1,32,4,167,106,33,3,11,32,0,32,3,54,2,104,32,0,32,5,32,0,40,2,44,34,3,32,1,107,172,124,55,3,120,32,1,32,3,77,4,64,32,1,65,1,107,32,2,58,0,0,11,32,2,11,80,1,1,126,2,64,32,3,65,192,0,113,4,64,32,1,32,3,65,64,106,173,134,33,2,66,0,33,1,12,1,11,32,3,69,13,0,32,2,32,3,173,34,4,134,32,1,65,192,0,32,3,107,173,136,132,33,2,32,1,32,4,134,33,1,11,32,0,32,1,55,3,0,32,0,32,2,55,3,8,11,127,2,2,127,1,126,35,0,65,16,107,34,3,36,0,32,0,2,126,32,1,69,4,64,66,0,12,1,11,32,3,32,1,32,1,65,31,117,34,2,106,32,2,115,34,2,173,66,0,32,2,103,34,2,65,209,0,106,16,211,1,32,3,41,3,8,66,128,128,128,128,128,128,192,0,133,65,158,128,1,32,2,107,173,66,48,134,124,32,1,65,128,128,128,128,120,113,173,66,32,134,132,33,4,32,3,41,3,0,11,55,3,0,32,0,32,4,55,3,8,32,3,65,16,106,36,0,11,80,1,1,126,2,64,32,3,65,192,0,113,4,64,32,2,32,3,65,64,106,173,136,33,1,66,0,33,2,12,1,11,32,3,69,13,0,32,2,65,192,0,32,3,107,173,134,32,1,32,3,173,34,4,136,132,33,1,32,2,32,4,136,33,2,11,32,0,32,1,55,3,0,32,0,32,2,55,3,8,11,233,10,2,5,127,15,126,35,0,65,224,0,107,34,5,36,0,32,4,66,255,255,255,255,255,255,63,131,34,12,66,15,134,32,3,66,49,136,132,33,15,32,2,32,4,133,66,128,128,128,128,128,128,128,128,128,127,131,33,10,32,2,66,255,255,255,255,255,255,63,131,34,13,66,32,136,33,16,32,12,66,17,136,33,17,32,4,66,48,136,167,65,255,255,1,113,33,6,2,64,2,64,32,2,66,48,136,167,65,255,255,1,113,34,8,65,255,255,1,107,65,130,128,126,79,4,64,32,6,65,255,255,1,107,65,129,128,126,75,13,1,11,32,1,80,32,2,66,255,255,255,255,255,255,255,255,255,0,131,34,11,66,128,128,128,128,128,128,192,255,255,0,84,32,11,66,128,128,128,128,128,128,192,255,255,0,81,27,69,4,64,32,2,66,128,128,128,128,128,128,32,132,33,10,12,2,11,32,3,80,32,4,66,255,255,255,255,255,255,255,255,255,0,131,34,2,66,128,128,128,128,128,128,192,255,255,0,84,32,2,66,128,128,128,128,128,128,192,255,255,0,81,27,69,4,64,32,4,66,128,128,128,128,128,128,32,132,33,10,32,3,33,1,12,2,11,32,1,32,11,66,128,128,128,128,128,128,192,255,255,0,133,132,80,4,64,32,2,32,3,132,80,4,64,66,128,128,128,128,128,128,224,255,255,0,33,10,66,0,33,1,12,3,11,32,10,66,128,128,128,128,128,128,192,255,255,0,132,33,10,66,0,33,1,12,2,11,32,3,32,2,66,128,128,128,128,128,128,192,255,255,0,133,132,80,4,64,32,1,32,11,132,33,2,66,0,33,1,32,2,80,4,64,66,128,128,128,128,128,128,224,255,255,0,33,10,12,3,11,32,10,66,128,128,128,128,128,128,192,255,255,0,132,33,10,12,2,11,32,1,32,11,132,80,4,64,66,0,33,1,12,2,11,32,2,32,3,132,80,4,64,66,0,33,1,12,2,11,32,11,66,255,255,255,255,255,255,63,88,4,64,32,5,65,208,0,106,32,1,32,13,32,1,32,13,32,13,80,34,7,27,121,32,7,65,6,116,173,124,167,34,7,65,15,107,16,211,1,65,16,32,7,107,33,7,32,5,41,3,88,34,13,66,32,136,33,16,32,5,41,3,80,33,1,11,32,2,66,255,255,255,255,255,255,63,86,13,0,32,5,65,64,107,32,3,32,12,32,3,32,12,32,12,80,34,9,27,121,32,9,65,6,116,173,124,167,34,9,65,15,107,16,211,1,32,7,32,9,107,65,16,106,33,7,32,5,41,3,72,34,2,66,15,134,32,5,41,3,64,34,3,66,49,136,132,33,15,32,2,66,17,136,33,17,11,32,3,66,15,134,66,128,128,254,255,15,131,34,2,32,1,66,32,136,34,4,126,34,18,32,3,66,17,136,66,255,255,255,255,15,131,34,3,32,1,66,255,255,255,255,15,131,34,1,126,124,34,11,66,32,134,34,12,32,1,32,2,126,124,34,14,32,12,84,173,32,2,32,13,66,255,255,255,255,15,131,34,12,126,34,21,32,3,32,4,126,124,34,19,32,15,66,255,255,255,255,15,131,34,13,32,1,126,124,34,15,32,11,32,18,84,173,66,32,134,32,11,66,32,136,132,124,34,18,32,2,32,16,66,128,128,4,132,34,11,126,34,22,32,3,32,12,126,124,34,16,32,4,32,13,126,124,34,20,32,17,66,255,255,255,255,7,131,66,128,128,128,128,8,132,34,2,32,1,126,124,34,17,66,32,134,124,34,23,124,33,1,32,6,32,8,106,32,7,106,65,255,255,0,107,33,6,2,64,32,12,32,13,126,34,24,32,3,32,11,126,124,34,3,32,24,84,173,32,3,32,2,32,4,126,124,34,4,32,3,84,173,124,32,2,32,11,126,124,32,4,32,19,32,21,84,173,32,15,32,19,84,173,124,124,34,3,32,4,84,173,124,32,2,32,12,126,34,4,32,11,32,13,126,124,34,2,32,4,84,173,66,32,134,32,2,66,32,136,132,124,32,3,32,2,66,32,134,124,34,2,32,3,84,173,124,32,2,32,17,32,20,84,173,32,16,32,22,84,173,32,16,32,20,86,173,124,124,66,32,134,32,17,66,32,136,132,124,34,4,32,2,84,173,124,32,4,32,15,32,18,86,173,32,18,32,23,86,173,124,124,34,2,32,4,84,173,124,34,4,66,128,128,128,128,128,128,192,0,131,80,69,4,64,32,6,65,1,106,33,6,12,1,11,32,14,66,63,136,33,3,32,4,66,1,134,32,2,66,63,136,132,33,4,32,2,66,1,134,32,1,66,63,136,132,33,2,32,14,66,1,134,33,14,32,3,32,1,66,1,134,132,33,1,11,32,6,65,255,255,1,78,4,64,32,10,66,128,128,128,128,128,128,192,255,255,0,132,33,10,66,0,33,1,12,1,11,2,126,32,6,65,0,76,4,64,65,1,32,6,107,34,8,65,128,1,79,4,64,66,0,33,1,12,3,11,32,5,65,48,106,32,14,32,1,32,6,65,255,0,106,34,6,16,211,1,32,5,65,32,106,32,2,32,4,32,6,16,211,1,32,5,65,16,106,32,14,32,1,32,8,16,213,1,32,5,32,2,32,4,32,8,16,213,1,32,5,41,3,48,32,5,41,3,56,132,66,0,82,173,32,5,41,3,32,32,5,41,3,16,132,132,33,14,32,5,41,3,40,32,5,41,3,24,132,33,1,32,5,41,3,0,33,2,32,5,41,3,8,12,1,11,32,4,66,255,255,255,255,255,255,63,131,32,6,173,66,48,134,132,11,32,10,132,33,10,32,14,80,32,1,66,0,89,32,1,66,128,128,128,128,128,128,128,128,128,127,81,27,69,4,64,32,10,32,2,66,1,124,34,1,32,2,84,173,124,33,10,12,1,11,32,14,32,1,66,128,128,128,128,128,128,128,128,128,127,133,132,80,69,4,64,32,2,33,1,12,1,11,32,10,32,2,32,2,66,1,131,124,34,1,32,2,84,173,124,33,10,11,32,0,32,1,55,3,0,32,0,32,10,55,3,8,32,5,65,224,0,106,36,0,11,205,9,2,3,126,4,127,35,0,65,240,0,107,34,8,36,0,32,4,66,255,255,255,255,255,255,255,255,255,0,131,33,6,2,64,2,64,32,1,80,34,9,32,2,66,255,255,255,255,255,255,255,255,255,0,131,34,5,66,128,128,128,128,128,128,192,255,255,0,125,66,128,128,128,128,128,128,192,128,128,127,84,32,5,80,27,69,4,64,32,3,66,0,82,32,6,66,128,128,128,128,128,128,192,255,255,0,125,34,7,66,128,128,128,128,128,128,192,128,128,127,86,32,7,66,128,128,128,128,128,128,192,128,128,127,81,27,13,1,11,32,9,32,5,66,128,128,128,128,128,128,192,255,255,0,84,32,5,66,128,128,128,128,128,128,192,255,255,0,81,27,69,4,64,32,2,66,128,128,128,128,128,128,32,132,33,4,32,1,33,3,12,2,11,32,3,80,32,6,66,128,128,128,128,128,128,192,255,255,0,84,32,6,66,128,128,128,128,128,128,192,255,255,0,81,27,69,4,64,32,4,66,128,128,128,128,128,128,32,132,33,4,12,2,11,32,1,32,5,66,128,128,128,128,128,128,192,255,255,0,133,132,80,4,64,66,128,128,128,128,128,128,224,255,255,0,32,2,32,1,32,3,133,32,2,32,4,133,66,128,128,128,128,128,128,128,128,128,127,133,132,80,34,9,27,33,4,66,0,32,1,32,9,27,33,3,12,2,11,32,3,32,6,66,128,128,128,128,128,128,192,255,255,0,133,132,80,13,1,32,1,32,5,132,80,4,64,32,3,32,6,132,66,0,82,13,2,32,1,32,3,131,33,3,32,2,32,4,131,33,4,12,2,11,32,3,32,6,132,80,69,13,0,32,1,33,3,32,2,33,4,12,1,11,32,3,32,1,32,1,32,3,84,32,5,32,6,84,32,5,32,6,81,27,34,10,27,33,5,32,4,32,2,32,10,27,34,6,66,255,255,255,255,255,255,63,131,33,7,32,2,32,4,32,10,27,34,2,66,48,136,167,65,255,255,1,113,33,11,32,6,66,48,136,167,65,255,255,1,113,34,9,69,4,64,32,8,65,224,0,106,32,5,32,7,32,5,32,7,32,7,80,34,9,27,121,32,9,65,6,116,173,124,167,34,9,65,15,107,16,211,1,65,16,32,9,107,33,9,32,8,41,3,104,33,7,32,8,41,3,96,33,5,11,32,1,32,3,32,10,27,33,3,32,2,66,255,255,255,255,255,255,63,131,33,4,32,11,69,4,64,32,8,65,208,0,106,32,3,32,4,32,3,32,4,32,4,80,34,10,27,121,32,10,65,6,116,173,124,167,34,10,65,15,107,16,211,1,65,16,32,10,107,33,11,32,8,41,3,88,33,4,32,8,41,3,80,33,3,11,32,4,66,3,134,32,3,66,61,136,132,66,128,128,128,128,128,128,128,4,132,33,4,32,7,66,3,134,32,5,66,61,136,132,33,1,32,2,32,6,133,33,2,2,126,32,3,66,3,134,34,3,32,9,32,11,107,34,10,69,13,0,26,32,10,65,255,0,75,4,64,66,0,33,4,66,1,12,1,11,32,8,65,64,107,32,3,32,4,65,128,1,32,10,107,16,211,1,32,8,65,48,106,32,3,32,4,32,10,16,213,1,32,8,41,3,56,33,4,32,8,41,3,48,32,8,41,3,64,32,8,41,3,72,132,66,0,82,173,132,11,33,3,32,1,66,128,128,128,128,128,128,128,4,132,33,7,32,5,66,3,134,33,1,2,64,32,2,66,0,83,4,64,32,1,32,3,125,34,5,32,7,32,4,125,32,1,32,3,84,173,125,34,4,132,80,4,64,66,0,33,3,66,0,33,4,12,3,11,32,4,66,255,255,255,255,255,255,255,3,86,13,1,32,8,65,32,106,32,5,32,4,32,5,32,4,32,4,80,34,10,27,121,32,10,65,6,116,173,124,167,65,12,107,34,10,16,211,1,32,9,32,10,107,33,9,32,8,41,3,40,33,4,32,8,41,3,32,33,5,12,1,11,32,1,32,3,124,34,5,32,3,84,173,32,4,32,7,124,124,34,4,66,128,128,128,128,128,128,128,8,131,80,13,0,32,5,66,1,131,32,4,66,63,134,32,5,66,1,136,132,132,33,5,32,9,65,1,106,33,9,32,4,66,1,136,33,4,11,32,6,66,128,128,128,128,128,128,128,128,128,127,131,33,1,32,9,65,255,255,1,78,4,64,32,1,66,128,128,128,128,128,128,192,255,255,0,132,33,4,66,0,33,3,12,1,11,65,0,33,10,2,64,32,9,65,0,74,4,64,32,9,33,10,12,1,11,32,8,65,16,106,32,5,32,4,32,9,65,255,0,106,16,211,1,32,8,32,5,32,4,65,1,32,9,107,16,213,1,32,8,41,3,0,32,8,41,3,16,32,8,41,3,24,132,66,0,82,173,132,33,5,32,8,41,3,8,33,4,11,32,4,66,61,134,32,5,66,3,136,132,34,3,32,3,32,5,167,65,7,113,34,9,65,4,75,173,124,34,5,86,173,32,4,66,3,136,66,255,255,255,255,255,255,63,131,32,10,173,66,48,134,132,32,1,132,124,33,4,2,64,2,64,32,9,65,4,71,4,64,32,5,33,3,12,1,11,32,4,32,5,66,1,131,34,1,32,5,124,34,3,32,1,84,173,124,33,4,12,1,11,32,9,69,13,1,11,11,32,0,32,3,55,3,0,32,0,32,4,55,3,8,32,8,65,240,0,106,36,0,11,250,1,2,3,126,2,127,35,0,65,16,107,34,5,36,0,2,126,32,1,189,34,3,66,255,255,255,255,255,255,255,255,255,0,131,34,2,66,128,128,128,128,128,128,128,8,125,66,255,255,255,255,255,255,255,239,255,0,88,4,64,32,2,66,60,134,33,4,32,2,66,4,136,66,128,128,128,128,128,128,128,128,60,124,12,1,11,32,2,66,128,128,128,128,128,128,128,248,255,0,90,4,64,32,3,66,60,134,33,4,32,3,66,4,136,66,128,128,128,128,128,128,192,255,255,0,132,12,1,11,32,2,80,4,64,66,0,12,1,11,32,5,32,2,66,0,32,3,167,103,65,32,106,32,2,66,32,136,167,103,32,2,66,128,128,128,128,16,84,27,34,6,65,49,106,16,211,1,32,5,41,3,0,33,4,32,5,41,3,8,66,128,128,128,128,128,128,192,0,133,65,140,248,0,32,6,107,173,66,48,134,132,11,33,2,32,0,32,4,55,3,0,32,0,32,2,32,3,66,128,128,128,128,128,128,128,128,128,127,131,132,55,3,8,32,5,65,16,106,36,0,11,219,1,2,1,127,2,126,65,1,33,4,2,64,32,0,66,0,82,32,1,66,255,255,255,255,255,255,255,255,255,0,131,34,5,66,128,128,128,128,128,128,192,255,255,0,86,32,5,66,128,128,128,128,128,128,192,255,255,0,81,27,13,0,32,2,66,0,82,32,3,66,255,255,255,255,255,255,255,255,255,0,131,34,6,66,128,128,128,128,128,128,192,255,255,0,86,32,6,66,128,128,128,128,128,128,192,255,255,0,81,27,13,0,32,0,32,2,132,32,5,32,6,132,132,80,4,64,65,0,15,11,32,1,32,3,131,66,0,89,4,64,65,127,33,4,32,0,32,2,84,32,1,32,3,83,32,1,32,3,81,27,13,1,32,0,32,2,133,32,1,32,3,133,132,66,0,82,15,11,65,127,33,4,32,0,32,2,86,32,1,32,3,85,32,1,32,3,81,27,13,0,32,0,32,2,133,32,1,32,3,133,132,66,0,82,33,4,11,32,4,11,196,1,2,1,127,2,126,65,127,33,3,2,64,32,0,66,0,82,32,1,66,255,255,255,255,255,255,255,255,255,0,131,34,4,66,128,128,128,128,128,128,192,255,255,0,86,32,4,66,128,128,128,128,128,128,192,255,255,0,81,27,13,0,65,0,32,2,66,255,255,255,255,255,255,255,255,255,0,131,34,5,66,128,128,128,128,128,128,192,255,255,0,86,32,5,66,128,128,128,128,128,128,192,255,255,0,81,27,13,0,32,0,32,4,32,5,132,132,80,4,64,65,0,15,11,32,1,32,2,131,66,0,89,4,64,65,0,32,1,32,2,83,32,1,32,2,81,27,13,1,32,0,32,1,32,2,133,132,66,0,82,15,11,32,0,66,0,82,32,1,32,2,85,32,1,32,2,81,27,13,0,32,0,32,1,32,2,133,132,66,0,82,33,3,11,32,3,11,169,1,1,1,124,68,0,0,0,0,0,0,240,63,33,1,2,64,32,0,65,128,8,78,4,64,68,0,0,0,0,0,0,224,127,33,1,32,0,65,255,15,73,4,64,32,0,65,255,7,107,33,0,12,2,11,68,0,0,0,0,0,0,240,127,33,1,32,0,65,253,23,32,0,65,253,23,73,27,65,254,15,107,33,0,12,1,11,32,0,65,129,120,74,13,0,68,0,0,0,0,0,0,96,3,33,1,32,0,65,184,112,75,4,64,32,0,65,201,7,106,33,0,12,1,11,68,0,0,0,0,0,0,0,0,33,1,32,0,65,240,104,32,0,65,240,104,75,27,65,146,15,106,33,0,11,32,1,32,0,65,255,7,106,173,66,52,134,191,162,11,53,0,32,0,32,1,55,3,0,32,0,32,2,66,255,255,255,255,255,255,63,131,32,4,66,48,136,167,65,128,128,2,113,32,2,66,48,136,167,65,255,255,1,113,114,173,66,48,134,132,55,3,8,11,100,2,1,127,1,126,35,0,65,16,107,34,2,36,0,32,0,2,126,32,1,69,4,64,66,0,12,1,11,32,2,32,1,173,66,0,32,1,103,34,1,65,209,0,106,16,211,1,32,2,41,3,8,66,128,128,128,128,128,128,192,0,133,65,158,128,1,32,1,107,173,66,48,134,124,33,3,32,2,41,3,0,11,55,3,0,32,0,32,3,55,3,8,32,2,65,16,106,36,0,11,69,1,1,127,35,0,65,16,107,34,5,36,0,32,5,32,1,32,2,32,3,32,4,66,128,128,128,128,128,128,128,128,128,127,133,16,215,1,32,5,41,3,0,33,1,32,0,32,5,41,3,8,55,3,8,32,0,32,1,55,3,0,32,5,65,16,106,36,0,11,196,2,1,1,127,35,0,65,208,0,107,34,4,36,0,2,64,32,3,65,128,128,1,78,4,64,32,4,65,32,106,32,1,32,2,66,0,66,128,128,128,128,128,128,128,255,255,0,16,214,1,32,4,41,3,40,33,2,32,4,41,3,32,33,1,32,3,65,255,255,1,73,4,64,32,3,65,255,255,0,107,33,3,12,2,11,32,4,65,16,106,32,1,32,2,66,0,66,128,128,128,128,128,128,128,255,255,0,16,214,1,32,3,65,253,255,2,32,3,65,253,255,2,73,27,65,254,255,1,107,33,3,32,4,41,3,24,33,2,32,4,41,3,16,33,1,12,1,11,32,3,65,129,128,127,74,13,0,32,4,65,64,107,32,1,32,2,66,0,66,128,128,128,128,128,128,128,57,16,214,1,32,4,41,3,72,33,2,32,4,41,3,64,33,1,32,3,65,244,128,126,75,4,64,32,3,65,141,255,0,106,33,3,12,1,11,32,4,65,48,106,32,1,32,2,66,0,66,128,128,128,128,128,128,128,57,16,214,1,32,3,65,232,129,125,32,3,65,232,129,125,75,27,65,154,254,1,106,33,3,32,4,41,3,56,33,2,32,4,41,3,48,33,1,11,32,4,32,1,32,2,66,0,32,3,65,255,255,0,106,173,66,48,134,16,214,1,32,0,32,4,41,3,8,55,3,8,32,0,32,4,41,3,0,55,3,0,32,4,65,208,0,106,36,0,11,117,1,1,126,32,0,32,1,32,4,126,32,2,32,3,126,124,32,3,66,32,136,34,4,32,1,66,32,136,34,2,126,124,32,3,66,255,255,255,255,15,131,34,3,32,1,66,255,255,255,255,15,131,34,1,126,34,5,66,32,136,32,2,32,3,126,124,34,3,66,32,136,124,32,1,32,4,126,32,3,66,255,255,255,255,15,131,124,34,3,66,32,136,124,55,3,8,32,0,32,5,66,255,255,255,255,15,131,32,3,66,32,134,132,55,3,0,11,197,15,2,5,127,14,126,35,0,65,208,2,107,34,5,36,0,32,4,66,255,255,255,255,255,255,63,131,33,11,32,2,66,255,255,255,255,255,255,63,131,33,15,32,2,32,4,133,66,128,128,128,128,128,128,128,128,128,127,131,33,12,32,4,66,48,136,167,65,255,255,1,113,33,6,2,64,2,64,32,2,66,48,136,167,65,255,255,1,113,34,9,65,255,255,1,107,65,130,128,126,79,4,64,32,6,65,255,255,1,107,65,129,128,126,75,13,1,11,32,1,80,32,2,66,255,255,255,255,255,255,255,255,255,0,131,34,10,66,128,128,128,128,128,128,192,255,255,0,84,32,10,66,128,128,128,128,128,128,192,255,255,0,81,27,69,4,64,32,2,66,128,128,128,128,128,128,32,132,33,12,12,2,11,32,3,80,32,4,66,255,255,255,255,255,255,255,255,255,0,131,34,2,66,128,128,128,128,128,128,192,255,255,0,84,32,2,66,128,128,128,128,128,128,192,255,255,0,81,27,69,4,64,32,4,66,128,128,128,128,128,128,32,132,33,12,32,3,33,1,12,2,11,32,1,32,10,66,128,128,128,128,128,128,192,255,255,0,133,132,80,4,64,32,3,32,2,66,128,128,128,128,128,128,192,255,255,0,133,132,80,4,64,66,0,33,1,66,128,128,128,128,128,128,224,255,255,0,33,12,12,3,11,32,12,66,128,128,128,128,128,128,192,255,255,0,132,33,12,66,0,33,1,12,2,11,32,3,32,2,66,128,128,128,128,128,128,192,255,255,0,133,132,80,4,64,66,0,33,1,12,2,11,32,1,32,10,132,80,4,64,66,128,128,128,128,128,128,224,255,255,0,32,12,32,2,32,3,132,80,27,33,12,66,0,33,1,12,2,11,32,2,32,3,132,80,4,64,32,12,66,128,128,128,128,128,128,192,255,255,0,132,33,12,66,0,33,1,12,2,11,32,10,66,255,255,255,255,255,255,63,88,4,64,32,5,65,192,2,106,32,1,32,15,32,1,32,15,32,15,80,34,7,27,121,32,7,65,6,116,173,124,167,34,7,65,15,107,16,211,1,65,16,32,7,107,33,7,32,5,41,3,200,2,33,15,32,5,41,3,192,2,33,1,11,32,2,66,255,255,255,255,255,255,63,86,13,0,32,5,65,176,2,106,32,3,32,11,32,3,32,11,32,11,80,34,8,27,121,32,8,65,6,116,173,124,167,34,8,65,15,107,16,211,1,32,7,32,8,106,65,16,107,33,7,32,5,41,3,184,2,33,11,32,5,41,3,176,2,33,3,11,32,5,65,160,2,106,32,11,66,128,128,128,128,128,128,192,0,132,34,18,66,15,134,32,3,66,49,136,132,34,2,66,0,66,128,128,128,128,176,230,188,130,245,0,32,2,125,34,4,66,0,16,224,1,32,5,65,144,2,106,66,0,32,5,41,3,168,2,125,66,0,32,4,66,0,16,224,1,32,5,65,128,2,106,32,5,41,3,152,2,66,1,134,32,5,41,3,144,2,66,63,136,132,34,4,66,0,32,2,66,0,16,224,1,32,5,65,240,1,106,32,4,66,0,66,0,32,5,41,3,136,2,125,66,0,16,224,1,32,5,65,224,1,106,32,5,41,3,248,1,66,1,134,32,5,41,3,240,1,66,63,136,132,34,4,66,0,32,2,66,0,16,224,1,32,5,65,208,1,106,32,4,66,0,66,0,32,5,41,3,232,1,125,66,0,16,224,1,32,5,65,192,1,106,32,5,41,3,216,1,66,1,134,32,5,41,3,208,1,66,63,136,132,34,4,66,0,32,2,66,0,16,224,1,32,5,65,176,1,106,32,4,66,0,66,0,32,5,41,3,200,1,125,66,0,16,224,1,32,5,65,160,1,106,32,2,66,0,32,5,41,3,184,1,66,1,134,32,5,41,3,176,1,66,63,136,132,66,1,125,34,4,66,0,16,224,1,32,5,65,144,1,106,32,3,66,15,134,66,0,32,4,66,0,16,224,1,32,5,65,240,0,106,32,4,66,0,66,0,32,5,41,3,168,1,32,5,41,3,160,1,34,11,32,5,41,3,152,1,124,34,2,32,11,84,173,124,32,2,66,1,86,173,124,125,66,0,16,224,1,32,5,65,128,1,106,66,1,32,2,125,66,0,32,4,66,0,16,224,1,32,7,32,9,32,6,107,106,33,6,2,126,32,5,41,3,112,34,13,66,1,134,34,14,32,5,41,3,136,1,34,16,66,1,134,32,5,41,3,128,1,66,63,136,132,124,34,10,66,231,236,0,125,34,19,66,32,136,34,2,32,15,66,128,128,128,128,128,128,192,0,132,34,20,66,31,136,66,255,255,255,255,15,131,34,4,126,34,17,32,1,66,1,134,34,21,66,32,136,34,11,32,10,32,19,86,173,32,10,32,14,84,173,32,5,41,3,120,66,1,134,32,13,66,63,136,132,32,16,66,63,136,124,124,124,66,1,125,34,13,66,32,136,34,10,126,124,34,14,32,17,84,173,32,14,32,13,66,255,255,255,255,15,131,34,13,32,1,66,63,136,34,23,32,15,66,1,134,132,66,255,255,255,255,15,131,34,15,126,124,34,16,32,14,84,173,124,32,4,32,10,126,124,32,4,32,13,126,34,17,32,10,32,15,126,124,34,14,32,17,84,173,66,32,134,32,14,66,32,136,132,124,32,16,32,14,66,32,134,124,34,14,32,16,84,173,124,32,14,32,19,66,255,255,255,255,15,131,34,19,32,15,126,34,17,32,2,32,11,126,124,34,16,32,17,84,173,32,16,32,13,32,21,66,254,255,255,255,15,131,34,17,126,124,34,22,32,16,84,173,124,124,34,16,32,14,84,173,124,32,16,32,4,32,19,126,34,14,32,10,32,17,126,124,34,4,32,2,32,15,126,124,34,10,32,11,32,13,126,124,34,13,66,32,136,32,10,32,13,86,173,32,4,32,14,84,173,32,4,32,10,86,173,124,124,66,32,134,132,124,34,4,32,16,84,173,124,32,4,32,22,32,2,32,17,126,34,2,32,11,32,19,126,124,34,11,66,32,136,32,2,32,11,86,173,66,32,134,132,124,34,2,32,22,84,173,32,2,32,13,66,32,134,124,32,2,84,173,124,124,34,2,32,4,84,173,124,34,4,66,255,255,255,255,255,255,255,0,88,4,64,32,20,66,1,134,32,23,132,33,20,32,5,65,208,0,106,32,2,32,4,32,3,32,18,16,224,1,32,1,66,49,134,32,5,41,3,88,125,32,5,41,3,80,34,1,66,0,82,173,125,33,10,32,6,65,254,255,0,106,33,6,66,0,32,1,125,12,1,11,32,5,65,224,0,106,32,4,66,63,134,32,2,66,1,136,132,34,2,32,4,66,1,136,34,4,32,3,32,18,16,224,1,32,1,66,48,134,32,5,41,3,104,125,32,5,41,3,96,34,11,66,0,82,173,125,33,10,32,6,65,255,255,0,106,33,6,32,1,33,21,66,0,32,11,125,11,33,11,32,6,65,255,255,1,78,4,64,32,12,66,128,128,128,128,128,128,192,255,255,0,132,33,12,66,0,33,1,12,1,11,2,126,32,6,65,0,74,4,64,32,10,66,1,134,32,11,66,63,136,132,33,10,32,4,66,255,255,255,255,255,255,63,131,32,6,173,66,48,134,132,33,13,32,11,66,1,134,12,1,11,32,6,65,143,127,76,4,64,66,0,33,1,12,2,11,32,5,65,64,107,32,2,32,4,65,1,32,6,107,16,213,1,32,5,65,48,106,32,21,32,20,32,6,65,240,0,106,16,211,1,32,5,65,32,106,32,3,32,18,32,5,41,3,64,34,2,32,5,41,3,72,34,13,16,224,1,32,5,41,3,56,32,5,41,3,40,66,1,134,32,5,41,3,32,34,1,66,63,136,132,125,32,5,41,3,48,34,4,32,1,66,1,134,34,1,84,173,125,33,10,32,4,32,1,125,11,33,4,32,5,65,16,106,32,3,32,18,66,3,66,0,16,224,1,32,5,32,3,32,18,66,5,66,0,16,224,1,32,13,32,2,32,2,66,1,131,34,1,32,4,124,34,4,32,3,86,32,10,32,1,32,4,86,173,124,34,1,32,18,86,32,1,32,18,81,27,173,124,34,3,32,2,84,173,124,34,2,32,3,32,2,66,128,128,128,128,128,128,192,255,255,0,84,32,4,32,5,41,3,16,86,32,1,32,5,41,3,24,34,2,86,32,1,32,2,81,27,113,173,124,34,2,32,3,84,173,124,34,3,32,2,32,3,66,128,128,128,128,128,128,192,255,255,0,84,32,4,32,5,41,3,0,86,32,1,32,5,41,3,8,34,4,86,32,1,32,4,81,27,113,173,124,34,1,32,2,84,173,124,32,12,132,33,12,11,32,0,32,1,55,3,0,32,0,32,12,55,3,8,32,5,65,208,2,106,36,0,11,215,6,2,4,127,3,126,35,0,65,128,1,107,34,5,36,0,2,64,2,64,2,64,32,3,32,4,66,0,66,0,16,217,1,69,13,0,2,127,32,4,66,255,255,255,255,255,255,63,131,33,9,2,127,32,4,66,48,136,167,65,255,255,1,113,34,6,65,255,255,1,71,4,64,65,4,32,6,13,1,26,65,2,65,3,32,3,32,9,132,80,27,12,2,11,32,3,32,9,132,80,11,11,33,7,32,2,66,48,136,167,34,8,65,255,255,1,113,34,6,65,255,255,1,70,13,0,32,7,13,1,11,32,5,65,16,106,32,1,32,2,32,3,32,4,16,214,1,32,5,32,5,41,3,16,34,4,32,5,41,3,24,34,3,32,4,32,3,16,225,1,32,5,41,3,8,33,2,32,5,41,3,0,33,4,12,1,11,32,1,32,2,66,255,255,255,255,255,255,63,131,32,6,173,66,48,134,132,34,10,32,3,32,4,66,255,255,255,255,255,255,63,131,32,4,66,48,136,167,65,255,255,1,113,34,7,173,66,48,134,132,34,9,16,217,1,65,0,76,4,64,32,1,32,10,32,3,32,9,16,217,1,4,64,32,1,33,4,12,2,11,32,5,65,240,0,106,32,1,32,2,66,0,66,0,16,214,1,32,5,41,3,120,33,2,32,5,41,3,112,33,4,12,1,11,32,6,4,126,32,1,5,32,5,65,224,0,106,32,1,32,10,66,0,66,128,128,128,128,128,128,192,187,192,0,16,214,1,32,5,41,3,104,34,10,66,48,136,167,65,248,0,107,33,6,32,5,41,3,96,11,33,4,32,7,69,4,64,32,5,65,208,0,106,32,3,32,9,66,0,66,128,128,128,128,128,128,192,187,192,0,16,214,1,32,5,41,3,88,34,9,66,48,136,167,65,248,0,107,33,7,32,5,41,3,80,33,3,11,32,9,66,255,255,255,255,255,255,63,131,66,128,128,128,128,128,128,192,0,132,33,11,32,10,66,255,255,255,255,255,255,63,131,66,128,128,128,128,128,128,192,0,132,33,10,32,6,32,7,74,4,64,3,64,2,126,32,10,32,11,125,32,3,32,4,86,173,125,34,9,66,0,89,4,64,32,9,32,4,32,3,125,34,4,132,80,4,64,32,5,65,32,106,32,1,32,2,66,0,66,0,16,214,1,32,5,41,3,40,33,2,32,5,41,3,32,33,4,12,5,11,32,9,66,1,134,32,4,66,63,136,132,12,1,11,32,10,66,1,134,32,4,66,63,136,132,11,33,10,32,4,66,1,134,33,4,32,6,65,1,107,34,6,32,7,74,13,0,11,32,7,33,6,11,2,64,32,10,32,11,125,32,3,32,4,86,173,125,34,9,66,0,83,4,64,32,10,33,9,12,1,11,32,9,32,4,32,3,125,34,4,132,66,0,82,13,0,32,5,65,48,106,32,1,32,2,66,0,66,0,16,214,1,32,5,41,3,56,33,2,32,5,41,3,48,33,4,12,1,11,32,9,66,255,255,255,255,255,255,63,88,4,64,3,64,32,4,66,63,136,33,3,32,6,65,1,107,33,6,32,4,66,1,134,33,4,32,3,32,9,66,1,134,132,34,9,66,128,128,128,128,128,128,192,0,84,13,0,11,11,32,8,65,128,128,2,113,33,7,32,6,65,0,76,4,64,32,5,65,64,107,32,4,32,9,66,255,255,255,255,255,255,63,131,32,6,65,248,0,106,32,7,114,173,66,48,134,132,66,0,66,128,128,128,128,128,128,192,195,63,16,214,1,32,5,41,3,72,33,2,32,5,41,3,64,33,4,12,1,11,32,9,66,255,255,255,255,255,255,63,131,32,6,32,7,114,173,66,48,134,132,33,2,11,32,0,32,4,55,3,0,32,0,32,2,55,3,8,32,5,65,128,1,106,36,0,11,210,51,3,17,127,7,126,1,124,35,0,65,48,107,34,13,36,0,2,64,32,2,65,2,77,4,64,32,1,65,4,106,33,6,32,2,65,2,116,34,2,65,252,222,0,106,40,2,0,33,15,32,2,65,240,222,0,106,40,2,0,33,14,3,64,2,127,32,1,40,2,4,34,2,32,1,40,2,104,71,4,64,32,6,32,2,65,1,106,54,2,0,32,2,45,0,0,12,1,11,32,1,16,210,1,11,34,2,16,76,13,0,11,65,1,33,7,2,64,2,64,32,2,65,43,107,14,3,0,1,0,1,11,65,127,65,1,32,2,65,45,70,27,33,7,32,1,40,2,4,34,2,32,1,40,2,104,71,4,64,32,6,32,2,65,1,106,54,2,0,32,2,45,0,0,33,2,12,1,11,32,1,16,210,1,33,2,11,2,64,2,64,3,64,32,5,65,236,8,106,44,0,0,32,2,65,32,114,70,4,64,2,64,32,5,65,6,75,13,0,32,1,40,2,4,34,2,32,1,40,2,104,71,4,64,32,6,32,2,65,1,106,54,2,0,32,2,45,0,0,33,2,12,1,11,32,1,16,210,1,33,2,11,32,5,65,1,106,34,5,65,8,71,13,1,12,2,11,11,32,5,65,3,71,4,64,32,5,65,8,70,13,1,32,3,69,13,2,32,5,65,4,73,13,2,32,5,65,8,70,13,1,11,32,1,41,3,112,34,22,66,0,89,4,64,32,6,32,6,40,2,0,65,1,107,54,2,0,11,32,3,69,13,0,32,5,65,4,73,13,0,32,22,66,0,83,33,1,3,64,32,1,69,4,64,32,6,32,6,40,2,0,65,1,107,54,2,0,11,32,5,65,1,107,34,5,65,3,75,13,0,11,11,35,0,65,16,107,34,2,36,0,2,126,32,7,178,67,0,0,128,127,148,188,34,3,65,255,255,255,255,7,113,34,1,65,128,128,128,4,107,65,255,255,255,247,7,77,4,64,32,1,173,66,25,134,66,128,128,128,128,128,128,128,192,63,124,12,1,11,32,3,173,66,25,134,66,128,128,128,128,128,128,192,255,255,0,132,32,1,65,128,128,128,252,7,79,13,0,26,66,0,32,1,69,13,0,26,32,2,32,1,173,66,0,32,1,103,34,1,65,209,0,106,16,211,1,32,2,41,3,0,33,21,32,2,41,3,8,66,128,128,128,128,128,128,192,0,133,65,137,255,0,32,1,107,173,66,48,134,132,11,33,22,32,13,32,21,55,3,0,32,13,32,22,32,3,65,128,128,128,128,120,113,173,66,32,134,132,55,3,8,32,2,65,16,106,36,0,32,13,41,3,8,33,21,32,13,41,3,0,33,22,12,2,11,2,64,2,64,2,64,32,5,13,0,65,0,33,5,3,64,32,5,65,169,11,106,44,0,0,32,2,65,32,114,71,13,1,2,64,32,5,65,1,75,13,0,32,1,40,2,4,34,2,32,1,40,2,104,71,4,64,32,6,32,2,65,1,106,54,2,0,32,2,45,0,0,33,2,12,1,11,32,1,16,210,1,33,2,11,32,5,65,1,106,34,5,65,3,71,13,0,11,12,1,11,2,64,2,64,32,5,14,4,0,1,1,2,1,11,2,64,32,2,65,48,71,13,0,2,127,32,1,40,2,4,34,5,32,1,40,2,104,71,4,64,32,6,32,5,65,1,106,54,2,0,32,5,45,0,0,12,1,11,32,1,16,210,1,11,65,95,113,65,216,0,70,4,64,32,13,65,16,106,33,9,65,0,33,6,35,0,65,176,3,107,34,2,36,0,2,127,32,1,40,2,4,34,5,32,1,40,2,104,71,4,64,32,1,32,5,65,1,106,54,2,4,32,5,45,0,0,12,1,11,32,1,16,210,1,11,33,5,2,64,2,127,3,64,2,64,32,5,65,48,71,4,64,32,5,65,46,71,13,4,32,1,40,2,4,34,5,32,1,40,2,104,70,13,1,32,1,32,5,65,1,106,54,2,4,32,5,45,0,0,12,3,11,32,1,40,2,4,34,5,32,1,40,2,104,71,4,64,65,1,33,4,32,1,32,5,65,1,106,54,2,4,32,5,45,0,0,33,5,12,2,5,65,1,33,4,32,1,16,210,1,33,5,12,2,11,0,11,11,32,1,16,210,1,11,33,5,65,1,33,11,32,5,65,48,71,13,0,3,64,32,24,66,1,125,33,24,2,127,32,1,40,2,4,34,5,32,1,40,2,104,71,4,64,32,1,32,5,65,1,106,54,2,4,32,5,45,0,0,12,1,11,32,1,16,210,1,11,34,5,65,48,70,13,0,11,65,1,33,4,11,66,128,128,128,128,128,128,192,255,63,33,22,2,64,3,64,2,64,32,5,65,32,114,33,8,2,64,2,64,32,5,65,48,107,34,12,65,10,73,13,0,32,5,65,46,71,32,8,65,225,0,107,65,6,79,113,13,4,32,5,65,46,71,13,0,32,11,13,2,65,1,33,11,32,21,33,24,12,1,11,32,8,65,215,0,107,32,12,32,5,65,57,74,27,33,5,2,64,32,21,66,7,87,4,64,32,5,32,6,65,4,116,106,33,6,12,1,11,32,21,66,28,88,4,64,32,2,65,48,106,32,5,16,212,1,32,2,65,32,106,32,26,32,22,66,0,66,128,128,128,128,128,128,192,253,63,16,214,1,32,2,65,16,106,32,2,41,3,48,32,2,41,3,56,32,2,41,3,32,34,26,32,2,41,3,40,34,22,16,214,1,32,2,32,2,41,3,16,32,2,41,3,24,32,23,32,25,16,215,1,32,2,41,3,8,33,25,32,2,41,3,0,33,23,12,1,11,32,5,69,13,0,32,10,13,0,32,2,65,208,0,106,32,26,32,22,66,0,66,128,128,128,128,128,128,128,255,63,16,214,1,32,2,65,64,107,32,2,41,3,80,32,2,41,3,88,32,23,32,25,16,215,1,32,2,41,3,72,33,25,65,1,33,10,32,2,41,3,64,33,23,11,32,21,66,1,124,33,21,65,1,33,4,11,32,1,40,2,4,34,5,32,1,40,2,104,71,4,64,32,1,32,5,65,1,106,54,2,4,32,5,45,0,0,33,5,12,2,5,32,1,16,210,1,33,5,12,2,11,0,11,11,65,46,33,5,11,2,126,32,4,69,4,64,2,64,2,64,32,1,41,3,112,66,0,89,4,64,32,1,32,1,40,2,4,34,5,65,1,107,54,2,4,32,3,69,13,1,32,1,32,5,65,2,107,54,2,4,32,11,69,13,2,32,1,32,5,65,3,107,54,2,4,12,2,11,32,3,13,1,11,32,1,66,0,16,209,1,11,32,2,65,224,0,106,32,7,183,68,0,0,0,0,0,0,0,0,162,16,216,1,32,2,41,3,96,33,23,32,2,41,3,104,12,1,11,32,21,66,7,87,4,64,32,21,33,22,3,64,32,6,65,4,116,33,6,32,22,66,1,124,34,22,66,8,82,13,0,11,11,2,64,2,64,2,64,32,5,65,95,113,65,208,0,70,4,64,32,1,32,3,16,228,1,34,22,66,128,128,128,128,128,128,128,128,128,127,82,13,3,32,3,4,64,32,1,41,3,112,66,0,89,13,2,12,3,11,66,0,33,23,32,1,66,0,16,209,1,66,0,12,4,11,66,0,33,22,32,1,41,3,112,66,0,83,13,2,11,32,1,32,1,40,2,4,65,1,107,54,2,4,11,66,0,33,22,11,32,6,69,4,64,32,2,65,240,0,106,32,7,183,68,0,0,0,0,0,0,0,0,162,16,216,1,32,2,41,3,112,33,23,32,2,41,3,120,12,1,11,32,24,32,21,32,11,27,66,2,134,32,22,124,66,32,125,34,21,65,0,32,15,107,173,85,4,64,65,140,163,4,65,196,0,54,2,0,32,2,65,160,1,106,32,7,16,212,1,32,2,65,144,1,106,32,2,41,3,160,1,32,2,41,3,168,1,66,127,66,255,255,255,255,255,255,191,255,255,0,16,214,1,32,2,65,128,1,106,32,2,41,3,144,1,32,2,41,3,152,1,66,127,66,255,255,255,255,255,255,191,255,255,0,16,214,1,32,2,41,3,128,1,33,23,32,2,41,3,136,1,12,1,11,32,15,65,226,1,107,172,32,21,87,4,64,32,6,65,0,78,4,64,3,64,32,2,65,160,3,106,32,23,32,25,66,0,66,128,128,128,128,128,128,192,255,191,127,16,215,1,32,23,32,25,66,128,128,128,128,128,128,128,255,63,16,218,1,33,5,32,2,65,144,3,106,32,23,32,25,32,23,32,2,41,3,160,3,32,5,65,0,72,34,1,27,32,25,32,2,41,3,168,3,32,1,27,16,215,1,32,21,66,1,125,33,21,32,2,41,3,152,3,33,25,32,2,41,3,144,3,33,23,32,6,65,1,116,32,5,65,0,78,114,34,6,65,0,78,13,0,11,11,2,126,32,21,32,15,172,125,66,32,124,34,24,167,34,5,65,0,32,5,65,0,74,27,32,14,32,24,32,14,173,83,27,34,5,65,241,0,78,4,64,32,2,65,128,3,106,32,7,16,212,1,32,2,41,3,136,3,33,24,32,2,41,3,128,3,33,26,66,0,12,1,11,32,2,65,224,2,106,65,144,1,32,5,107,16,219,1,16,216,1,32,2,65,208,2,106,32,7,16,212,1,32,2,65,240,2,106,32,2,41,3,224,2,32,2,41,3,232,2,32,2,41,3,208,2,34,26,32,2,41,3,216,2,34,24,16,220,1,32,2,41,3,248,2,33,27,32,2,41,3,240,2,11,33,22,32,2,65,192,2,106,32,6,32,6,65,1,113,69,32,23,32,25,66,0,66,0,16,217,1,65,0,71,32,5,65,32,72,113,113,34,5,106,16,221,1,32,2,65,176,2,106,32,26,32,24,32,2,41,3,192,2,32,2,41,3,200,2,16,214,1,32,2,65,144,2,106,32,2,41,3,176,2,32,2,41,3,184,2,32,22,32,27,16,215,1,32,2,65,160,2,106,32,26,32,24,66,0,32,23,32,5,27,66,0,32,25,32,5,27,16,214,1,32,2,65,128,2,106,32,2,41,3,160,2,32,2,41,3,168,2,32,2,41,3,144,2,32,2,41,3,152,2,16,215,1,32,2,65,240,1,106,32,2,41,3,128,2,32,2,41,3,136,2,32,22,32,27,16,222,1,32,2,41,3,240,1,34,23,32,2,41,3,248,1,34,25,66,0,66,0,16,217,1,69,4,64,65,140,163,4,65,196,0,54,2,0,11,32,2,65,224,1,106,32,23,32,25,32,21,167,16,223,1,32,2,41,3,224,1,33,23,32,2,41,3,232,1,12,1,11,65,140,163,4,65,196,0,54,2,0,32,2,65,208,1,106,32,7,16,212,1,32,2,65,192,1,106,32,2,41,3,208,1,32,2,41,3,216,1,66,0,66,128,128,128,128,128,128,192,0,16,214,1,32,2,65,176,1,106,32,2,41,3,192,1,32,2,41,3,200,1,66,0,66,128,128,128,128,128,128,192,0,16,214,1,32,2,41,3,176,1,33,23,32,2,41,3,184,1,11,33,21,32,9,32,23,55,3,0,32,9,32,21,55,3,8,32,2,65,176,3,106,36,0,32,13,41,3,24,33,21,32,13,41,3,16,33,22,12,6,11,32,1,41,3,112,66,0,83,13,0,32,6,32,6,40,2,0,65,1,107,54,2,0,11,32,13,65,32,106,33,17,32,1,33,5,32,7,33,11,65,0,33,7,65,0,33,6,35,0,65,144,198,0,107,34,4,36,0,65,0,32,14,32,15,106,34,19,107,33,20,2,64,2,127,3,64,2,64,32,2,65,48,71,4,64,32,2,65,46,71,13,4,32,5,40,2,4,34,2,32,5,40,2,104,70,13,1,32,5,32,2,65,1,106,54,2,4,32,2,45,0,0,12,3,11,32,5,40,2,4,34,2,32,5,40,2,104,71,4,64,65,1,33,7,32,5,32,2,65,1,106,54,2,4,32,2,45,0,0,33,2,12,2,5,65,1,33,7,32,5,16,210,1,33,2,12,2,11,0,11,11,32,5,16,210,1,11,33,2,65,1,33,8,32,2,65,48,71,13,0,3,64,32,21,66,1,125,33,21,2,127,32,5,40,2,4,34,2,32,5,40,2,104,71,4,64,32,5,32,2,65,1,106,54,2,4,32,2,45,0,0,12,1,11,32,5,16,210,1,11,34,2,65,48,70,13,0,11,65,1,33,7,11,32,4,65,0,54,2,144,6,32,17,2,126,2,64,2,64,2,64,2,64,2,64,32,2,65,46,70,34,1,69,32,2,65,48,107,34,9,65,9,75,113,69,4,64,3,64,2,64,32,1,65,1,113,4,64,32,8,69,4,64,32,22,33,21,65,1,33,8,12,2,11,32,7,69,33,1,12,4,11,32,22,66,1,124,33,22,32,6,65,252,15,76,4,64,32,12,32,22,167,32,2,65,48,70,27,33,12,32,4,65,144,6,106,32,6,65,2,116,106,34,1,32,10,4,127,32,2,32,1,40,2,0,65,10,108,106,65,48,107,5,32,9,11,54,2,0,65,1,33,7,65,0,32,10,65,1,106,34,2,32,2,65,9,70,34,2,27,33,10,32,2,32,6,106,33,6,12,1,11,32,2,65,48,70,13,0,32,4,32,4,40,2,128,70,65,1,114,54,2,128,70,65,220,143,1,33,12,11,2,127,32,5,40,2,4,34,2,32,5,40,2,104,71,4,64,32,5,32,2,65,1,106,54,2,4,32,2,45,0,0,12,1,11,32,5,16,210,1,11,34,2,65,48,107,33,9,32,2,65,46,70,34,1,13,0,32,9,65,10,73,13,0,11,11,32,21,32,22,32,8,27,33,21,2,64,32,7,69,13,0,32,2,65,95,113,65,197,0,71,13,0,2,64,32,5,32,3,16,228,1,34,24,66,128,128,128,128,128,128,128,128,128,127,82,13,0,32,3,69,13,5,66,0,33,24,32,5,41,3,112,66,0,83,13,0,32,5,32,5,40,2,4,65,1,107,54,2,4,11,32,7,69,13,3,32,21,32,24,124,33,21,12,5,11,32,7,69,33,1,32,2,65,0,72,13,1,11,32,5,41,3,112,66,0,83,13,0,32,5,32,5,40,2,4,65,1,107,54,2,4,11,32,1,69,13,2,11,65,140,163,4,65,28,54,2,0,11,66,0,33,22,32,5,66,0,16,209,1,66,0,12,1,11,32,4,40,2,144,6,34,5,69,4,64,32,4,32,11,183,68,0,0,0,0,0,0,0,0,162,16,216,1,32,4,41,3,0,33,22,32,4,41,3,8,12,1,11,2,64,32,22,66,9,85,13,0,32,21,32,22,82,13,0,32,14,65,30,76,65,0,32,5,32,14,118,27,13,0,32,4,65,48,106,32,11,16,212,1,32,4,65,32,106,32,5,16,221,1,32,4,65,16,106,32,4,41,3,48,32,4,41,3,56,32,4,41,3,32,32,4,41,3,40,16,214,1,32,4,41,3,16,33,22,32,4,41,3,24,12,1,11,32,15,65,126,109,173,32,21,83,4,64,65,140,163,4,65,196,0,54,2,0,32,4,65,224,0,106,32,11,16,212,1,32,4,65,208,0,106,32,4,41,3,96,32,4,41,3,104,66,127,66,255,255,255,255,255,255,191,255,255,0,16,214,1,32,4,65,64,107,32,4,41,3,80,32,4,41,3,88,66,127,66,255,255,255,255,255,255,191,255,255,0,16,214,1,32,4,41,3,64,33,22,32,4,41,3,72,12,1,11,32,15,65,226,1,107,172,32,21,85,4,64,65,140,163,4,65,196,0,54,2,0,32,4,65,144,1,106,32,11,16,212,1,32,4,65,128,1,106,32,4,41,3,144,1,32,4,41,3,152,1,66,0,66,128,128,128,128,128,128,192,0,16,214,1,32,4,65,240,0,106,32,4,41,3,128,1,32,4,41,3,136,1,66,0,66,128,128,128,128,128,128,192,0,16,214,1,32,4,41,3,112,33,22,32,4,41,3,120,12,1,11,32,10,4,64,32,10,65,8,76,4,64,32,4,65,144,6,106,32,6,65,2,116,106,34,2,40,2,0,33,5,3,64,32,5,65,10,108,33,5,32,10,65,1,106,34,10,65,9,71,13,0,11,32,2,32,5,54,2,0,11,32,6,65,1,106,33,6,11,32,21,167,33,8,2,64,32,12,65,9,78,13,0,32,8,32,12,72,13,0,32,8,65,17,74,13,0,32,8,65,9,70,4,64,32,4,65,192,1,106,32,11,16,212,1,32,4,65,176,1,106,32,4,40,2,144,6,16,221,1,32,4,65,160,1,106,32,4,41,3,192,1,32,4,41,3,200,1,32,4,41,3,176,1,32,4,41,3,184,1,16,214,1,32,4,41,3,160,1,33,22,32,4,41,3,168,1,12,2,11,32,8,65,8,76,4,64,32,4,65,144,2,106,32,11,16,212,1,32,4,65,128,2,106,32,4,40,2,144,6,16,221,1,32,4,65,240,1,106,32,4,41,3,144,2,32,4,41,3,152,2,32,4,41,3,128,2,32,4,41,3,136,2,16,214,1,32,4,65,224,1,106,65,0,32,8,107,65,2,116,65,240,222,0,106,40,2,0,16,212,1,32,4,65,208,1,106,32,4,41,3,240,1,32,4,41,3,248,1,32,4,41,3,224,1,32,4,41,3,232,1,16,225,1,32,4,41,3,208,1,33,22,32,4,41,3,216,1,12,2,11,32,14,32,8,65,125,108,106,65,27,106,34,2,65,30,76,65,0,32,4,40,2,144,6,34,5,32,2,118,27,13,0,32,4,65,224,2,106,32,11,16,212,1,32,4,65,208,2,106,32,5,16,221,1,32,4,65,192,2,106,32,4,41,3,224,2,32,4,41,3,232,2,32,4,41,3,208,2,32,4,41,3,216,2,16,214,1,32,4,65,176,2,106,32,8,65,2,116,65,168,222,0,106,40,2,0,16,212,1,32,4,65,160,2,106,32,4,41,3,192,2,32,4,41,3,200,2,32,4,41,3,176,2,32,4,41,3,184,2,16,214,1,32,4,41,3,160,2,33,22,32,4,41,3,168,2,12,1,11,3,64,32,4,65,144,6,106,32,6,34,2,65,1,107,34,6,65,2,116,106,40,2,0,69,13,0,11,65,0,33,10,2,64,32,8,65,9,111,34,5,69,4,64,65,0,33,1,12,1,11,32,5,32,5,65,9,106,32,8,65,0,78,27,33,3,2,64,32,2,69,4,64,65,0,33,1,65,0,33,2,12,1,11,65,128,148,235,220,3,65,0,32,3,107,65,2,116,65,240,222,0,106,40,2,0,34,7,109,33,16,65,0,33,9,65,0,33,5,65,0,33,1,3,64,32,4,65,144,6,106,32,5,65,2,116,106,34,6,32,6,40,2,0,34,6,32,7,110,34,12,32,9,106,34,9,54,2,0,32,1,65,1,106,65,255,15,113,32,1,32,9,69,32,1,32,5,70,113,34,9,27,33,1,32,8,65,9,107,32,8,32,9,27,33,8,32,16,32,6,32,7,32,12,108,107,108,33,9,32,5,65,1,106,34,5,32,2,71,13,0,11,32,9,69,13,0,32,4,65,144,6,106,32,2,65,2,116,106,32,9,54,2,0,32,2,65,1,106,33,2,11,32,8,32,3,107,65,9,106,33,8,11,3,64,32,4,65,144,6,106,32,1,65,2,116,106,33,12,2,64,3,64,32,8,65,36,78,4,64,32,8,65,36,71,13,2,32,12,40,2,0,65,209,233,249,4,79,13,2,11,32,2,65,255,15,106,33,7,65,0,33,9,3,64,32,9,173,32,4,65,144,6,106,32,7,65,255,15,113,34,5,65,2,116,106,34,7,53,2,0,66,29,134,124,34,21,66,129,148,235,220,3,84,4,127,65,0,5,32,21,32,21,66,128,148,235,220,3,128,34,22,66,128,148,235,220,3,126,125,33,21,32,22,167,11,33,9,32,7,32,21,167,34,6,54,2,0,32,2,32,2,32,2,32,5,32,6,27,32,1,32,5,70,27,32,5,32,2,65,1,107,65,255,15,113,71,27,33,2,32,5,65,1,107,33,7,32,1,32,5,71,13,0,11,32,10,65,29,107,33,10,32,9,69,13,0,11,32,2,32,1,65,1,107,65,255,15,113,34,1,70,4,64,32,4,65,144,6,106,32,2,65,254,15,106,65,255,15,113,65,2,116,106,34,5,32,5,40,2,0,32,4,65,144,6,106,32,2,65,1,107,65,255,15,113,34,5,65,2,116,106,40,2,0,114,54,2,0,32,5,33,2,11,32,8,65,9,106,33,8,32,4,65,144,6,106,32,1,65,2,116,106,32,9,54,2,0,12,1,11,11,2,64,3,64,32,2,65,1,106,65,255,15,113,33,3,32,4,65,144,6,106,32,2,65,1,107,65,255,15,113,65,2,116,106,33,18,3,64,65,9,65,1,32,8,65,45,74,27,33,6,2,64,3,64,32,1,33,7,65,0,33,5,2,64,3,64,2,64,32,5,32,7,106,65,255,15,113,34,1,32,2,70,13,0,32,4,65,144,6,106,32,1,65,2,116,106,40,2,0,34,1,32,5,65,2,116,65,192,222,0,106,40,2,0,34,9,73,13,0,32,1,32,9,75,13,2,32,5,65,1,106,34,5,65,4,71,13,1,11,11,32,8,65,36,71,13,0,66,0,33,21,65,0,33,5,66,0,33,22,3,64,32,2,32,5,32,7,106,65,255,15,113,34,1,70,4,64,32,2,65,1,106,65,255,15,113,34,2,65,2,116,32,4,106,65,0,54,2,140,6,11,32,4,65,128,6,106,32,4,65,144,6,106,32,1,65,2,116,106,40,2,0,16,221,1,32,4,65,240,5,106,32,21,32,22,66,0,66,128,128,128,128,229,154,183,142,192,0,16,214,1,32,4,65,224,5,106,32,4,41,3,240,5,32,4,41,3,248,5,32,4,41,3,128,6,32,4,41,3,136,6,16,215,1,32,4,41,3,232,5,33,22,32,4,41,3,224,5,33,21,32,5,65,1,106,34,5,65,4,71,13,0,11,32,4,65,208,5,106,32,11,16,212,1,32,4,65,192,5,106,32,21,32,22,32,4,41,3,208,5,32,4,41,3,216,5,16,214,1,32,4,41,3,200,5,33,22,66,0,33,21,32,4,41,3,192,5,33,24,32,10,65,241,0,106,34,9,32,15,107,34,5,65,0,32,5,65,0,74,27,32,14,32,5,32,14,72,34,8,27,34,1,65,240,0,76,13,2,12,5,11,32,6,32,10,106,33,10,32,2,33,1,32,2,32,7,70,13,0,11,65,128,148,235,220,3,32,6,118,33,12,65,127,32,6,116,65,127,115,33,16,65,0,33,5,32,7,33,1,3,64,32,4,65,144,6,106,32,7,65,2,116,106,34,9,32,9,40,2,0,34,9,32,6,118,32,5,106,34,5,54,2,0,32,1,65,1,106,65,255,15,113,32,1,32,5,69,32,1,32,7,70,113,34,5,27,33,1,32,8,65,9,107,32,8,32,5,27,33,8,32,9,32,16,113,32,12,108,33,5,32,7,65,1,106,65,255,15,113,34,7,32,2,71,13,0,11,32,5,69,13,1,32,1,32,3,71,4,64,32,4,65,144,6,106,32,2,65,2,116,106,32,5,54,2,0,32,3,33,2,12,3,11,32,18,32,18,40,2,0,65,1,114,54,2,0,32,3,33,1,12,1,11,11,11,32,4,65,144,5,106,65,225,1,32,1,107,16,219,1,16,216,1,32,4,65,176,5,106,32,4,41,3,144,5,32,4,41,3,152,5,32,24,32,22,16,220,1,32,4,41,3,184,5,33,26,32,4,41,3,176,5,33,25,32,4,65,128,5,106,65,241,0,32,1,107,16,219,1,16,216,1,32,4,65,160,5,106,32,24,32,22,32,4,41,3,128,5,32,4,41,3,136,5,16,226,1,32,4,65,240,4,106,32,24,32,22,32,4,41,3,160,5,34,21,32,4,41,3,168,5,34,23,16,222,1,32,4,65,224,4,106,32,25,32,26,32,4,41,3,240,4,32,4,41,3,248,4,16,215,1,32,4,41,3,232,4,33,22,32,4,41,3,224,4,33,24,11,2,64,32,7,65,4,106,65,255,15,113,34,6,32,2,70,13,0,2,64,32,4,65,144,6,106,32,6,65,2,116,106,40,2,0,34,6,65,255,201,181,238,1,77,4,64,32,6,69,32,7,65,5,106,65,255,15,113,32,2,70,113,13,1,32,4,65,240,3,106,32,11,183,68,0,0,0,0,0,0,208,63,162,16,216,1,32,4,65,224,3,106,32,21,32,23,32,4,41,3,240,3,32,4,41,3,248,3,16,215,1,32,4,41,3,232,3,33,23,32,4,41,3,224,3,33,21,12,1,11,32,6,65,128,202,181,238,1,71,4,64,32,4,65,208,4,106,32,11,183,68,0,0,0,0,0,0,232,63,162,16,216,1,32,4,65,192,4,106,32,21,32,23,32,4,41,3,208,4,32,4,41,3,216,4,16,215,1,32,4,41,3,200,4,33,23,32,4,41,3,192,4,33,21,12,1,11,32,11,183,33,28,32,2,32,7,65,5,106,65,255,15,113,70,4,64,32,4,65,144,4,106,32,28,68,0,0,0,0,0,0,224,63,162,16,216,1,32,4,65,128,4,106,32,21,32,23,32,4,41,3,144,4,32,4,41,3,152,4,16,215,1,32,4,41,3,136,4,33,23,32,4,41,3,128,4,33,21,12,1,11,32,4,65,176,4,106,32,28,68,0,0,0,0,0,0,232,63,162,16,216,1,32,4,65,160,4,106,32,21,32,23,32,4,41,3,176,4,32,4,41,3,184,4,16,215,1,32,4,41,3,168,4,33,23,32,4,41,3,160,4,33,21,11,32,1,65,239,0,74,13,0,32,4,65,208,3,106,32,21,32,23,66,0,66,128,128,128,128,128,128,192,255,63,16,226,1,32,4,41,3,208,3,32,4,41,3,216,3,66,0,66,0,16,217,1,13,0,32,4,65,192,3,106,32,21,32,23,66,0,66,128,128,128,128,128,128,192,255,63,16,215,1,32,4,41,3,200,3,33,23,32,4,41,3,192,3,33,21,11,32,4,65,176,3,106,32,24,32,22,32,21,32,23,16,215,1,32,4,65,160,3,106,32,4,41,3,176,3,32,4,41,3,184,3,32,25,32,26,16,222,1,32,4,41,3,168,3,33,22,32,4,41,3,160,3,33,24,2,64,65,126,32,19,107,32,9,65,255,255,255,255,7,113,78,13,0,32,4,65,144,3,106,34,2,32,22,66,255,255,255,255,255,255,255,255,255,0,131,55,3,8,32,2,32,24,55,3,0,32,4,65,128,3,106,32,24,32,22,66,0,66,128,128,128,128,128,128,128,255,63,16,214,1,32,4,41,3,144,3,34,25,32,4,41,3,152,3,34,26,66,128,128,128,128,128,128,128,184,192,0,16,218,1,33,2,32,22,32,4,41,3,136,3,32,2,65,0,72,34,9,27,33,22,32,24,32,4,41,3,128,3,32,9,27,33,24,32,20,32,10,32,2,65,0,78,106,34,10,65,238,0,106,78,4,64,32,8,32,8,32,1,32,5,71,113,32,25,32,26,66,128,128,128,128,128,128,128,184,192,0,16,218,1,65,0,72,27,65,1,71,13,1,32,21,32,23,66,0,66,0,16,217,1,69,13,1,11,65,140,163,4,65,196,0,54,2,0,11,32,4,65,240,2,106,32,24,32,22,32,10,16,223,1,32,4,41,3,240,2,33,22,32,4,41,3,248,2,11,55,3,8,32,17,32,22,55,3,0,32,4,65,144,198,0,106,36,0,32,13,41,3,40,33,21,32,13,41,3,32,33,22,12,4,11,32,1,41,3,112,66,0,89,4,64,32,6,32,6,40,2,0,65,1,107,54,2,0,11,65,140,163,4,65,28,54,2,0,12,1,11,2,64,2,127,32,1,40,2,4,34,2,32,1,40,2,104,71,4,64,32,6,32,2,65,1,106,54,2,0,32,2,45,0,0,12,1,11,32,1,16,210,1,11,65,40,70,4,64,65,1,33,5,12,1,11,66,128,128,128,128,128,128,224,255,255,0,33,21,32,1,41,3,112,66,0,83,13,3,32,6,32,6,40,2,0,65,1,107,54,2,0,12,3,11,3,64,2,127,32,1,40,2,4,34,2,32,1,40,2,104,71,4,64,32,6,32,2,65,1,106,54,2,0,32,2,45,0,0,12,1,11,32,1,16,210,1,11,34,2,65,193,0,107,33,7,2,64,2,64,32,2,65,48,107,65,10,73,13,0,32,7,65,26,73,13,0,32,2,65,225,0,107,33,7,32,2,65,223,0,70,13,0,32,7,65,26,79,13,1,11,32,5,65,1,106,33,5,12,1,11,11,66,128,128,128,128,128,128,224,255,255,0,33,21,32,2,65,41,70,13,2,32,1,41,3,112,34,24,66,0,89,4,64,32,6,32,6,40,2,0,65,1,107,54,2,0,11,2,64,32,3,4,64,32,5,13,1,12,4,11,65,140,163,4,65,28,54,2,0,12,1,11,3,64,32,5,65,1,107,33,5,32,24,66,0,89,4,64,32,6,32,6,40,2,0,65,1,107,54,2,0,11,32,5,13,0,11,12,2,11,32,1,66,0,16,209,1,11,66,0,33,21,11,32,0,32,22,55,3,0,32,0,32,21,55,3,8,32,13,65,48,106,36,0,11,145,4,2,4,127,1,126,2,64,2,64,2,64,2,64,2,64,2,127,32,0,40,2,4,34,2,32,0,40,2,104,71,4,64,32,0,32,2,65,1,106,54,2,4,32,2,45,0,0,12,1,11,32,0,16,210,1,11,34,3,65,43,107,14,3,0,1,0,1,11,32,3,65,45,70,33,5,2,127,32,0,40,2,4,34,2,32,0,40,2,104,71,4,64,32,0,32,2,65,1,106,54,2,4,32,2,45,0,0,12,1,11,32,0,16,210,1,11,34,2,65,58,107,33,4,32,1,69,13,1,32,4,65,117,75,13,1,32,0,41,3,112,66,0,83,13,2,32,0,32,0,40,2,4,65,1,107,54,2,4,12,2,11,32,3,65,58,107,33,4,32,3,33,2,11,32,4,65,118,73,13,0,32,2,65,48,107,34,4,65,10,73,4,64,65,0,33,3,3,64,32,2,32,3,65,10,108,106,33,3,32,3,65,48,107,34,3,65,204,153,179,230,0,72,2,127,32,0,40,2,4,34,2,32,0,40,2,104,71,4,64,32,0,32,2,65,1,106,54,2,4,32,2,45,0,0,12,1,11,32,0,16,210,1,11,34,2,65,48,107,34,4,65,9,77,113,13,0,11,32,3,172,33,6,11,2,64,32,4,65,10,79,13,0,3,64,32,2,173,32,6,66,10,126,124,66,48,125,33,6,2,127,32,0,40,2,4,34,2,32,0,40,2,104,71,4,64,32,0,32,2,65,1,106,54,2,4,32,2,45,0,0,12,1,11,32,0,16,210,1,11,34,2,65,48,107,34,4,65,9,75,13,1,32,6,66,174,143,133,215,199,194,235,163,1,83,13,0,11,11,32,4,65,10,73,4,64,3,64,2,127,32,0,40,2,4,34,2,32,0,40,2,104,71,4,64,32,0,32,2,65,1,106,54,2,4,32,2,45,0,0,12,1,11,32,0,16,210,1,11,65,48,107,65,10,73,13,0,11,11,32,0,41,3,112,66,0,89,4,64,32,0,32,0,40,2,4,65,1,107,54,2,4,11,66,0,32,6,125,32,6,32,5,27,33,6,12,1,11,66,128,128,128,128,128,128,128,128,128,127,33,6,32,0,41,3,112,66,0,83,13,0,32,0,32,0,40,2,4,65,1,107,54,2,4,66,128,128,128,128,128,128,128,128,128,127,15,11,32,6,11,182,3,2,1,126,3,127,35,0,65,32,107,34,4,36,0,2,64,32,1,66,255,255,255,255,255,255,255,255,255,0,131,34,2,66,128,128,128,128,128,128,192,192,63,125,32,2,66,128,128,128,128,128,128,192,191,192,0,125,84,4,64,32,1,66,25,136,167,33,5,32,0,80,32,1,66,255,255,255,15,131,34,2,66,128,128,128,8,84,32,2,66,128,128,128,8,81,27,69,4,64,32,5,65,129,128,128,128,4,106,33,3,12,2,11,32,5,65,128,128,128,128,4,106,33,3,32,0,32,2,66,128,128,128,8,133,132,66,0,82,13,1,32,3,32,5,65,1,113,106,33,3,12,1,11,32,0,80,32,2,66,128,128,128,128,128,128,192,255,255,0,84,32,2,66,128,128,128,128,128,128,192,255,255,0,81,27,69,4,64,32,1,66,25,136,167,65,255,255,255,1,113,65,128,128,128,254,7,114,33,3,12,1,11,65,128,128,128,252,7,33,3,32,2,66,255,255,255,255,255,255,191,191,192,0,86,13,0,65,0,33,3,32,2,66,48,136,167,34,5,65,145,254,0,73,13,0,32,4,65,16,106,32,0,32,1,66,255,255,255,255,255,255,63,131,66,128,128,128,128,128,128,192,0,132,34,2,32,5,65,129,254,0,107,16,211,1,32,4,32,0,32,2,65,129,255,0,32,5,107,16,213,1,32,4,41,3,8,34,2,66,25,136,167,33,3,32,4,41,3,0,32,4,41,3,16,32,4,41,3,24,132,66,0,82,173,132,34,0,80,32,2,66,255,255,255,15,131,34,2,66,128,128,128,8,84,32,2,66,128,128,128,8,81,27,69,4,64,32,3,65,1,106,33,3,12,1,11,32,0,32,2,66,128,128,128,8,133,132,66,0,82,13,0,32,3,65,1,113,32,3,106,33,3,11,32,4,65,32,106,36,0,32,3,32,1,66,32,136,167,65,128,128,128,128,120,113,114,190,11,217,3,2,2,126,2,127,35,0,65,32,107,34,4,36,0,2,64,32,1,66,255,255,255,255,255,255,255,255,255,0,131,34,2,66,128,128,128,128,128,128,192,128,60,125,32,2,66,128,128,128,128,128,128,192,255,195,0,125,84,4,64,32,1,66,4,134,32,0,66,60,136,132,33,2,32,0,66,255,255,255,255,255,255,255,255,15,131,34,0,66,129,128,128,128,128,128,128,128,8,90,4,64,32,2,66,129,128,128,128,128,128,128,128,192,0,124,33,3,12,2,11,32,2,66,128,128,128,128,128,128,128,128,64,125,33,3,32,0,66,128,128,128,128,128,128,128,128,8,133,66,0,82,13,1,32,3,32,2,66,1,131,124,33,3,12,1,11,32,0,80,32,2,66,128,128,128,128,128,128,192,255,255,0,84,32,2,66,128,128,128,128,128,128,192,255,255,0,81,27,69,4,64,32,1,66,4,134,32,0,66,60,136,132,66,255,255,255,255,255,255,255,3,131,66,128,128,128,128,128,128,128,252,255,0,132,33,3,12,1,11,66,128,128,128,128,128,128,128,248,255,0,33,3,32,2,66,255,255,255,255,255,255,191,255,195,0,86,13,0,66,0,33,3,32,2,66,48,136,167,34,5,65,145,247,0,73,13,0,32,4,65,16,106,32,0,32,1,66,255,255,255,255,255,255,63,131,66,128,128,128,128,128,128,192,0,132,34,2,32,5,65,129,247,0,107,16,211,1,32,4,32,0,32,2,65,129,248,0,32,5,107,16,213,1,32,4,41,3,8,66,4,134,32,4,41,3,0,34,2,66,60,136,132,33,3,32,4,41,3,16,32,4,41,3,24,132,66,0,82,173,32,2,66,255,255,255,255,255,255,255,255,15,131,132,34,2,66,129,128,128,128,128,128,128,128,8,90,4,64,32,3,66,1,124,33,3,12,1,11,32,2,66,128,128,128,128,128,128,128,128,8,133,66,0,82,13,0,32,3,66,1,131,32,3,124,33,3,11,32,4,65,32,106,36,0,32,3,32,1,66,128,128,128,128,128,128,128,128,128,127,131,132,191,11,229,2,1,6,127,35,0,65,16,107,34,7,36,0,32,3,65,128,167,4,32,3,27,34,5,40,2,0,33,3,2,64,2,64,2,64,32,1,69,4,64,32,3,13,1,12,3,11,65,126,33,4,32,2,69,13,2,32,0,32,7,65,12,106,32,0,27,33,6,2,64,32,3,4,64,32,2,33,0,12,1,11,32,1,45,0,0,34,3,65,24,116,65,24,117,34,0,65,0,78,4,64,32,6,32,3,54,2,0,32,0,65,0,71,33,4,12,4,11,32,1,44,0,0,33,0,65,244,162,4,40,2,0,40,2,0,69,4,64,32,6,32,0,65,255,191,3,113,54,2,0,65,1,33,4,12,4,11,32,0,65,255,1,113,65,194,1,107,34,3,65,50,75,13,1,32,3,65,2,116,65,160,225,0,106,40,2,0,33,3,32,2,65,1,107,34,0,69,13,2,32,1,65,1,106,33,1,11,32,1,45,0,0,34,8,65,3,118,34,9,65,16,107,32,3,65,26,117,32,9,106,114,65,7,75,13,0,3,64,32,0,65,1,107,33,0,32,8,65,128,1,107,32,3,65,6,116,114,34,3,65,0,78,4,64,32,5,65,0,54,2,0,32,6,32,3,54,2,0,32,2,32,0,107,33,4,12,4,11,32,0,69,13,2,32,1,65,1,106,34,1,45,0,0,34,8,65,192,1,113,65,128,1,70,13,0,11,11,32,5,65,0,54,2,0,65,140,163,4,65,25,54,2,0,65,127,33,4,12,1,11,32,5,32,3,54,2,0,11,32,7,65,16,106,36,0,32,4,11,67,0,2,64,32,0,69,13,0,2,64,2,64,2,64,2,64,32,1,65,2,106,14,6,0,1,2,2,4,3,4,11,32,0,32,2,60,0,0,15,11,32,0,32,2,61,1,0,15,11,32,0,32,2,62,2,0,15,11,32,0,32,2,55,3,0,11,11,243,30,2,16,127,5,126,35,0,65,144,1,107,34,3,36,0,32,3,65,0,65,144,1,16,71,34,3,65,127,54,2,76,32,3,32,0,54,2,44,32,3,65,200,0,54,2,32,32,3,32,0,54,2,84,32,1,33,4,32,2,33,15,65,0,33,2,35,0,65,176,2,107,34,6,36,0,32,3,40,2,76,26,2,64,2,64,2,64,2,64,2,64,32,3,40,2,4,13,0,32,3,16,90,26,32,3,40,2,4,13,0,12,1,11,32,4,45,0,0,34,1,69,13,3,32,6,65,16,106,33,18,2,64,2,64,2,64,3,64,2,64,2,64,32,1,65,255,1,113,16,76,4,64,3,64,32,4,34,1,65,1,106,33,4,32,1,45,0,1,16,76,13,0,11,32,3,66,0,16,209,1,3,64,2,127,32,3,40,2,4,34,4,32,3,40,2,104,71,4,64,32,3,32,4,65,1,106,54,2,4,32,4,45,0,0,12,1,11,32,3,16,210,1,11,16,76,13,0,11,32,3,40,2,4,33,4,32,3,41,3,112,66,0,89,4,64,32,3,32,4,65,1,107,34,4,54,2,4,11,32,4,32,3,40,2,44,107,172,32,3,41,3,120,32,21,124,124,33,21,12,1,11,2,127,2,64,2,64,32,4,45,0,0,65,37,70,4,64,32,4,45,0,1,34,1,65,42,70,13,1,32,1,65,37,71,13,2,11,32,3,66,0,16,209,1,2,64,32,4,45,0,0,65,37,70,4,64,3,64,2,127,32,3,40,2,4,34,1,32,3,40,2,104,71,4,64,32,3,32,1,65,1,106,54,2,4,32,1,45,0,0,12,1,11,32,3,16,210,1,11,34,1,16,76,13,0,11,32,4,65,1,106,33,4,12,1,11,32,3,40,2,4,34,1,32,3,40,2,104,71,4,64,32,3,32,1,65,1,106,54,2,4,32,1,45,0,0,33,1,12,1,11,32,3,16,210,1,33,1,11,32,4,45,0,0,32,1,71,4,64,32,3,41,3,112,66,0,89,4,64,32,3,32,3,40,2,4,65,1,107,54,2,4,11,32,1,65,0,78,13,13,65,0,33,2,32,14,69,13,10,12,13,11,32,3,40,2,4,32,3,40,2,44,107,172,32,3,41,3,120,32,21,124,124,33,21,32,4,33,1,12,3,11,65,0,33,8,32,4,65,2,106,12,1,11,2,64,32,1,16,75,69,13,0,32,4,45,0,2,65,36,71,13,0,32,4,45,0,1,65,48,107,33,0,35,0,65,16,107,34,1,32,15,54,2,12,32,1,32,15,32,0,65,2,116,65,4,107,65,0,32,0,65,1,75,27,106,34,0,65,4,106,54,2,8,32,0,40,2,0,33,8,32,4,65,3,106,12,1,11,32,15,40,2,0,33,8,32,15,65,4,106,33,15,32,4,65,1,106,11,33,1,65,0,33,12,65,0,33,4,32,1,45,0,0,16,75,4,64,3,64,32,1,45,0,0,32,4,65,10,108,106,65,48,107,33,4,32,1,45,0,1,33,0,32,1,65,1,106,33,1,32,0,16,75,13,0,11,11,32,1,45,0,0,34,7,65,237,0,71,4,127,32,1,5,65,0,33,9,32,8,65,0,71,33,12,32,1,45,0,1,33,7,65,0,33,10,32,1,65,1,106,11,34,0,65,1,106,33,1,65,3,33,5,32,12,33,2,2,64,2,64,2,64,2,64,2,64,2,64,32,7,65,255,1,113,65,193,0,107,14,58,4,11,4,11,4,4,4,11,11,11,11,3,11,11,11,11,11,11,4,11,11,11,11,4,11,11,4,11,11,11,11,11,4,11,4,4,4,4,4,0,4,5,11,1,11,4,4,4,11,11,4,2,4,11,11,4,11,2,11,11,32,0,65,2,106,32,1,32,0,45,0,1,65,232,0,70,34,0,27,33,1,65,126,65,127,32,0,27,33,5,12,4,11,32,0,65,2,106,32,1,32,0,45,0,1,65,236,0,70,34,0,27,33,1,65,3,65,1,32,0,27,33,5,12,3,11,65,1,33,5,12,2,11,65,2,33,5,12,1,11,65,0,33,5,32,0,33,1,11,65,1,32,5,32,1,45,0,0,34,0,65,47,113,65,3,70,34,7,27,33,13,2,64,32,0,65,32,114,32,0,32,7,27,34,11,65,219,0,70,13,0,2,64,32,11,65,238,0,71,4,64,32,11,65,227,0,71,13,1,32,4,65,1,32,4,65,1,74,27,33,4,12,2,11,32,8,32,13,32,21,16,232,1,12,2,11,32,3,66,0,16,209,1,3,64,2,127,32,3,40,2,4,34,0,32,3,40,2,104,71,4,64,32,3,32,0,65,1,106,54,2,4,32,0,45,0,0,12,1,11,32,3,16,210,1,11,16,76,13,0,11,32,3,40,2,4,33,0,32,3,41,3,112,66,0,89,4,64,32,3,32,0,65,1,107,34,0,54,2,4,11,32,0,32,3,40,2,44,107,172,32,3,41,3,120,32,21,124,124,33,21,11,32,3,32,4,172,34,19,16,209,1,2,64,32,3,40,2,4,34,0,32,3,40,2,104,71,4,64,32,3,32,0,65,1,106,54,2,4,12,1,11,32,3,16,210,1,65,0,72,13,4,11,32,3,41,3,112,66,0,89,4,64,32,3,32,3,40,2,4,65,1,107,54,2,4,11,65,16,33,0,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,32,11,65,216,0,107,14,33,6,9,9,2,9,9,9,9,9,1,9,2,4,1,1,1,9,5,9,9,9,9,9,3,6,9,9,2,9,4,9,9,6,0,11,32,11,65,193,0,107,34,4,65,6,75,13,8,65,1,32,4,116,65,241,0,113,69,13,8,11,32,6,65,8,106,32,3,32,13,65,0,16,227,1,32,3,41,3,120,66,0,32,3,40,2,4,32,3,40,2,44,107,172,125,82,13,5,12,15,11,32,11,65,239,1,113,65,227,0,70,4,64,32,6,65,32,106,65,127,65,129,2,16,71,26,32,6,65,0,58,0,32,32,11,65,243,0,71,13,6,32,6,65,0,58,0,65,32,6,65,0,58,0,46,32,6,65,0,54,1,42,12,6,11,32,6,65,32,106,32,1,45,0,1,34,5,65,222,0,70,34,0,65,129,2,16,71,26,32,6,65,0,58,0,32,32,1,65,2,106,32,1,65,1,106,32,0,27,33,7,2,127,2,64,2,64,32,1,65,2,65,1,32,0,27,106,45,0,0,34,1,65,45,71,4,64,32,1,65,221,0,70,13,1,32,5,65,222,0,71,33,5,32,7,12,3,11,32,6,32,5,65,222,0,71,34,5,58,0,78,12,1,11,32,6,32,5,65,222,0,71,34,5,58,0,126,11,32,7,65,1,106,11,33,1,3,64,2,64,32,1,45,0,0,34,0,65,45,71,4,64,32,0,69,13,13,32,0,65,221,0,71,13,1,12,8,11,65,45,33,0,32,1,45,0,1,34,2,69,13,0,32,2,65,221,0,70,13,0,32,1,65,1,106,33,7,2,64,32,2,32,1,65,1,107,45,0,0,34,1,77,4,64,32,2,33,0,12,1,11,3,64,32,1,65,1,106,34,1,32,6,65,32,106,106,32,5,58,0,0,32,1,32,7,45,0,0,34,0,73,13,0,11,11,32,7,33,1,11,32,0,32,6,106,32,5,58,0,33,32,1,65,1,106,33,1,12,0,11,0,11,65,8,33,0,12,2,11,65,10,33,0,12,1,11,65,0,33,0,11,66,0,33,19,65,0,33,2,66,0,33,20,65,0,33,7,65,0,33,5,35,0,65,16,107,34,16,36,0,2,64,32,0,65,1,71,32,0,65,36,77,113,69,4,64,65,140,163,4,65,28,54,2,0,12,1,11,3,64,2,127,32,3,40,2,4,34,4,32,3,40,2,104,71,4,64,32,3,32,4,65,1,106,54,2,4,32,4,45,0,0,12,1,11,32,3,16,210,1,11,34,4,16,76,13,0,11,2,64,2,64,32,4,65,43,107,14,3,0,1,0,1,11,65,127,65,0,32,4,65,45,70,27,33,5,32,3,40,2,4,34,4,32,3,40,2,104,71,4,64,32,3,32,4,65,1,106,54,2,4,32,4,45,0,0,33,4,12,1,11,32,3,16,210,1,33,4,11,2,64,2,64,2,64,2,64,2,64,32,0,65,111,113,13,0,32,4,65,48,71,13,0,2,127,32,3,40,2,4,34,4,32,3,40,2,104,71,4,64,32,3,32,4,65,1,106,54,2,4,32,4,45,0,0,12,1,11,32,3,16,210,1,11,34,4,65,95,113,65,216,0,70,4,64,65,16,33,0,2,127,32,3,40,2,4,34,4,32,3,40,2,104,71,4,64,32,3,32,4,65,1,106,54,2,4,32,4,45,0,0,12,1,11,32,3,16,210,1,11,34,4,65,145,223,0,106,45,0,0,65,16,73,13,3,32,3,41,3,112,66,0,89,4,64,32,3,32,3,40,2,4,65,1,107,54,2,4,11,32,3,66,0,16,209,1,12,6,11,32,0,13,1,65,8,33,0,12,2,11,32,0,65,10,32,0,27,34,0,32,4,65,145,223,0,106,45,0,0,75,13,0,32,3,41,3,112,66,0,89,4,64,32,3,32,3,40,2,4,65,1,107,54,2,4,11,32,3,66,0,16,209,1,65,140,163,4,65,28,54,2,0,12,4,11,32,0,65,10,71,13,0,32,4,65,48,107,34,2,65,9,77,4,64,65,0,33,0,3,64,32,2,32,0,65,10,108,106,34,0,65,153,179,230,204,1,73,2,127,32,3,40,2,4,34,4,32,3,40,2,104,71,4,64,32,3,32,4,65,1,106,54,2,4,32,4,45,0,0,12,1,11,32,3,16,210,1,11,34,4,65,48,107,34,2,65,9,77,113,13,0,11,32,0,173,33,19,11,2,64,32,2,65,9,75,13,0,32,19,66,10,126,33,22,32,2,173,33,20,3,64,32,20,32,22,124,33,19,2,127,32,3,40,2,4,34,4,32,3,40,2,104,71,4,64,32,3,32,4,65,1,106,54,2,4,32,4,45,0,0,12,1,11,32,3,16,210,1,11,34,4,65,48,107,34,2,65,9,75,13,1,32,19,66,154,179,230,204,153,179,230,204,25,90,13,1,32,19,66,10,126,34,22,32,2,173,34,20,66,127,133,88,13,0,11,65,10,33,0,12,2,11,65,10,33,0,32,2,65,9,77,13,1,12,2,11,32,0,32,0,65,1,107,113,4,64,32,4,65,145,223,0,106,45,0,0,34,7,32,0,73,4,64,3,64,32,7,32,0,32,2,108,106,34,2,65,199,227,241,56,73,2,127,32,3,40,2,4,34,4,32,3,40,2,104,71,4,64,32,3,32,4,65,1,106,54,2,4,32,4,45,0,0,12,1,11,32,3,16,210,1,11,34,4,65,145,223,0,106,45,0,0,34,7,32,0,73,113,13,0,11,32,2,173,33,19,11,32,0,32,7,77,13,1,32,0,173,33,22,3,64,32,19,32,22,126,34,20,32,7,173,66,255,1,131,34,23,66,127,133,86,13,2,32,20,32,23,124,33,19,32,0,2,127,32,3,40,2,4,34,4,32,3,40,2,104,71,4,64,32,3,32,4,65,1,106,54,2,4,32,4,45,0,0,12,1,11,32,3,16,210,1,11,34,4,65,145,223,0,106,45,0,0,34,7,77,13,2,32,16,32,22,66,0,32,19,66,0,16,224,1,32,16,41,3,8,80,13,0,11,12,1,11,32,0,65,23,108,65,5,118,65,7,113,65,145,225,0,106,44,0,0,33,17,32,4,65,145,223,0,106,45,0,0,34,2,32,0,73,4,64,3,64,32,7,32,17,116,32,2,114,34,7,65,128,128,128,192,0,73,2,127,32,3,40,2,4,34,4,32,3,40,2,104,71,4,64,32,3,32,4,65,1,106,54,2,4,32,4,45,0,0,12,1,11,32,3,16,210,1,11,34,4,65,145,223,0,106,45,0,0,34,2,32,0,73,113,13,0,11,32,7,173,33,19,11,32,0,32,2,77,13,0,66,127,32,17,173,34,20,136,34,23,32,19,84,13,0,3,64,32,2,173,66,255,1,131,32,19,32,20,134,132,33,19,32,0,2,127,32,3,40,2,4,34,4,32,3,40,2,104,71,4,64,32,3,32,4,65,1,106,54,2,4,32,4,45,0,0,12,1,11,32,3,16,210,1,11,34,4,65,145,223,0,106,45,0,0,34,2,77,13,1,32,19,32,23,88,13,0,11,11,32,0,32,4,65,145,223,0,106,45,0,0,77,13,0,3,64,32,0,2,127,32,3,40,2,4,34,4,32,3,40,2,104,71,4,64,32,3,32,4,65,1,106,54,2,4,32,4,45,0,0,12,1,11,32,3,16,210,1,11,65,145,223,0,106,45,0,0,75,13,0,11,65,140,163,4,65,196,0,54,2,0,65,0,33,5,66,127,33,19,11,32,3,41,3,112,66,0,89,4,64,32,3,32,3,40,2,4,65,1,107,54,2,4,11,2,64,32,19,66,127,82,13,0,11,32,19,32,5,172,34,20,133,32,20,125,33,20,11,32,16,65,16,106,36,0,32,20,33,19,32,3,41,3,120,66,0,32,3,40,2,4,32,3,40,2,44,107,172,125,81,13,10,2,64,32,11,65,240,0,71,13,0,32,8,69,13,0,32,8,32,19,62,2,0,12,3,11,32,8,32,13,32,19,16,232,1,12,2,11,32,8,69,13,1,32,18,41,3,0,33,19,32,6,41,3,8,33,20,2,64,2,64,2,64,32,13,14,3,0,1,2,4,11,32,8,32,20,32,19,16,229,1,56,2,0,12,3,11,32,8,32,20,32,19,16,230,1,57,3,0,12,2,11,32,8,32,20,55,3,0,32,8,32,19,55,3,8,12,1,11,32,4,65,1,106,65,31,32,11,65,227,0,70,34,7,27,33,5,2,64,32,13,65,1,71,34,13,69,4,64,32,8,33,0,32,12,4,64,32,5,65,2,116,16,85,34,0,69,13,8,11,32,6,66,0,55,3,168,2,65,0,33,4,32,12,33,9,2,64,3,64,32,0,33,10,3,64,2,127,32,3,40,2,4,34,0,32,3,40,2,104,71,4,64,32,3,32,0,65,1,106,54,2,4,32,0,45,0,0,12,1,11,32,3,16,210,1,11,34,0,32,6,106,45,0,33,69,13,2,32,6,32,0,58,0,27,32,6,65,28,106,32,6,65,27,106,65,1,32,6,65,168,2,106,16,231,1,34,0,65,126,70,13,0,32,0,65,127,70,13,7,32,10,4,64,32,10,32,4,65,2,116,106,32,6,40,2,28,54,2,0,32,4,65,1,106,33,4,11,32,9,32,4,32,5,70,113,69,13,0,11,32,10,32,5,65,1,116,65,1,114,34,5,65,2,116,16,87,34,0,13,0,11,65,1,33,2,65,0,33,9,12,9,11,32,6,65,168,2,106,34,0,4,127,32,0,40,2,0,5,65,0,11,13,4,65,0,33,9,12,1,11,32,12,4,64,65,0,33,4,32,5,16,85,34,0,69,13,7,3,64,32,0,33,9,3,64,2,127,32,3,40,2,4,34,0,32,3,40,2,104,71,4,64,32,3,32,0,65,1,106,54,2,4,32,0,45,0,0,12,1,11,32,3,16,210,1,11,34,0,32,6,106,45,0,33,69,4,64,65,0,33,10,12,4,11,32,4,32,9,106,32,0,58,0,0,32,4,65,1,106,34,4,32,5,71,13,0,11,65,1,33,2,65,0,33,10,32,9,32,5,65,1,116,65,1,114,34,5,16,87,34,0,13,0,11,12,8,11,65,0,33,4,32,8,4,64,3,64,2,127,32,3,40,2,4,34,0,32,3,40,2,104,71,4,64,32,3,32,0,65,1,106,54,2,4,32,0,45,0,0,12,1,11,32,3,16,210,1,11,34,0,32,6,106,45,0,33,4,64,32,4,32,8,106,32,0,58,0,0,32,4,65,1,106,33,4,12,1,5,65,0,33,10,32,8,33,9,12,3,11,0,11,0,11,3,64,2,127,32,3,40,2,4,34,4,32,3,40,2,104,71,4,64,32,3,32,4,65,1,106,54,2,4,32,4,45,0,0,12,1,11,32,3,16,210,1,11,32,6,106,45,0,33,13,0,11,65,0,33,9,65,0,33,10,65,0,33,4,11,32,3,40,2,4,33,0,32,3,41,3,112,66,0,89,4,64,32,3,32,0,65,1,107,34,0,54,2,4,11,32,3,41,3,120,32,0,32,3,40,2,44,107,172,124,34,20,80,13,8,32,11,65,227,0,70,32,19,32,20,82,113,13,8,2,64,32,12,69,13,0,32,13,69,4,64,32,8,32,10,54,2,0,12,1,11,32,8,32,9,54,2,0,11,32,7,13,0,32,10,4,64,32,10,32,4,65,2,116,106,65,0,54,2,0,11,32,9,69,4,64,65,0,33,9,12,1,11,32,4,32,9,106,65,0,58,0,0,11,32,3,40,2,4,32,3,40,2,44,107,172,32,3,41,3,120,32,21,124,124,33,21,32,14,32,8,65,0,71,106,33,14,11,32,1,65,1,106,33,4,32,1,45,0,1,34,1,13,1,12,8,11,11,65,0,33,9,11,32,12,33,2,12,1,11,65,1,33,2,65,0,33,9,65,0,33,10,11,32,14,13,2,11,65,127,33,14,12,1,11,32,12,33,2,11,32,2,69,13,0,32,9,16,86,32,10,16,86,11,32,6,65,176,2,106,36,0,32,14,33,0,32,3,65,144,1,106,36,0,32,0,11,83,1,2,127,32,1,32,0,40,2,84,34,3,32,3,65,0,32,2,65,128,2,106,34,1,16,78,34,4,32,3,107,32,1,32,4,27,34,1,32,2,32,1,32,2,73,27,34,2,16,69,26,32,0,32,1,32,3,106,34,1,54,2,84,32,0,32,1,54,2,8,32,0,32,2,32,3,106,54,2,4,32,2,11,77,1,2,127,32,1,45,0,0,33,2,2,64,32,0,45,0,0,34,3,69,13,0,32,2,32,3,71,13,0,3,64,32,1,45,0,1,33,2,32,0,45,0,1,34,3,69,13,1,32,1,65,1,106,33,1,32,0,65,1,106,33,0,32,2,32,3,70,13,0,11,11,32,3,32,2,107,11,153,3,1,9,127,2,127,2,64,32,0,34,1,65,3,113,4,64,3,64,32,1,45,0,0,34,2,69,13,2,32,2,65,61,70,13,2,32,1,65,1,106,34,1,65,3,113,13,0,11,11,2,64,32,1,40,2,0,34,2,65,127,115,32,2,65,129,130,132,8,107,113,65,128,129,130,132,120,113,13,0,3,64,32,2,65,189,250,244,233,3,115,34,2,65,127,115,32,2,65,129,130,132,8,107,113,65,128,129,130,132,120,113,13,1,32,1,40,2,4,33,2,32,1,65,4,106,33,1,32,2,65,129,130,132,8,107,32,2,65,127,115,113,65,128,129,130,132,120,113,69,13,0,11,11,3,64,32,1,34,2,45,0,0,34,3,4,64,32,2,65,1,106,33,1,32,3,65,61,71,13,1,11,11,32,2,12,1,11,32,1,11,32,0,107,34,5,69,4,64,65,0,15,11,2,64,32,0,32,5,106,45,0,0,13,0,65,132,167,4,40,2,0,34,4,69,13,0,32,4,40,2,0,34,1,69,13,0,3,64,2,64,2,127,32,0,33,2,32,1,33,3,65,0,33,6,65,0,32,5,34,7,69,13,0,26,2,64,32,2,45,0,0,34,1,69,13,0,3,64,2,64,32,3,45,0,0,34,8,69,13,0,32,7,65,1,107,34,7,69,13,0,32,1,32,8,71,13,0,32,3,65,1,106,33,3,32,2,45,0,1,33,1,32,2,65,1,106,33,2,32,1,13,1,12,2,11,11,32,1,33,6,11,32,6,65,255,1,113,32,3,45,0,0,107,11,69,4,64,32,4,40,2,0,32,5,106,34,1,45,0,0,65,61,70,13,1,11,32,4,40,2,4,33,1,32,4,65,4,106,33,4,32,1,13,1,12,2,11,11,32,1,65,1,106,33,9,11,32,9,11,238,2,1,3,127,2,64,32,1,45,0,0,13,0,65,228,13,16,236,1,34,1,4,64,32,1,45,0,0,13,1,11,32,0,65,12,108,65,224,227,0,106,16,236,1,34,1,4,64,32,1,45,0,0,13,1,11,65,235,13,16,236,1,34,1,4,64,32,1,45,0,0,13,1,11,65,198,14,33,1,11,2,64,3,64,2,64,32,1,32,2,106,45,0,0,34,4,69,13,0,32,4,65,47,70,13,0,65,23,33,4,32,2,65,1,106,34,2,65,23,71,13,1,12,2,11,11,32,2,33,4,11,65,198,14,33,3,2,64,2,64,2,64,2,64,2,64,32,1,45,0,0,34,2,65,46,70,13,0,32,1,32,4,106,45,0,0,13,0,32,1,33,3,32,2,65,195,0,71,13,1,11,32,3,45,0,1,69,13,1,11,32,3,65,198,14,16,235,1,69,13,0,32,3,65,203,13,16,235,1,13,1,11,32,0,69,4,64,65,132,227,0,33,2,32,3,45,0,1,65,46,70,13,2,11,65,0,15,11,65,0,33,1,65,140,167,4,40,2,0,34,2,4,64,3,64,32,3,32,2,65,8,106,16,235,1,69,13,2,32,2,40,2,32,34,2,13,0,11,11,65,36,16,85,34,2,4,64,32,2,65,132,227,0,41,2,0,55,2,0,32,2,65,8,106,34,1,32,3,32,4,16,69,26,32,1,32,4,106,65,0,58,0,0,32,2,65,140,167,4,40,2,0,54,2,32,65,140,167,4,32,2,54,2,0,32,2,33,1,11,32,1,65,132,227,0,32,0,32,1,114,27,33,2,11,32,2,11,125,1,3,127,65,24,33,2,2,64,2,64,32,0,32,1,114,65,3,113,13,0,3,64,32,0,40,2,0,32,1,40,2,0,71,13,1,32,1,65,4,106,33,1,32,0,65,4,106,33,0,32,2,65,4,107,34,2,65,3,75,13,0,11,32,2,69,13,1,11,3,64,32,0,45,0,0,34,3,32,1,45,0,0,34,4,70,4,64,32,1,65,1,106,33,1,32,0,65,1,106,33,0,32,2,65,1,107,34,2,13,1,12,2,11,11,32,3,32,4,107,15,11,65,0,11,39,0,32,0,65,0,71,32,0,65,168,227,0,71,113,32,0,65,192,227,0,71,113,32,0,65,144,167,4,71,113,32,0,65,168,167,4,71,113,11,172,2,1,4,127,35,0,65,32,107,34,3,36,0,2,64,2,64,3,64,32,3,65,8,106,32,1,65,2,116,106,32,1,32,0,65,202,21,65,1,32,1,116,65,255,255,255,255,7,113,27,16,237,1,34,4,54,2,0,32,4,65,127,71,4,64,32,1,65,1,106,34,1,65,6,70,13,2,12,1,11,11,12,1,11,65,0,16,239,1,69,4,64,65,168,227,0,33,2,32,3,65,8,106,65,168,227,0,16,238,1,69,13,1,65,192,227,0,33,2,32,3,65,8,106,65,192,227,0,16,238,1,69,13,1,65,0,33,1,65,192,167,4,45,0,0,69,4,64,3,64,32,1,65,2,116,65,144,167,4,106,32,1,65,202,21,16,237,1,54,2,0,32,1,65,1,106,34,1,65,6,71,13,0,11,65,192,167,4,65,1,58,0,0,65,168,167,4,65,144,167,4,40,2,0,54,2,0,11,65,144,167,4,33,2,32,3,65,8,106,65,144,167,4,16,238,1,69,13,1,65,168,167,4,33,2,32,3,65,8,106,65,168,167,4,16,238,1,69,13,1,65,24,16,85,34,2,69,13,1,11,32,2,32,3,41,3,8,55,2,0,32,2,32,3,41,3,24,55,2,16,32,2,32,3,41,3,16,55,2,8,11,32,3,65,32,106,36,0,32,2,11,146,2,0,2,64,32,0,4,127,32,1,65,255,0,77,13,1,2,64,65,244,162,4,40,2,0,40,2,0,69,4,64,32,1,65,128,127,113,65,128,191,3,70,13,3,65,140,163,4,65,25,54,2,0,12,1,11,32,1,65,255,15,77,4,64,32,0,32,1,65,63,113,65,128,1,114,58,0,1,32,0,32,1,65,6,118,65,192,1,114,58,0,0,65,2,15,11,32,1,65,128,64,113,65,128,192,3,71,32,1,65,128,176,3,79,113,69,4,64,32,0,32,1,65,63,113,65,128,1,114,58,0,2,32,0,32,1,65,12,118,65,224,1,114,58,0,0,32,0,32,1,65,6,118,65,63,113,65,128,1,114,58,0,1,65,3,15,11,32,1,65,128,128,4,107,65,255,255,63,77,4,64,32,0,32,1,65,63,113,65,128,1,114,58,0,3,32,0,32,1,65,18,118,65,240,1,114,58,0,0,32,0,32,1,65,6,118,65,63,113,65,128,1,114,58,0,2,32,0,32,1,65,12,118,65,63,113,65,128,1,114,58,0,1,65,4,15,11,65,140,163,4,65,25,54,2,0,11,65,127,5,65,1,11,15,11,32,0,32,1,58,0,0,65,1,11,18,0,32,0,69,4,64,65,0,15,11,32,0,32,1,16,241,1,11,127,2,1,127,1,126,32,0,189,34,3,66,52,136,167,65,255,15,113,34,2,65,255,15,71,4,124,32,2,69,4,64,32,1,32,0,68,0,0,0,0,0,0,0,0,97,4,127,65,0,5,32,0,68,0,0,0,0,0,0,240,67,162,32,1,16,243,1,33,0,32,1,40,2,0,65,64,106,11,54,2,0,32,0,15,11,32,1,32,2,65,254,7,107,54,2,0,32,3,66,255,255,255,255,255,255,255,135,128,127,131,66,128,128,128,128,128,128,128,240,63,132,191,5,32,0,11,11,164,19,2,17,127,1,126,35,0,65,208,0,107,34,5,36,0,32,5,32,1,54,2,76,32,5,65,55,106,33,21,32,5,65,56,106,33,18,65,0,33,1,2,64,2,64,2,64,2,64,3,64,32,1,65,255,255,255,255,7,32,11,107,74,13,1,32,1,32,11,106,33,11,32,5,40,2,76,34,9,33,1,2,64,2,64,2,64,32,9,45,0,0,34,10,4,64,3,64,2,64,2,64,32,10,65,255,1,113,34,10,69,4,64,32,1,33,10,12,1,11,32,10,65,37,71,13,1,32,1,33,10,3,64,32,1,45,0,1,65,37,71,13,1,32,5,32,1,65,2,106,34,6,54,2,76,32,10,65,1,106,33,10,32,1,45,0,2,33,7,32,6,33,1,32,7,65,37,70,13,0,11,11,32,10,32,9,107,34,1,65,255,255,255,255,7,32,11,107,34,10,74,13,7,32,0,4,64,32,0,32,9,32,1,16,245,1,11,32,1,13,6,65,127,33,16,65,1,33,6,32,5,40,2,76,44,0,1,16,75,33,7,32,5,40,2,76,33,1,2,64,32,7,69,13,0,32,1,45,0,2,65,36,71,13,0,32,1,44,0,1,65,48,107,33,16,65,1,33,19,65,3,33,6,11,32,5,32,1,32,6,106,34,1,54,2,76,65,0,33,12,2,64,32,1,44,0,0,34,15,65,32,107,34,7,65,31,75,4,64,32,1,33,6,12,1,11,32,1,33,6,65,1,32,7,116,34,7,65,137,209,4,113,69,13,0,3,64,32,5,32,1,65,1,106,34,6,54,2,76,32,7,32,12,114,33,12,32,1,44,0,1,34,15,65,32,107,34,7,65,32,79,13,1,32,6,33,1,65,1,32,7,116,34,7,65,137,209,4,113,13,0,11,11,2,64,32,15,65,42,70,4,64,32,5,2,127,2,64,32,6,44,0,1,16,75,69,13,0,32,5,40,2,76,34,6,45,0,2,65,36,71,13,0,32,6,44,0,1,65,2,116,32,4,106,65,192,1,107,65,10,54,2,0,32,6,44,0,1,65,3,116,32,3,106,65,128,3,107,40,2,0,33,13,65,1,33,19,32,6,65,3,106,12,1,11,32,19,13,6,65,0,33,19,65,0,33,13,32,0,4,64,32,2,32,2,40,2,0,34,1,65,4,106,54,2,0,32,1,40,2,0,33,13,11,32,5,40,2,76,65,1,106,11,34,1,54,2,76,32,13,65,0,78,13,1,65,0,32,13,107,33,13,32,12,65,128,192,0,114,33,12,12,1,11,32,5,65,204,0,106,16,246,1,34,13,65,0,72,13,8,32,5,40,2,76,33,1,11,65,0,33,6,65,127,33,8,2,127,65,0,32,1,45,0,0,65,46,71,13,0,26,32,1,45,0,1,65,42,70,4,64,32,5,2,127,2,64,32,1,44,0,2,16,75,69,13,0,32,5,40,2,76,34,7,45,0,3,65,36,71,13,0,32,7,44,0,2,65,2,116,32,4,106,65,192,1,107,65,10,54,2,0,32,7,44,0,2,65,3,116,32,3,106,65,128,3,107,40,2,0,33,8,32,7,65,4,106,12,1,11,32,19,13,6,32,0,4,127,32,2,32,2,40,2,0,34,1,65,4,106,54,2,0,32,1,40,2,0,5,65,0,11,33,8,32,5,40,2,76,65,2,106,11,34,1,54,2,76,32,8,65,127,115,65,31,118,12,1,11,32,5,32,1,65,1,106,54,2,76,32,5,65,204,0,106,16,246,1,33,8,32,5,40,2,76,33,1,65,1,11,33,20,3,64,32,6,33,7,65,28,33,14,32,1,44,0,0,65,251,0,107,65,70,73,13,9,32,5,32,1,65,1,106,34,15,54,2,76,32,1,44,0,0,33,6,32,15,33,1,32,6,32,7,65,58,108,106,65,239,227,0,106,45,0,0,34,6,65,1,107,65,8,73,13,0,11,2,64,2,64,32,6,65,27,71,4,64,32,6,69,13,11,32,16,65,0,78,4,64,32,4,32,16,65,2,116,106,32,6,54,2,0,32,5,32,3,32,16,65,3,116,106,41,3,0,55,3,64,12,2,11,32,0,69,13,8,32,5,65,64,107,32,6,32,2,16,247,1,32,5,40,2,76,33,15,12,2,11,32,16,65,0,78,13,10,11,65,0,33,1,32,0,69,13,7,11,32,12,65,255,255,123,113,34,17,32,12,32,12,65,128,192,0,113,27,33,6,65,0,33,12,65,209,9,33,16,32,18,33,14,2,64,2,64,2,64,2,127,2,64,2,64,2,64,2,64,2,127,2,64,2,64,2,64,2,64,2,64,2,64,2,64,32,15,65,1,107,44,0,0,34,1,65,95,113,32,1,32,1,65,15,113,65,3,70,27,32,1,32,7,27,34,1,65,216,0,107,14,33,4,20,20,20,20,20,20,20,20,14,20,15,6,14,14,14,20,6,20,20,20,20,2,5,3,20,20,9,20,1,20,20,4,0,11,2,64,32,1,65,193,0,107,14,7,14,20,11,20,14,14,14,0,11,32,1,65,211,0,70,13,9,12,19,11,32,5,41,3,64,33,22,65,209,9,12,5,11,65,0,33,1,2,64,2,64,2,64,2,64,2,64,2,64,2,64,32,7,65,255,1,113,14,8,0,1,2,3,4,26,5,6,26,11,32,5,40,2,64,32,11,54,2,0,12,25,11,32,5,40,2,64,32,11,54,2,0,12,24,11,32,5,40,2,64,32,11,172,55,3,0,12,23,11,32,5,40,2,64,32,11,59,1,0,12,22,11,32,5,40,2,64,32,11,58,0,0,12,21,11,32,5,40,2,64,32,11,54,2,0,12,20,11,32,5,40,2,64,32,11,172,55,3,0,12,19,11,32,8,65,8,32,8,65,8,75,27,33,8,32,6,65,8,114,33,6,65,248,0,33,1,11,32,18,33,17,32,1,65,32,113,33,7,32,5,41,3,64,34,22,80,69,4,64,3,64,32,17,65,1,107,34,17,32,22,167,65,15,113,65,128,232,0,106,45,0,0,32,7,114,58,0,0,32,22,66,15,86,33,9,32,22,66,4,136,33,22,32,9,13,0,11,11,32,17,33,9,32,5,41,3,64,80,13,3,32,6,65,8,113,69,13,3,32,1,65,4,118,65,209,9,106,33,16,65,2,33,12,12,3,11,32,18,33,1,32,5,41,3,64,34,22,80,69,4,64,3,64,32,1,65,1,107,34,1,32,22,167,65,7,113,65,48,114,58,0,0,32,22,66,7,86,33,17,32,22,66,3,136,33,22,32,17,13,0,11,11,32,1,33,9,32,6,65,8,113,69,13,2,32,8,32,18,32,9,107,34,1,65,1,106,32,1,32,8,72,27,33,8,12,2,11,32,5,41,3,64,34,22,66,0,83,4,64,32,5,66,0,32,22,125,34,22,55,3,64,65,1,33,12,65,209,9,12,1,11,32,6,65,128,16,113,4,64,65,1,33,12,65,210,9,12,1,11,65,211,9,65,209,9,32,6,65,1,113,34,12,27,11,33,16,32,22,32,18,16,248,1,33,9,11,32,20,65,0,32,8,65,0,72,27,13,14,32,6,65,255,255,123,113,32,6,32,20,27,33,6,2,64,32,5,41,3,64,34,22,66,0,82,13,0,32,8,13,0,32,18,34,9,33,14,65,0,33,8,12,12,11,32,8,32,22,80,32,18,32,9,107,106,34,1,32,1,32,8,72,27,33,8,12,11,11,32,5,40,2,64,34,1,65,254,14,32,1,27,34,9,34,1,65,0,65,255,255,255,255,7,32,8,32,8,65,0,72,27,34,6,16,78,34,7,32,1,107,32,6,32,7,27,34,1,32,9,106,33,14,32,8,65,0,78,4,64,32,17,33,6,32,1,33,8,12,11,11,32,17,33,6,32,1,33,8,32,14,45,0,0,13,13,12,10,11,32,8,4,64,32,5,40,2,64,12,2,11,65,0,33,1,32,0,65,32,32,13,65,0,32,6,16,249,1,12,2,11,32,5,65,0,54,2,12,32,5,32,5,41,3,64,62,2,8,32,5,32,5,65,8,106,54,2,64,65,127,33,8,32,5,65,8,106,11,33,10,65,0,33,1,2,64,3,64,32,10,40,2,0,34,7,69,13,1,2,64,32,5,65,4,106,32,7,16,242,1,34,7,65,0,72,34,9,13,0,32,7,32,8,32,1,107,75,13,0,32,10,65,4,106,33,10,32,8,32,1,32,7,106,34,1,75,13,1,12,2,11,11,32,9,13,13,11,65,61,33,14,32,1,65,0,72,13,11,32,0,65,32,32,13,32,1,32,6,16,249,1,32,1,69,4,64,65,0,33,1,12,1,11,65,0,33,7,32,5,40,2,64,33,10,3,64,32,10,40,2,0,34,9,69,13,1,32,5,65,4,106,32,9,16,242,1,34,9,32,7,106,34,7,32,1,75,13,1,32,0,32,5,65,4,106,32,9,16,245,1,32,10,65,4,106,33,10,32,1,32,7,75,13,0,11,11,32,0,65,32,32,13,32,1,32,6,65,128,192,0,115,16,249,1,32,13,32,1,32,1,32,13,72,27,33,1,12,8,11,32,20,65,0,32,8,65,0,72,27,13,8,65,61,33,14,32,0,173,32,5,43,3,64,189,32,13,173,32,8,173,32,6,173,32,1,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,65,201,0,17,0,0,167,34,1,65,0,78,13,7,12,9,11,32,5,32,5,41,3,64,60,0,55,65,1,33,8,32,21,33,9,32,17,33,6,12,4,11,32,5,32,1,65,1,106,34,6,54,2,76,32,1,45,0,1,33,10,32,6,33,1,12,0,11,0,11,32,0,13,7,32,19,69,13,2,65,1,33,1,3,64,32,4,32,1,65,2,116,106,40,2,0,34,10,4,64,32,3,32,1,65,3,116,106,32,10,32,2,16,247,1,65,1,33,11,32,1,65,1,106,34,1,65,10,71,13,1,12,9,11,11,65,1,33,11,32,1,65,10,79,13,7,3,64,32,4,32,1,65,2,116,106,40,2,0,13,1,32,1,65,1,106,34,1,65,10,71,13,0,11,12,7,11,65,28,33,14,12,4,11,32,14,32,9,107,34,15,32,8,32,8,32,15,72,27,34,8,65,255,255,255,255,7,32,12,107,74,13,2,65,61,33,14,32,8,32,12,106,34,7,32,13,32,7,32,13,74,27,34,1,32,10,74,13,3,32,0,65,32,32,1,32,7,32,6,16,249,1,32,0,32,16,32,12,16,245,1,32,0,65,48,32,1,32,7,32,6,65,128,128,4,115,16,249,1,32,0,65,48,32,8,32,15,65,0,16,249,1,32,0,32,9,32,15,16,245,1,32,0,65,32,32,1,32,7,32,6,65,128,192,0,115,16,249,1,12,1,11,11,65,0,33,11,12,3,11,65,61,33,14,11,65,140,163,4,32,14,54,2,0,11,65,127,33,11,11,32,5,65,208,0,106,36,0,32,11,11,243,1,1,3,127,32,0,45,0,0,65,32,113,69,4,64,2,64,32,2,32,0,34,3,40,2,16,34,4,4,127,32,4,5,32,3,16,91,13,1,32,3,40,2,16,11,32,3,40,2,20,34,5,107,75,4,64,32,3,173,32,1,173,32,2,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,3,40,2,36,17,0,0,167,26,12,1,11,2,64,32,3,40,2,80,65,0,72,13,0,32,2,33,0,3,64,32,0,34,4,69,13,1,32,1,32,4,65,1,107,34,0,106,45,0,0,65,10,71,13,0,11,32,3,173,32,1,173,32,4,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,3,40,2,36,17,0,0,167,32,4,73,13,1,32,1,32,4,106,33,1,32,2,32,4,107,33,2,32,3,40,2,20,33,5,11,32,5,32,1,32,2,16,69,26,32,3,32,3,40,2,20,32,2,106,54,2,20,11,11,11,107,1,3,127,32,0,40,2,0,44,0,0,16,75,69,4,64,65,0,15,11,3,64,32,0,40,2,0,33,3,65,127,33,1,32,2,65,204,153,179,230,0,77,4,64,65,127,32,3,44,0,0,65,48,107,34,1,32,2,65,10,108,34,2,106,32,1,65,255,255,255,255,7,32,2,107,74,27,33,1,11,32,0,32,3,65,1,106,54,2,0,32,1,33,2,32,3,44,0,1,16,75,13,0,11,32,1,11,214,4,0,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,32,1,65,9,107,14,18,0,1,2,5,3,4,6,7,8,9,10,11,12,13,14,15,16,17,18,11,32,2,32,2,40,2,0,34,1,65,4,106,54,2,0,32,0,32,1,40,2,0,54,2,0,15,11,32,2,32,2,40,2,0,34,1,65,4,106,54,2,0,32,0,32,1,52,2,0,55,3,0,15,11,32,2,32,2,40,2,0,34,1,65,4,106,54,2,0,32,0,32,1,53,2,0,55,3,0,15,11,32,2,32,2,40,2,0,34,1,65,4,106,54,2,0,32,0,32,1,52,2,0,55,3,0,15,11,32,2,32,2,40,2,0,34,1,65,4,106,54,2,0,32,0,32,1,53,2,0,55,3,0,15,11,32,2,32,2,40,2,0,65,7,106,65,120,113,34,1,65,8,106,54,2,0,32,0,32,1,41,3,0,55,3,0,15,11,32,2,32,2,40,2,0,34,1,65,4,106,54,2,0,32,0,32,1,50,1,0,55,3,0,15,11,32,2,32,2,40,2,0,34,1,65,4,106,54,2,0,32,0,32,1,51,1,0,55,3,0,15,11,32,2,32,2,40,2,0,34,1,65,4,106,54,2,0,32,0,32,1,48,0,0,55,3,0,15,11,32,2,32,2,40,2,0,34,1,65,4,106,54,2,0,32,0,32,1,49,0,0,55,3,0,15,11,32,2,32,2,40,2,0,65,7,106,65,120,113,34,1,65,8,106,54,2,0,32,0,32,1,41,3,0,55,3,0,15,11,32,2,32,2,40,2,0,34,1,65,4,106,54,2,0,32,0,32,1,53,2,0,55,3,0,15,11,32,2,32,2,40,2,0,65,7,106,65,120,113,34,1,65,8,106,54,2,0,32,0,32,1,41,3,0,55,3,0,15,11,32,2,32,2,40,2,0,65,7,106,65,120,113,34,1,65,8,106,54,2,0,32,0,32,1,41,3,0,55,3,0,15,11,32,2,32,2,40,2,0,34,1,65,4,106,54,2,0,32,0,32,1,52,2,0,55,3,0,15,11,32,2,32,2,40,2,0,34,1,65,4,106,54,2,0,32,0,32,1,53,2,0,55,3,0,15,11,32,2,32,2,40,2,0,65,7,106,65,120,113,34,1,65,8,106,54,2,0,32,0,32,1,43,3,0,57,3,0,15,11,32,0,173,32,2,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,65,202,0,17,0,0,26,11,11,131,1,2,3,127,1,126,2,64,32,0,66,128,128,128,128,16,84,4,64,32,0,33,5,12,1,11,3,64,32,1,65,1,107,34,1,32,0,32,0,66,10,128,34,5,66,10,126,125,167,65,48,114,58,0,0,32,0,66,255,255,255,255,159,1,86,33,2,32,5,33,0,32,2,13,0,11,11,32,5,167,34,2,4,64,3,64,32,1,65,1,107,34,1,32,2,32,2,65,10,110,34,3,65,10,108,107,65,48,114,58,0,0,32,2,65,9,75,33,4,32,3,33,2,32,4,13,0,11,11,32,1,11,113,1,1,127,35,0,65,128,2,107,34,5,36,0,2,64,32,2,32,3,76,13,0,32,4,65,128,192,4,113,13,0,32,5,32,1,65,255,1,113,32,2,32,3,107,34,2,65,128,2,32,2,65,128,2,73,34,3,27,16,71,26,32,3,69,4,64,3,64,32,0,32,5,65,128,2,16,245,1,32,2,65,128,2,107,34,2,65,255,1,75,13,0,11,11,32,0,32,5,32,2,16,245,1,11,32,5,65,128,2,106,36,0,11,205,24,3,18,127,1,124,2,126,35,0,65,176,4,107,34,10,36,0,32,10,65,0,54,2,44,2,64,32,1,189,34,25,66,0,83,4,64,65,1,33,17,65,219,9,33,19,32,1,154,34,1,189,33,25,12,1,11,32,4,65,128,16,113,4,64,65,1,33,17,65,222,9,33,19,12,1,11,65,225,9,65,220,9,32,4,65,1,113,34,17,27,33,19,32,17,69,33,23,11,2,64,32,25,66,128,128,128,128,128,128,128,248,255,0,131,66,128,128,128,128,128,128,128,248,255,0,81,4,64,32,0,65,32,32,2,32,17,65,3,106,34,6,32,4,65,255,255,123,113,16,249,1,32,0,32,19,32,17,16,245,1,32,0,65,169,11,65,218,13,32,5,65,32,113,34,7,27,65,250,11,65,240,13,32,7,27,32,1,32,1,98,27,65,3,16,245,1,32,0,65,32,32,2,32,6,32,4,65,128,192,0,115,16,249,1,32,2,32,6,32,2,32,6,74,27,33,9,12,1,11,32,10,65,16,106,33,18,2,64,2,127,2,64,32,1,32,10,65,44,106,16,243,1,34,1,32,1,160,34,1,68,0,0,0,0,0,0,0,0,98,4,64,32,10,32,10,40,2,44,34,6,65,1,107,54,2,44,32,5,65,32,114,34,21,65,225,0,71,13,1,12,3,11,32,5,65,32,114,34,21,65,225,0,70,13,2,32,10,40,2,44,33,20,65,6,32,3,32,3,65,0,72,27,12,1,11,32,10,32,6,65,29,107,34,20,54,2,44,32,1,68,0,0,0,0,0,0,176,65,162,33,1,65,6,32,3,32,3,65,0,72,27,11,33,12,32,10,65,48,106,32,10,65,208,2,106,32,20,65,0,72,27,34,15,33,7,3,64,32,7,2,127,32,1,68,0,0,0,0,0,0,240,65,99,32,1,68,0,0,0,0,0,0,0,0,102,113,4,64,32,1,171,12,1,11,65,0,11,34,6,54,2,0,32,7,65,4,106,33,7,32,1,32,6,184,161,68,0,0,0,0,101,205,205,65,162,34,1,68,0,0,0,0,0,0,0,0,98,13,0,11,2,64,32,20,65,0,76,4,64,32,20,33,3,32,7,33,6,32,15,33,8,12,1,11,32,15,33,8,32,20,33,3,3,64,32,3,65,29,32,3,65,29,73,27,33,3,2,64,32,7,65,4,107,34,6,32,8,73,13,0,32,3,173,33,26,66,0,33,25,3,64,32,6,32,25,66,255,255,255,255,15,131,32,6,53,2,0,32,26,134,124,34,25,32,25,66,128,148,235,220,3,128,34,25,66,128,148,235,220,3,126,125,62,2,0,32,6,65,4,107,34,6,32,8,79,13,0,11,32,25,167,34,6,69,13,0,32,8,65,4,107,34,8,32,6,54,2,0,11,3,64,32,8,32,7,34,6,73,4,64,32,6,65,4,107,34,7,40,2,0,69,13,1,11,11,32,10,32,10,40,2,44,32,3,107,34,3,54,2,44,32,6,33,7,32,3,65,0,74,13,0,11,11,32,12,65,25,106,65,9,110,33,7,32,3,65,0,72,4,64,32,7,65,1,106,33,16,32,21,65,230,0,70,33,22,3,64,65,0,32,3,107,34,7,65,9,32,7,65,9,73,27,33,11,2,64,32,6,32,8,75,4,64,65,128,148,235,220,3,32,11,118,33,13,65,127,32,11,116,65,127,115,33,14,65,0,33,3,32,8,33,7,3,64,32,7,32,7,40,2,0,34,9,32,11,118,32,3,106,54,2,0,32,9,32,14,113,32,13,108,33,3,32,7,65,4,106,34,7,32,6,73,13,0,11,32,8,40,2,0,33,7,32,3,69,13,1,32,6,32,3,54,2,0,32,6,65,4,106,33,6,12,1,11,32,8,40,2,0,33,7,11,32,10,32,10,40,2,44,32,11,106,34,3,54,2,44,32,15,32,8,32,7,69,65,2,116,106,34,8,32,22,27,34,7,32,16,65,2,116,106,32,6,32,6,32,7,107,65,2,117,32,16,74,27,33,6,32,3,65,0,72,13,0,11,11,65,0,33,3,2,64,32,6,32,8,77,13,0,32,15,32,8,107,65,2,117,65,9,108,33,3,65,10,33,7,32,8,40,2,0,34,9,65,10,73,13,0,3,64,32,3,65,1,106,33,3,32,9,32,7,65,10,108,34,7,79,13,0,11,11,32,12,65,0,32,3,32,21,65,230,0,70,27,107,32,21,65,231,0,70,32,12,65,0,71,113,107,34,7,32,6,32,15,107,65,2,117,65,9,108,65,9,107,72,4,64,65,4,65,164,2,32,20,65,0,72,27,32,10,106,32,7,65,128,200,0,106,34,9,65,9,109,34,13,65,2,116,106,65,208,31,107,33,11,65,10,33,7,32,9,32,13,65,9,108,107,34,9,65,7,76,4,64,3,64,32,7,65,10,108,33,7,32,9,65,1,106,34,9,65,8,71,13,0,11,11,2,64,32,11,40,2,0,34,9,32,9,32,7,110,34,16,32,7,108,107,34,13,69,32,11,65,4,106,34,14,32,6,70,113,13,0,2,64,32,16,65,1,113,69,4,64,68,0,0,0,0,0,0,64,67,33,1,32,7,65,128,148,235,220,3,71,13,1,32,8,32,11,79,13,1,32,11,65,4,107,45,0,0,65,1,113,69,13,1,11,68,1,0,0,0,0,0,64,67,33,1,11,68,0,0,0,0,0,0,224,63,68,0,0,0,0,0,0,240,63,68,0,0,0,0,0,0,248,63,32,6,32,14,70,27,68,0,0,0,0,0,0,248,63,32,13,32,7,65,1,118,34,14,70,27,32,13,32,14,73,27,33,24,2,64,32,23,13,0,32,19,45,0,0,65,45,71,13,0,32,24,154,33,24,32,1,154,33,1,11,32,11,32,9,32,13,107,34,9,54,2,0,32,1,32,24,160,32,1,97,13,0,32,11,32,7,32,9,106,34,7,54,2,0,32,7,65,128,148,235,220,3,79,4,64,3,64,32,11,65,0,54,2,0,32,8,32,11,65,4,107,34,11,75,4,64,32,8,65,4,107,34,8,65,0,54,2,0,11,32,11,32,11,40,2,0,65,1,106,34,7,54,2,0,32,7,65,255,147,235,220,3,75,13,0,11,11,32,15,32,8,107,65,2,117,65,9,108,33,3,65,10,33,7,32,8,40,2,0,34,9,65,10,73,13,0,3,64,32,3,65,1,106,33,3,32,9,32,7,65,10,108,34,7,79,13,0,11,11,32,11,65,4,106,34,7,32,6,32,6,32,7,75,27,33,6,11,3,64,32,6,34,7,32,8,77,34,9,69,4,64,32,7,65,4,107,34,6,40,2,0,69,13,1,11,11,2,64,32,21,65,231,0,71,4,64,32,4,65,8,113,33,11,12,1,11,32,3,65,127,115,65,127,32,12,65,1,32,12,27,34,6,32,3,74,32,3,65,123,74,113,34,11,27,32,6,106,33,12,65,127,65,126,32,11,27,32,5,106,33,5,32,4,65,8,113,34,11,13,0,65,119,33,6,2,64,32,9,13,0,32,7,65,4,107,40,2,0,34,11,69,13,0,65,10,33,9,65,0,33,6,32,11,65,10,112,13,0,3,64,32,6,34,13,65,1,106,33,6,32,11,32,9,65,10,108,34,9,112,69,13,0,11,32,13,65,127,115,33,6,11,32,7,32,15,107,65,2,117,65,9,108,33,9,32,5,65,95,113,65,198,0,70,4,64,65,0,33,11,32,12,32,6,32,9,106,65,9,107,34,6,65,0,32,6,65,0,74,27,34,6,32,6,32,12,74,27,33,12,12,1,11,65,0,33,11,32,12,32,3,32,9,106,32,6,106,65,9,107,34,6,65,0,32,6,65,0,74,27,34,6,32,6,32,12,74,27,33,12,11,65,127,33,9,32,12,65,253,255,255,255,7,65,254,255,255,255,7,32,11,32,12,114,34,13,27,74,13,1,32,12,32,13,65,0,71,106,65,1,106,33,14,2,64,32,5,65,95,113,34,22,65,198,0,70,4,64,32,3,65,255,255,255,255,7,32,14,107,74,13,3,32,3,65,0,32,3,65,0,74,27,33,6,12,1,11,32,18,32,3,32,3,65,31,117,34,6,106,32,6,115,173,32,18,16,248,1,34,6,107,65,1,76,4,64,3,64,32,6,65,1,107,34,6,65,48,58,0,0,32,18,32,6,107,65,2,72,13,0,11,11,32,6,65,2,107,34,16,32,5,58,0,0,32,6,65,1,107,65,45,65,43,32,3,65,0,72,27,58,0,0,32,18,32,16,107,34,6,65,255,255,255,255,7,32,14,107,74,13,2,11,32,6,32,14,106,34,6,32,17,65,255,255,255,255,7,115,74,13,1,32,0,65,32,32,2,32,6,32,17,106,34,14,32,4,16,249,1,32,0,32,19,32,17,16,245,1,32,0,65,48,32,2,32,14,32,4,65,128,128,4,115,16,249,1,2,64,2,64,2,64,32,22,65,198,0,70,4,64,32,10,65,16,106,65,8,114,33,11,32,10,65,16,106,65,9,114,33,3,32,15,32,8,32,8,32,15,75,27,34,9,33,8,3,64,32,8,53,2,0,32,3,16,248,1,33,6,2,64,32,8,32,9,71,4,64,32,6,32,10,65,16,106,77,13,1,3,64,32,6,65,1,107,34,6,65,48,58,0,0,32,6,32,10,65,16,106,75,13,0,11,12,1,11,32,3,32,6,71,13,0,32,10,65,48,58,0,24,32,11,33,6,11,32,0,32,6,32,3,32,6,107,16,245,1,32,8,65,4,106,34,8,32,15,77,13,0,11,32,13,4,64,32,0,65,252,14,65,1,16,245,1,11,32,7,32,8,77,13,1,32,12,65,0,76,13,1,3,64,32,8,53,2,0,32,3,16,248,1,34,6,32,10,65,16,106,75,4,64,3,64,32,6,65,1,107,34,6,65,48,58,0,0,32,6,32,10,65,16,106,75,13,0,11,11,32,0,32,6,32,12,65,9,32,12,65,9,72,27,16,245,1,32,12,65,9,107,33,6,32,8,65,4,106,34,8,32,7,79,13,3,32,12,65,9,74,33,9,32,6,33,12,32,9,13,0,11,12,2,11,2,64,32,12,65,0,72,13,0,32,7,32,8,65,4,106,32,7,32,8,75,27,33,13,32,10,65,16,106,65,9,114,33,3,32,10,65,16,106,65,8,114,33,15,32,8,33,7,3,64,32,3,32,7,53,2,0,32,3,16,248,1,34,6,70,4,64,32,10,65,48,58,0,24,32,15,33,6,11,2,64,32,7,32,8,71,4,64,32,6,32,10,65,16,106,77,13,1,3,64,32,6,65,1,107,34,6,65,48,58,0,0,32,6,32,10,65,16,106,75,13,0,11,12,1,11,32,0,32,6,65,1,16,245,1,32,6,65,1,106,33,6,32,11,32,12,114,69,13,0,32,0,65,252,14,65,1,16,245,1,11,32,0,32,6,32,3,32,6,107,34,9,32,12,32,9,32,12,72,27,16,245,1,32,12,32,9,107,33,12,32,7,65,4,106,34,7,32,13,79,13,1,32,12,65,0,78,13,0,11,11,32,0,65,48,32,12,65,18,106,65,18,65,0,16,249,1,32,0,32,16,32,18,32,16,107,16,245,1,12,2,11,32,12,33,6,11,32,0,65,48,32,6,65,9,106,65,9,65,0,16,249,1,11,32,0,65,32,32,2,32,14,32,4,65,128,192,0,115,16,249,1,32,2,32,14,32,2,32,14,74,27,33,9,12,1,11,32,19,32,5,65,26,116,65,31,117,65,9,113,106,33,14,2,64,32,3,65,11,75,13,0,65,12,32,3,107,33,6,68,0,0,0,0,0,0,48,64,33,24,3,64,32,24,68,0,0,0,0,0,0,48,64,162,33,24,32,6,65,1,107,34,6,13,0,11,32,14,45,0,0,65,45,70,4,64,32,24,32,1,154,32,24,161,160,154,33,1,12,1,11,32,1,32,24,160,32,24,161,33,1,11,32,18,32,10,40,2,44,34,6,32,6,65,31,117,34,6,106,32,6,115,173,32,18,16,248,1,34,6,70,4,64,32,10,65,48,58,0,15,32,10,65,15,106,33,6,11,32,17,65,2,114,33,11,32,5,65,32,113,33,8,32,10,40,2,44,33,7,32,6,65,2,107,34,13,32,5,65,15,106,58,0,0,32,6,65,1,107,65,45,65,43,32,7,65,0,72,27,58,0,0,32,4,65,8,113,33,9,32,10,65,16,106,33,7,3,64,32,7,34,6,2,127,32,1,153,68,0,0,0,0,0,0,224,65,99,4,64,32,1,170,12,1,11,65,128,128,128,128,120,11,34,7,65,128,232,0,106,45,0,0,32,8,114,58,0,0,32,1,32,7,183,161,68,0,0,0,0,0,0,48,64,162,33,1,2,64,32,6,65,1,106,34,7,32,10,65,16,106,107,65,1,71,13,0,2,64,32,9,13,0,32,3,65,0,74,13,0,32,1,68,0,0,0,0,0,0,0,0,97,13,1,11,32,6,65,46,58,0,1,32,6,65,2,106,33,7,11,32,1,68,0,0,0,0,0,0,0,0,98,13,0,11,65,127,33,9,65,253,255,255,255,7,32,11,32,18,32,13,107,34,16,106,34,6,107,32,3,72,13,0,32,0,65,32,32,2,2,127,2,64,32,3,69,13,0,32,7,32,10,65,16,106,107,34,8,65,2,107,32,3,78,13,0,32,3,65,2,106,12,1,11,32,7,32,10,65,16,106,107,34,8,11,34,7,32,6,106,34,6,32,4,16,249,1,32,0,32,14,32,11,16,245,1,32,0,65,48,32,2,32,6,32,4,65,128,128,4,115,16,249,1,32,0,32,10,65,16,106,32,8,16,245,1,32,0,65,48,32,7,32,8,107,65,0,65,0,16,249,1,32,0,32,13,32,16,16,245,1,32,0,65,32,32,2,32,6,32,4,65,128,192,0,115,16,249,1,32,2,32,6,32,2,32,6,74,27,33,9,11,32,10,65,176,4,106,36,0,32,9,11,41,0,32,1,32,1,40,2,0,65,7,106,65,120,113,34,1,65,16,106,54,2,0,32,0,32,1,41,3,0,32,1,41,3,8,16,230,1,57,3,0,11,130,4,1,3,127,35,0,65,160,1,107,34,4,36,0,65,127,33,6,32,4,32,1,65,1,107,65,0,32,1,27,54,2,148,1,32,4,32,0,32,4,65,158,1,106,32,1,27,34,0,54,2,144,1,32,4,65,0,65,144,1,16,71,34,4,65,127,54,2,76,32,4,65,203,0,54,2,36,32,4,65,127,54,2,80,32,4,32,4,65,159,1,106,54,2,44,32,4,32,4,65,144,1,106,54,2,84,2,64,32,1,65,0,72,4,64,65,140,163,4,65,61,54,2,0,12,1,11,32,0,65,0,58,0,0,65,0,33,1,35,0,65,208,1,107,34,5,36,0,32,5,32,3,54,2,204,1,32,5,65,160,1,106,65,0,65,40,16,71,26,32,5,32,5,40,2,204,1,54,2,200,1,2,64,65,0,32,2,32,5,65,200,1,106,32,5,65,208,0,106,32,5,65,160,1,106,16,244,1,65,0,72,4,64,65,127,33,2,12,1,11,32,4,40,2,76,65,0,78,33,0,32,4,40,2,0,33,6,32,4,40,2,72,65,0,76,4,64,32,4,32,6,65,95,113,54,2,0,11,2,127,2,64,2,64,32,4,40,2,48,69,4,64,32,4,65,208,0,54,2,48,32,4,65,0,54,2,28,32,4,66,0,55,3,16,32,4,40,2,44,33,1,32,4,32,5,54,2,44,12,1,11,32,4,40,2,16,13,1,11,65,127,32,4,16,91,13,1,26,11,32,4,32,2,32,5,65,200,1,106,32,5,65,208,0,106,32,5,65,160,1,106,16,244,1,11,33,3,32,6,65,32,113,33,2,32,1,4,64,32,4,173,65,0,173,65,0,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,4,40,2,36,17,0,0,167,26,32,4,65,0,54,2,48,32,4,32,1,54,2,44,32,4,65,0,54,2,28,32,4,40,2,20,33,6,32,4,66,0,55,3,16,32,3,65,127,32,6,27,33,3,11,32,4,32,4,40,2,0,34,6,32,2,114,54,2,0,65,127,32,3,32,6,65,32,113,27,33,2,32,0,69,13,0,11,32,5,65,208,1,106,36,0,32,2,33,6,11,32,4,65,160,1,106,36,0,32,6,11,169,1,1,4,127,32,0,40,2,84,34,3,40,2,4,34,5,32,0,40,2,20,32,0,40,2,28,34,6,107,34,4,32,4,32,5,75,27,34,4,4,64,32,3,40,2,0,32,6,32,4,16,69,26,32,3,32,3,40,2,0,32,4,106,54,2,0,32,3,32,3,40,2,4,32,4,107,34,5,54,2,4,11,32,3,40,2,0,33,4,32,5,32,2,32,2,32,5,75,27,34,5,4,64,32,4,32,1,32,5,16,69,26,32,3,32,3,40,2,0,32,5,106,34,4,54,2,0,32,3,32,3,40,2,4,32,5,107,54,2,4,11,32,4,65,0,58,0,0,32,0,32,0,40,2,44,34,3,54,2,28,32,0,32,3,54,2,20,32,2,11,22,0,32,0,16,75,65,0,71,32,0,65,32,114,65,225,0,107,65,6,73,114,11,41,1,1,127,35,0,65,16,107,34,2,36,0,32,2,32,1,54,2,12,32,0,65,132,12,32,1,16,233,1,33,1,32,2,65,16,106,36,0,32,1,11,44,1,1,127,35,0,65,16,107,34,2,36,0,32,2,32,1,54,2,12,32,0,65,228,0,65,254,11,32,1,16,252,1,33,1,32,2,65,16,106,36,0,32,1,11,14,0,32,0,16,239,1,4,64,32,0,16,86,11,11,212,1,0,32,2,32,1,16,81,34,3,75,4,64,2,64,2,64,32,0,32,1,115,65,3,113,13,0,32,1,65,3,113,4,64,3,64,32,0,32,1,45,0,0,34,2,58,0,0,32,2,69,13,3,32,0,65,1,106,33,0,32,1,65,1,106,34,1,65,3,113,13,0,11,11,32,1,40,2,0,34,2,65,127,115,32,2,65,129,130,132,8,107,113,65,128,129,130,132,120,113,13,0,3,64,32,0,32,2,54,2,0,32,1,40,2,4,33,2,32,0,65,4,106,33,0,32,1,65,4,106,33,1,32,2,65,129,130,132,8,107,32,2,65,127,115,113,65,128,129,130,132,120,113,69,13,0,11,11,32,0,32,1,45,0,0,34,2,58,0,0,32,2,69,13,0,3,64,32,0,32,1,45,0,1,34,2,58,0,1,32,0,65,1,106,33,0,32,1,65,1,106,33,1,32,2,13,0,11,11,11,32,3,11,35,1,2,127,32,0,33,1,3,64,32,1,34,2,65,4,106,33,1,32,2,40,2,0,13,0,11,32,2,32,0,107,65,2,117,11,64,0,32,2,32,1,16,131,2,34,3,75,4,64,32,0,32,1,32,3,65,1,106,16,83,26,32,3,15,11,32,2,4,64,32,0,32,1,32,2,65,1,107,34,2,16,83,26,32,0,32,2,65,2,116,106,65,0,54,2,0,11,32,3,11,20,0,32,0,65,223,0,113,32,0,32,0,65,225,0,107,65,26,73,27,11,19,0,32,0,65,32,114,32,0,32,0,65,193,0,107,65,26,73,27,11,83,1,3,127,32,0,69,4,64,65,0,15,11,2,127,65,192,134,1,33,1,32,0,4,64,3,64,32,1,34,2,40,2,0,34,3,4,64,32,2,65,4,106,33,1,32,0,32,3,71,13,1,11,11,32,2,65,0,32,3,27,12,1,11,65,192,134,1,16,131,2,65,2,116,65,192,134,1,106,11,65,0,71,11,97,0,32,0,65,254,1,77,4,127,32,0,65,1,106,65,255,0,113,65,32,75,5,65,1,33,1,2,64,32,0,65,128,192,3,107,65,249,63,73,13,0,32,0,65,168,192,0,73,13,0,32,0,65,170,192,0,107,65,214,239,2,73,13,0,32,0,65,254,255,3,113,65,254,255,3,71,32,0,65,252,255,3,107,65,132,128,192,0,73,113,33,1,11,32,1,11,11,39,0,32,0,65,32,73,32,0,65,255,0,107,65,33,73,114,32,0,65,126,113,65,168,192,0,70,114,32,0,65,249,255,3,107,65,3,73,114,11,9,0,32,0,65,0,16,139,2,11,166,2,1,6,127,2,64,32,0,65,255,255,7,75,13,0,32,0,32,0,65,255,1,113,34,5,65,3,110,34,2,65,3,108,107,65,255,1,113,65,2,116,65,152,135,1,106,40,2,0,32,0,65,8,118,34,3,65,128,146,1,106,45,0,0,65,214,0,108,32,2,106,65,128,146,1,106,45,0,0,108,65,11,118,65,6,112,32,3,65,240,166,1,106,45,0,0,106,65,2,116,65,176,135,1,106,40,2,0,34,2,65,8,117,33,3,32,2,65,255,1,113,34,2,65,1,77,4,64,32,3,65,0,32,1,32,2,115,107,113,32,0,106,15,11,32,3,65,255,1,113,34,2,69,13,0,32,3,65,8,118,33,3,3,64,32,2,65,1,118,34,6,32,3,106,34,7,65,1,116,65,240,142,1,106,45,0,0,34,4,32,5,70,4,64,32,7,65,1,116,65,241,142,1,106,45,0,0,65,2,116,65,176,135,1,106,40,2,0,34,2,65,255,1,113,34,3,65,1,77,4,64,65,0,32,1,32,3,115,107,32,2,65,8,117,113,32,0,106,15,11,65,127,65,1,32,1,27,32,0,106,15,11,32,3,32,7,32,4,32,5,75,34,4,27,33,3,32,6,32,2,32,6,107,32,4,27,34,2,13,0,11,11,32,0,11,9,0,32,0,65,1,16,139,2,11,10,0,32,0,16,138,2,32,0,71,11,10,0,32,0,16,140,2,32,0,71,11,66,0,2,127,32,0,65,255,255,7,77,4,64,32,0,65,3,118,65,31,113,32,0,65,8,118,65,240,170,1,106,45,0,0,65,5,116,114,65,240,170,1,106,45,0,0,32,0,65,7,113,118,65,1,113,12,1,11,32,0,65,254,255,11,73,11,11,57,0,32,0,65,255,255,7,77,4,127,32,0,65,3,118,65,31,113,32,0,65,8,118,65,176,201,1,106,45,0,0,65,5,116,114,65,176,201,1,106,45,0,0,32,0,65,7,113,118,65,1,113,5,65,0,11,11,23,0,32,0,65,48,107,65,10,73,32,0,65,32,114,65,225,0,107,65,6,73,114,11,13,0,32,0,65,32,70,32,0,65,9,70,114,11,184,8,1,5,127,32,1,40,2,0,33,4,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,127,2,64,2,64,2,64,2,64,32,3,69,13,0,32,3,40,2,0,34,6,69,13,0,32,0,69,4,64,32,2,33,3,12,3,11,32,3,65,0,54,2,0,32,2,33,3,12,1,11,2,64,65,244,162,4,40,2,0,40,2,0,69,4,64,32,0,69,13,1,32,2,69,13,12,32,2,33,6,3,64,32,4,44,0,0,34,3,4,64,32,0,32,3,65,255,191,3,113,54,2,0,32,0,65,4,106,33,0,32,4,65,1,106,33,4,32,6,65,1,107,34,6,13,1,12,14,11,11,32,0,65,0,54,2,0,32,1,65,0,54,2,0,32,2,32,6,107,15,11,32,2,33,3,32,0,69,13,3,12,5,11,32,4,16,81,15,11,65,1,33,5,12,3,11,65,0,12,1,11,65,1,11,33,5,3,64,32,5,69,4,64,32,4,45,0,0,65,3,118,34,5,65,16,107,32,6,65,26,117,32,5,106,114,65,7,75,13,3,2,127,32,4,65,1,106,34,5,32,6,65,128,128,128,16,113,69,13,0,26,32,5,45,0,0,65,192,1,113,65,128,1,71,4,64,32,4,65,1,107,33,4,12,7,11,32,4,65,2,106,34,5,32,6,65,128,128,32,113,69,13,0,26,32,5,45,0,0,65,192,1,113,65,128,1,71,4,64,32,4,65,1,107,33,4,12,7,11,32,4,65,3,106,11,33,4,32,3,65,1,107,33,3,65,1,33,5,12,1,11,3,64,32,4,45,0,0,33,6,2,64,32,4,65,3,113,13,0,32,6,65,1,107,65,254,0,75,13,0,32,4,40,2,0,34,6,65,129,130,132,8,107,32,6,114,65,128,129,130,132,120,113,13,0,3,64,32,3,65,4,107,33,3,32,4,40,2,4,33,6,32,4,65,4,106,34,5,33,4,32,6,32,6,65,129,130,132,8,107,114,65,128,129,130,132,120,113,69,13,0,11,32,5,33,4,11,32,6,65,255,1,113,34,5,65,1,107,65,254,0,77,4,64,32,3,65,1,107,33,3,32,4,65,1,106,33,4,12,1,11,11,32,5,65,194,1,107,34,5,65,50,75,13,3,32,4,65,1,106,33,4,32,5,65,2,116,65,160,225,0,106,40,2,0,33,6,65,0,33,5,12,0,11,0,11,3,64,32,5,69,4,64,32,3,69,13,7,3,64,2,64,2,64,2,64,32,4,45,0,0,34,5,65,1,107,34,7,65,254,0,75,4,64,32,5,33,6,12,1,11,32,4,65,3,113,13,1,32,3,65,5,73,13,1,2,64,3,64,32,4,40,2,0,34,6,65,129,130,132,8,107,32,6,114,65,128,129,130,132,120,113,13,1,32,0,32,6,65,255,1,113,54,2,0,32,0,32,4,45,0,1,54,2,4,32,0,32,4,45,0,2,54,2,8,32,0,32,4,45,0,3,54,2,12,32,0,65,16,106,33,0,32,4,65,4,106,33,4,32,3,65,4,107,34,3,65,4,75,13,0,11,32,4,45,0,0,33,6,11,32,6,65,255,1,113,34,5,65,1,107,33,7,11,32,7,65,254,0,75,13,1,11,32,0,32,5,54,2,0,32,0,65,4,106,33,0,32,4,65,1,106,33,4,32,3,65,1,107,34,3,13,1,12,9,11,11,32,5,65,194,1,107,34,5,65,50,75,13,3,32,4,65,1,106,33,4,32,5,65,2,116,65,160,225,0,106,40,2,0,33,6,65,1,33,5,12,1,11,32,4,45,0,0,34,7,65,3,118,34,5,65,16,107,32,5,32,6,65,26,117,106,114,65,7,75,13,1,2,64,2,64,2,127,32,4,65,1,106,34,8,32,7,65,128,1,107,32,6,65,6,116,114,34,5,65,0,78,13,0,26,32,8,45,0,0,65,128,1,107,34,7,65,63,75,13,1,32,4,65,2,106,34,8,32,7,32,5,65,6,116,114,34,5,65,0,78,13,0,26,32,8,45,0,0,65,128,1,107,34,7,65,63,75,13,1,32,7,32,5,65,6,116,114,33,5,32,4,65,3,106,11,33,4,32,0,32,5,54,2,0,32,3,65,1,107,33,3,32,0,65,4,106,33,0,12,1,11,65,140,163,4,65,25,54,2,0,32,4,65,1,107,33,4,12,5,11,65,0,33,5,12,0,11,0,11,32,4,65,1,107,33,4,32,6,13,1,32,4,45,0,0,33,6,11,32,6,65,255,1,113,13,0,32,0,4,64,32,0,65,0,54,2,0,32,1,65,0,54,2,0,11,32,2,32,3,107,15,11,65,140,163,4,65,25,54,2,0,32,0,69,13,1,11,32,1,32,4,54,2,0,11,65,127,15,11,32,1,32,4,54,2,0,32,2,11,49,1,1,127,65,244,162,4,40,2,0,33,1,32,0,4,64,65,244,162,4,65,132,162,4,32,0,32,0,65,127,70,27,54,2,0,11,65,127,32,1,32,1,65,132,162,4,70,27,11,157,4,2,7,127,4,126,35,0,65,16,107,34,8,36,0,2,64,2,64,2,64,32,2,65,36,76,4,64,32,0,45,0,0,34,5,13,1,32,0,33,4,12,2,11,65,140,163,4,65,28,54,2,0,66,0,33,3,12,2,11,32,0,33,4,2,64,3,64,32,5,65,24,116,65,24,117,16,76,69,13,1,32,4,45,0,1,33,5,32,4,65,1,106,34,6,33,4,32,5,13,0,11,32,6,33,4,12,1,11,2,64,32,4,45,0,0,34,5,65,43,107,14,3,0,1,0,1,11,65,127,65,0,32,5,65,45,70,27,33,7,32,4,65,1,106,33,4,11,2,127,2,64,32,2,65,111,113,13,0,32,4,45,0,0,65,48,71,13,0,65,1,33,9,32,4,45,0,1,65,223,1,113,65,216,0,70,4,64,32,4,65,2,106,33,4,65,16,12,2,11,32,4,65,1,106,33,4,32,2,65,8,32,2,27,12,1,11,32,2,65,10,32,2,27,11,34,10,172,33,11,65,0,33,2,3,64,2,64,65,80,33,5,2,64,32,4,44,0,0,34,6,65,48,107,65,255,1,113,65,10,73,13,0,65,169,127,33,5,32,6,65,225,0,107,65,255,1,113,65,26,73,13,0,65,73,33,5,32,6,65,193,0,107,65,255,1,113,65,25,75,13,1,11,32,5,32,6,106,34,6,32,10,78,13,0,32,8,32,11,66,0,32,12,66,0,16,224,1,65,1,33,5,2,64,32,8,41,3,8,66,0,82,13,0,32,11,32,12,126,34,13,32,6,172,34,14,66,127,133,86,13,0,32,13,32,14,124,33,12,65,1,33,9,32,2,33,5,11,32,4,65,1,106,33,4,32,5,33,2,12,1,11,11,32,1,4,64,32,1,32,4,32,0,32,9,27,54,2,0,11,2,64,2,64,32,2,4,64,65,140,163,4,65,196,0,54,2,0,32,7,65,0,32,3,66,1,131,34,11,80,27,33,7,32,3,33,12,12,1,11,32,3,32,12,86,13,1,32,3,66,1,131,33,11,11,2,64,32,11,66,0,82,13,0,32,7,13,0,65,140,163,4,65,196,0,54,2,0,32,3,66,1,125,33,3,12,2,11,32,3,32,12,90,13,0,65,140,163,4,65,196,0,54,2,0,12,1,11,32,12,32,7,172,34,11,133,32,11,125,33,3,11,32,8,65,16,106,36,0,32,3,11,13,0,32,0,32,1,32,2,66,127,16,149,2,11,22,0,32,0,32,1,32,2,66,128,128,128,128,128,128,128,128,128,127,16,149,2,11,128,1,2,1,127,2,126,35,0,65,160,1,107,34,4,36,0,32,4,32,1,54,2,60,32,4,32,1,54,2,20,32,4,65,127,54,2,24,32,4,65,16,106,66,0,16,209,1,32,4,32,4,65,16,106,32,3,65,1,16,227,1,32,4,41,3,8,33,5,32,4,41,3,0,33,6,32,2,4,64,32,2,32,1,32,4,40,2,20,32,4,40,2,136,1,106,32,4,40,2,60,107,106,54,2,0,11,32,0,32,5,55,3,8,32,0,32,6,55,3,0,32,4,65,160,1,106,36,0,11,94,1,3,127,32,1,32,4,32,3,107,106,33,5,2,64,3,64,32,3,32,4,71,4,64,65,127,33,0,32,1,32,2,70,13,2,32,1,44,0,0,34,6,32,3,44,0,0,34,7,72,13,2,32,6,32,7,74,4,64,65,1,15,5,32,3,65,1,106,33,3,32,1,65,1,106,33,1,12,2,11,0,11,11,32,2,32,5,71,33,0,11,32,0,11,12,0,32,0,32,2,32,3,16,155,2,26,11,31,1,1,127,35,0,65,16,107,34,3,36,0,32,0,32,1,32,2,16,163,1,32,3,65,16,106,36,0,32,0,11,64,1,1,127,65,0,33,0,3,127,32,1,32,2,70,4,127,32,0,5,32,1,44,0,0,32,0,65,4,116,106,34,0,65,128,128,128,128,127,113,34,3,65,24,118,32,3,114,32,0,115,33,0,32,1,65,1,106,33,1,12,1,11,11,11,84,1,2,127,2,64,3,64,32,3,32,4,71,4,64,65,127,33,0,32,1,32,2,70,13,2,32,1,40,2,0,34,5,32,3,40,2,0,34,6,72,13,2,32,5,32,6,74,4,64,65,1,15,5,32,3,65,4,106,33,3,32,1,65,4,106,33,1,12,2,11,0,11,11,32,1,32,2,71,33,0,11,32,0,11,12,0,32,0,32,2,32,3,16,159,2,26,11,31,1,1,127,35,0,65,16,107,34,3,36,0,32,0,32,1,32,2,16,160,2,32,3,65,16,106,36,0,32,0,11,155,1,1,4,127,35,0,65,16,107,34,5,36,0,32,1,32,2,16,216,3,34,4,65,239,255,255,255,3,77,4,64,2,64,32,4,65,1,77,4,64,32,0,32,4,16,190,1,32,0,33,3,12,1,11,32,0,32,0,32,4,16,224,5,65,1,106,34,6,16,225,5,34,3,16,198,1,32,0,32,6,16,199,1,32,0,32,4,16,200,1,11,3,64,32,1,32,2,71,4,64,32,3,32,1,16,208,1,32,3,65,4,106,33,3,32,1,65,4,106,33,1,12,1,11,11,32,5,65,0,54,2,12,32,3,32,5,65,12,106,16,208,1,32,5,65,16,106,36,0,15,11,16,177,1,0,11,64,1,1,127,65,0,33,0,3,127,32,1,32,2,70,4,127,32,0,5,32,1,40,2,0,32,0,65,4,116,106,34,0,65,128,128,128,128,127,113,34,3,65,24,118,32,3,114,32,0,115,33,0,32,1,65,4,106,33,1,12,1,11,11,11,145,2,1,1,127,35,0,65,32,107,34,6,36,0,32,6,32,1,54,2,24,2,64,32,3,40,2,4,65,1,113,69,4,64,32,6,65,127,54,2,0,32,6,32,0,173,32,1,173,32,2,173,32,3,173,32,4,173,32,6,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,16,17,0,0,167,34,1,54,2,24,2,64,2,64,2,64,32,6,40,2,0,14,2,0,1,2,11,32,5,65,0,58,0,0,12,3,11,32,5,65,1,58,0,0,12,2,11,32,5,65,1,58,0,0,32,4,65,4,54,2,0,12,1,11,32,6,32,3,16,203,1,32,6,16,117,33,1,32,6,16,163,2,32,6,32,3,16,203,1,32,6,16,164,2,33,3,32,6,16,163,2,32,6,32,3,16,165,2,32,6,65,12,114,32,3,16,166,2,32,5,32,6,65,24,106,32,2,32,6,32,6,65,24,106,34,3,32,1,32,4,65,1,16,167,2,32,6,70,58,0,0,32,6,40,2,24,33,1,3,64,32,3,65,12,107,16,246,5,34,3,32,6,71,13,0,11,11,32,6,65,32,106,36,0,32,1,11,10,0,32,0,40,2,0,16,164,4,11,11,0,32,0,65,188,169,4,16,168,2,11,48,0,32,0,173,32,1,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,1,40,2,0,40,2,24,17,0,0,26,11,48,0,32,0,173,32,1,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,1,40,2,0,40,2,28,17,0,0,26,11,193,4,1,11,127,35,0,65,128,1,107,34,8,36,0,32,8,32,1,54,2,120,32,2,32,3,16,169,2,33,9,32,8,65,204,0,54,2,16,32,8,65,8,106,65,0,32,8,65,16,106,16,170,2,33,16,32,8,65,16,106,33,10,2,64,32,9,65,229,0,79,4,64,32,9,16,85,34,10,69,13,1,32,16,32,10,16,171,2,11,32,10,33,7,32,2,33,1,3,64,32,1,32,3,70,4,64,3,64,2,64,32,0,32,8,65,248,0,106,16,120,65,0,32,9,27,69,4,64,32,0,32,8,65,248,0,106,16,124,4,64,32,5,32,5,40,2,0,65,2,114,54,2,0,11,12,1,11,32,0,16,121,33,14,32,6,69,4,64,32,4,32,14,16,172,2,33,14,11,32,12,65,1,106,33,13,65,0,33,15,32,10,33,7,32,2,33,1,3,64,32,1,32,3,70,4,64,32,13,33,12,32,15,69,13,3,32,0,16,123,26,32,10,33,7,32,2,33,1,32,9,32,11,106,65,2,73,13,3,3,64,32,1,32,3,70,4,64,12,5,5,2,64,32,7,45,0,0,65,2,71,13,0,32,1,16,165,1,32,13,70,13,0,32,7,65,0,58,0,0,32,11,65,1,107,33,11,11,32,7,65,1,106,33,7,32,1,65,12,106,33,1,12,1,11,0,11,0,5,2,64,32,7,45,0,0,65,1,71,13,0,32,1,32,12,16,173,2,44,0,0,33,17,2,64,32,14,65,255,1,113,32,6,4,127,32,17,5,32,4,32,17,16,172,2,11,65,255,1,113,70,4,64,65,1,33,15,32,1,16,165,1,32,13,71,13,2,32,7,65,2,58,0,0,32,11,65,1,106,33,11,12,1,11,32,7,65,0,58,0,0,11,32,9,65,1,107,33,9,11,32,7,65,1,106,33,7,32,1,65,12,106,33,1,12,1,11,0,11,0,11,11,2,64,2,64,3,64,32,2,32,3,70,13,1,32,10,45,0,0,65,2,71,4,64,32,10,65,1,106,33,10,32,2,65,12,106,33,2,12,1,11,11,32,2,33,3,12,1,11,32,5,32,5,40,2,0,65,4,114,54,2,0,11,32,16,16,174,2,32,8,65,128,1,106,36,0,32,3,15,5,2,64,32,1,16,175,2,69,4,64,32,7,65,1,58,0,0,12,1,11,32,7,65,2,58,0,0,32,11,65,1,106,33,11,32,9,65,1,107,33,9,11,32,7,65,1,106,33,7,32,1,65,12,106,33,1,12,1,11,0,11,0,11,16,177,1,0,11,73,1,1,127,32,0,40,2,0,34,0,33,2,32,1,16,143,4,33,1,32,2,65,8,106,34,2,16,140,4,32,1,75,4,127,32,2,32,1,16,160,4,40,2,0,65,0,71,5,65,0,11,69,4,64,16,177,1,0,11,32,0,65,8,106,32,1,16,160,4,40,2,0,11,10,0,32,1,32,0,107,65,12,109,11,49,1,1,127,35,0,65,16,107,34,3,36,0,32,3,32,1,54,2,12,32,0,32,3,65,12,106,16,208,1,32,0,65,4,106,32,2,16,208,1,32,3,65,16,106,36,0,32,0,11,68,1,1,127,32,0,40,2,0,33,2,32,0,32,1,54,2,0,32,2,4,64,32,2,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,16,249,2,40,2,0,17,0,0,26,11,11,48,0,32,0,173,32,1,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,12,17,0,0,167,11,10,0,32,0,16,159,1,32,1,106,11,9,0,32,0,65,0,16,171,2,11,8,0,32,0,16,165,1,69,11,162,3,1,1,127,35,0,65,144,2,107,34,0,36,0,32,0,32,2,54,2,128,2,32,0,32,1,54,2,136,2,32,3,16,177,2,33,1,32,0,65,208,1,106,32,3,32,0,65,255,1,106,16,178,2,32,0,65,192,1,106,16,151,1,34,3,32,3,16,166,1,16,167,1,32,0,32,3,65,0,16,173,2,34,6,54,2,188,1,32,0,32,0,65,16,106,54,2,12,32,0,65,0,54,2,8,3,64,2,64,32,0,65,136,2,106,32,0,65,128,2,106,16,120,69,13,0,32,0,40,2,188,1,32,3,16,165,1,32,6,106,70,4,64,32,3,16,165,1,33,2,32,3,32,3,16,165,1,65,1,116,16,167,1,32,3,32,3,16,166,1,16,167,1,32,0,32,2,32,3,65,0,16,173,2,34,6,106,54,2,188,1,11,32,0,65,136,2,106,16,121,32,1,32,6,32,0,65,188,1,106,32,0,65,8,106,32,0,44,0,255,1,32,0,65,208,1,106,32,0,65,16,106,32,0,65,12,106,65,144,233,1,16,179,2,13,0,32,0,65,136,2,106,16,123,26,12,1,11,11,2,64,32,0,65,208,1,106,16,165,1,69,13,0,32,0,40,2,12,34,2,32,0,65,16,106,107,65,159,1,74,13,0,32,0,32,2,65,4,106,54,2,12,32,2,32,0,40,2,8,54,2,0,11,32,5,32,6,32,0,40,2,188,1,32,4,32,1,16,180,2,54,2,0,32,0,65,208,1,106,32,0,65,16,106,32,0,40,2,12,32,4,16,181,2,32,0,65,136,2,106,32,0,65,128,2,106,16,124,4,64,32,4,32,4,40,2,0,65,2,114,54,2,0,11,32,0,40,2,136,2,33,6,32,3,16,246,5,26,32,0,65,208,1,106,16,246,5,26,32,0,65,144,2,106,36,0,32,6,11,46,0,2,64,32,0,40,2,4,65,202,0,113,34,0,4,64,32,0,65,192,0,70,4,64,65,8,15,11,32,0,65,8,71,13,1,65,16,15,11,65,0,15,11,65,10,11,63,1,1,127,35,0,65,16,107,34,3,36,0,32,3,65,8,106,32,1,16,203,1,32,2,32,3,65,8,106,16,164,2,34,1,16,226,2,58,0,0,32,0,32,1,16,227,2,32,3,65,8,106,16,163,2,32,3,65,16,106,36,0,11,243,2,1,3,127,35,0,65,16,107,34,10,36,0,32,10,32,0,58,0,15,2,64,2,64,2,64,32,3,40,2,0,32,2,71,13,0,65,43,33,11,32,0,65,255,1,113,34,12,32,9,45,0,24,71,4,64,65,45,33,11,32,9,45,0,25,32,12,71,13,1,11,32,3,32,2,65,1,106,54,2,0,32,2,32,11,58,0,0,12,1,11,2,64,32,6,16,165,1,69,13,0,32,0,32,5,71,13,0,65,0,33,0,32,8,40,2,0,34,9,32,7,107,65,159,1,74,13,2,32,4,40,2,0,33,0,32,8,32,9,65,4,106,54,2,0,32,9,32,0,54,2,0,12,1,11,65,127,33,0,32,9,32,9,65,26,106,32,10,65,15,106,16,202,2,32,9,107,34,9,65,23,74,13,1,2,64,2,64,2,64,32,1,65,8,107,14,3,0,2,0,1,11,32,1,32,9,74,13,1,12,3,11,32,1,65,16,71,13,0,32,9,65,22,72,13,0,32,3,40,2,0,34,6,32,2,70,13,2,32,6,32,2,107,65,2,74,13,2,32,6,65,1,107,45,0,0,65,48,71,13,2,65,0,33,0,32,4,65,0,54,2,0,32,3,32,6,65,1,106,54,2,0,32,6,32,9,65,144,233,1,106,45,0,0,58,0,0,12,2,11,32,3,32,3,40,2,0,34,0,65,1,106,54,2,0,32,0,32,9,65,144,233,1,106,45,0,0,58,0,0,32,4,32,4,40,2,0,65,1,106,54,2,0,65,0,33,0,12,1,11,65,0,33,0,32,4,65,0,54,2,0,11,32,10,65,16,106,36,0,32,0,11,209,1,2,2,127,1,126,35,0,65,16,107,34,4,36,0,2,127,2,64,2,64,2,64,32,0,32,1,71,4,64,65,140,163,4,40,2,0,33,5,65,140,163,4,65,0,54,2,0,32,0,32,4,65,12,106,32,3,16,200,2,16,151,2,33,6,2,64,65,140,163,4,40,2,0,34,0,4,64,32,4,40,2,12,32,1,71,13,1,32,0,65,196,0,70,13,5,12,4,11,65,140,163,4,32,5,54,2,0,32,4,40,2,12,32,1,70,13,3,11,32,2,65,4,54,2,0,12,1,11,32,2,65,4,54,2,0,11,65,0,12,2,11,32,6,66,128,128,128,128,120,83,13,0,32,6,66,255,255,255,255,7,85,13,0,32,6,167,12,1,11,32,2,65,4,54,2,0,65,255,255,255,255,7,32,6,66,0,85,13,0,26,65,128,128,128,128,120,11,33,0,32,4,65,16,106,36,0,32,0,11,172,1,1,2,127,32,0,16,165,1,33,4,2,64,32,2,32,1,107,65,5,72,13,0,32,4,69,13,0,32,1,32,2,16,130,3,32,2,65,4,107,33,4,32,0,16,159,1,34,2,32,0,16,165,1,106,33,5,2,64,3,64,2,64,32,2,44,0,0,33,0,32,1,32,4,79,13,0,2,64,32,0,65,0,76,13,0,32,0,65,255,0,78,13,0,32,1,40,2,0,32,2,44,0,0,71,13,3,11,32,1,65,4,106,33,1,32,2,32,5,32,2,107,65,1,74,106,33,2,12,1,11,11,32,0,65,0,76,13,1,32,0,65,255,0,78,13,1,32,2,44,0,0,32,4,40,2,0,65,1,107,75,13,1,11,32,3,65,4,54,2,0,11,11,162,3,1,1,127,35,0,65,144,2,107,34,0,36,0,32,0,32,2,54,2,128,2,32,0,32,1,54,2,136,2,32,3,16,177,2,33,1,32,0,65,208,1,106,32,3,32,0,65,255,1,106,16,178,2,32,0,65,192,1,106,16,151,1,34,3,32,3,16,166,1,16,167,1,32,0,32,3,65,0,16,173,2,34,6,54,2,188,1,32,0,32,0,65,16,106,54,2,12,32,0,65,0,54,2,8,3,64,2,64,32,0,65,136,2,106,32,0,65,128,2,106,16,120,69,13,0,32,0,40,2,188,1,32,3,16,165,1,32,6,106,70,4,64,32,3,16,165,1,33,2,32,3,32,3,16,165,1,65,1,116,16,167,1,32,3,32,3,16,166,1,16,167,1,32,0,32,2,32,3,65,0,16,173,2,34,6,106,54,2,188,1,11,32,0,65,136,2,106,16,121,32,1,32,6,32,0,65,188,1,106,32,0,65,8,106,32,0,44,0,255,1,32,0,65,208,1,106,32,0,65,16,106,32,0,65,12,106,65,144,233,1,16,179,2,13,0,32,0,65,136,2,106,16,123,26,12,1,11,11,2,64,32,0,65,208,1,106,16,165,1,69,13,0,32,0,40,2,12,34,2,32,0,65,16,106,107,65,159,1,74,13,0,32,0,32,2,65,4,106,54,2,12,32,2,32,0,40,2,8,54,2,0,11,32,5,32,6,32,0,40,2,188,1,32,4,32,1,16,183,2,55,3,0,32,0,65,208,1,106,32,0,65,16,106,32,0,40,2,12,32,4,16,181,2,32,0,65,136,2,106,32,0,65,128,2,106,16,124,4,64,32,4,32,4,40,2,0,65,2,114,54,2,0,11,32,0,40,2,136,2,33,6,32,3,16,246,5,26,32,0,65,208,1,106,16,246,5,26,32,0,65,144,2,106,36,0,32,6,11,195,1,2,1,126,2,127,35,0,65,16,107,34,5,36,0,2,64,2,64,2,64,32,0,32,1,71,4,64,65,140,163,4,40,2,0,33,6,65,140,163,4,65,0,54,2,0,32,0,32,5,65,12,106,32,3,16,200,2,16,151,2,33,4,2,64,65,140,163,4,40,2,0,34,0,4,64,32,5,40,2,12,32,1,71,13,1,32,0,65,196,0,70,13,4,12,5,11,65,140,163,4,32,6,54,2,0,32,5,40,2,12,32,1,70,13,4,11,32,2,65,4,54,2,0,12,1,11,32,2,65,4,54,2,0,11,66,0,33,4,12,1,11,32,2,65,4,54,2,0,32,4,66,0,85,4,64,66,255,255,255,255,255,255,255,255,255,0,33,4,12,1,11,66,128,128,128,128,128,128,128,128,128,127,33,4,11,32,5,65,16,106,36,0,32,4,11,162,3,1,1,127,35,0,65,144,2,107,34,0,36,0,32,0,32,2,54,2,128,2,32,0,32,1,54,2,136,2,32,3,16,177,2,33,1,32,0,65,208,1,106,32,3,32,0,65,255,1,106,16,178,2,32,0,65,192,1,106,16,151,1,34,3,32,3,16,166,1,16,167,1,32,0,32,3,65,0,16,173,2,34,6,54,2,188,1,32,0,32,0,65,16,106,54,2,12,32,0,65,0,54,2,8,3,64,2,64,32,0,65,136,2,106,32,0,65,128,2,106,16,120,69,13,0,32,0,40,2,188,1,32,3,16,165,1,32,6,106,70,4,64,32,3,16,165,1,33,2,32,3,32,3,16,165,1,65,1,116,16,167,1,32,3,32,3,16,166,1,16,167,1,32,0,32,2,32,3,65,0,16,173,2,34,6,106,54,2,188,1,11,32,0,65,136,2,106,16,121,32,1,32,6,32,0,65,188,1,106,32,0,65,8,106,32,0,44,0,255,1,32,0,65,208,1,106,32,0,65,16,106,32,0,65,12,106,65,144,233,1,16,179,2,13,0,32,0,65,136,2,106,16,123,26,12,1,11,11,2,64,32,0,65,208,1,106,16,165,1,69,13,0,32,0,40,2,12,34,2,32,0,65,16,106,107,65,159,1,74,13,0,32,0,32,2,65,4,106,54,2,12,32,2,32,0,40,2,8,54,2,0,11,32,5,32,6,32,0,40,2,188,1,32,4,32,1,16,185,2,59,1,0,32,0,65,208,1,106,32,0,65,16,106,32,0,40,2,12,32,4,16,181,2,32,0,65,136,2,106,32,0,65,128,2,106,16,124,4,64,32,4,32,4,40,2,0,65,2,114,54,2,0,11,32,0,40,2,136,2,33,6,32,3,16,246,5,26,32,0,65,208,1,106,16,246,5,26,32,0,65,144,2,106,36,0,32,6,11,237,1,2,3,127,1,126,35,0,65,16,107,34,4,36,0,2,127,2,64,2,64,2,64,2,64,32,0,32,1,71,4,64,2,64,32,0,45,0,0,34,5,65,45,71,13,0,32,0,65,1,106,34,0,32,1,71,13,0,32,2,65,4,54,2,0,12,2,11,65,140,163,4,40,2,0,33,6,65,140,163,4,65,0,54,2,0,32,0,32,4,65,12,106,32,3,16,200,2,16,150,2,33,7,2,64,65,140,163,4,40,2,0,34,0,4,64,32,4,40,2,12,32,1,71,13,1,32,0,65,196,0,70,13,5,12,4,11,65,140,163,4,32,6,54,2,0,32,4,40,2,12,32,1,70,13,3,11,32,2,65,4,54,2,0,12,1,11,32,2,65,4,54,2,0,11,65,0,12,3,11,32,7,66,255,255,3,88,13,1,11,32,2,65,4,54,2,0,65,255,255,3,12,1,11,65,0,32,7,167,34,0,107,32,0,32,5,65,45,70,27,11,33,0,32,4,65,16,106,36,0,32,0,65,255,255,3,113,11,162,3,1,1,127,35,0,65,144,2,107,34,0,36,0,32,0,32,2,54,2,128,2,32,0,32,1,54,2,136,2,32,3,16,177,2,33,1,32,0,65,208,1,106,32,3,32,0,65,255,1,106,16,178,2,32,0,65,192,1,106,16,151,1,34,3,32,3,16,166,1,16,167,1,32,0,32,3,65,0,16,173,2,34,6,54,2,188,1,32,0,32,0,65,16,106,54,2,12,32,0,65,0,54,2,8,3,64,2,64,32,0,65,136,2,106,32,0,65,128,2,106,16,120,69,13,0,32,0,40,2,188,1,32,3,16,165,1,32,6,106,70,4,64,32,3,16,165,1,33,2,32,3,32,3,16,165,1,65,1,116,16,167,1,32,3,32,3,16,166,1,16,167,1,32,0,32,2,32,3,65,0,16,173,2,34,6,106,54,2,188,1,11,32,0,65,136,2,106,16,121,32,1,32,6,32,0,65,188,1,106,32,0,65,8,106,32,0,44,0,255,1,32,0,65,208,1,106,32,0,65,16,106,32,0,65,12,106,65,144,233,1,16,179,2,13,0,32,0,65,136,2,106,16,123,26,12,1,11,11,2,64,32,0,65,208,1,106,16,165,1,69,13,0,32,0,40,2,12,34,2,32,0,65,16,106,107,65,159,1,74,13,0,32,0,32,2,65,4,106,54,2,12,32,2,32,0,40,2,8,54,2,0,11,32,5,32,6,32,0,40,2,188,1,32,4,32,1,16,187,2,54,2,0,32,0,65,208,1,106,32,0,65,16,106,32,0,40,2,12,32,4,16,181,2,32,0,65,136,2,106,32,0,65,128,2,106,16,124,4,64,32,4,32,4,40,2,0,65,2,114,54,2,0,11,32,0,40,2,136,2,33,6,32,3,16,246,5,26,32,0,65,208,1,106,16,246,5,26,32,0,65,144,2,106,36,0,32,6,11,232,1,2,3,127,1,126,35,0,65,16,107,34,4,36,0,2,127,2,64,2,64,2,64,2,64,32,0,32,1,71,4,64,2,64,32,0,45,0,0,34,5,65,45,71,13,0,32,0,65,1,106,34,0,32,1,71,13,0,32,2,65,4,54,2,0,12,2,11,65,140,163,4,40,2,0,33,6,65,140,163,4,65,0,54,2,0,32,0,32,4,65,12,106,32,3,16,200,2,16,150,2,33,7,2,64,65,140,163,4,40,2,0,34,0,4,64,32,4,40,2,12,32,1,71,13,1,32,0,65,196,0,70,13,5,12,4,11,65,140,163,4,32,6,54,2,0,32,4,40,2,12,32,1,70,13,3,11,32,2,65,4,54,2,0,12,1,11,32,2,65,4,54,2,0,11,65,0,12,3,11,32,7,66,255,255,255,255,15,88,13,1,11,32,2,65,4,54,2,0,65,127,12,1,11,65,0,32,7,167,34,0,107,32,0,32,5,65,45,70,27,11,33,0,32,4,65,16,106,36,0,32,0,11,162,3,1,1,127,35,0,65,144,2,107,34,0,36,0,32,0,32,2,54,2,128,2,32,0,32,1,54,2,136,2,32,3,16,177,2,33,1,32,0,65,208,1,106,32,3,32,0,65,255,1,106,16,178,2,32,0,65,192,1,106,16,151,1,34,3,32,3,16,166,1,16,167,1,32,0,32,3,65,0,16,173,2,34,6,54,2,188,1,32,0,32,0,65,16,106,54,2,12,32,0,65,0,54,2,8,3,64,2,64,32,0,65,136,2,106,32,0,65,128,2,106,16,120,69,13,0,32,0,40,2,188,1,32,3,16,165,1,32,6,106,70,4,64,32,3,16,165,1,33,2,32,3,32,3,16,165,1,65,1,116,16,167,1,32,3,32,3,16,166,1,16,167,1,32,0,32,2,32,3,65,0,16,173,2,34,6,106,54,2,188,1,11,32,0,65,136,2,106,16,121,32,1,32,6,32,0,65,188,1,106,32,0,65,8,106,32,0,44,0,255,1,32,0,65,208,1,106,32,0,65,16,106,32,0,65,12,106,65,144,233,1,16,179,2,13,0,32,0,65,136,2,106,16,123,26,12,1,11,11,2,64,32,0,65,208,1,106,16,165,1,69,13,0,32,0,40,2,12,34,2,32,0,65,16,106,107,65,159,1,74,13,0,32,0,32,2,65,4,106,54,2,12,32,2,32,0,40,2,8,54,2,0,11,32,5,32,6,32,0,40,2,188,1,32,4,32,1,16,189,2,55,3,0,32,0,65,208,1,106,32,0,65,16,106,32,0,40,2,12,32,4,16,181,2,32,0,65,136,2,106,32,0,65,128,2,106,16,124,4,64,32,4,32,4,40,2,0,65,2,114,54,2,0,11,32,0,40,2,136,2,33,6,32,3,16,246,5,26,32,0,65,208,1,106,16,246,5,26,32,0,65,144,2,106,36,0,32,6,11,215,1,2,3,127,1,126,35,0,65,16,107,34,4,36,0,2,126,2,64,2,64,2,64,32,0,32,1,71,4,64,2,64,32,0,45,0,0,34,5,65,45,71,13,0,32,0,65,1,106,34,0,32,1,71,13,0,32,2,65,4,54,2,0,12,2,11,65,140,163,4,40,2,0,33,6,65,140,163,4,65,0,54,2,0,32,0,32,4,65,12,106,32,3,16,200,2,16,150,2,33,7,2,64,65,140,163,4,40,2,0,34,0,4,64,32,4,40,2,12,32,1,71,13,1,32,0,65,196,0,70,13,4,12,5,11,65,140,163,4,32,6,54,2,0,32,4,40,2,12,32,1,70,13,4,11,32,2,65,4,54,2,0,12,1,11,32,2,65,4,54,2,0,11,66,0,12,2,11,32,2,65,4,54,2,0,66,127,12,1,11,66,0,32,7,125,32,7,32,5,65,45,70,27,11,33,7,32,4,65,16,106,36,0,32,7,11,202,3,0,35,0,65,144,2,107,34,0,36,0,32,0,32,2,54,2,128,2,32,0,32,1,54,2,136,2,32,0,65,208,1,106,32,3,32,0,65,224,1,106,32,0,65,223,1,106,32,0,65,222,1,106,16,191,2,32,0,65,192,1,106,16,151,1,34,3,32,3,16,166,1,16,167,1,32,0,32,3,65,0,16,173,2,34,1,54,2,188,1,32,0,32,0,65,16,106,54,2,12,32,0,65,0,54,2,8,32,0,65,1,58,0,7,32,0,65,197,0,58,0,6,3,64,2,64,32,0,65,136,2,106,32,0,65,128,2,106,16,120,69,13,0,32,0,40,2,188,1,32,3,16,165,1,32,1,106,70,4,64,32,3,16,165,1,33,2,32,3,32,3,16,165,1,65,1,116,16,167,1,32,3,32,3,16,166,1,16,167,1,32,0,32,2,32,3,65,0,16,173,2,34,1,106,54,2,188,1,11,32,0,65,136,2,106,16,121,32,0,65,7,106,32,0,65,6,106,32,1,32,0,65,188,1,106,32,0,44,0,223,1,32,0,44,0,222,1,32,0,65,208,1,106,32,0,65,16,106,32,0,65,12,106,32,0,65,8,106,32,0,65,224,1,106,16,192,2,13,0,32,0,65,136,2,106,16,123,26,12,1,11,11,2,64,32,0,65,208,1,106,16,165,1,69,13,0,32,0,45,0,7,69,13,0,32,0,40,2,12,34,2,32,0,65,16,106,107,65,159,1,74,13,0,32,0,32,2,65,4,106,54,2,12,32,2,32,0,40,2,8,54,2,0,11,32,5,32,1,32,0,40,2,188,1,32,4,16,193,2,56,2,0,32,0,65,208,1,106,32,0,65,16,106,32,0,40,2,12,32,4,16,181,2,32,0,65,136,2,106,32,0,65,128,2,106,16,124,4,64,32,4,32,4,40,2,0,65,2,114,54,2,0,11,32,0,40,2,136,2,33,1,32,3,16,246,5,26,32,0,65,208,1,106,16,246,5,26,32,0,65,144,2,106,36,0,32,1,11,93,1,1,127,35,0,65,16,107,34,5,36,0,32,5,65,8,106,32,1,16,203,1,32,5,65,8,106,16,117,65,144,233,1,65,176,233,1,32,2,16,199,2,32,3,32,5,65,8,106,16,164,2,34,2,16,225,2,58,0,0,32,4,32,2,16,226,2,58,0,0,32,0,32,2,16,227,2,32,5,65,8,106,16,163,2,32,5,65,16,106,36,0,11,240,3,1,1,127,35,0,65,16,107,34,12,36,0,32,12,32,0,58,0,15,2,64,2,64,32,0,32,5,70,4,64,32,1,45,0,0,69,13,1,65,0,33,0,32,1,65,0,58,0,0,32,4,32,4,40,2,0,34,11,65,1,106,54,2,0,32,11,65,46,58,0,0,32,7,16,165,1,69,13,2,32,9,40,2,0,34,11,32,8,107,65,159,1,74,13,2,32,10,40,2,0,33,5,32,9,32,11,65,4,106,54,2,0,32,11,32,5,54,2,0,12,2,11,2,64,32,0,32,6,71,13,0,32,7,16,165,1,69,13,0,32,1,45,0,0,69,13,1,65,0,33,0,32,9,40,2,0,34,11,32,8,107,65,159,1,74,13,2,32,10,40,2,0,33,0,32,9,32,11,65,4,106,54,2,0,32,11,32,0,54,2,0,65,0,33,0,32,10,65,0,54,2,0,12,2,11,65,127,33,0,32,11,32,11,65,32,106,32,12,65,15,106,16,202,2,32,11,107,34,11,65,31,74,13,1,32,11,65,144,233,1,106,45,0,0,33,5,2,64,2,64,2,64,2,64,32,11,65,126,113,65,22,107,14,3,1,2,0,2,11,32,3,32,4,40,2,0,34,11,71,4,64,32,11,65,1,107,45,0,0,65,223,0,113,32,2,45,0,0,65,255,0,113,71,13,5,11,32,4,32,11,65,1,106,54,2,0,32,11,32,5,58,0,0,65,0,33,0,12,4,11,32,2,65,208,0,58,0,0,12,1,11,32,2,44,0,0,34,0,32,5,65,223,0,113,71,13,0,32,2,32,0,65,128,1,114,58,0,0,32,1,45,0,0,69,13,0,32,1,65,0,58,0,0,32,7,16,165,1,69,13,0,32,9,40,2,0,34,0,32,8,107,65,159,1,74,13,0,32,10,40,2,0,33,1,32,9,32,0,65,4,106,54,2,0,32,0,32,1,54,2,0,11,32,4,32,4,40,2,0,34,0,65,1,106,54,2,0,32,0,32,5,58,0,0,65,0,33,0,32,11,65,21,74,13,1,32,10,32,10,40,2,0,65,1,106,54,2,0,12,1,11,65,127,33,0,11,32,12,65,16,106,36,0,32,0,11,183,1,2,2,125,3,127,35,0,65,16,107,34,5,36,0,2,64,2,64,2,64,32,0,32,1,71,4,64,65,140,163,4,40,2,0,33,7,65,140,163,4,65,0,54,2,0,16,200,2,26,35,0,65,16,107,34,6,36,0,32,6,32,0,32,5,65,12,106,65,0,16,152,2,32,6,41,3,0,32,6,41,3,8,16,229,1,33,3,32,6,65,16,106,36,0,65,140,163,4,40,2,0,34,0,69,13,1,32,5,40,2,12,32,1,71,13,2,32,3,33,4,32,0,65,196,0,71,13,3,12,2,11,32,2,65,4,54,2,0,12,2,11,65,140,163,4,32,7,54,2,0,32,5,40,2,12,32,1,70,13,1,11,32,2,65,4,54,2,0,32,4,33,3,11,32,5,65,16,106,36,0,32,3,11,202,3,0,35,0,65,144,2,107,34,0,36,0,32,0,32,2,54,2,128,2,32,0,32,1,54,2,136,2,32,0,65,208,1,106,32,3,32,0,65,224,1,106,32,0,65,223,1,106,32,0,65,222,1,106,16,191,2,32,0,65,192,1,106,16,151,1,34,3,32,3,16,166,1,16,167,1,32,0,32,3,65,0,16,173,2,34,1,54,2,188,1,32,0,32,0,65,16,106,54,2,12,32,0,65,0,54,2,8,32,0,65,1,58,0,7,32,0,65,197,0,58,0,6,3,64,2,64,32,0,65,136,2,106,32,0,65,128,2,106,16,120,69,13,0,32,0,40,2,188,1,32,3,16,165,1,32,1,106,70,4,64,32,3,16,165,1,33,2,32,3,32,3,16,165,1,65,1,116,16,167,1,32,3,32,3,16,166,1,16,167,1,32,0,32,2,32,3,65,0,16,173,2,34,1,106,54,2,188,1,11,32,0,65,136,2,106,16,121,32,0,65,7,106,32,0,65,6,106,32,1,32,0,65,188,1,106,32,0,44,0,223,1,32,0,44,0,222,1,32,0,65,208,1,106,32,0,65,16,106,32,0,65,12,106,32,0,65,8,106,32,0,65,224,1,106,16,192,2,13,0,32,0,65,136,2,106,16,123,26,12,1,11,11,2,64,32,0,65,208,1,106,16,165,1,69,13,0,32,0,45,0,7,69,13,0,32,0,40,2,12,34,2,32,0,65,16,106,107,65,159,1,74,13,0,32,0,32,2,65,4,106,54,2,12,32,2,32,0,40,2,8,54,2,0,11,32,5,32,1,32,0,40,2,188,1,32,4,16,195,2,57,3,0,32,0,65,208,1,106,32,0,65,16,106,32,0,40,2,12,32,4,16,181,2,32,0,65,136,2,106,32,0,65,128,2,106,16,124,4,64,32,4,32,4,40,2,0,65,2,114,54,2,0,11,32,0,40,2,136,2,33,1,32,3,16,246,5,26,32,0,65,208,1,106,16,246,5,26,32,0,65,144,2,106,36,0,32,1,11,183,1,2,2,124,3,127,35,0,65,16,107,34,5,36,0,2,64,2,64,2,64,32,0,32,1,71,4,64,65,140,163,4,40,2,0,33,7,65,140,163,4,65,0,54,2,0,16,200,2,26,35,0,65,16,107,34,6,36,0,32,6,32,0,32,5,65,12,106,65,1,16,152,2,32,6,41,3,0,32,6,41,3,8,16,230,1,33,3,32,6,65,16,106,36,0,65,140,163,4,40,2,0,34,0,69,13,1,32,5,40,2,12,32,1,71,13,2,32,3,33,4,32,0,65,196,0,71,13,3,12,2,11,32,2,65,4,54,2,0,12,2,11,65,140,163,4,32,7,54,2,0,32,5,40,2,12,32,1,70,13,1,11,32,2,65,4,54,2,0,32,4,33,3,11,32,5,65,16,106,36,0,32,3,11,225,3,1,1,126,35,0,65,160,2,107,34,0,36,0,32,0,32,2,54,2,144,2,32,0,32,1,54,2,152,2,32,0,65,224,1,106,32,3,32,0,65,240,1,106,32,0,65,239,1,106,32,0,65,238,1,106,16,191,2,32,0,65,208,1,106,16,151,1,34,3,32,3,16,166,1,16,167,1,32,0,32,3,65,0,16,173,2,34,1,54,2,204,1,32,0,32,0,65,32,106,54,2,28,32,0,65,0,54,2,24,32,0,65,1,58,0,23,32,0,65,197,0,58,0,22,3,64,2,64,32,0,65,152,2,106,32,0,65,144,2,106,16,120,69,13,0,32,0,40,2,204,1,32,3,16,165,1,32,1,106,70,4,64,32,3,16,165,1,33,2,32,3,32,3,16,165,1,65,1,116,16,167,1,32,3,32,3,16,166,1,16,167,1,32,0,32,2,32,3,65,0,16,173,2,34,1,106,54,2,204,1,11,32,0,65,152,2,106,16,121,32,0,65,23,106,32,0,65,22,106,32,1,32,0,65,204,1,106,32,0,44,0,239,1,32,0,44,0,238,1,32,0,65,224,1,106,32,0,65,32,106,32,0,65,28,106,32,0,65,24,106,32,0,65,240,1,106,16,192,2,13,0,32,0,65,152,2,106,16,123,26,12,1,11,11,2,64,32,0,65,224,1,106,16,165,1,69,13,0,32,0,45,0,23,69,13,0,32,0,40,2,28,34,2,32,0,65,32,106,107,65,159,1,74,13,0,32,0,32,2,65,4,106,54,2,28,32,2,32,0,40,2,24,54,2,0,11,32,0,32,1,32,0,40,2,204,1,32,4,16,197,2,32,0,41,3,0,33,6,32,5,32,0,41,3,8,55,3,8,32,5,32,6,55,3,0,32,0,65,224,1,106,32,0,65,32,106,32,0,40,2,28,32,4,16,181,2,32,0,65,152,2,106,32,0,65,144,2,106,16,124,4,64,32,4,32,4,40,2,0,65,2,114,54,2,0,11,32,0,40,2,152,2,33,1,32,3,16,246,5,26,32,0,65,224,1,106,16,246,5,26,32,0,65,160,2,106,36,0,32,1,11,183,2,2,4,126,5,127,35,0,65,32,107,34,8,36,0,2,64,2,64,2,64,32,1,32,2,71,4,64,65,140,163,4,40,2,0,33,12,65,140,163,4,65,0,54,2,0,35,0,65,16,107,34,9,36,0,16,200,2,26,35,0,65,16,107,34,10,36,0,35,0,65,16,107,34,11,36,0,32,11,32,1,32,8,65,28,106,65,2,16,152,2,32,11,41,3,0,33,4,32,10,32,11,41,3,8,55,3,8,32,10,32,4,55,3,0,32,11,65,16,106,36,0,32,10,41,3,0,33,4,32,9,32,10,41,3,8,55,3,8,32,9,32,4,55,3,0,32,10,65,16,106,36,0,32,9,41,3,0,33,4,32,8,65,8,106,34,1,32,9,41,3,8,55,3,8,32,1,32,4,55,3,0,32,9,65,16,106,36,0,32,8,41,3,16,33,4,32,8,41,3,8,33,5,65,140,163,4,40,2,0,34,1,69,13,1,32,8,40,2,28,32,2,71,13,2,32,5,33,6,32,4,33,7,32,1,65,196,0,71,13,3,12,2,11,32,3,65,4,54,2,0,12,2,11,65,140,163,4,32,12,54,2,0,32,8,40,2,28,32,2,70,13,1,11,32,3,65,4,54,2,0,32,6,33,5,32,7,33,4,11,32,0,32,5,55,3,0,32,0,32,4,55,3,8,32,8,65,32,106,36,0,11,141,3,1,1,127,35,0,65,144,2,107,34,0,36,0,32,0,32,2,54,2,128,2,32,0,32,1,54,2,136,2,32,0,65,208,1,106,16,151,1,33,2,32,0,65,16,106,32,3,16,203,1,32,0,65,16,106,16,117,65,144,233,1,65,170,233,1,32,0,65,224,1,106,16,199,2,32,0,65,16,106,16,163,2,32,0,65,192,1,106,16,151,1,34,3,32,3,16,166,1,16,167,1,32,0,32,3,65,0,16,173,2,34,1,54,2,188,1,32,0,32,0,65,16,106,54,2,12,32,0,65,0,54,2,8,3,64,2,64,32,0,65,136,2,106,32,0,65,128,2,106,16,120,69,13,0,32,0,40,2,188,1,32,3,16,165,1,32,1,106,70,4,64,32,3,16,165,1,33,6,32,3,32,3,16,165,1,65,1,116,16,167,1,32,3,32,3,16,166,1,16,167,1,32,0,32,6,32,3,65,0,16,173,2,34,1,106,54,2,188,1,11,32,0,65,136,2,106,16,121,65,16,32,1,32,0,65,188,1,106,32,0,65,8,106,65,0,32,2,32,0,65,16,106,32,0,65,12,106,32,0,65,224,1,106,16,179,2,13,0,32,0,65,136,2,106,16,123,26,12,1,11,11,32,3,32,0,40,2,188,1,32,1,107,16,167,1,32,3,16,159,1,33,1,16,200,2,33,6,32,0,32,5,54,2,0,32,1,32,6,32,0,16,201,2,65,1,71,4,64,32,4,65,4,54,2,0,11,32,0,65,136,2,106,32,0,65,128,2,106,16,124,4,64,32,4,32,4,40,2,0,65,2,114,54,2,0,11,32,0,40,2,136,2,33,1,32,3,16,246,5,26,32,2,16,246,5,26,32,0,65,144,2,106,36,0,32,1,11,51,0,32,0,173,32,1,173,32,2,173,32,3,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,32,17,0,0,167,26,11,54,0,2,64,65,236,168,4,45,0,0,65,1,113,13,0,65,236,168,4,16,141,6,69,13,0,65,232,168,4,65,244,13,16,240,1,54,2,0,65,236,168,4,16,143,6,11,65,232,168,4,40,2,0,11,68,1,1,127,35,0,65,16,107,34,3,36,0,32,3,32,1,54,2,12,32,3,32,2,54,2,8,32,3,32,3,65,12,106,16,203,2,33,1,32,0,65,213,10,32,3,40,2,8,16,233,1,33,0,32,1,16,204,2,32,3,65,16,106,36,0,32,0,11,49,0,32,2,45,0,0,33,2,3,64,2,64,32,0,32,1,71,4,127,32,0,45,0,0,32,2,71,13,1,32,0,5,32,1,11,15,11,32,0,65,1,106,33,0,12,0,11,0,11,17,0,32,0,32,1,40,2,0,16,148,2,54,2,0,32,0,11,18,0,32,0,40,2,0,34,0,4,64,32,0,16,148,2,26,11,11,146,2,1,1,127,35,0,65,32,107,34,6,36,0,32,6,32,1,54,2,24,2,64,32,3,40,2,4,65,1,113,69,4,64,32,6,65,127,54,2,0,32,6,32,0,173,32,1,173,32,2,173,32,3,173,32,4,173,32,6,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,16,17,0,0,167,34,1,54,2,24,2,64,2,64,2,64,32,6,40,2,0,14,2,0,1,2,11,32,5,65,0,58,0,0,12,3,11,32,5,65,1,58,0,0,12,2,11,32,5,65,1,58,0,0,32,4,65,4,54,2,0,12,1,11,32,6,32,3,16,203,1,32,6,16,135,1,33,1,32,6,16,163,2,32,6,32,3,16,203,1,32,6,16,206,2,33,3,32,6,16,163,2,32,6,32,3,16,165,2,32,6,65,12,114,32,3,16,166,2,32,5,32,6,65,24,106,32,2,32,6,32,6,65,24,106,34,3,32,1,32,4,65,1,16,207,2,32,6,70,58,0,0,32,6,40,2,24,33,1,3,64,32,3,65,12,107,16,246,5,34,3,32,6,71,13,0,11,11,32,6,65,32,106,36,0,32,1,11,11,0,32,0,65,196,169,4,16,168,2,11,189,4,1,11,127,35,0,65,128,1,107,34,8,36,0,32,8,32,1,54,2,120,32,2,32,3,16,169,2,33,9,32,8,65,204,0,54,2,16,32,8,65,8,106,65,0,32,8,65,16,106,16,170,2,33,16,32,8,65,16,106,33,10,2,64,32,9,65,229,0,79,4,64,32,9,16,85,34,10,69,13,1,32,16,32,10,16,171,2,11,32,10,33,7,32,2,33,1,3,64,32,1,32,3,70,4,64,3,64,2,64,32,0,32,8,65,248,0,106,16,136,1,65,0,32,9,27,69,4,64,32,0,32,8,65,248,0,106,16,140,1,4,64,32,5,32,5,40,2,0,65,2,114,54,2,0,11,12,1,11,32,0,16,137,1,33,14,32,6,69,4,64,32,4,32,14,16,194,1,33,14,11,32,12,65,1,106,33,13,65,0,33,15,32,10,33,7,32,2,33,1,3,64,32,1,32,3,70,4,64,32,13,33,12,32,15,69,13,3,32,0,16,139,1,26,32,10,33,7,32,2,33,1,32,9,32,11,106,65,2,73,13,3,3,64,32,1,32,3,70,4,64,12,5,5,2,64,32,7,45,0,0,65,2,71,13,0,32,1,16,165,1,32,13,70,13,0,32,7,65,0,58,0,0,32,11,65,1,107,33,11,11,32,7,65,1,106,33,7,32,1,65,12,106,33,1,12,1,11,0,11,0,5,2,64,32,7,45,0,0,65,1,71,13,0,32,1,32,12,16,208,2,40,2,0,33,17,2,64,32,6,4,127,32,17,5,32,4,32,17,16,194,1,11,32,14,70,4,64,65,1,33,15,32,1,16,165,1,32,13,71,13,2,32,7,65,2,58,0,0,32,11,65,1,106,33,11,12,1,11,32,7,65,0,58,0,0,11,32,9,65,1,107,33,9,11,32,7,65,1,106,33,7,32,1,65,12,106,33,1,12,1,11,0,11,0,11,11,2,64,2,64,3,64,32,2,32,3,70,13,1,32,10,45,0,0,65,2,71,4,64,32,10,65,1,106,33,10,32,2,65,12,106,33,2,12,1,11,11,32,2,33,3,12,1,11,32,5,32,5,40,2,0,65,4,114,54,2,0,11,32,16,16,174,2,32,8,65,128,1,106,36,0,32,3,15,5,2,64,32,1,16,175,2,69,4,64,32,7,65,1,58,0,0,12,1,11,32,7,65,2,58,0,0,32,11,65,1,106,33,11,32,9,65,1,107,33,9,11,32,7,65,1,106,33,7,32,1,65,12,106,33,1,12,1,11,0,11,0,11,16,177,1,0,11,13,0,32,0,16,159,1,32,1,65,2,116,106,11,177,3,1,2,127,35,0,65,224,2,107,34,0,36,0,32,0,32,2,54,2,208,2,32,0,32,1,54,2,216,2,32,3,16,177,2,33,1,32,3,32,0,65,224,1,106,16,210,2,33,2,32,0,65,208,1,106,32,3,32,0,65,204,2,106,16,211,2,32,0,65,192,1,106,16,151,1,34,3,32,3,16,166,1,16,167,1,32,0,32,3,65,0,16,173,2,34,6,54,2,188,1,32,0,32,0,65,16,106,54,2,12,32,0,65,0,54,2,8,3,64,2,64,32,0,65,216,2,106,32,0,65,208,2,106,16,136,1,69,13,0,32,0,40,2,188,1,32,3,16,165,1,32,6,106,70,4,64,32,3,16,165,1,33,7,32,3,32,3,16,165,1,65,1,116,16,167,1,32,3,32,3,16,166,1,16,167,1,32,0,32,7,32,3,65,0,16,173,2,34,6,106,54,2,188,1,11,32,0,65,216,2,106,16,137,1,32,1,32,6,32,0,65,188,1,106,32,0,65,8,106,32,0,40,2,204,2,32,0,65,208,1,106,32,0,65,16,106,32,0,65,12,106,32,2,16,212,2,13,0,32,0,65,216,2,106,16,139,1,26,12,1,11,11,2,64,32,0,65,208,1,106,16,165,1,69,13,0,32,0,40,2,12,34,2,32,0,65,16,106,107,65,159,1,74,13,0,32,0,32,2,65,4,106,54,2,12,32,2,32,0,40,2,8,54,2,0,11,32,5,32,6,32,0,40,2,188,1,32,4,32,1,16,180,2,54,2,0,32,0,65,208,1,106,32,0,65,16,106,32,0,40,2,12,32,4,16,181,2,32,0,65,216,2,106,32,0,65,208,2,106,16,140,1,4,64,32,4,32,4,40,2,0,65,2,114,54,2,0,11,32,0,40,2,216,2,33,6,32,3,16,246,5,26,32,0,65,208,1,106,16,246,5,26,32,0,65,224,2,106,36,0,32,6,11,61,1,1,127,35,0,65,16,107,34,2,36,0,32,2,65,8,106,32,0,16,203,1,32,2,65,8,106,16,135,1,65,144,233,1,65,170,233,1,32,1,16,223,2,32,2,65,8,106,16,163,2,32,2,65,16,106,36,0,32,1,11,63,1,1,127,35,0,65,16,107,34,3,36,0,32,3,65,8,106,32,1,16,203,1,32,2,32,3,65,8,106,16,206,2,34,1,16,226,2,54,2,0,32,0,32,1,16,227,2,32,3,65,8,106,16,163,2,32,3,65,16,106,36,0,11,247,2,1,2,127,35,0,65,16,107,34,10,36,0,32,10,32,0,54,2,12,2,64,2,64,2,64,32,3,40,2,0,32,2,71,13,0,65,43,33,11,32,0,32,9,40,2,96,71,4,64,65,45,33,11,32,9,40,2,100,32,0,71,13,1,11,32,3,32,2,65,1,106,54,2,0,32,2,32,11,58,0,0,12,1,11,2,64,32,6,16,165,1,69,13,0,32,0,32,5,71,13,0,65,0,33,0,32,8,40,2,0,34,9,32,7,107,65,159,1,74,13,2,32,4,40,2,0,33,0,32,8,32,9,65,4,106,54,2,0,32,9,32,0,54,2,0,12,1,11,65,127,33,0,32,9,32,9,65,232,0,106,32,10,65,12,106,16,224,2,32,9,107,34,9,65,220,0,74,13,1,32,9,65,2,117,33,6,2,64,2,64,2,64,32,1,65,8,107,14,3,0,2,0,1,11,32,1,32,6,74,13,1,12,3,11,32,1,65,16,71,13,0,32,9,65,216,0,72,13,0,32,3,40,2,0,34,9,32,2,70,13,2,32,9,32,2,107,65,2,74,13,2,32,9,65,1,107,45,0,0,65,48,71,13,2,65,0,33,0,32,4,65,0,54,2,0,32,3,32,9,65,1,106,54,2,0,32,9,32,6,65,144,233,1,106,45,0,0,58,0,0,12,2,11,32,3,32,3,40,2,0,34,0,65,1,106,54,2,0,32,0,32,6,65,144,233,1,106,45,0,0,58,0,0,32,4,32,4,40,2,0,65,1,106,54,2,0,65,0,33,0,12,1,11,65,0,33,0,32,4,65,0,54,2,0,11,32,10,65,16,106,36,0,32,0,11,177,3,1,2,127,35,0,65,224,2,107,34,0,36,0,32,0,32,2,54,2,208,2,32,0,32,1,54,2,216,2,32,3,16,177,2,33,1,32,3,32,0,65,224,1,106,16,210,2,33,2,32,0,65,208,1,106,32,3,32,0,65,204,2,106,16,211,2,32,0,65,192,1,106,16,151,1,34,3,32,3,16,166,1,16,167,1,32,0,32,3,65,0,16,173,2,34,6,54,2,188,1,32,0,32,0,65,16,106,54,2,12,32,0,65,0,54,2,8,3,64,2,64,32,0,65,216,2,106,32,0,65,208,2,106,16,136,1,69,13,0,32,0,40,2,188,1,32,3,16,165,1,32,6,106,70,4,64,32,3,16,165,1,33,7,32,3,32,3,16,165,1,65,1,116,16,167,1,32,3,32,3,16,166,1,16,167,1,32,0,32,7,32,3,65,0,16,173,2,34,6,106,54,2,188,1,11,32,0,65,216,2,106,16,137,1,32,1,32,6,32,0,65,188,1,106,32,0,65,8,106,32,0,40,2,204,2,32,0,65,208,1,106,32,0,65,16,106,32,0,65,12,106,32,2,16,212,2,13,0,32,0,65,216,2,106,16,139,1,26,12,1,11,11,2,64,32,0,65,208,1,106,16,165,1,69,13,0,32,0,40,2,12,34,2,32,0,65,16,106,107,65,159,1,74,13,0,32,0,32,2,65,4,106,54,2,12,32,2,32,0,40,2,8,54,2,0,11,32,5,32,6,32,0,40,2,188,1,32,4,32,1,16,183,2,55,3,0,32,0,65,208,1,106,32,0,65,16,106,32,0,40,2,12,32,4,16,181,2,32,0,65,216,2,106,32,0,65,208,2,106,16,140,1,4,64,32,4,32,4,40,2,0,65,2,114,54,2,0,11,32,0,40,2,216,2,33,6,32,3,16,246,5,26,32,0,65,208,1,106,16,246,5,26,32,0,65,224,2,106,36,0,32,6,11,177,3,1,2,127,35,0,65,224,2,107,34,0,36,0,32,0,32,2,54,2,208,2,32,0,32,1,54,2,216,2,32,3,16,177,2,33,1,32,3,32,0,65,224,1,106,16,210,2,33,2,32,0,65,208,1,106,32,3,32,0,65,204,2,106,16,211,2,32,0,65,192,1,106,16,151,1,34,3,32,3,16,166,1,16,167,1,32,0,32,3,65,0,16,173,2,34,6,54,2,188,1,32,0,32,0,65,16,106,54,2,12,32,0,65,0,54,2,8,3,64,2,64,32,0,65,216,2,106,32,0,65,208,2,106,16,136,1,69,13,0,32,0,40,2,188,1,32,3,16,165,1,32,6,106,70,4,64,32,3,16,165,1,33,7,32,3,32,3,16,165,1,65,1,116,16,167,1,32,3,32,3,16,166,1,16,167,1,32,0,32,7,32,3,65,0,16,173,2,34,6,106,54,2,188,1,11,32,0,65,216,2,106,16,137,1,32,1,32,6,32,0,65,188,1,106,32,0,65,8,106,32,0,40,2,204,2,32,0,65,208,1,106,32,0,65,16,106,32,0,65,12,106,32,2,16,212,2,13,0,32,0,65,216,2,106,16,139,1,26,12,1,11,11,2,64,32,0,65,208,1,106,16,165,1,69,13,0,32,0,40,2,12,34,2,32,0,65,16,106,107,65,159,1,74,13,0,32,0,32,2,65,4,106,54,2,12,32,2,32,0,40,2,8,54,2,0,11,32,5,32,6,32,0,40,2,188,1,32,4,32,1,16,185,2,59,1,0,32,0,65,208,1,106,32,0,65,16,106,32,0,40,2,12,32,4,16,181,2,32,0,65,216,2,106,32,0,65,208,2,106,16,140,1,4,64,32,4,32,4,40,2,0,65,2,114,54,2,0,11,32,0,40,2,216,2,33,6,32,3,16,246,5,26,32,0,65,208,1,106,16,246,5,26,32,0,65,224,2,106,36,0,32,6,11,177,3,1,2,127,35,0,65,224,2,107,34,0,36,0,32,0,32,2,54,2,208,2,32,0,32,1,54,2,216,2,32,3,16,177,2,33,1,32,3,32,0,65,224,1,106,16,210,2,33,2,32,0,65,208,1,106,32,3,32,0,65,204,2,106,16,211,2,32,0,65,192,1,106,16,151,1,34,3,32,3,16,166,1,16,167,1,32,0,32,3,65,0,16,173,2,34,6,54,2,188,1,32,0,32,0,65,16,106,54,2,12,32,0,65,0,54,2,8,3,64,2,64,32,0,65,216,2,106,32,0,65,208,2,106,16,136,1,69,13,0,32,0,40,2,188,1,32,3,16,165,1,32,6,106,70,4,64,32,3,16,165,1,33,7,32,3,32,3,16,165,1,65,1,116,16,167,1,32,3,32,3,16,166,1,16,167,1,32,0,32,7,32,3,65,0,16,173,2,34,6,106,54,2,188,1,11,32,0,65,216,2,106,16,137,1,32,1,32,6,32,0,65,188,1,106,32,0,65,8,106,32,0,40,2,204,2,32,0,65,208,1,106,32,0,65,16,106,32,0,65,12,106,32,2,16,212,2,13,0,32,0,65,216,2,106,16,139,1,26,12,1,11,11,2,64,32,0,65,208,1,106,16,165,1,69,13,0,32,0,40,2,12,34,2,32,0,65,16,106,107,65,159,1,74,13,0,32,0,32,2,65,4,106,54,2,12,32,2,32,0,40,2,8,54,2,0,11,32,5,32,6,32,0,40,2,188,1,32,4,32,1,16,187,2,54,2,0,32,0,65,208,1,106,32,0,65,16,106,32,0,40,2,12,32,4,16,181,2,32,0,65,216,2,106,32,0,65,208,2,106,16,140,1,4,64,32,4,32,4,40,2,0,65,2,114,54,2,0,11,32,0,40,2,216,2,33,6,32,3,16,246,5,26,32,0,65,208,1,106,16,246,5,26,32,0,65,224,2,106,36,0,32,6,11,177,3,1,2,127,35,0,65,224,2,107,34,0,36,0,32,0,32,2,54,2,208,2,32,0,32,1,54,2,216,2,32,3,16,177,2,33,1,32,3,32,0,65,224,1,106,16,210,2,33,2,32,0,65,208,1,106,32,3,32,0,65,204,2,106,16,211,2,32,0,65,192,1,106,16,151,1,34,3,32,3,16,166,1,16,167,1,32,0,32,3,65,0,16,173,2,34,6,54,2,188,1,32,0,32,0,65,16,106,54,2,12,32,0,65,0,54,2,8,3,64,2,64,32,0,65,216,2,106,32,0,65,208,2,106,16,136,1,69,13,0,32,0,40,2,188,1,32,3,16,165,1,32,6,106,70,4,64,32,3,16,165,1,33,7,32,3,32,3,16,165,1,65,1,116,16,167,1,32,3,32,3,16,166,1,16,167,1,32,0,32,7,32,3,65,0,16,173,2,34,6,106,54,2,188,1,11,32,0,65,216,2,106,16,137,1,32,1,32,6,32,0,65,188,1,106,32,0,65,8,106,32,0,40,2,204,2,32,0,65,208,1,106,32,0,65,16,106,32,0,65,12,106,32,2,16,212,2,13,0,32,0,65,216,2,106,16,139,1,26,12,1,11,11,2,64,32,0,65,208,1,106,16,165,1,69,13,0,32,0,40,2,12,34,2,32,0,65,16,106,107,65,159,1,74,13,0,32,0,32,2,65,4,106,54,2,12,32,2,32,0,40,2,8,54,2,0,11,32,5,32,6,32,0,40,2,188,1,32,4,32,1,16,189,2,55,3,0,32,0,65,208,1,106,32,0,65,16,106,32,0,40,2,12,32,4,16,181,2,32,0,65,216,2,106,32,0,65,208,2,106,16,140,1,4,64,32,4,32,4,40,2,0,65,2,114,54,2,0,11,32,0,40,2,216,2,33,6,32,3,16,246,5,26,32,0,65,208,1,106,16,246,5,26,32,0,65,224,2,106,36,0,32,6,11,206,3,0,35,0,65,240,2,107,34,0,36,0,32,0,32,2,54,2,224,2,32,0,32,1,54,2,232,2,32,0,65,200,1,106,32,3,32,0,65,224,1,106,32,0,65,220,1,106,32,0,65,216,1,106,16,218,2,32,0,65,184,1,106,16,151,1,34,3,32,3,16,166,1,16,167,1,32,0,32,3,65,0,16,173,2,34,1,54,2,180,1,32,0,32,0,65,16,106,54,2,12,32,0,65,0,54,2,8,32,0,65,1,58,0,7,32,0,65,197,0,58,0,6,3,64,2,64,32,0,65,232,2,106,32,0,65,224,2,106,16,136,1,69,13,0,32,0,40,2,180,1,32,3,16,165,1,32,1,106,70,4,64,32,3,16,165,1,33,2,32,3,32,3,16,165,1,65,1,116,16,167,1,32,3,32,3,16,166,1,16,167,1,32,0,32,2,32,3,65,0,16,173,2,34,1,106,54,2,180,1,11,32,0,65,232,2,106,16,137,1,32,0,65,7,106,32,0,65,6,106,32,1,32,0,65,180,1,106,32,0,40,2,220,1,32,0,40,2,216,1,32,0,65,200,1,106,32,0,65,16,106,32,0,65,12,106,32,0,65,8,106,32,0,65,224,1,106,16,219,2,13,0,32,0,65,232,2,106,16,139,1,26,12,1,11,11,2,64,32,0,65,200,1,106,16,165,1,69,13,0,32,0,45,0,7,69,13,0,32,0,40,2,12,34,2,32,0,65,16,106,107,65,159,1,74,13,0,32,0,32,2,65,4,106,54,2,12,32,2,32,0,40,2,8,54,2,0,11,32,5,32,1,32,0,40,2,180,1,32,4,16,193,2,56,2,0,32,0,65,200,1,106,32,0,65,16,106,32,0,40,2,12,32,4,16,181,2,32,0,65,232,2,106,32,0,65,224,2,106,16,140,1,4,64,32,4,32,4,40,2,0,65,2,114,54,2,0,11,32,0,40,2,232,2,33,1,32,3,16,246,5,26,32,0,65,200,1,106,16,246,5,26,32,0,65,240,2,106,36,0,32,1,11,94,1,1,127,35,0,65,16,107,34,5,36,0,32,5,65,8,106,32,1,16,203,1,32,5,65,8,106,16,135,1,65,144,233,1,65,176,233,1,32,2,16,223,2,32,3,32,5,65,8,106,16,206,2,34,2,16,225,2,54,2,0,32,4,32,2,16,226,2,54,2,0,32,0,32,2,16,227,2,32,5,65,8,106,16,163,2,32,5,65,16,106,36,0,11,252,3,1,1,127,35,0,65,16,107,34,12,36,0,32,12,32,0,54,2,12,2,64,2,64,32,0,32,5,70,4,64,32,1,45,0,0,69,13,1,65,0,33,0,32,1,65,0,58,0,0,32,4,32,4,40,2,0,34,11,65,1,106,54,2,0,32,11,65,46,58,0,0,32,7,16,165,1,69,13,2,32,9,40,2,0,34,11,32,8,107,65,159,1,74,13,2,32,10,40,2,0,33,1,32,9,32,11,65,4,106,54,2,0,32,11,32,1,54,2,0,12,2,11,2,64,32,0,32,6,71,13,0,32,7,16,165,1,69,13,0,32,1,45,0,0,69,13,1,65,0,33,0,32,9,40,2,0,34,11,32,8,107,65,159,1,74,13,2,32,10,40,2,0,33,0,32,9,32,11,65,4,106,54,2,0,32,11,32,0,54,2,0,65,0,33,0,32,10,65,0,54,2,0,12,2,11,65,127,33,0,32,11,32,11,65,128,1,106,32,12,65,12,106,16,224,2,32,11,107,34,11,65,252,0,74,13,1,32,11,65,2,117,65,144,233,1,106,45,0,0,33,5,2,64,2,64,32,11,65,123,113,34,0,65,216,0,71,4,64,32,0,65,224,0,71,13,1,32,3,32,4,40,2,0,34,11,71,4,64,65,127,33,0,32,11,65,1,107,45,0,0,65,223,0,113,32,2,45,0,0,65,255,0,113,71,13,5,11,32,4,32,11,65,1,106,54,2,0,32,11,32,5,58,0,0,65,0,33,0,12,4,11,32,2,65,208,0,58,0,0,12,1,11,32,2,44,0,0,34,0,32,5,65,223,0,113,71,13,0,32,2,32,0,65,128,1,114,58,0,0,32,1,45,0,0,69,13,0,32,1,65,0,58,0,0,32,7,16,165,1,69,13,0,32,9,40,2,0,34,0,32,8,107,65,159,1,74,13,0,32,10,40,2,0,33,1,32,9,32,0,65,4,106,54,2,0,32,0,32,1,54,2,0,11,32,4,32,4,40,2,0,34,0,65,1,106,54,2,0,32,0,32,5,58,0,0,65,0,33,0,32,11,65,212,0,74,13,1,32,10,32,10,40,2,0,65,1,106,54,2,0,12,1,11,65,127,33,0,11,32,12,65,16,106,36,0,32,0,11,206,3,0,35,0,65,240,2,107,34,0,36,0,32,0,32,2,54,2,224,2,32,0,32,1,54,2,232,2,32,0,65,200,1,106,32,3,32,0,65,224,1,106,32,0,65,220,1,106,32,0,65,216,1,106,16,218,2,32,0,65,184,1,106,16,151,1,34,3,32,3,16,166,1,16,167,1,32,0,32,3,65,0,16,173,2,34,1,54,2,180,1,32,0,32,0,65,16,106,54,2,12,32,0,65,0,54,2,8,32,0,65,1,58,0,7,32,0,65,197,0,58,0,6,3,64,2,64,32,0,65,232,2,106,32,0,65,224,2,106,16,136,1,69,13,0,32,0,40,2,180,1,32,3,16,165,1,32,1,106,70,4,64,32,3,16,165,1,33,2,32,3,32,3,16,165,1,65,1,116,16,167,1,32,3,32,3,16,166,1,16,167,1,32,0,32,2,32,3,65,0,16,173,2,34,1,106,54,2,180,1,11,32,0,65,232,2,106,16,137,1,32,0,65,7,106,32,0,65,6,106,32,1,32,0,65,180,1,106,32,0,40,2,220,1,32,0,40,2,216,1,32,0,65,200,1,106,32,0,65,16,106,32,0,65,12,106,32,0,65,8,106,32,0,65,224,1,106,16,219,2,13,0,32,0,65,232,2,106,16,139,1,26,12,1,11,11,2,64,32,0,65,200,1,106,16,165,1,69,13,0,32,0,45,0,7,69,13,0,32,0,40,2,12,34,2,32,0,65,16,106,107,65,159,1,74,13,0,32,0,32,2,65,4,106,54,2,12,32,2,32,0,40,2,8,54,2,0,11,32,5,32,1,32,0,40,2,180,1,32,4,16,195,2,57,3,0,32,0,65,200,1,106,32,0,65,16,106,32,0,40,2,12,32,4,16,181,2,32,0,65,232,2,106,32,0,65,224,2,106,16,140,1,4,64,32,4,32,4,40,2,0,65,2,114,54,2,0,11,32,0,40,2,232,2,33,1,32,3,16,246,5,26,32,0,65,200,1,106,16,246,5,26,32,0,65,240,2,106,36,0,32,1,11,229,3,1,1,126,35,0,65,128,3,107,34,0,36,0,32,0,32,2,54,2,240,2,32,0,32,1,54,2,248,2,32,0,65,216,1,106,32,3,32,0,65,240,1,106,32,0,65,236,1,106,32,0,65,232,1,106,16,218,2,32,0,65,200,1,106,16,151,1,34,3,32,3,16,166,1,16,167,1,32,0,32,3,65,0,16,173,2,34,1,54,2,196,1,32,0,32,0,65,32,106,54,2,28,32,0,65,0,54,2,24,32,0,65,1,58,0,23,32,0,65,197,0,58,0,22,3,64,2,64,32,0,65,248,2,106,32,0,65,240,2,106,16,136,1,69,13,0,32,0,40,2,196,1,32,3,16,165,1,32,1,106,70,4,64,32,3,16,165,1,33,2,32,3,32,3,16,165,1,65,1,116,16,167,1,32,3,32,3,16,166,1,16,167,1,32,0,32,2,32,3,65,0,16,173,2,34,1,106,54,2,196,1,11,32,0,65,248,2,106,16,137,1,32,0,65,23,106,32,0,65,22,106,32,1,32,0,65,196,1,106,32,0,40,2,236,1,32,0,40,2,232,1,32,0,65,216,1,106,32,0,65,32,106,32,0,65,28,106,32,0,65,24,106,32,0,65,240,1,106,16,219,2,13,0,32,0,65,248,2,106,16,139,1,26,12,1,11,11,2,64,32,0,65,216,1,106,16,165,1,69,13,0,32,0,45,0,23,69,13,0,32,0,40,2,28,34,2,32,0,65,32,106,107,65,159,1,74,13,0,32,0,32,2,65,4,106,54,2,28,32,2,32,0,40,2,24,54,2,0,11,32,0,32,1,32,0,40,2,196,1,32,4,16,197,2,32,0,41,3,0,33,6,32,5,32,0,41,3,8,55,3,8,32,5,32,6,55,3,0,32,0,65,216,1,106,32,0,65,32,106,32,0,40,2,28,32,4,16,181,2,32,0,65,248,2,106,32,0,65,240,2,106,16,140,1,4,64,32,4,32,4,40,2,0,65,2,114,54,2,0,11,32,0,40,2,248,2,33,1,32,3,16,246,5,26,32,0,65,216,1,106,16,246,5,26,32,0,65,128,3,106,36,0,32,1,11,146,3,1,1,127,35,0,65,224,2,107,34,0,36,0,32,0,32,2,54,2,208,2,32,0,32,1,54,2,216,2,32,0,65,208,1,106,16,151,1,33,2,32,0,65,16,106,32,3,16,203,1,32,0,65,16,106,16,135,1,65,144,233,1,65,170,233,1,32,0,65,224,1,106,16,223,2,32,0,65,16,106,16,163,2,32,0,65,192,1,106,16,151,1,34,3,32,3,16,166,1,16,167,1,32,0,32,3,65,0,16,173,2,34,1,54,2,188,1,32,0,32,0,65,16,106,54,2,12,32,0,65,0,54,2,8,3,64,2,64,32,0,65,216,2,106,32,0,65,208,2,106,16,136,1,69,13,0,32,0,40,2,188,1,32,3,16,165,1,32,1,106,70,4,64,32,3,16,165,1,33,6,32,3,32,3,16,165,1,65,1,116,16,167,1,32,3,32,3,16,166,1,16,167,1,32,0,32,6,32,3,65,0,16,173,2,34,1,106,54,2,188,1,11,32,0,65,216,2,106,16,137,1,65,16,32,1,32,0,65,188,1,106,32,0,65,8,106,65,0,32,2,32,0,65,16,106,32,0,65,12,106,32,0,65,224,1,106,16,212,2,13,0,32,0,65,216,2,106,16,139,1,26,12,1,11,11,32,3,32,0,40,2,188,1,32,1,107,16,167,1,32,3,16,159,1,33,1,16,200,2,33,6,32,0,32,5,54,2,0,32,1,32,6,32,0,16,201,2,65,1,71,4,64,32,4,65,4,54,2,0,11,32,0,65,216,2,106,32,0,65,208,2,106,16,140,1,4,64,32,4,32,4,40,2,0,65,2,114,54,2,0,11,32,0,40,2,216,2,33,1,32,3,16,246,5,26,32,2,16,246,5,26,32,0,65,224,2,106,36,0,32,1,11,51,0,32,0,173,32,1,173,32,2,173,32,3,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,48,17,0,0,167,26,11,49,0,32,2,40,2,0,33,2,3,64,2,64,32,0,32,1,71,4,127,32,0,40,2,0,32,2,71,13,1,32,0,5,32,1,11,15,11,32,0,65,4,106,33,0,12,0,11,0,11,47,0,32,0,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,12,17,0,0,167,11,47,0,32,0,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,16,17,0,0,167,11,48,0,32,0,173,32,1,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,1,40,2,0,40,2,20,17,0,0,26,11,246,1,1,1,127,35,0,65,48,107,34,5,36,0,32,5,32,1,54,2,40,2,64,32,2,40,2,4,65,1,113,69,4,64,32,0,173,32,1,173,32,2,173,32,3,173,32,4,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,24,17,0,0,167,33,2,12,1,11,32,5,65,24,106,32,2,16,203,1,32,5,65,24,106,16,164,2,33,2,32,5,65,24,106,16,163,2,2,64,32,4,4,64,32,5,65,24,106,32,2,16,165,2,12,1,11,32,5,65,24,106,32,2,16,166,2,11,32,5,32,5,65,24,106,16,229,2,54,2,16,3,64,32,5,32,5,65,24,106,16,230,2,54,2,8,32,5,65,16,106,32,5,65,8,106,16,231,2,4,64,32,5,65,40,106,32,5,65,16,106,40,2,0,44,0,0,16,148,1,32,5,65,16,106,16,232,2,12,1,5,32,5,40,2,40,33,2,32,5,65,24,106,16,246,5,26,11,11,11,32,5,65,48,106,36,0,32,2,11,40,1,1,127,35,0,65,16,107,34,1,36,0,32,1,65,8,106,32,0,16,159,1,16,233,2,40,2,0,33,0,32,1,65,16,106,36,0,32,0,11,46,1,1,127,35,0,65,16,107,34,1,36,0,32,1,65,8,106,32,0,16,159,1,32,0,16,165,1,106,16,233,2,40,2,0,33,0,32,1,65,16,106,36,0,32,0,11,12,0,32,0,32,1,16,234,2,65,1,115,11,15,0,32,0,32,0,40,2,0,65,1,106,54,2,0,11,11,0,32,0,32,1,54,2,0,32,0,11,13,0,32,0,40,2,0,32,1,40,2,0,70,11,197,1,1,1,127,35,0,65,208,0,107,34,0,36,0,32,0,65,181,233,1,47,0,0,59,1,76,32,0,65,177,233,1,40,0,0,54,2,72,32,0,65,200,0,106,65,1,114,65,188,11,65,1,32,2,40,2,4,16,236,2,16,200,2,33,5,32,0,32,4,54,2,0,32,0,65,59,106,32,0,65,59,106,65,13,32,5,32,0,65,200,0,106,32,0,16,237,2,32,0,65,59,106,106,34,4,32,2,16,238,2,33,5,32,0,65,16,106,32,2,16,203,1,32,0,65,59,106,32,5,32,4,32,0,65,32,106,32,0,65,28,106,32,0,65,24,106,32,0,65,16,106,16,239,2,32,0,65,16,106,16,163,2,32,1,32,0,65,32,106,32,0,40,2,28,32,0,40,2,24,32,2,32,3,16,54,33,2,32,0,65,208,0,106,36,0,32,2,11,172,1,1,1,127,2,64,32,3,65,128,16,113,69,13,0,32,3,65,202,0,113,34,4,65,8,70,13,0,32,4,65,192,0,70,13,0,32,2,69,13,0,32,0,65,43,58,0,0,32,0,65,1,106,33,0,11,32,3,65,128,4,113,4,64,32,0,65,35,58,0,0,32,0,65,1,106,33,0,11,3,64,32,1,45,0,0,34,4,4,64,32,0,32,4,58,0,0,32,0,65,1,106,33,0,32,1,65,1,106,33,1,12,1,11,11,32,0,2,127,65,239,0,32,3,65,202,0,113,34,1,65,192,0,70,13,0,26,65,216,0,65,248,0,32,3,65,128,128,1,113,27,32,1,65,8,70,13,0,26,65,228,0,65,245,0,32,2,27,11,58,0,0,11,69,1,1,127,35,0,65,16,107,34,5,36,0,32,5,32,2,54,2,12,32,5,32,4,54,2,8,32,5,32,5,65,12,106,16,203,2,33,2,32,0,32,1,32,3,32,5,40,2,8,16,252,1,33,0,32,2,16,204,2,32,5,65,16,106,36,0,32,0,11,100,0,32,2,40,2,4,65,176,1,113,34,2,65,32,70,4,64,32,1,15,11,2,64,32,2,65,16,71,13,0,2,64,2,64,32,0,45,0,0,34,2,65,43,107,14,3,0,1,0,1,11,32,0,65,1,106,15,11,32,1,32,0,107,65,2,72,13,0,32,2,65,48,71,13,0,32,0,45,0,1,65,32,114,65,248,0,71,13,0,32,0,65,2,106,33,0,11,32,0,11,216,3,1,8,127,35,0,65,16,107,34,10,36,0,32,6,16,117,33,11,32,10,32,6,16,164,2,34,6,16,227,2,2,64,32,10,16,175,2,4,64,32,11,32,0,32,2,32,3,16,199,2,32,5,32,3,32,2,32,0,107,106,34,6,54,2,0,12,1,11,32,5,32,3,54,2,0,2,64,2,64,32,0,34,9,45,0,0,34,7,65,43,107,14,3,0,1,0,1,11,32,11,32,7,65,24,116,65,24,117,16,194,1,33,7,32,5,32,5,40,2,0,34,8,65,1,106,54,2,0,32,8,32,7,58,0,0,32,0,65,1,106,33,9,11,2,64,32,2,32,9,107,65,2,72,13,0,32,9,45,0,0,65,48,71,13,0,32,9,45,0,1,65,32,114,65,248,0,71,13,0,32,11,65,48,16,194,1,33,7,32,5,32,5,40,2,0,34,8,65,1,106,54,2,0,32,8,32,7,58,0,0,32,11,32,9,44,0,1,16,194,1,33,7,32,5,32,5,40,2,0,34,8,65,1,106,54,2,0,32,8,32,7,58,0,0,32,9,65,2,106,33,9,11,32,9,32,2,16,240,2,65,0,33,7,32,6,16,226,2,33,12,65,0,33,8,32,9,33,6,3,127,32,2,32,6,77,4,127,32,3,32,9,32,0,107,106,32,5,40,2,0,16,240,2,32,5,40,2,0,5,2,64,32,10,32,8,16,173,2,45,0,0,69,13,0,32,7,32,10,32,8,16,173,2,44,0,0,71,13,0,32,5,32,5,40,2,0,34,7,65,1,106,54,2,0,32,7,32,12,58,0,0,32,8,32,8,32,10,16,165,1,65,1,107,73,106,33,8,65,0,33,7,11,32,11,32,6,44,0,0,16,194,1,33,13,32,5,32,5,40,2,0,34,14,65,1,106,54,2,0,32,14,32,13,58,0,0,32,6,65,1,106,33,6,32,7,65,1,106,33,7,12,1,11,11,33,6,11,32,4,32,6,32,3,32,1,32,0,107,106,32,1,32,2,70,27,54,2,0,32,10,16,246,5,26,32,10,65,16,106,36,0,11,44,0,2,64,32,0,32,1,70,13,0,3,64,32,0,32,1,65,1,107,34,1,79,13,1,32,0,32,1,16,166,3,32,0,65,1,106,33,0,12,0,11,0,11,11,141,1,1,4,127,35,0,65,16,107,34,5,36,0,35,0,65,16,107,34,3,36,0,2,64,32,1,65,111,77,4,64,2,64,32,1,65,10,77,4,64,32,0,32,1,16,190,1,32,0,33,4,12,1,11,32,0,32,1,16,197,1,65,1,106,34,6,16,238,5,34,4,16,198,1,32,0,32,6,16,199,1,32,0,32,1,16,200,1,11,32,4,32,1,32,2,16,249,5,32,3,65,0,58,0,15,32,1,32,4,106,32,3,65,15,106,16,191,1,32,3,65,16,106,36,0,12,1,11,16,53,0,11,32,5,65,16,106,36,0,32,0,11,184,1,1,2,127,35,0,65,240,0,107,34,0,36,0,32,0,66,37,55,3,104,32,0,65,232,0,106,65,1,114,65,181,11,65,1,32,2,40,2,4,16,236,2,16,200,2,33,5,32,0,32,4,55,3,0,32,0,65,208,0,106,32,0,65,208,0,106,65,24,32,5,32,0,65,232,0,106,32,0,16,237,2,32,0,65,208,0,106,106,34,5,32,2,16,238,2,33,6,32,0,65,16,106,32,2,16,203,1,32,0,65,208,0,106,32,6,32,5,32,0,65,32,106,32,0,65,28,106,32,0,65,24,106,32,0,65,16,106,16,239,2,32,0,65,16,106,16,163,2,32,1,32,0,65,32,106,32,0,40,2,28,32,0,40,2,24,32,2,32,3,16,54,33,2,32,0,65,240,0,106,36,0,32,2,11,197,1,1,1,127,35,0,65,208,0,107,34,0,36,0,32,0,65,181,233,1,47,0,0,59,1,76,32,0,65,177,233,1,40,0,0,54,2,72,32,0,65,200,0,106,65,1,114,65,188,11,65,0,32,2,40,2,4,16,236,2,16,200,2,33,5,32,0,32,4,54,2,0,32,0,65,59,106,32,0,65,59,106,65,13,32,5,32,0,65,200,0,106,32,0,16,237,2,32,0,65,59,106,106,34,4,32,2,16,238,2,33,5,32,0,65,16,106,32,2,16,203,1,32,0,65,59,106,32,5,32,4,32,0,65,32,106,32,0,65,28,106,32,0,65,24,106,32,0,65,16,106,16,239,2,32,0,65,16,106,16,163,2,32,1,32,0,65,32,106,32,0,40,2,28,32,0,40,2,24,32,2,32,3,16,54,33,2,32,0,65,208,0,106,36,0,32,2,11,184,1,1,2,127,35,0,65,240,0,107,34,0,36,0,32,0,66,37,55,3,104,32,0,65,232,0,106,65,1,114,65,181,11,65,0,32,2,40,2,4,16,236,2,16,200,2,33,5,32,0,32,4,55,3,0,32,0,65,208,0,106,32,0,65,208,0,106,65,24,32,5,32,0,65,232,0,106,32,0,16,237,2,32,0,65,208,0,106,106,34,5,32,2,16,238,2,33,6,32,0,65,16,106,32,2,16,203,1,32,0,65,208,0,106,32,6,32,5,32,0,65,32,106,32,0,65,28,106,32,0,65,24,106,32,0,65,16,106,16,239,2,32,0,65,16,106,16,163,2,32,1,32,0,65,32,106,32,0,40,2,28,32,0,40,2,24,32,2,32,3,16,54,33,2,32,0,65,240,0,106,36,0,32,2,11,242,3,1,6,127,35,0,65,208,1,107,34,0,36,0,32,0,66,37,55,3,200,1,32,0,65,200,1,106,65,1,114,65,202,21,32,2,40,2,4,16,246,2,33,7,32,0,32,0,65,160,1,106,54,2,156,1,16,200,2,33,5,2,127,32,7,4,64,32,2,40,2,8,33,6,32,0,32,4,57,3,40,32,0,32,6,54,2,32,32,0,65,160,1,106,65,30,32,5,32,0,65,200,1,106,32,0,65,32,106,16,237,2,12,1,11,32,0,32,4,57,3,48,32,0,65,160,1,106,65,30,32,5,32,0,65,200,1,106,32,0,65,48,106,16,237,2,11,33,5,32,0,65,204,0,54,2,80,32,0,65,144,1,106,65,0,32,0,65,208,0,106,16,170,2,33,8,32,0,65,160,1,106,34,9,33,6,2,64,32,5,65,30,78,4,64,16,200,2,33,5,2,127,32,7,4,64,32,2,40,2,8,33,6,32,0,32,4,57,3,8,32,0,32,6,54,2,0,32,0,65,156,1,106,32,5,32,0,65,200,1,106,32,0,16,247,2,12,1,11,32,0,32,4,57,3,16,32,0,65,156,1,106,32,5,32,0,65,200,1,106,32,0,65,16,106,16,247,2,11,34,5,65,127,70,13,1,32,8,32,0,40,2,156,1,16,171,2,32,0,40,2,156,1,33,6,11,32,6,32,5,32,6,106,34,7,32,2,16,238,2,33,10,32,0,65,204,0,54,2,80,32,0,65,200,0,106,65,0,32,0,65,208,0,106,16,170,2,33,6,2,64,32,0,40,2,156,1,32,0,65,160,1,106,70,4,64,32,0,65,208,0,106,33,5,12,1,11,32,5,65,1,116,16,85,34,5,69,13,1,32,6,32,5,16,171,2,32,0,40,2,156,1,33,9,11,32,0,65,56,106,32,2,16,203,1,32,9,32,10,32,7,32,5,32,0,65,196,0,106,32,0,65,64,107,32,0,65,56,106,16,248,2,32,0,65,56,106,16,163,2,32,1,32,5,32,0,40,2,68,32,0,40,2,64,32,2,32,3,16,54,33,2,32,6,16,174,2,32,8,16,174,2,32,0,65,208,1,106,36,0,32,2,15,11,16,177,1,0,11,208,1,1,2,127,32,2,65,128,16,113,4,64,32,0,65,43,58,0,0,32,0,65,1,106,33,0,11,32,2,65,128,8,113,4,64,32,0,65,35,58,0,0,32,0,65,1,106,33,0,11,32,2,65,132,2,113,34,3,65,132,2,71,4,64,32,0,65,174,212,0,59,0,0,32,0,65,2,106,33,0,11,32,2,65,128,128,1,113,33,4,3,64,32,1,45,0,0,34,2,4,64,32,0,32,2,58,0,0,32,0,65,1,106,33,0,32,1,65,1,106,33,1,12,1,11,11,32,0,2,127,2,64,32,3,65,128,2,71,4,64,32,3,65,4,71,13,1,65,198,0,65,230,0,32,4,27,12,2,11,65,197,0,65,229,0,32,4,27,12,1,11,65,193,0,65,225,0,32,4,27,32,3,65,132,2,70,13,0,26,65,199,0,65,231,0,32,4,27,11,58,0,0,32,3,65,132,2,71,11,156,1,1,3,127,35,0,65,16,107,34,4,36,0,32,4,32,1,54,2,12,32,4,32,3,54,2,8,32,4,32,4,65,12,106,16,203,2,33,1,32,4,40,2,8,33,3,35,0,65,16,107,34,5,36,0,32,5,32,3,54,2,12,32,5,32,3,54,2,8,65,127,33,6,2,64,65,0,65,0,32,2,32,3,16,252,1,34,3,65,0,72,13,0,32,0,32,3,65,1,106,34,0,16,85,34,3,54,2,0,32,3,69,13,0,32,3,32,0,32,2,32,5,40,2,12,16,252,1,33,6,11,32,5,65,16,106,36,0,32,6,33,0,32,1,16,204,2,32,4,65,16,106,36,0,32,0,11,172,5,1,10,127,35,0,65,16,107,34,10,36,0,32,6,16,117,33,11,32,10,32,6,16,164,2,34,13,16,227,2,32,5,32,3,54,2,0,2,64,2,64,32,0,34,8,45,0,0,34,6,65,43,107,14,3,0,1,0,1,11,32,11,32,6,65,24,116,65,24,117,16,194,1,33,6,32,5,32,5,40,2,0,34,7,65,1,106,54,2,0,32,7,32,6,58,0,0,32,0,65,1,106,33,8,11,2,64,2,64,32,2,32,8,34,6,107,65,1,76,13,0,32,8,45,0,0,65,48,71,13,0,32,8,45,0,1,65,32,114,65,248,0,71,13,0,32,11,65,48,16,194,1,33,6,32,5,32,5,40,2,0,34,7,65,1,106,54,2,0,32,7,32,6,58,0,0,32,11,32,8,44,0,1,16,194,1,33,6,32,5,32,5,40,2,0,34,7,65,1,106,54,2,0,32,7,32,6,58,0,0,32,8,65,2,106,34,8,33,6,3,64,32,2,32,6,77,13,2,32,6,44,0,0,16,200,2,16,254,1,69,13,2,32,6,65,1,106,33,6,12,0,11,0,11,3,64,32,2,32,6,77,13,1,32,6,44,0,0,33,7,16,200,2,26,32,7,16,75,69,13,1,32,6,65,1,106,33,6,12,0,11,0,11,2,64,32,10,16,175,2,4,64,32,11,32,8,32,6,32,5,40,2,0,16,199,2,32,5,32,5,40,2,0,32,6,32,8,107,106,54,2,0,12,1,11,32,8,32,6,16,240,2,32,13,16,226,2,33,14,32,8,33,7,3,64,32,6,32,7,77,4,64,32,3,32,8,32,0,107,106,32,5,40,2,0,16,240,2,5,2,64,32,10,32,12,16,173,2,44,0,0,65,0,76,13,0,32,9,32,10,32,12,16,173,2,44,0,0,71,13,0,32,5,32,5,40,2,0,34,9,65,1,106,54,2,0,32,9,32,14,58,0,0,32,12,32,12,32,10,16,165,1,65,1,107,73,106,33,12,65,0,33,9,11,32,11,32,7,44,0,0,16,194,1,33,15,32,5,32,5,40,2,0,34,16,65,1,106,54,2,0,32,16,32,15,58,0,0,32,7,65,1,106,33,7,32,9,65,1,106,33,9,12,1,11,11,11,3,64,2,64,32,2,32,6,75,4,64,32,6,45,0,0,34,7,65,46,71,13,1,32,13,16,225,2,33,7,32,5,32,5,40,2,0,34,9,65,1,106,54,2,0,32,9,32,7,58,0,0,32,6,65,1,106,33,6,11,32,11,32,6,32,2,32,5,40,2,0,16,199,2,32,5,32,5,40,2,0,32,2,32,6,107,106,34,6,54,2,0,32,4,32,6,32,3,32,1,32,0,107,106,32,1,32,2,70,27,54,2,0,32,10,16,246,5,26,32,10,65,16,106,36,0,15,11,32,11,32,7,65,24,116,65,24,117,16,194,1,33,7,32,5,32,5,40,2,0,34,9,65,1,106,54,2,0,32,9,32,7,58,0,0,32,6,65,1,106,33,6,12,0,11,0,11,7,0,32,0,65,4,106,11,152,4,1,6,127,35,0,65,128,2,107,34,0,36,0,32,0,66,37,55,3,248,1,32,0,65,248,1,106,65,1,114,65,233,13,32,2,40,2,4,16,246,2,33,8,32,0,32,0,65,208,1,106,54,2,204,1,16,200,2,33,6,2,127,32,8,4,64,32,2,40,2,8,33,7,32,0,65,64,107,32,5,55,3,0,32,0,32,4,55,3,56,32,0,32,7,54,2,48,32,0,65,208,1,106,65,30,32,6,32,0,65,248,1,106,32,0,65,48,106,16,237,2,12,1,11,32,0,32,4,55,3,80,32,0,32,5,55,3,88,32,0,65,208,1,106,65,30,32,6,32,0,65,248,1,106,32,0,65,208,0,106,16,237,2,11,33,6,32,0,65,204,0,54,2,128,1,32,0,65,192,1,106,65,0,32,0,65,128,1,106,16,170,2,33,9,32,0,65,208,1,106,34,10,33,7,2,64,32,6,65,30,78,4,64,16,200,2,33,6,2,127,32,8,4,64,32,2,40,2,8,33,7,32,0,32,5,55,3,16,32,0,32,4,55,3,8,32,0,32,7,54,2,0,32,0,65,204,1,106,32,6,32,0,65,248,1,106,32,0,16,247,2,12,1,11,32,0,32,4,55,3,32,32,0,32,5,55,3,40,32,0,65,204,1,106,32,6,32,0,65,248,1,106,32,0,65,32,106,16,247,2,11,34,6,65,127,70,13,1,32,9,32,0,40,2,204,1,16,171,2,32,0,40,2,204,1,33,7,11,32,7,32,6,32,7,106,34,8,32,2,16,238,2,33,11,32,0,65,204,0,54,2,128,1,32,0,65,248,0,106,65,0,32,0,65,128,1,106,16,170,2,33,7,2,64,32,0,40,2,204,1,32,0,65,208,1,106,70,4,64,32,0,65,128,1,106,33,6,12,1,11,32,6,65,1,116,16,85,34,6,69,13,1,32,7,32,6,16,171,2,32,0,40,2,204,1,33,10,11,32,0,65,232,0,106,32,2,16,203,1,32,10,32,11,32,8,32,6,32,0,65,244,0,106,32,0,65,240,0,106,32,0,65,232,0,106,16,248,2,32,0,65,232,0,106,16,163,2,32,1,32,6,32,0,40,2,116,32,0,40,2,112,32,2,32,3,16,54,33,2,32,7,16,174,2,32,9,16,174,2,32,0,65,128,2,106,36,0,32,2,15,11,16,177,1,0,11,190,1,1,3,127,35,0,65,224,0,107,34,0,36,0,32,0,65,187,233,1,47,0,0,59,1,92,32,0,65,183,233,1,40,0,0,54,2,88,16,200,2,33,5,32,0,32,4,54,2,0,32,0,65,64,107,32,0,65,64,107,65,20,32,5,32,0,65,216,0,106,32,0,16,237,2,34,6,32,0,65,64,107,106,34,4,32,2,16,238,2,33,5,32,0,65,16,106,32,2,16,203,1,32,0,65,16,106,16,117,33,7,32,0,65,16,106,16,163,2,32,7,32,0,65,64,107,32,4,32,0,65,16,106,16,199,2,32,1,32,0,65,16,106,32,6,32,0,65,16,106,106,34,6,32,5,32,0,107,32,0,106,65,48,107,32,4,32,5,70,27,32,6,32,2,32,3,16,54,33,2,32,0,65,224,0,106,36,0,32,2,11,246,1,1,1,127,35,0,65,48,107,34,5,36,0,32,5,32,1,54,2,40,2,64,32,2,40,2,4,65,1,113,69,4,64,32,0,173,32,1,173,32,2,173,32,3,173,32,4,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,24,17,0,0,167,33,2,12,1,11,32,5,65,24,106,32,2,16,203,1,32,5,65,24,106,16,206,2,33,2,32,5,65,24,106,16,163,2,2,64,32,4,4,64,32,5,65,24,106,32,2,16,165,2,12,1,11,32,5,65,24,106,32,2,16,166,2,11,32,5,32,5,65,24,106,16,229,2,54,2,16,3,64,32,5,32,5,65,24,106,16,253,2,54,2,8,32,5,65,16,106,32,5,65,8,106,16,231,2,4,64,32,5,65,40,106,32,5,65,16,106,40,2,0,40,2,0,16,149,1,32,5,65,16,106,16,254,2,12,1,5,32,5,40,2,40,33,2,32,5,65,24,106,16,246,5,26,11,11,11,32,5,65,48,106,36,0,32,2,11,49,1,1,127,35,0,65,16,107,34,1,36,0,32,1,65,8,106,32,0,16,159,1,32,0,16,165,1,65,2,116,106,16,233,2,40,2,0,33,0,32,1,65,16,106,36,0,32,0,11,15,0,32,0,32,0,40,2,0,65,4,106,54,2,0,11,204,1,1,1,127,35,0,65,160,1,107,34,0,36,0,32,0,65,181,233,1,47,0,0,59,1,156,1,32,0,65,177,233,1,40,0,0,54,2,152,1,32,0,65,152,1,106,65,1,114,65,188,11,65,1,32,2,40,2,4,16,236,2,16,200,2,33,5,32,0,32,4,54,2,0,32,0,65,139,1,106,32,0,65,139,1,106,65,13,32,5,32,0,65,152,1,106,32,0,16,237,2,32,0,65,139,1,106,106,34,4,32,2,16,238,2,33,5,32,0,65,16,106,32,2,16,203,1,32,0,65,139,1,106,32,5,32,4,32,0,65,32,106,32,0,65,28,106,32,0,65,24,106,32,0,65,16,106,16,128,3,32,0,65,16,106,16,163,2,32,1,32,0,65,32,106,32,0,40,2,28,32,0,40,2,24,32,2,32,3,16,129,3,33,2,32,0,65,160,1,106,36,0,32,2,11,226,3,1,8,127,35,0,65,16,107,34,10,36,0,32,6,16,135,1,33,11,32,10,32,6,16,206,2,34,6,16,227,2,2,64,32,10,16,175,2,4,64,32,11,32,0,32,2,32,3,16,223,2,32,5,32,3,32,2,32,0,107,65,2,116,106,34,6,54,2,0,12,1,11,32,5,32,3,54,2,0,2,64,2,64,32,0,34,9,45,0,0,34,7,65,43,107,14,3,0,1,0,1,11,32,11,32,7,65,24,116,65,24,117,16,195,1,33,7,32,5,32,5,40,2,0,34,8,65,4,106,54,2,0,32,8,32,7,54,2,0,32,0,65,1,106,33,9,11,2,64,32,2,32,9,107,65,2,72,13,0,32,9,45,0,0,65,48,71,13,0,32,9,45,0,1,65,32,114,65,248,0,71,13,0,32,11,65,48,16,195,1,33,7,32,5,32,5,40,2,0,34,8,65,4,106,54,2,0,32,8,32,7,54,2,0,32,11,32,9,44,0,1,16,195,1,33,7,32,5,32,5,40,2,0,34,8,65,4,106,54,2,0,32,8,32,7,54,2,0,32,9,65,2,106,33,9,11,32,9,32,2,16,240,2,65,0,33,7,32,6,16,226,2,33,12,65,0,33,8,32,9,33,6,3,127,32,2,32,6,77,4,127,32,3,32,9,32,0,107,65,2,116,106,32,5,40,2,0,16,130,3,32,5,40,2,0,5,2,64,32,10,32,8,16,173,2,45,0,0,69,13,0,32,7,32,10,32,8,16,173,2,44,0,0,71,13,0,32,5,32,5,40,2,0,34,7,65,4,106,54,2,0,32,7,32,12,54,2,0,32,8,32,8,32,10,16,165,1,65,1,107,73,106,33,8,65,0,33,7,11,32,11,32,6,44,0,0,16,195,1,33,13,32,5,32,5,40,2,0,34,14,65,4,106,54,2,0,32,14,32,13,54,2,0,32,6,65,1,106,33,6,32,7,65,1,106,33,7,12,1,11,11,33,6,11,32,4,32,6,32,3,32,1,32,0,107,65,2,116,106,32,1,32,2,70,27,54,2,0,32,10,16,246,5,26,32,10,65,16,106,36,0,11,188,1,1,4,127,35,0,65,16,107,34,9,36,0,2,64,32,0,69,13,0,32,4,40,2,12,33,7,32,2,32,1,107,34,8,65,0,74,4,64,32,0,32,1,32,8,65,2,117,34,8,16,150,1,32,8,71,13,1,11,32,7,32,3,32,1,107,65,2,117,34,6,107,65,0,32,6,32,7,72,27,34,1,4,64,32,0,32,9,32,1,32,5,16,131,3,34,6,16,159,1,32,1,16,150,1,33,7,32,6,16,246,5,26,65,0,33,6,32,1,32,7,71,13,1,11,32,3,32,2,107,34,1,65,0,74,4,64,65,0,33,6,32,0,32,2,32,1,65,2,117,34,1,16,150,1,32,1,71,13,1,11,32,4,40,2,12,26,32,4,65,0,54,2,12,32,0,33,6,11,32,9,65,16,106,36,0,32,6,11,44,0,2,64,32,0,32,1,70,13,0,3,64,32,0,32,1,65,4,107,34,1,79,13,1,32,0,32,1,16,160,1,32,0,65,4,106,33,0,12,0,11,0,11,11,151,1,1,4,127,35,0,65,16,107,34,5,36,0,35,0,65,16,107,34,3,36,0,2,64,32,1,65,239,255,255,255,3,77,4,64,2,64,32,1,65,1,77,4,64,32,0,32,1,16,190,1,32,0,33,4,12,1,11,32,0,32,0,32,1,16,224,5,65,1,106,34,6,16,225,5,34,4,16,198,1,32,0,32,6,16,199,1,32,0,32,1,16,200,1,11,32,4,32,1,32,2,16,135,6,32,3,65,0,54,2,12,32,4,32,1,65,2,116,106,32,3,65,12,106,16,208,1,32,3,65,16,106,36,0,12,1,11,16,177,1,0,11,32,5,65,16,106,36,0,32,0,11,186,1,1,2,127,35,0,65,128,2,107,34,0,36,0,32,0,66,37,55,3,248,1,32,0,65,248,1,106,65,1,114,65,181,11,65,1,32,2,40,2,4,16,236,2,16,200,2,33,5,32,0,32,4,55,3,0,32,0,65,224,1,106,32,0,65,224,1,106,65,24,32,5,32,0,65,248,1,106,32,0,16,237,2,32,0,65,224,1,106,106,34,5,32,2,16,238,2,33,6,32,0,65,16,106,32,2,16,203,1,32,0,65,224,1,106,32,6,32,5,32,0,65,32,106,32,0,65,28,106,32,0,65,24,106,32,0,65,16,106,16,128,3,32,0,65,16,106,16,163,2,32,1,32,0,65,32,106,32,0,40,2,28,32,0,40,2,24,32,2,32,3,16,129,3,33,2,32,0,65,128,2,106,36,0,32,2,11,204,1,1,1,127,35,0,65,160,1,107,34,0,36,0,32,0,65,181,233,1,47,0,0,59,1,156,1,32,0,65,177,233,1,40,0,0,54,2,152,1,32,0,65,152,1,106,65,1,114,65,188,11,65,0,32,2,40,2,4,16,236,2,16,200,2,33,5,32,0,32,4,54,2,0,32,0,65,139,1,106,32,0,65,139,1,106,65,13,32,5,32,0,65,152,1,106,32,0,16,237,2,32,0,65,139,1,106,106,34,4,32,2,16,238,2,33,5,32,0,65,16,106,32,2,16,203,1,32,0,65,139,1,106,32,5,32,4,32,0,65,32,106,32,0,65,28,106,32,0,65,24,106,32,0,65,16,106,16,128,3,32,0,65,16,106,16,163,2,32,1,32,0,65,32,106,32,0,40,2,28,32,0,40,2,24,32,2,32,3,16,129,3,33,2,32,0,65,160,1,106,36,0,32,2,11,186,1,1,2,127,35,0,65,128,2,107,34,0,36,0,32,0,66,37,55,3,248,1,32,0,65,248,1,106,65,1,114,65,181,11,65,0,32,2,40,2,4,16,236,2,16,200,2,33,5,32,0,32,4,55,3,0,32,0,65,224,1,106,32,0,65,224,1,106,65,24,32,5,32,0,65,248,1,106,32,0,16,237,2,32,0,65,224,1,106,106,34,5,32,2,16,238,2,33,6,32,0,65,16,106,32,2,16,203,1,32,0,65,224,1,106,32,6,32,5,32,0,65,32,106,32,0,65,28,106,32,0,65,24,106,32,0,65,16,106,16,128,3,32,0,65,16,106,16,163,2,32,1,32,0,65,32,106,32,0,40,2,28,32,0,40,2,24,32,2,32,3,16,129,3,33,2,32,0,65,128,2,106,36,0,32,2,11,243,3,1,6,127,35,0,65,128,3,107,34,0,36,0,32,0,66,37,55,3,248,2,32,0,65,248,2,106,65,1,114,65,202,21,32,2,40,2,4,16,246,2,33,7,32,0,32,0,65,208,2,106,54,2,204,2,16,200,2,33,5,2,127,32,7,4,64,32,2,40,2,8,33,6,32,0,32,4,57,3,40,32,0,32,6,54,2,32,32,0,65,208,2,106,65,30,32,5,32,0,65,248,2,106,32,0,65,32,106,16,237,2,12,1,11,32,0,32,4,57,3,48,32,0,65,208,2,106,65,30,32,5,32,0,65,248,2,106,32,0,65,48,106,16,237,2,11,33,5,32,0,65,204,0,54,2,80,32,0,65,192,2,106,65,0,32,0,65,208,0,106,16,170,2,33,8,32,0,65,208,2,106,34,9,33,6,2,64,32,5,65,30,78,4,64,16,200,2,33,5,2,127,32,7,4,64,32,2,40,2,8,33,6,32,0,32,4,57,3,8,32,0,32,6,54,2,0,32,0,65,204,2,106,32,5,32,0,65,248,2,106,32,0,16,247,2,12,1,11,32,0,32,4,57,3,16,32,0,65,204,2,106,32,5,32,0,65,248,2,106,32,0,65,16,106,16,247,2,11,34,5,65,127,70,13,1,32,8,32,0,40,2,204,2,16,171,2,32,0,40,2,204,2,33,6,11,32,6,32,5,32,6,106,34,7,32,2,16,238,2,33,10,32,0,65,204,0,54,2,80,32,0,65,200,0,106,65,0,32,0,65,208,0,106,16,170,2,33,6,2,64,32,0,40,2,204,2,32,0,65,208,2,106,70,4,64,32,0,65,208,0,106,33,5,12,1,11,32,5,65,3,116,16,85,34,5,69,13,1,32,6,32,5,16,171,2,32,0,40,2,204,2,33,9,11,32,0,65,56,106,32,2,16,203,1,32,9,32,10,32,7,32,5,32,0,65,196,0,106,32,0,65,64,107,32,0,65,56,106,16,136,3,32,0,65,56,106,16,163,2,32,1,32,5,32,0,40,2,68,32,0,40,2,64,32,2,32,3,16,129,3,33,2,32,6,16,174,2,32,8,16,174,2,32,0,65,128,3,106,36,0,32,2,15,11,16,177,1,0,11,194,5,1,10,127,35,0,65,16,107,34,10,36,0,32,6,16,135,1,33,11,32,10,32,6,16,206,2,34,13,16,227,2,32,5,32,3,54,2,0,2,64,2,64,32,0,34,8,45,0,0,34,6,65,43,107,14,3,0,1,0,1,11,32,11,32,6,65,24,116,65,24,117,16,195,1,33,6,32,5,32,5,40,2,0,34,7,65,4,106,54,2,0,32,7,32,6,54,2,0,32,0,65,1,106,33,8,11,2,64,2,64,32,2,32,8,34,6,107,65,1,76,13,0,32,8,45,0,0,65,48,71,13,0,32,8,45,0,1,65,32,114,65,248,0,71,13,0,32,11,65,48,16,195,1,33,6,32,5,32,5,40,2,0,34,7,65,4,106,54,2,0,32,7,32,6,54,2,0,32,11,32,8,44,0,1,16,195,1,33,6,32,5,32,5,40,2,0,34,7,65,4,106,54,2,0,32,7,32,6,54,2,0,32,8,65,2,106,34,8,33,6,3,64,32,2,32,6,77,13,2,32,6,44,0,0,16,200,2,16,254,1,69,13,2,32,6,65,1,106,33,6,12,0,11,0,11,3,64,32,2,32,6,77,13,1,32,6,44,0,0,33,7,16,200,2,26,32,7,16,75,69,13,1,32,6,65,1,106,33,6,12,0,11,0,11,2,64,32,10,16,175,2,4,64,32,11,32,8,32,6,32,5,40,2,0,16,223,2,32,5,32,5,40,2,0,32,6,32,8,107,65,2,116,106,54,2,0,12,1,11,32,8,32,6,16,240,2,32,13,16,226,2,33,14,32,8,33,7,3,64,32,6,32,7,77,4,64,32,3,32,8,32,0,107,65,2,116,106,32,5,40,2,0,16,130,3,5,2,64,32,10,32,12,16,173,2,44,0,0,65,0,76,13,0,32,9,32,10,32,12,16,173,2,44,0,0,71,13,0,32,5,32,5,40,2,0,34,9,65,4,106,54,2,0,32,9,32,14,54,2,0,32,12,32,12,32,10,16,165,1,65,1,107,73,106,33,12,65,0,33,9,11,32,11,32,7,44,0,0,16,195,1,33,15,32,5,32,5,40,2,0,34,16,65,4,106,54,2,0,32,16,32,15,54,2,0,32,7,65,1,106,33,7,32,9,65,1,106,33,9,12,1,11,11,11,2,64,2,64,3,64,32,2,32,6,77,13,1,32,6,45,0,0,34,7,65,46,71,4,64,32,11,32,7,65,24,116,65,24,117,16,195,1,33,7,32,5,32,5,40,2,0,34,9,65,4,106,54,2,0,32,9,32,7,54,2,0,32,6,65,1,106,33,6,12,1,11,11,32,13,16,225,2,33,9,32,5,32,5,40,2,0,34,12,65,4,106,34,7,54,2,0,32,12,32,9,54,2,0,32,6,65,1,106,33,6,12,1,11,32,5,40,2,0,33,7,11,32,11,32,6,32,2,32,7,16,223,2,32,5,32,5,40,2,0,32,2,32,6,107,65,2,116,106,34,6,54,2,0,32,4,32,6,32,3,32,1,32,0,107,65,2,116,106,32,1,32,2,70,27,54,2,0,32,10,16,246,5,26,32,10,65,16,106,36,0,11,153,4,1,6,127,35,0,65,176,3,107,34,0,36,0,32,0,66,37,55,3,168,3,32,0,65,168,3,106,65,1,114,65,233,13,32,2,40,2,4,16,246,2,33,8,32,0,32,0,65,128,3,106,54,2,252,2,16,200,2,33,6,2,127,32,8,4,64,32,2,40,2,8,33,7,32,0,65,64,107,32,5,55,3,0,32,0,32,4,55,3,56,32,0,32,7,54,2,48,32,0,65,128,3,106,65,30,32,6,32,0,65,168,3,106,32,0,65,48,106,16,237,2,12,1,11,32,0,32,4,55,3,80,32,0,32,5,55,3,88,32,0,65,128,3,106,65,30,32,6,32,0,65,168,3,106,32,0,65,208,0,106,16,237,2,11,33,6,32,0,65,204,0,54,2,128,1,32,0,65,240,2,106,65,0,32,0,65,128,1,106,16,170,2,33,9,32,0,65,128,3,106,34,10,33,7,2,64,32,6,65,30,78,4,64,16,200,2,33,6,2,127,32,8,4,64,32,2,40,2,8,33,7,32,0,32,5,55,3,16,32,0,32,4,55,3,8,32,0,32,7,54,2,0,32,0,65,252,2,106,32,6,32,0,65,168,3,106,32,0,16,247,2,12,1,11,32,0,32,4,55,3,32,32,0,32,5,55,3,40,32,0,65,252,2,106,32,6,32,0,65,168,3,106,32,0,65,32,106,16,247,2,11,34,6,65,127,70,13,1,32,9,32,0,40,2,252,2,16,171,2,32,0,40,2,252,2,33,7,11,32,7,32,6,32,7,106,34,8,32,2,16,238,2,33,11,32,0,65,204,0,54,2,128,1,32,0,65,248,0,106,65,0,32,0,65,128,1,106,16,170,2,33,7,2,64,32,0,40,2,252,2,32,0,65,128,3,106,70,4,64,32,0,65,128,1,106,33,6,12,1,11,32,6,65,3,116,16,85,34,6,69,13,1,32,7,32,6,16,171,2,32,0,40,2,252,2,33,10,11,32,0,65,232,0,106,32,2,16,203,1,32,10,32,11,32,8,32,6,32,0,65,244,0,106,32,0,65,240,0,106,32,0,65,232,0,106,16,136,3,32,0,65,232,0,106,16,163,2,32,1,32,6,32,0,40,2,116,32,0,40,2,112,32,2,32,3,16,129,3,33,2,32,7,16,174,2,32,9,16,174,2,32,0,65,176,3,106,36,0,32,2,15,11,16,177,1,0,11,205,1,1,3,127,35,0,65,208,1,107,34,0,36,0,32,0,65,187,233,1,47,0,0,59,1,204,1,32,0,65,183,233,1,40,0,0,54,2,200,1,16,200,2,33,5,32,0,32,4,54,2,0,32,0,65,176,1,106,32,0,65,176,1,106,65,20,32,5,32,0,65,200,1,106,32,0,16,237,2,34,6,32,0,65,176,1,106,106,34,4,32,2,16,238,2,33,5,32,0,65,16,106,32,2,16,203,1,32,0,65,16,106,16,135,1,33,7,32,0,65,16,106,16,163,2,32,7,32,0,65,176,1,106,32,4,32,0,65,16,106,16,223,2,32,1,32,0,65,16,106,32,0,65,16,106,32,6,65,2,116,106,34,6,32,5,32,0,107,65,2,116,32,0,106,65,176,5,107,32,4,32,5,70,27,32,6,32,2,32,3,16,129,3,33,2,32,0,65,208,1,106,36,0,32,2,11,234,3,1,3,127,35,0,65,32,107,34,8,36,0,32,8,32,2,54,2,16,32,8,32,1,54,2,24,32,8,65,8,106,32,3,16,203,1,32,8,65,8,106,16,117,33,1,32,8,65,8,106,16,163,2,32,4,65,0,54,2,0,65,0,33,2,2,64,3,64,32,6,32,7,70,13,1,32,2,13,1,2,64,32,8,65,24,106,32,8,65,16,106,16,124,13,0,2,64,32,1,32,6,44,0,0,16,140,3,65,37,70,4,64,32,6,65,1,106,34,2,32,7,70,13,2,65,0,33,10,2,127,2,64,32,1,32,2,44,0,0,16,140,3,34,9,65,197,0,70,13,0,32,9,65,255,1,113,65,48,70,13,0,32,6,33,2,32,9,12,1,11,32,6,65,2,106,34,6,32,7,70,13,3,32,9,33,10,32,1,32,6,44,0,0,16,140,3,11,33,6,32,8,32,0,173,32,8,40,2,24,173,32,8,40,2,16,173,32,3,173,32,4,173,32,5,173,32,6,173,32,10,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,36,17,0,0,167,54,2,24,32,2,65,2,106,33,6,12,1,11,32,1,65,128,192,0,32,6,44,0,0,16,122,4,64,3,64,2,64,32,7,32,6,65,1,106,34,6,70,4,64,32,7,33,6,12,1,11,32,1,65,128,192,0,32,6,44,0,0,16,122,13,1,11,11,3,64,32,8,65,24,106,32,8,65,16,106,16,120,69,13,2,32,1,65,128,192,0,32,8,65,24,106,16,121,16,122,69,13,2,32,8,65,24,106,16,123,26,12,0,11,0,11,32,1,32,8,65,24,106,16,121,16,172,2,32,1,32,6,44,0,0,16,172,2,70,4,64,32,6,65,1,106,33,6,32,8,65,24,106,16,123,26,12,1,11,32,4,65,4,54,2,0,11,32,4,40,2,0,33,2,12,1,11,11,32,4,65,4,54,2,0,11,32,8,65,24,106,32,8,65,16,106,16,124,4,64,32,4,32,4,40,2,0,65,2,114,54,2,0,11,32,8,40,2,24,33,6,32,8,65,32,106,36,0,32,6,11,49,0,32,0,173,32,1,173,65,0,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,36,17,0,0,167,11,4,0,65,2,11,65,1,1,127,35,0,65,16,107,34,6,36,0,32,6,66,165,144,233,169,210,201,206,146,211,0,55,3,8,32,0,32,1,32,2,32,3,32,4,32,5,32,6,65,8,106,32,6,65,16,106,16,139,3,33,0,32,6,65,16,106,36,0,32,0,11,81,0,32,0,32,1,32,2,32,3,32,4,32,5,32,0,65,8,106,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,8,40,2,20,17,0,0,167,34,0,16,159,1,32,0,16,159,1,32,0,16,165,1,106,16,139,3,11,75,1,1,127,35,0,65,16,107,34,6,36,0,32,6,32,1,54,2,8,32,6,32,3,16,203,1,32,6,16,117,33,3,32,6,16,163,2,32,0,32,5,65,24,106,32,6,65,8,106,32,2,32,4,32,3,16,145,3,32,6,40,2,8,33,0,32,6,65,16,106,36,0,32,0,11,96,0,32,2,32,3,32,0,65,8,106,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,8,40,2,0,17,0,0,167,34,0,32,0,65,168,1,106,32,5,32,4,65,0,16,167,2,32,0,107,34,0,65,167,1,76,4,64,32,1,32,0,65,12,109,65,7,111,54,2,0,11,11,75,1,1,127,35,0,65,16,107,34,6,36,0,32,6,32,1,54,2,8,32,6,32,3,16,203,1,32,6,16,117,33,3,32,6,16,163,2,32,0,32,5,65,16,106,32,6,65,8,106,32,2,32,4,32,3,16,147,3,32,6,40,2,8,33,0,32,6,65,16,106,36,0,32,0,11,96,0,32,2,32,3,32,0,65,8,106,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,8,40,2,4,17,0,0,167,34,0,32,0,65,160,2,106,32,5,32,4,65,0,16,167,2,32,0,107,34,0,65,159,2,76,4,64,32,1,32,0,65,12,109,65,12,111,54,2,0,11,11,73,1,1,127,35,0,65,16,107,34,6,36,0,32,6,32,1,54,2,8,32,6,32,3,16,203,1,32,6,16,117,33,3,32,6,16,163,2,32,5,65,20,106,32,6,65,8,106,32,2,32,4,32,3,16,149,3,32,6,40,2,8,33,0,32,6,65,16,106,36,0,32,0,11,66,0,32,1,32,2,32,3,32,4,65,4,16,150,3,33,1,32,3,45,0,0,65,4,113,69,4,64,32,0,32,1,65,208,15,106,32,1,65,236,14,106,32,1,32,1,65,228,0,72,27,32,1,65,197,0,72,27,65,236,14,107,54,2,0,11,11,189,1,1,3,127,35,0,65,16,107,34,5,36,0,32,5,32,1,54,2,8,65,0,33,1,65,6,33,6,2,64,2,64,32,0,32,5,65,8,106,16,124,13,0,65,4,33,6,32,3,65,128,16,32,0,16,121,34,7,16,122,69,13,0,32,3,32,7,16,140,3,33,1,3,64,2,64,32,0,16,123,26,32,1,65,48,107,33,1,32,0,32,5,65,8,106,16,120,69,13,0,32,4,65,2,72,13,0,32,3,65,128,16,32,0,16,121,34,6,16,122,69,13,3,32,4,65,1,107,33,4,32,3,32,6,16,140,3,32,1,65,10,108,106,33,1,12,1,11,11,65,2,33,6,32,0,32,5,65,8,106,16,124,69,13,1,11,32,2,32,2,40,2,0,32,6,114,54,2,0,11,32,5,65,16,106,36,0,32,1,11,140,14,1,1,127,35,0,65,32,107,34,7,36,0,32,7,32,1,54,2,24,32,4,65,0,54,2,0,32,7,65,8,106,32,3,16,203,1,32,7,65,8,106,16,117,33,8,32,7,65,8,106,16,163,2,2,127,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,32,6,65,193,0,107,14,57,0,1,23,4,23,5,23,6,7,23,23,23,10,23,23,23,23,14,15,16,23,23,23,19,21,23,23,23,23,23,23,23,0,1,2,3,3,23,23,1,23,8,23,23,9,11,23,12,23,13,23,11,23,23,17,18,20,22,11,32,0,32,5,65,24,106,32,7,65,24,106,32,2,32,4,32,8,16,145,3,12,24,11,32,0,32,5,65,16,106,32,7,65,24,106,32,2,32,4,32,8,16,147,3,12,23,11,32,7,32,0,32,1,32,2,32,3,32,4,32,5,32,0,65,8,106,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,8,40,2,12,17,0,0,167,34,6,16,159,1,32,6,16,159,1,32,6,16,165,1,106,16,139,3,54,2,24,12,22,11,32,5,65,12,106,33,1,32,7,65,24,106,32,2,32,4,32,8,65,2,16,150,3,33,0,32,4,40,2,0,33,2,2,64,2,64,32,0,65,1,107,65,30,75,13,0,32,2,65,4,113,13,0,32,1,32,0,54,2,0,12,1,11,32,4,32,2,65,4,114,54,2,0,11,12,21,11,32,7,66,165,218,189,169,194,236,203,146,249,0,55,3,8,32,7,32,0,32,1,32,2,32,3,32,4,32,5,32,7,65,8,106,32,7,65,16,106,16,139,3,54,2,24,12,20,11,32,7,66,165,178,181,169,210,173,203,146,228,0,55,3,8,32,7,32,0,32,1,32,2,32,3,32,4,32,5,32,7,65,8,106,32,7,65,16,106,16,139,3,54,2,24,12,19,11,32,5,65,8,106,33,1,32,7,65,24,106,32,2,32,4,32,8,65,2,16,150,3,33,0,32,4,40,2,0,33,2,2,64,2,64,32,0,65,23,74,13,0,32,2,65,4,113,13,0,32,1,32,0,54,2,0,12,1,11,32,4,32,2,65,4,114,54,2,0,11,12,18,11,32,5,65,8,106,33,1,32,7,65,24,106,32,2,32,4,32,8,65,2,16,150,3,33,0,32,4,40,2,0,33,2,2,64,2,64,32,0,65,1,107,65,11,75,13,0,32,2,65,4,113,13,0,32,1,32,0,54,2,0,12,1,11,32,4,32,2,65,4,114,54,2,0,11,12,17,11,32,5,65,28,106,33,1,32,7,65,24,106,32,2,32,4,32,8,65,3,16,150,3,33,0,32,4,40,2,0,33,2,2,64,2,64,32,0,65,237,2,74,13,0,32,2,65,4,113,13,0,32,1,32,0,54,2,0,12,1,11,32,4,32,2,65,4,114,54,2,0,11,12,16,11,32,5,65,16,106,33,1,32,7,65,24,106,32,2,32,4,32,8,65,2,16,150,3,33,0,32,4,40,2,0,33,2,2,64,2,64,32,0,65,12,74,13,0,32,2,65,4,113,13,0,32,1,32,0,65,1,107,54,2,0,12,1,11,32,4,32,2,65,4,114,54,2,0,11,12,15,11,32,5,65,4,106,33,1,32,7,65,24,106,32,2,32,4,32,8,65,2,16,150,3,33,0,32,4,40,2,0,33,2,2,64,2,64,32,0,65,59,74,13,0,32,2,65,4,113,13,0,32,1,32,0,54,2,0,12,1,11,32,4,32,2,65,4,114,54,2,0,11,12,14,11,32,7,65,24,106,33,0,35,0,65,16,107,34,1,36,0,32,1,32,2,54,2,8,3,64,2,64,32,0,32,1,65,8,106,16,120,69,13,0,32,8,65,128,192,0,32,0,16,121,16,122,69,13,0,32,0,16,123,26,12,1,11,11,32,0,32,1,65,8,106,16,124,4,64,32,4,32,4,40,2,0,65,2,114,54,2,0,11,32,1,65,16,106,36,0,12,13,11,32,5,65,8,106,33,1,32,7,65,24,106,33,3,2,64,32,0,65,8,106,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,8,40,2,8,17,0,0,167,34,0,16,165,1,65,0,32,0,65,12,106,16,165,1,107,70,4,64,32,4,32,4,40,2,0,65,4,114,54,2,0,12,1,11,32,3,32,2,32,0,32,0,65,24,106,32,8,32,4,65,0,16,167,2,33,3,32,1,40,2,0,33,4,2,64,32,3,32,0,107,34,0,13,0,32,4,65,12,71,13,0,32,1,65,0,54,2,0,12,1,11,2,64,32,0,65,12,71,13,0,32,4,65,11,74,13,0,32,1,32,4,65,12,106,54,2,0,11,11,12,12,11,32,7,65,196,233,1,40,0,0,54,0,15,32,7,65,189,233,1,41,0,0,55,3,8,32,7,32,0,32,1,32,2,32,3,32,4,32,5,32,7,65,8,106,32,7,65,19,106,16,139,3,54,2,24,12,11,11,32,7,65,204,233,1,45,0,0,58,0,12,32,7,65,200,233,1,40,0,0,54,2,8,32,7,32,0,32,1,32,2,32,3,32,4,32,5,32,7,65,8,106,32,7,65,13,106,16,139,3,54,2,24,12,10,11,32,7,65,24,106,32,2,32,4,32,8,65,2,16,150,3,33,0,32,4,40,2,0,33,2,2,64,2,64,32,0,65,60,74,13,0,32,2,65,4,113,13,0,32,5,32,0,54,2,0,12,1,11,32,4,32,2,65,4,114,54,2,0,11,12,9,11,32,7,66,165,144,233,169,210,201,206,146,211,0,55,3,8,32,7,32,0,32,1,32,2,32,3,32,4,32,5,32,7,65,8,106,32,7,65,16,106,16,139,3,54,2,24,12,8,11,32,5,65,24,106,33,1,32,7,65,24,106,32,2,32,4,32,8,65,1,16,150,3,33,0,32,4,40,2,0,33,2,2,64,2,64,32,0,65,6,74,13,0,32,2,65,4,113,13,0,32,1,32,0,54,2,0,12,1,11,32,4,32,2,65,4,114,54,2,0,11,12,7,11,32,0,173,32,1,173,32,2,173,32,3,173,32,4,173,32,5,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,20,17,0,0,167,12,7,11,32,7,32,0,32,1,32,2,32,3,32,4,32,5,32,0,65,8,106,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,8,40,2,24,17,0,0,167,34,6,16,159,1,32,6,16,159,1,32,6,16,165,1,106,16,139,3,54,2,24,12,5,11,32,5,65,20,106,32,7,65,24,106,32,2,32,4,32,8,16,149,3,12,4,11,32,5,65,20,106,33,1,32,7,65,24,106,32,2,32,4,32,8,65,4,16,150,3,33,0,32,4,45,0,0,65,4,113,69,4,64,32,1,32,0,65,236,14,107,54,2,0,11,12,3,11,32,6,65,37,70,13,1,11,32,4,32,4,40,2,0,65,4,114,54,2,0,12,1,11,35,0,65,16,107,34,0,36,0,32,0,32,2,54,2,8,65,6,33,2,2,64,2,64,32,7,65,24,106,34,1,32,0,65,8,106,16,124,13,0,65,4,33,2,32,8,32,1,16,121,16,140,3,65,37,71,13,0,65,2,33,2,32,1,16,123,32,0,65,8,106,16,124,69,13,1,11,32,4,32,4,40,2,0,32,2,114,54,2,0,11,32,0,65,16,106,36,0,11,32,7,40,2,24,11,33,4,32,7,65,32,106,36,0,32,4,11,245,3,1,3,127,35,0,65,32,107,34,8,36,0,32,8,32,2,54,2,16,32,8,32,1,54,2,24,32,8,65,8,106,32,3,16,203,1,32,8,65,8,106,16,135,1,33,1,32,8,65,8,106,16,163,2,32,4,65,0,54,2,0,65,0,33,2,2,64,3,64,32,6,32,7,70,13,1,32,2,13,1,2,64,32,8,65,24,106,32,8,65,16,106,16,140,1,13,0,2,64,32,1,32,6,40,2,0,16,153,3,65,37,70,4,64,32,6,65,4,106,34,2,32,7,70,13,2,65,0,33,10,2,127,2,64,32,1,32,2,40,2,0,16,153,3,34,9,65,197,0,70,13,0,32,9,65,255,1,113,65,48,70,13,0,32,6,33,2,32,9,12,1,11,32,6,65,8,106,34,6,32,7,70,13,3,32,9,33,10,32,1,32,6,40,2,0,16,153,3,11,33,6,32,8,32,0,173,32,8,40,2,24,173,32,8,40,2,16,173,32,3,173,32,4,173,32,5,173,32,6,173,32,10,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,36,17,0,0,167,54,2,24,32,2,65,8,106,33,6,12,1,11,32,1,65,128,192,0,32,6,40,2,0,16,138,1,4,64,3,64,2,64,32,7,32,6,65,4,106,34,6,70,4,64,32,7,33,6,12,1,11,32,1,65,128,192,0,32,6,40,2,0,16,138,1,13,1,11,11,3,64,32,8,65,24,106,32,8,65,16,106,16,136,1,69,13,2,32,1,65,128,192,0,32,8,65,24,106,16,137,1,16,138,1,69,13,2,32,8,65,24,106,16,139,1,26,12,0,11,0,11,32,1,32,8,65,24,106,16,137,1,16,194,1,32,1,32,6,40,2,0,16,194,1,70,4,64,32,6,65,4,106,33,6,32,8,65,24,106,16,139,1,26,12,1,11,32,4,65,4,54,2,0,11,32,4,40,2,0,33,2,12,1,11,11,32,4,65,4,54,2,0,11,32,8,65,24,106,32,8,65,16,106,16,140,1,4,64,32,4,32,4,40,2,0,65,2,114,54,2,0,11,32,8,40,2,24,33,6,32,8,65,32,106,36,0,32,6,11,49,0,32,0,173,32,1,173,65,0,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,52,17,0,0,167,11,94,1,1,127,35,0,65,32,107,34,6,36,0,32,6,65,248,234,1,41,3,0,55,3,24,32,6,65,240,234,1,41,3,0,55,3,16,32,6,65,232,234,1,41,3,0,55,3,8,32,6,65,224,234,1,41,3,0,55,3,0,32,0,32,1,32,2,32,3,32,4,32,5,32,6,32,6,65,32,106,16,152,3,33,0,32,6,65,32,106,36,0,32,0,11,84,0,32,0,32,1,32,2,32,3,32,4,32,5,32,0,65,8,106,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,8,40,2,20,17,0,0,167,34,0,16,159,1,32,0,16,159,1,32,0,16,165,1,65,2,116,106,16,152,3,11,76,1,1,127,35,0,65,16,107,34,6,36,0,32,6,32,1,54,2,8,32,6,32,3,16,203,1,32,6,16,135,1,33,3,32,6,16,163,2,32,0,32,5,65,24,106,32,6,65,8,106,32,2,32,4,32,3,16,157,3,32,6,40,2,8,33,0,32,6,65,16,106,36,0,32,0,11,96,0,32,2,32,3,32,0,65,8,106,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,8,40,2,0,17,0,0,167,34,0,32,0,65,168,1,106,32,5,32,4,65,0,16,207,2,32,0,107,34,0,65,167,1,76,4,64,32,1,32,0,65,12,109,65,7,111,54,2,0,11,11,76,1,1,127,35,0,65,16,107,34,6,36,0,32,6,32,1,54,2,8,32,6,32,3,16,203,1,32,6,16,135,1,33,3,32,6,16,163,2,32,0,32,5,65,16,106,32,6,65,8,106,32,2,32,4,32,3,16,159,3,32,6,40,2,8,33,0,32,6,65,16,106,36,0,32,0,11,96,0,32,2,32,3,32,0,65,8,106,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,8,40,2,4,17,0,0,167,34,0,32,0,65,160,2,106,32,5,32,4,65,0,16,207,2,32,0,107,34,0,65,159,2,76,4,64,32,1,32,0,65,12,109,65,12,111,54,2,0,11,11,74,1,1,127,35,0,65,16,107,34,6,36,0,32,6,32,1,54,2,8,32,6,32,3,16,203,1,32,6,16,135,1,33,3,32,6,16,163,2,32,5,65,20,106,32,6,65,8,106,32,2,32,4,32,3,16,161,3,32,6,40,2,8,33,0,32,6,65,16,106,36,0,32,0,11,66,0,32,1,32,2,32,3,32,4,65,4,16,162,3,33,1,32,3,45,0,0,65,4,113,69,4,64,32,0,32,1,65,208,15,106,32,1,65,236,14,106,32,1,32,1,65,228,0,72,27,32,1,65,197,0,72,27,65,236,14,107,54,2,0,11,11,197,1,1,3,127,35,0,65,16,107,34,5,36,0,32,5,32,1,54,2,8,65,0,33,1,65,6,33,6,2,64,2,64,32,0,32,5,65,8,106,16,140,1,13,0,65,4,33,6,32,3,65,128,16,32,0,16,137,1,34,7,16,138,1,69,13,0,32,3,32,7,16,153,3,33,1,3,64,2,64,32,0,16,139,1,26,32,1,65,48,107,33,1,32,0,32,5,65,8,106,16,136,1,69,13,0,32,4,65,2,72,13,0,32,3,65,128,16,32,0,16,137,1,34,6,16,138,1,69,13,3,32,4,65,1,107,33,4,32,3,32,6,16,153,3,32,1,65,10,108,106,33,1,12,1,11,11,65,2,33,6,32,0,32,5,65,8,106,16,140,1,69,13,1,11,32,2,32,2,40,2,0,32,6,114,54,2,0,11,32,5,65,16,106,36,0,32,1,11,226,14,1,1,127,35,0,65,64,106,34,7,36,0,32,7,32,1,54,2,56,32,4,65,0,54,2,0,32,7,32,3,16,203,1,32,7,16,135,1,33,8,32,7,16,163,2,2,127,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,32,6,65,193,0,107,14,57,0,1,23,4,23,5,23,6,7,23,23,23,10,23,23,23,23,14,15,16,23,23,23,19,21,23,23,23,23,23,23,23,0,1,2,3,3,23,23,1,23,8,23,23,9,11,23,12,23,13,23,11,23,23,17,18,20,22,11,32,0,32,5,65,24,106,32,7,65,56,106,32,2,32,4,32,8,16,157,3,12,24,11,32,0,32,5,65,16,106,32,7,65,56,106,32,2,32,4,32,8,16,159,3,12,23,11,32,7,32,0,32,1,32,2,32,3,32,4,32,5,32,0,65,8,106,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,8,40,2,12,17,0,0,167,34,6,16,159,1,32,6,16,159,1,32,6,16,165,1,65,2,116,106,16,152,3,54,2,56,12,22,11,32,5,65,12,106,33,1,32,7,65,56,106,32,2,32,4,32,8,65,2,16,162,3,33,0,32,4,40,2,0,33,2,2,64,2,64,32,0,65,1,107,65,30,75,13,0,32,2,65,4,113,13,0,32,1,32,0,54,2,0,12,1,11,32,4,32,2,65,4,114,54,2,0,11,12,21,11,32,7,65,232,233,1,41,3,0,55,3,24,32,7,65,224,233,1,41,3,0,55,3,16,32,7,65,216,233,1,41,3,0,55,3,8,32,7,65,208,233,1,41,3,0,55,3,0,32,7,32,0,32,1,32,2,32,3,32,4,32,5,32,7,32,7,65,32,106,16,152,3,54,2,56,12,20,11,32,7,65,136,234,1,41,3,0,55,3,24,32,7,65,128,234,1,41,3,0,55,3,16,32,7,65,248,233,1,41,3,0,55,3,8,32,7,65,240,233,1,41,3,0,55,3,0,32,7,32,0,32,1,32,2,32,3,32,4,32,5,32,7,32,7,65,32,106,16,152,3,54,2,56,12,19,11,32,5,65,8,106,33,1,32,7,65,56,106,32,2,32,4,32,8,65,2,16,162,3,33,0,32,4,40,2,0,33,2,2,64,2,64,32,0,65,23,74,13,0,32,2,65,4,113,13,0,32,1,32,0,54,2,0,12,1,11,32,4,32,2,65,4,114,54,2,0,11,12,18,11,32,5,65,8,106,33,1,32,7,65,56,106,32,2,32,4,32,8,65,2,16,162,3,33,0,32,4,40,2,0,33,2,2,64,2,64,32,0,65,1,107,65,11,75,13,0,32,2,65,4,113,13,0,32,1,32,0,54,2,0,12,1,11,32,4,32,2,65,4,114,54,2,0,11,12,17,11,32,5,65,28,106,33,1,32,7,65,56,106,32,2,32,4,32,8,65,3,16,162,3,33,0,32,4,40,2,0,33,2,2,64,2,64,32,0,65,237,2,74,13,0,32,2,65,4,113,13,0,32,1,32,0,54,2,0,12,1,11,32,4,32,2,65,4,114,54,2,0,11,12,16,11,32,5,65,16,106,33,1,32,7,65,56,106,32,2,32,4,32,8,65,2,16,162,3,33,0,32,4,40,2,0,33,2,2,64,2,64,32,0,65,12,74,13,0,32,2,65,4,113,13,0,32,1,32,0,65,1,107,54,2,0,12,1,11,32,4,32,2,65,4,114,54,2,0,11,12,15,11,32,5,65,4,106,33,1,32,7,65,56,106,32,2,32,4,32,8,65,2,16,162,3,33,0,32,4,40,2,0,33,2,2,64,2,64,32,0,65,59,74,13,0,32,2,65,4,113,13,0,32,1,32,0,54,2,0,12,1,11,32,4,32,2,65,4,114,54,2,0,11,12,14,11,32,7,65,56,106,33,0,35,0,65,16,107,34,1,36,0,32,1,32,2,54,2,8,3,64,2,64,32,0,32,1,65,8,106,16,136,1,69,13,0,32,8,65,128,192,0,32,0,16,137,1,16,138,1,69,13,0,32,0,16,139,1,26,12,1,11,11,32,0,32,1,65,8,106,16,140,1,4,64,32,4,32,4,40,2,0,65,2,114,54,2,0,11,32,1,65,16,106,36,0,12,13,11,32,5,65,8,106,33,1,32,7,65,56,106,33,3,2,64,32,0,65,8,106,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,8,40,2,8,17,0,0,167,34,0,16,165,1,65,0,32,0,65,12,106,16,165,1,107,70,4,64,32,4,32,4,40,2,0,65,4,114,54,2,0,12,1,11,32,3,32,2,32,0,32,0,65,24,106,32,8,32,4,65,0,16,207,2,33,3,32,1,40,2,0,33,4,2,64,32,3,32,0,107,34,0,13,0,32,4,65,12,71,13,0,32,1,65,0,54,2,0,12,1,11,2,64,32,0,65,12,71,13,0,32,4,65,11,74,13,0,32,1,32,4,65,12,106,54,2,0,11,11,12,12,11,32,7,65,144,234,1,65,44,16,69,34,6,32,0,32,1,32,2,32,3,32,4,32,5,32,6,32,6,65,44,106,16,152,3,54,2,56,12,11,11,32,7,65,208,234,1,40,2,0,54,2,16,32,7,65,200,234,1,41,3,0,55,3,8,32,7,65,192,234,1,41,3,0,55,3,0,32,7,32,0,32,1,32,2,32,3,32,4,32,5,32,7,32,7,65,20,106,16,152,3,54,2,56,12,10,11,32,7,65,56,106,32,2,32,4,32,8,65,2,16,162,3,33,0,32,4,40,2,0,33,2,2,64,2,64,32,0,65,60,74,13,0,32,2,65,4,113,13,0,32,5,32,0,54,2,0,12,1,11,32,4,32,2,65,4,114,54,2,0,11,12,9,11,32,7,65,248,234,1,41,3,0,55,3,24,32,7,65,240,234,1,41,3,0,55,3,16,32,7,65,232,234,1,41,3,0,55,3,8,32,7,65,224,234,1,41,3,0,55,3,0,32,7,32,0,32,1,32,2,32,3,32,4,32,5,32,7,32,7,65,32,106,16,152,3,54,2,56,12,8,11,32,5,65,24,106,33,1,32,7,65,56,106,32,2,32,4,32,8,65,1,16,162,3,33,0,32,4,40,2,0,33,2,2,64,2,64,32,0,65,6,74,13,0,32,2,65,4,113,13,0,32,1,32,0,54,2,0,12,1,11,32,4,32,2,65,4,114,54,2,0,11,12,7,11,32,0,173,32,1,173,32,2,173,32,3,173,32,4,173,32,5,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,20,17,0,0,167,12,7,11,32,7,32,0,32,1,32,2,32,3,32,4,32,5,32,0,65,8,106,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,8,40,2,24,17,0,0,167,34,6,16,159,1,32,6,16,159,1,32,6,16,165,1,65,2,116,106,16,152,3,54,2,56,12,5,11,32,5,65,20,106,32,7,65,56,106,32,2,32,4,32,8,16,161,3,12,4,11,32,5,65,20,106,33,1,32,7,65,56,106,32,2,32,4,32,8,65,4,16,162,3,33,0,32,4,45,0,0,65,4,113,69,4,64,32,1,32,0,65,236,14,107,54,2,0,11,12,3,11,32,6,65,37,70,13,1,11,32,4,32,4,40,2,0,65,4,114,54,2,0,12,1,11,35,0,65,16,107,34,0,36,0,32,0,32,2,54,2,8,65,6,33,2,2,64,2,64,32,7,65,56,106,34,1,32,0,65,8,106,16,140,1,13,0,65,4,33,2,32,8,32,1,16,137,1,16,153,3,65,37,71,13,0,65,2,33,2,32,1,16,139,1,32,0,65,8,106,16,140,1,69,13,1,11,32,4,32,4,40,2,0,32,2,114,54,2,0,11,32,0,65,16,106,36,0,11,32,7,40,2,56,11,33,4,32,7,65,64,107,36,0,32,4,11,134,1,0,35,0,65,128,1,107,34,2,36,0,32,2,32,2,65,244,0,106,54,2,12,32,0,65,8,106,32,2,65,16,106,32,2,65,12,106,32,4,32,5,32,6,16,165,3,32,2,65,16,106,33,3,32,2,40,2,12,33,4,35,0,65,16,107,34,0,36,0,32,0,32,1,54,2,8,3,64,32,3,32,4,71,4,64,32,0,65,8,106,32,3,44,0,0,16,148,1,32,3,65,1,106,33,3,12,1,11,11,32,0,40,2,8,33,3,32,0,65,16,106,36,0,32,2,65,128,1,106,36,0,32,3,11,100,1,1,127,35,0,65,16,107,34,6,36,0,32,6,65,0,58,0,15,32,6,32,5,58,0,14,32,6,32,4,58,0,13,32,6,65,37,58,0,12,32,5,4,64,32,6,65,13,106,32,6,65,14,106,16,166,3,11,32,2,32,1,32,1,32,2,40,2,0,16,201,1,32,6,65,12,106,32,3,32,0,40,2,0,16,8,32,1,106,54,2,0,32,6,65,16,106,36,0,11,53,1,1,127,35,0,65,16,107,34,2,36,0,32,2,32,0,45,0,0,58,0,15,32,0,32,1,45,0,0,58,0,0,32,1,32,2,65,15,106,45,0,0,58,0,0,32,2,65,16,106,36,0,11,4,0,32,1,11,247,1,0,35,0,65,160,3,107,34,2,36,0,32,2,32,2,65,160,3,106,54,2,12,35,0,65,144,1,107,34,3,36,0,32,3,32,3,65,132,1,106,54,2,28,32,0,65,8,106,34,0,32,3,65,32,106,32,3,65,28,106,32,4,32,5,32,6,16,165,3,32,3,66,0,55,3,16,32,3,32,3,65,32,106,54,2,12,32,2,65,16,106,34,4,32,3,65,12,106,32,4,32,2,65,12,106,34,5,40,2,0,16,169,3,32,3,65,16,106,32,0,40,2,0,16,170,3,34,0,65,127,70,4,64,16,177,1,0,11,32,5,32,4,32,0,65,2,116,106,54,2,0,32,3,65,144,1,106,36,0,32,2,65,16,106,33,3,32,2,40,2,12,33,4,35,0,65,16,107,34,0,36,0,32,0,32,1,54,2,8,3,64,32,3,32,4,71,4,64,32,0,65,8,106,32,3,40,2,0,16,149,1,32,3,65,4,106,33,3,12,1,11,11,32,0,40,2,8,33,3,32,0,65,16,106,36,0,32,2,65,160,3,106,36,0,32,3,11,10,0,32,1,32,0,107,65,2,117,11,62,1,1,127,35,0,65,16,107,34,5,36,0,32,5,32,4,54,2,12,32,5,65,8,106,32,5,65,12,106,16,203,2,33,4,32,0,32,1,32,2,32,3,16,147,2,33,0,32,4,16,204,2,32,5,65,16,106,36,0,32,0,11,5,0,65,255,0,11,8,0,32,0,16,151,1,26,11,12,0,32,0,65,1,65,45,16,241,2,26,11,12,0,32,0,65,130,134,128,32,54,0,0,11,8,0,65,255,255,255,255,7,11,12,0,32,0,65,1,65,45,16,131,3,26,11,7,0,32,0,44,0,8,11,7,0,32,0,44,0,9,11,12,0,32,0,32,1,65,12,106,16,52,26,11,12,0,32,0,32,1,65,24,106,16,52,26,11,12,0,32,0,32,1,65,36,106,16,52,26,11,12,0,32,0,32,1,65,48,106,16,52,26,11,7,0,32,0,40,2,60,11,12,0,32,0,32,1,40,2,64,54,0,0,11,12,0,32,0,32,1,40,2,68,54,0,0,11,12,0,32,0,32,1,65,16,106,16,52,26,11,13,0,32,0,32,1,65,28,106,16,188,3,26,11,166,1,1,4,127,35,0,65,16,107,34,3,36,0,32,0,33,2,2,64,32,1,16,168,1,69,4,64,32,2,32,1,40,2,8,54,2,8,32,2,32,1,41,2,0,55,2,0,12,1,11,32,1,40,2,0,33,4,2,64,2,64,2,64,32,1,40,2,4,34,2,65,1,77,4,64,32,0,33,1,32,0,32,2,16,190,1,12,1,11,32,2,65,239,255,255,255,3,75,13,1,32,0,32,0,32,2,16,224,5,65,1,106,34,5,16,225,5,34,1,16,198,1,32,0,32,5,16,199,1,32,0,32,2,16,200,1,11,32,1,32,4,32,2,65,1,106,16,110,12,1,11,16,177,1,0,11,11,32,3,65,16,106,36,0,32,0,11,13,0,32,0,32,1,65,40,106,16,188,3,26,11,13,0,32,0,32,1,65,52,106,16,188,3,26,11,7,0,32,0,40,2,64,11,12,0,32,0,32,1,40,2,72,54,0,0,11,227,3,1,1,127,35,0,65,160,2,107,34,0,36,0,32,0,32,2,54,2,144,2,32,0,32,1,54,2,152,2,32,0,65,205,0,54,2,16,32,0,65,152,1,106,32,0,65,160,1,106,32,0,65,16,106,16,170,2,33,1,32,0,65,144,1,106,32,4,16,203,1,32,0,65,144,1,106,16,117,33,7,32,0,65,0,58,0,143,1,2,64,32,0,65,152,2,106,32,2,32,3,32,0,65,144,1,106,32,4,40,2,4,32,5,32,0,65,143,1,106,32,7,32,1,32,0,65,148,1,106,32,0,65,132,2,106,16,194,3,69,13,0,32,0,65,194,14,40,0,0,54,0,135,1,32,0,65,187,14,41,0,0,55,3,128,1,32,7,32,0,65,128,1,106,32,0,65,138,1,106,32,0,65,246,0,106,16,199,2,32,0,65,204,0,54,2,16,32,0,65,8,106,65,0,32,0,65,16,106,16,170,2,33,7,32,0,65,16,106,33,2,2,64,32,0,40,2,148,1,32,1,40,2,0,107,65,227,0,78,4,64,32,7,32,0,40,2,148,1,32,1,40,2,0,107,65,2,106,16,85,16,171,2,32,7,40,2,0,69,13,1,32,7,40,2,0,33,2,11,32,0,45,0,143,1,4,64,32,2,65,45,58,0,0,32,2,65,1,106,33,2,11,32,1,40,2,0,33,4,3,64,32,0,40,2,148,1,32,4,77,4,64,2,64,32,2,65,0,58,0,0,32,0,32,6,54,2,0,32,0,65,16,106,32,0,16,255,1,65,1,71,13,0,32,7,16,174,2,12,4,11,5,32,2,32,0,65,246,0,106,32,0,65,128,1,106,32,4,16,202,2,32,0,107,32,0,106,45,0,10,58,0,0,32,2,65,1,106,33,2,32,4,65,1,106,33,4,12,1,11,11,16,177,1,0,11,16,177,1,0,11,32,0,65,152,2,106,32,0,65,144,2,106,16,124,4,64,32,5,32,5,40,2,0,65,2,114,54,2,0,11,32,0,40,2,152,2,33,4,32,0,65,144,1,106,16,163,2,32,1,16,174,2,32,0,65,160,2,106,36,0,32,4,11,137,17,1,10,127,35,0,65,176,4,107,34,11,36,0,32,11,32,10,54,2,164,4,32,11,32,1,54,2,168,4,32,11,65,205,0,54,2,104,32,11,32,11,65,136,1,106,32,11,65,144,1,106,32,11,65,232,0,106,16,170,2,34,15,40,2,0,34,1,54,2,132,1,32,11,32,1,65,144,3,106,54,2,128,1,32,11,65,232,0,106,16,151,1,33,17,32,11,65,216,0,106,16,151,1,33,14,32,11,65,200,0,106,16,151,1,33,12,32,11,65,56,106,16,151,1,33,13,32,11,65,40,106,16,151,1,33,16,32,11,65,248,0,106,33,10,32,11,65,247,0,106,33,18,32,11,65,246,0,106,33,19,35,0,65,16,107,34,1,36,0,32,11,2,127,32,2,4,64,32,1,32,3,16,202,3,34,2,16,203,3,32,10,32,1,40,2,0,54,0,0,32,1,32,2,16,204,3,32,13,32,1,16,154,1,32,1,16,246,5,26,32,1,32,2,16,166,2,32,12,32,1,16,154,1,32,1,16,246,5,26,32,18,32,2,16,225,2,58,0,0,32,19,32,2,16,226,2,58,0,0,32,1,32,2,16,227,2,32,17,32,1,16,154,1,32,1,16,246,5,26,32,1,32,2,16,165,2,32,14,32,1,16,154,1,32,1,16,246,5,26,32,2,16,205,3,12,1,11,32,1,32,3,16,206,3,34,2,16,203,3,32,10,32,1,40,2,0,54,0,0,32,1,32,2,16,204,3,32,13,32,1,16,154,1,32,1,16,246,5,26,32,1,32,2,16,166,2,32,12,32,1,16,154,1,32,1,16,246,5,26,32,18,32,2,16,225,2,58,0,0,32,19,32,2,16,226,2,58,0,0,32,1,32,2,16,227,2,32,17,32,1,16,154,1,32,1,16,246,5,26,32,1,32,2,16,165,2,32,14,32,1,16,154,1,32,1,16,246,5,26,32,2,16,205,3,11,54,2,36,32,1,65,16,106,36,0,32,9,32,8,40,2,0,54,2,0,32,4,65,128,4,113,34,18,65,9,118,33,19,65,0,33,1,65,0,33,2,3,64,32,2,33,10,2,64,2,64,2,64,2,64,32,1,65,4,70,13,0,32,0,32,11,65,168,4,106,16,120,69,13,0,65,0,33,4,2,64,2,64,2,64,2,64,2,64,2,64,32,11,65,248,0,106,32,1,106,44,0,0,14,5,1,0,4,3,5,9,11,32,1,65,3,70,13,7,32,7,65,128,192,0,32,0,16,121,16,122,4,64,32,11,65,24,106,32,0,16,195,3,32,16,32,11,44,0,24,16,129,6,12,2,11,32,5,32,5,40,2,0,65,4,114,54,2,0,65,0,33,0,12,6,11,32,1,65,3,70,13,6,11,3,64,32,0,32,11,65,168,4,106,16,120,69,13,6,32,7,65,128,192,0,32,0,16,121,16,122,69,13,6,32,11,65,24,106,32,0,16,195,3,32,16,32,11,44,0,24,16,129,6,12,0,11,0,11,32,12,16,165,1,65,0,32,13,16,165,1,107,70,13,4,2,64,32,12,16,165,1,4,64,32,13,16,165,1,13,1,11,32,12,16,165,1,33,4,32,0,16,121,33,2,32,4,4,64,32,12,65,0,16,173,2,45,0,0,32,2,65,255,1,113,70,4,64,32,0,16,123,26,32,12,32,10,32,12,16,165,1,65,1,75,27,33,2,12,8,11,32,6,65,1,58,0,0,12,6,11,32,13,65,0,16,173,2,45,0,0,32,2,65,255,1,113,71,13,5,32,0,16,123,26,32,6,65,1,58,0,0,32,13,32,10,32,13,16,165,1,65,1,75,27,33,2,12,6,11,32,0,16,121,65,255,1,113,32,12,65,0,16,173,2,45,0,0,70,4,64,32,0,16,123,26,32,12,32,10,32,12,16,165,1,65,1,75,27,33,2,12,6,11,32,0,16,121,65,255,1,113,32,13,65,0,16,173,2,45,0,0,70,4,64,32,0,16,123,26,32,6,65,1,58,0,0,32,13,32,10,32,13,16,165,1,65,1,75,27,33,2,12,6,11,32,5,32,5,40,2,0,65,4,114,54,2,0,65,0,33,0,12,3,11,2,64,32,10,13,0,32,1,65,2,73,13,0,65,0,33,2,32,19,32,1,65,2,70,32,11,45,0,123,65,0,71,113,114,69,13,5,11,32,11,32,14,16,229,2,54,2,16,32,11,65,24,106,32,11,65,16,106,16,196,3,33,4,2,64,32,1,69,13,0,32,1,32,11,106,45,0,119,65,1,75,13,0,3,64,2,64,32,11,32,14,16,230,2,54,2,16,32,4,32,11,65,16,106,16,231,2,69,13,0,32,7,65,128,192,0,32,4,40,2,0,44,0,0,16,122,69,13,0,32,4,16,232,2,12,1,11,11,32,11,32,14,16,229,2,54,2,16,32,4,32,11,65,16,106,16,197,3,34,4,32,16,16,165,1,77,4,64,32,11,32,16,16,230,2,54,2,16,32,11,65,16,106,65,0,32,4,107,16,207,3,33,4,32,16,16,230,2,33,20,32,14,16,229,2,33,3,35,0,65,32,107,34,2,36,0,32,2,32,20,54,2,16,32,2,32,4,54,2,24,32,2,32,3,54,2,8,3,64,2,64,32,2,65,24,106,32,2,65,16,106,16,231,2,34,3,69,13,0,32,2,40,2,24,45,0,0,32,2,40,2,8,45,0,0,71,13,0,32,2,65,24,106,16,232,2,32,2,65,8,106,16,232,2,12,1,11,11,32,2,65,32,106,36,0,32,3,65,1,115,13,1,11,32,11,32,14,16,229,2,54,2,8,32,11,65,16,106,32,11,65,8,106,16,196,3,26,32,11,32,11,40,2,16,54,2,24,11,32,11,32,11,40,2,24,54,2,16,3,64,2,64,32,11,32,14,16,230,2,54,2,8,32,11,65,16,106,32,11,65,8,106,16,231,2,69,13,0,32,0,32,11,65,168,4,106,16,120,69,13,0,32,0,16,121,65,255,1,113,32,11,40,2,16,45,0,0,71,13,0,32,0,16,123,26,32,11,65,16,106,16,232,2,12,1,11,11,32,18,69,13,3,32,11,32,14,16,230,2,54,2,8,32,11,65,16,106,32,11,65,8,106,16,231,2,69,13,3,32,5,32,5,40,2,0,65,4,114,54,2,0,65,0,33,0,12,2,11,3,64,2,64,32,0,32,11,65,168,4,106,16,120,69,13,0,2,127,32,7,65,128,16,32,0,16,121,34,2,16,122,4,64,32,9,40,2,0,34,3,32,11,40,2,164,4,70,4,64,32,8,32,9,32,11,65,164,4,106,16,198,3,32,9,40,2,0,33,3,11,32,9,32,3,65,1,106,54,2,0,32,3,32,2,58,0,0,32,4,65,1,106,12,1,11,32,17,16,165,1,69,13,1,32,4,69,13,1,32,11,45,0,118,32,2,65,255,1,113,71,13,1,32,11,40,2,132,1,34,2,32,11,40,2,128,1,70,4,64,32,15,32,11,65,132,1,106,32,11,65,128,1,106,16,199,3,32,11,40,2,132,1,33,2,11,32,11,32,2,65,4,106,54,2,132,1,32,2,32,4,54,2,0,65,0,11,33,4,32,0,16,123,26,12,1,11,11,2,64,32,11,40,2,132,1,34,2,32,15,40,2,0,70,13,0,32,4,69,13,0,32,11,40,2,128,1,32,2,70,4,64,32,15,32,11,65,132,1,106,32,11,65,128,1,106,16,199,3,32,11,40,2,132,1,33,2,11,32,11,32,2,65,4,106,54,2,132,1,32,2,32,4,54,2,0,11,2,64,32,11,40,2,36,65,0,76,13,0,2,64,32,0,32,11,65,168,4,106,16,124,69,4,64,32,0,16,121,65,255,1,113,32,11,45,0,119,70,13,1,11,32,5,32,5,40,2,0,65,4,114,54,2,0,65,0,33,0,12,3,11,3,64,32,0,16,123,26,32,11,40,2,36,65,0,76,13,1,2,64,32,0,32,11,65,168,4,106,16,124,69,4,64,32,7,65,128,16,32,0,16,121,16,122,13,1,11,32,5,32,5,40,2,0,65,4,114,54,2,0,65,0,33,0,12,4,11,32,9,40,2,0,32,11,40,2,164,4,70,4,64,32,8,32,9,32,11,65,164,4,106,16,198,3,11,32,0,16,121,33,4,32,9,32,9,40,2,0,34,2,65,1,106,54,2,0,32,2,32,4,58,0,0,32,11,32,11,40,2,36,65,1,107,54,2,36,12,0,11,0,11,32,10,33,2,32,8,40,2,0,32,9,40,2,0,71,13,3,32,5,32,5,40,2,0,65,4,114,54,2,0,65,0,33,0,12,1,11,2,64,32,10,69,13,0,65,1,33,4,3,64,32,10,16,165,1,32,4,77,13,1,2,64,32,0,32,11,65,168,4,106,16,124,69,4,64,32,0,16,121,65,255,1,113,32,10,32,4,16,173,2,45,0,0,70,13,1,11,32,5,32,5,40,2,0,65,4,114,54,2,0,65,0,33,0,12,3,11,32,0,16,123,26,32,4,65,1,106,33,4,12,0,11,0,11,65,1,33,0,32,15,40,2,0,32,11,40,2,132,1,70,13,0,65,0,33,0,32,11,65,0,54,2,24,32,17,32,15,40,2,0,32,11,40,2,132,1,32,11,65,24,106,16,181,2,32,11,40,2,24,4,64,32,5,32,5,40,2,0,65,4,114,54,2,0,12,1,11,65,1,33,0,11,32,16,16,246,5,26,32,13,16,246,5,26,32,12,16,246,5,26,32,14,16,246,5,26,32,17,16,246,5,26,32,15,16,174,2,32,11,65,176,4,106,36,0,32,0,15,11,32,10,33,2,11,32,1,65,1,106,33,1,12,0,11,0,11,37,1,1,127,32,1,40,2,0,16,132,1,65,24,116,65,24,117,33,2,32,0,32,1,40,2,0,54,2,4,32,0,32,2,58,0,0,11,14,0,32,0,32,1,40,2,0,54,2,0,32,0,11,13,0,32,0,40,2,0,32,1,40,2,0,107,11,198,1,1,6,127,35,0,65,16,107,34,4,36,0,32,0,16,249,2,40,2,0,33,5,2,127,32,2,40,2,0,32,0,40,2,0,107,34,3,65,255,255,255,255,7,73,4,64,32,3,65,1,116,12,1,11,65,127,11,34,3,65,1,32,3,27,33,3,32,1,40,2,0,33,6,32,0,40,2,0,33,7,32,5,65,205,0,70,4,127,65,0,5,32,0,40,2,0,11,32,3,16,87,34,8,4,64,32,5,65,205,0,71,4,64,32,0,16,208,3,26,11,32,4,65,204,0,54,2,4,32,0,32,4,65,8,106,32,8,32,4,65,4,106,16,170,2,34,5,16,209,3,32,5,16,174,2,32,1,32,0,40,2,0,32,6,32,7,107,106,54,2,0,32,2,32,3,32,0,40,2,0,106,54,2,0,32,4,65,16,106,36,0,15,11,16,177,1,0,11,201,1,1,6,127,35,0,65,16,107,34,4,36,0,32,0,16,249,2,40,2,0,33,5,2,127,32,2,40,2,0,32,0,40,2,0,107,34,3,65,255,255,255,255,7,73,4,64,32,3,65,1,116,12,1,11,65,127,11,34,3,65,4,32,3,27,33,3,32,1,40,2,0,33,6,32,0,40,2,0,33,7,32,5,65,205,0,70,4,127,65,0,5,32,0,40,2,0,11,32,3,16,87,34,8,4,64,32,5,65,205,0,71,4,64,32,0,16,208,3,26,11,32,4,65,204,0,54,2,4,32,0,32,4,65,8,106,32,8,32,4,65,4,106,16,170,2,34,5,16,209,3,32,5,16,174,2,32,1,32,0,40,2,0,32,6,32,7,107,106,54,2,0,32,2,32,0,40,2,0,32,3,65,124,113,106,54,2,0,32,4,65,16,106,36,0,15,11,16,177,1,0,11,196,4,1,3,127,35,0,65,160,1,107,34,0,36,0,32,0,32,2,54,2,144,1,32,0,32,1,54,2,152,1,32,0,65,205,0,54,2,20,32,0,65,24,106,32,0,65,32,106,32,0,65,20,106,16,170,2,33,8,32,0,65,16,106,32,4,16,203,1,32,0,65,16,106,16,117,33,1,32,0,65,0,58,0,15,32,0,65,152,1,106,32,2,32,3,32,0,65,16,106,32,4,40,2,4,32,5,32,0,65,15,106,32,1,32,8,32,0,65,20,106,32,0,65,132,1,106,16,194,3,4,64,35,0,65,16,107,34,2,36,0,2,64,32,6,16,168,1,4,64,32,6,40,2,0,33,3,32,2,65,0,58,0,15,32,3,32,2,65,15,106,16,191,1,32,6,65,0,16,200,1,12,1,11,32,2,65,0,58,0,14,32,6,32,2,65,14,106,16,191,1,32,6,65,0,16,190,1,11,32,2,65,16,106,36,0,32,0,45,0,15,4,64,32,6,32,1,65,45,16,194,1,16,129,6,11,32,1,65,48,16,194,1,33,1,32,8,40,2,0,33,4,32,0,40,2,20,34,3,65,1,107,33,2,32,1,65,255,1,113,33,1,3,64,2,64,32,2,32,4,77,13,0,32,4,45,0,0,32,1,71,13,0,32,4,65,1,106,33,4,12,1,11,11,35,0,65,16,107,34,7,36,0,32,6,16,165,1,33,2,32,6,16,166,1,33,1,2,64,32,4,32,3,16,196,1,34,9,69,13,0,32,6,16,159,1,32,4,77,4,127,32,4,32,6,16,159,1,32,6,16,165,1,106,77,5,65,0,11,69,4,64,32,9,32,1,32,2,107,75,4,64,32,6,32,1,32,2,32,9,106,32,1,107,32,2,32,2,65,0,16,248,5,11,32,6,16,159,1,32,2,106,33,1,3,64,32,3,32,4,71,4,64,32,1,32,4,16,191,1,32,4,65,1,106,33,4,32,1,65,1,106,33,1,12,1,11,11,32,7,65,0,58,0,15,32,1,32,7,65,15,106,16,191,1,32,6,32,2,32,9,106,16,201,3,12,1,11,32,6,32,7,32,4,32,3,32,6,16,161,1,34,4,16,159,1,32,4,16,165,1,16,252,5,26,32,4,16,246,5,26,11,32,7,65,16,106,36,0,11,32,0,65,152,1,106,32,0,65,144,1,106,16,124,4,64,32,5,32,5,40,2,0,65,2,114,54,2,0,11,32,0,40,2,152,1,33,4,32,0,65,16,106,16,163,2,32,8,16,174,2,32,0,65,160,1,106,36,0,32,4,11,25,0,32,0,16,168,1,4,64,32,0,32,1,16,200,1,15,11,32,0,32,1,16,190,1,11,11,0,32,0,65,160,168,4,16,168,2,11,48,0,32,0,173,32,1,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,1,40,2,0,40,2,44,17,0,0,26,11,48,0,32,0,173,32,1,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,1,40,2,0,40,2,32,17,0,0,26,11,47,0,32,0,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,36,17,0,0,167,11,11,0,32,0,65,152,168,4,16,168,2,11,49,1,1,127,35,0,65,16,107,34,2,36,0,32,2,32,0,40,2,0,54,2,8,32,2,65,8,106,32,1,16,235,3,32,2,40,2,8,33,1,32,2,65,16,106,36,0,32,1,11,20,1,1,127,32,0,40,2,0,33,1,32,0,65,0,54,2,0,32,1,11,32,0,32,0,32,1,16,208,3,16,171,2,32,1,16,249,2,40,2,0,33,1,32,0,16,249,2,32,1,54,2,0,11,243,3,1,1,127,35,0,65,240,4,107,34,0,36,0,32,0,32,2,54,2,224,4,32,0,32,1,54,2,232,4,32,0,65,205,0,54,2,16,32,0,65,200,1,106,32,0,65,208,1,106,32,0,65,16,106,16,170,2,33,1,32,0,65,192,1,106,32,4,16,203,1,32,0,65,192,1,106,16,135,1,33,7,32,0,65,0,58,0,191,1,2,64,32,0,65,232,4,106,32,2,32,3,32,0,65,192,1,106,32,4,40,2,4,32,5,32,0,65,191,1,106,32,7,32,1,32,0,65,196,1,106,32,0,65,224,4,106,16,211,3,69,13,0,32,0,65,194,14,40,0,0,54,0,183,1,32,0,65,187,14,41,0,0,55,3,176,1,32,7,32,0,65,176,1,106,32,0,65,186,1,106,32,0,65,128,1,106,16,223,2,32,0,65,204,0,54,2,16,32,0,65,8,106,65,0,32,0,65,16,106,16,170,2,33,7,32,0,65,16,106,33,2,2,64,32,0,40,2,196,1,32,1,40,2,0,107,65,137,3,78,4,64,32,7,32,0,40,2,196,1,32,1,40,2,0,107,65,2,117,65,2,106,16,85,16,171,2,32,7,40,2,0,69,13,1,32,7,40,2,0,33,2,11,32,0,45,0,191,1,4,64,32,2,65,45,58,0,0,32,2,65,1,106,33,2,11,32,1,40,2,0,33,4,3,64,32,0,40,2,196,1,32,4,77,4,64,2,64,32,2,65,0,58,0,0,32,0,32,6,54,2,0,32,0,65,16,106,32,0,16,255,1,65,1,71,13,0,32,7,16,174,2,12,4,11,5,32,2,32,0,65,176,1,106,32,0,65,128,1,106,32,0,65,168,1,106,32,4,16,224,2,32,0,65,128,1,106,107,65,2,117,106,45,0,0,58,0,0,32,2,65,1,106,33,2,32,4,65,4,106,33,4,12,1,11,11,16,177,1,0,11,16,177,1,0,11,32,0,65,232,4,106,32,0,65,224,4,106,16,140,1,4,64,32,5,32,5,40,2,0,65,2,114,54,2,0,11,32,0,40,2,232,4,33,4,32,0,65,192,1,106,16,163,2,32,1,16,174,2,32,0,65,240,4,106,36,0,32,4,11,254,16,1,10,127,35,0,65,176,4,107,34,11,36,0,32,11,32,10,54,2,164,4,32,11,32,1,54,2,168,4,32,11,65,205,0,54,2,96,32,11,32,11,65,136,1,106,32,11,65,144,1,106,32,11,65,224,0,106,16,170,2,34,15,40,2,0,34,1,54,2,132,1,32,11,32,1,65,144,3,106,54,2,128,1,32,11,65,224,0,106,16,151,1,33,17,32,11,65,208,0,106,16,151,1,33,14,32,11,65,64,107,16,151,1,33,12,32,11,65,48,106,16,151,1,33,13,32,11,65,32,106,16,151,1,33,16,32,11,65,248,0,106,33,10,32,11,65,244,0,106,33,18,32,11,65,240,0,106,33,19,35,0,65,16,107,34,1,36,0,32,11,2,127,32,2,4,64,32,1,32,3,16,219,3,34,2,16,203,3,32,10,32,1,40,2,0,54,0,0,32,1,32,2,16,204,3,32,13,32,1,16,220,3,32,1,16,246,5,26,32,1,32,2,16,166,2,32,12,32,1,16,220,3,32,1,16,246,5,26,32,18,32,2,16,225,2,54,2,0,32,19,32,2,16,226,2,54,2,0,32,1,32,2,16,227,2,32,17,32,1,16,154,1,32,1,16,246,5,26,32,1,32,2,16,165,2,32,14,32,1,16,220,3,32,1,16,246,5,26,32,2,16,205,3,12,1,11,32,1,32,3,16,221,3,34,2,16,203,3,32,10,32,1,40,2,0,54,0,0,32,1,32,2,16,204,3,32,13,32,1,16,220,3,32,1,16,246,5,26,32,1,32,2,16,166,2,32,12,32,1,16,220,3,32,1,16,246,5,26,32,18,32,2,16,225,2,54,2,0,32,19,32,2,16,226,2,54,2,0,32,1,32,2,16,227,2,32,17,32,1,16,154,1,32,1,16,246,5,26,32,1,32,2,16,165,2,32,14,32,1,16,220,3,32,1,16,246,5,26,32,2,16,205,3,11,54,2,28,32,1,65,16,106,36,0,32,9,32,8,40,2,0,54,2,0,32,4,65,128,4,113,34,18,65,9,118,33,19,65,0,33,1,65,0,33,2,3,64,32,2,33,10,2,64,2,64,2,64,2,64,32,1,65,4,70,13,0,32,0,32,11,65,168,4,106,16,136,1,69,13,0,65,0,33,4,2,64,2,64,2,64,2,64,2,64,2,64,32,11,65,248,0,106,32,1,106,44,0,0,14,5,1,0,4,3,5,9,11,32,1,65,3,70,13,7,32,7,65,128,192,0,32,0,16,137,1,16,138,1,4,64,32,11,65,16,106,32,0,16,212,3,32,16,32,11,40,2,16,16,137,6,12,2,11,32,5,32,5,40,2,0,65,4,114,54,2,0,65,0,33,0,12,6,11,32,1,65,3,70,13,6,11,3,64,32,0,32,11,65,168,4,106,16,136,1,69,13,6,32,7,65,128,192,0,32,0,16,137,1,16,138,1,69,13,6,32,11,65,16,106,32,0,16,212,3,32,16,32,11,40,2,16,16,137,6,12,0,11,0,11,32,12,16,165,1,65,0,32,13,16,165,1,107,70,13,4,2,64,32,12,16,165,1,4,64,32,13,16,165,1,13,1,11,32,12,16,165,1,33,4,32,0,16,137,1,33,2,32,4,4,64,32,12,65,0,16,208,2,40,2,0,32,2,70,4,64,32,0,16,139,1,26,32,12,32,10,32,12,16,165,1,65,1,75,27,33,2,12,8,11,32,6,65,1,58,0,0,12,6,11,32,2,32,13,65,0,16,208,2,40,2,0,71,13,5,32,0,16,139,1,26,32,6,65,1,58,0,0,32,13,32,10,32,13,16,165,1,65,1,75,27,33,2,12,6,11,32,0,16,137,1,32,12,65,0,16,208,2,40,2,0,70,4,64,32,0,16,139,1,26,32,12,32,10,32,12,16,165,1,65,1,75,27,33,2,12,6,11,32,0,16,137,1,32,13,65,0,16,208,2,40,2,0,70,4,64,32,0,16,139,1,26,32,6,65,1,58,0,0,32,13,32,10,32,13,16,165,1,65,1,75,27,33,2,12,6,11,32,5,32,5,40,2,0,65,4,114,54,2,0,65,0,33,0,12,3,11,2,64,32,10,13,0,32,1,65,2,73,13,0,65,0,33,2,32,19,32,1,65,2,70,32,11,45,0,123,65,0,71,113,114,69,13,5,11,32,11,32,14,16,229,2,54,2,8,32,11,65,16,106,32,11,65,8,106,16,196,3,33,4,2,64,32,1,69,13,0,32,1,32,11,106,45,0,119,65,1,75,13,0,3,64,2,64,32,11,32,14,16,253,2,54,2,8,32,4,32,11,65,8,106,16,231,2,69,13,0,32,7,65,128,192,0,32,4,40,2,0,40,2,0,16,138,1,69,13,0,32,4,16,254,2,12,1,11,11,32,11,32,14,16,229,2,54,2,8,32,4,32,11,65,8,106,16,213,3,34,4,32,16,16,165,1,77,4,64,32,11,32,16,16,253,2,54,2,8,32,11,65,8,106,65,0,32,4,107,16,222,3,33,4,32,16,16,253,2,33,20,32,14,16,229,2,33,3,35,0,65,32,107,34,2,36,0,32,2,32,20,54,2,16,32,2,32,4,54,2,24,32,2,32,3,54,2,8,3,64,2,64,32,2,65,24,106,32,2,65,16,106,16,231,2,34,3,69,13,0,32,2,40,2,24,40,2,0,32,2,40,2,8,40,2,0,71,13,0,32,2,65,24,106,16,254,2,32,2,65,8,106,16,254,2,12,1,11,11,32,2,65,32,106,36,0,32,3,65,1,115,13,1,11,32,11,32,14,16,229,2,54,2,0,32,11,65,8,106,32,11,16,196,3,26,32,11,32,11,40,2,8,54,2,16,11,32,11,32,11,40,2,16,54,2,8,3,64,2,64,32,11,32,14,16,253,2,54,2,0,32,11,65,8,106,32,11,16,231,2,69,13,0,32,0,32,11,65,168,4,106,16,136,1,69,13,0,32,0,16,137,1,32,11,40,2,8,40,2,0,71,13,0,32,0,16,139,1,26,32,11,65,8,106,16,254,2,12,1,11,11,32,18,69,13,3,32,11,32,14,16,253,2,54,2,0,32,11,65,8,106,32,11,16,231,2,69,13,3,32,5,32,5,40,2,0,65,4,114,54,2,0,65,0,33,0,12,2,11,3,64,2,64,32,0,32,11,65,168,4,106,16,136,1,69,13,0,2,127,32,7,65,128,16,32,0,16,137,1,34,2,16,138,1,4,64,32,9,40,2,0,34,3,32,11,40,2,164,4,70,4,64,32,8,32,9,32,11,65,164,4,106,16,199,3,32,9,40,2,0,33,3,11,32,9,32,3,65,4,106,54,2,0,32,3,32,2,54,2,0,32,4,65,1,106,12,1,11,32,17,16,165,1,69,13,1,32,4,69,13,1,32,2,32,11,40,2,112,71,13,1,32,11,40,2,132,1,34,2,32,11,40,2,128,1,70,4,64,32,15,32,11,65,132,1,106,32,11,65,128,1,106,16,199,3,32,11,40,2,132,1,33,2,11,32,11,32,2,65,4,106,54,2,132,1,32,2,32,4,54,2,0,65,0,11,33,4,32,0,16,139,1,26,12,1,11,11,2,64,32,11,40,2,132,1,34,2,32,15,40,2,0,70,13,0,32,4,69,13,0,32,11,40,2,128,1,32,2,70,4,64,32,15,32,11,65,132,1,106,32,11,65,128,1,106,16,199,3,32,11,40,2,132,1,33,2,11,32,11,32,2,65,4,106,54,2,132,1,32,2,32,4,54,2,0,11,2,64,32,11,40,2,28,65,0,76,13,0,2,64,32,0,32,11,65,168,4,106,16,140,1,69,4,64,32,0,16,137,1,32,11,40,2,116,70,13,1,11,32,5,32,5,40,2,0,65,4,114,54,2,0,65,0,33,0,12,3,11,3,64,32,0,16,139,1,26,32,11,40,2,28,65,0,76,13,1,2,64,32,0,32,11,65,168,4,106,16,140,1,69,4,64,32,7,65,128,16,32,0,16,137,1,16,138,1,13,1,11,32,5,32,5,40,2,0,65,4,114,54,2,0,65,0,33,0,12,4,11,32,9,40,2,0,32,11,40,2,164,4,70,4,64,32,8,32,9,32,11,65,164,4,106,16,199,3,11,32,0,16,137,1,33,4,32,9,32,9,40,2,0,34,2,65,4,106,54,2,0,32,2,32,4,54,2,0,32,11,32,11,40,2,28,65,1,107,54,2,28,12,0,11,0,11,32,10,33,2,32,8,40,2,0,32,9,40,2,0,71,13,3,32,5,32,5,40,2,0,65,4,114,54,2,0,65,0,33,0,12,1,11,2,64,32,10,69,13,0,65,1,33,4,3,64,32,10,16,165,1,32,4,77,13,1,2,64,32,0,32,11,65,168,4,106,16,140,1,69,4,64,32,0,16,137,1,32,10,32,4,16,208,2,40,2,0,70,13,1,11,32,5,32,5,40,2,0,65,4,114,54,2,0,65,0,33,0,12,3,11,32,0,16,139,1,26,32,4,65,1,106,33,4,12,0,11,0,11,65,1,33,0,32,15,40,2,0,32,11,40,2,132,1,70,13,0,65,0,33,0,32,11,65,0,54,2,16,32,17,32,15,40,2,0,32,11,40,2,132,1,32,11,65,16,106,16,181,2,32,11,40,2,16,4,64,32,5,32,5,40,2,0,65,4,114,54,2,0,12,1,11,65,1,33,0,11,32,16,16,246,5,26,32,13,16,246,5,26,32,12,16,246,5,26,32,14,16,246,5,26,32,17,16,246,5,26,32,15,16,174,2,32,11,65,176,4,106,36,0,32,0,15,11,32,10,33,2,11,32,1,65,1,106,33,1,12,0,11,0,11,31,1,1,127,32,1,40,2,0,16,143,1,33,2,32,0,32,1,40,2,0,54,2,4,32,0,32,2,54,2,0,11,16,0,32,0,40,2,0,32,1,40,2,0,107,65,2,117,11,167,5,1,4,127,35,0,65,192,3,107,34,0,36,0,32,0,32,2,54,2,176,3,32,0,32,1,54,2,184,3,32,0,65,205,0,54,2,20,32,0,65,24,106,32,0,65,32,106,32,0,65,20,106,16,170,2,33,9,32,0,65,16,106,32,4,16,203,1,32,0,65,16,106,16,135,1,33,1,32,0,65,0,58,0,15,32,0,65,184,3,106,32,2,32,3,32,0,65,16,106,32,4,40,2,4,32,5,32,0,65,15,106,32,1,32,9,32,0,65,20,106,32,0,65,176,3,106,16,211,3,4,64,35,0,65,16,107,34,2,36,0,2,64,32,6,16,168,1,4,64,32,6,40,2,0,33,3,32,2,65,0,54,2,12,32,3,32,2,65,12,106,16,208,1,32,6,65,0,16,200,1,12,1,11,32,2,65,0,54,2,8,32,6,32,2,65,8,106,16,208,1,32,6,65,0,16,190,1,11,32,2,65,16,106,36,0,32,0,45,0,15,4,64,32,6,32,1,65,45,16,195,1,16,137,6,11,32,1,65,48,16,195,1,33,1,32,9,40,2,0,33,4,32,0,40,2,20,34,3,65,4,107,33,2,3,64,2,64,32,2,32,4,77,13,0,32,4,40,2,0,32,1,71,13,0,32,4,65,4,106,33,4,12,1,11,11,35,0,65,16,107,34,8,36,0,32,6,16,165,1,33,2,32,6,16,215,3,33,1,2,64,32,4,32,3,16,216,3,34,7,69,13,0,32,6,32,4,16,217,3,69,4,64,32,7,32,1,32,2,107,75,4,64,32,6,32,1,32,2,32,7,106,32,1,107,32,2,32,2,65,0,65,0,16,134,6,11,32,6,16,159,1,32,2,65,2,116,106,33,1,3,64,32,3,32,4,71,4,64,32,1,32,4,16,208,1,32,4,65,4,106,33,4,32,1,65,4,106,33,1,12,1,11,11,32,8,65,0,54,2,0,32,1,32,8,16,208,1,32,6,32,2,32,7,106,16,201,3,12,1,11,32,8,32,4,32,3,32,6,16,218,3,34,4,16,159,1,33,10,32,4,16,165,1,33,1,35,0,65,16,107,34,7,36,0,2,64,32,1,32,6,16,215,3,34,3,32,6,16,165,1,34,2,107,77,4,64,32,1,69,13,1,32,6,16,159,1,34,3,32,2,65,2,116,106,32,10,32,1,16,110,32,6,32,1,32,2,106,34,1,16,201,3,32,7,65,0,54,2,12,32,3,32,1,65,2,116,106,32,7,65,12,106,16,208,1,12,1,11,32,6,32,3,32,1,32,2,106,32,3,107,32,2,32,2,65,0,32,1,32,10,16,132,6,11,32,7,65,16,106,36,0,32,4,16,246,5,26,11,32,8,65,16,106,36,0,11,32,0,65,184,3,106,32,0,65,176,3,106,16,140,1,4,64,32,5,32,5,40,2,0,65,2,114,54,2,0,11,32,0,40,2,184,3,33,4,32,0,65,16,106,16,163,2,32,9,16,174,2,32,0,65,192,3,106,36,0,32,4,11,27,1,1,127,65,1,33,1,32,0,16,168,1,4,127,32,0,16,169,1,65,1,107,5,32,1,11,11,9,0,32,0,32,1,16,169,3,11,33,0,32,0,16,159,1,32,1,77,4,127,32,1,32,0,16,159,1,32,0,16,165,1,65,2,116,106,77,5,65,0,11,11,29,0,35,0,65,16,107,34,3,36,0,32,0,32,1,32,2,16,160,2,32,3,65,16,106,36,0,32,0,11,11,0,32,0,65,176,168,4,16,168,2,11,89,1,2,127,35,0,65,16,107,34,2,36,0,32,0,16,168,1,4,64,32,0,40,2,0,33,3,32,0,16,169,1,26,32,3,16,86,11,32,0,32,1,40,2,8,54,2,8,32,0,32,1,41,2,0,55,2,0,32,1,65,0,16,190,1,32,2,65,0,54,2,12,32,1,32,2,65,12,106,16,208,1,32,2,65,16,106,36,0,11,11,0,32,0,65,168,168,4,16,168,2,11,49,1,1,127,35,0,65,16,107,34,2,36,0,32,2,32,0,40,2,0,54,2,8,32,2,65,8,106,32,1,16,236,3,32,2,40,2,8,33,1,32,2,65,16,106,36,0,32,1,11,227,4,1,11,127,35,0,65,208,3,107,34,0,36,0,32,0,32,5,55,3,16,32,0,32,6,55,3,24,32,0,32,0,65,224,2,106,54,2,220,2,32,0,65,224,2,106,32,0,65,16,106,16,128,2,33,7,32,0,65,204,0,54,2,240,1,32,0,65,232,1,106,65,0,32,0,65,240,1,106,16,170,2,33,13,32,0,65,204,0,54,2,240,1,32,0,65,224,1,106,65,0,32,0,65,240,1,106,16,170,2,33,10,32,0,65,240,1,106,33,9,2,64,32,7,65,228,0,79,4,64,16,200,2,33,7,32,0,32,5,55,3,0,32,0,32,6,55,3,8,32,0,65,220,2,106,32,7,65,254,11,32,0,16,247,2,34,7,65,127,70,13,1,32,13,32,0,40,2,220,2,16,171,2,32,10,32,7,16,85,16,171,2,32,10,16,224,3,13,1,32,10,40,2,0,33,9,11,32,0,65,216,1,106,32,3,16,203,1,32,0,65,216,1,106,16,117,34,17,32,0,40,2,220,2,34,8,32,7,32,8,106,32,9,16,199,2,32,7,65,0,74,4,64,32,0,40,2,220,2,45,0,0,65,45,70,33,14,11,32,2,32,14,32,0,65,216,1,106,32,0,65,208,1,106,32,0,65,207,1,106,32,0,65,206,1,106,32,0,65,192,1,106,16,151,1,34,15,32,0,65,176,1,106,16,151,1,34,8,32,0,65,160,1,106,16,151,1,34,11,32,0,65,156,1,106,16,225,3,32,0,65,204,0,54,2,48,32,0,65,40,106,65,0,32,0,65,48,106,16,170,2,33,12,2,127,32,0,40,2,156,1,34,2,32,7,72,4,64,32,11,16,165,1,32,7,32,2,107,65,1,116,106,32,8,16,165,1,106,32,0,40,2,156,1,106,65,1,106,12,1,11,32,11,16,165,1,32,8,16,165,1,106,32,0,40,2,156,1,106,65,2,106,11,33,16,32,0,65,48,106,33,2,32,16,65,229,0,79,4,64,32,12,32,16,16,85,16,171,2,32,12,40,2,0,34,2,69,13,1,11,32,2,32,0,65,36,106,32,0,65,32,106,32,3,40,2,4,32,9,32,7,32,9,106,32,17,32,14,32,0,65,208,1,106,32,0,44,0,207,1,32,0,44,0,206,1,32,15,32,8,32,11,32,0,40,2,156,1,16,226,3,32,1,32,2,32,0,40,2,36,32,0,40,2,32,32,3,32,4,16,54,33,7,32,12,16,174,2,32,11,16,246,5,26,32,8,16,246,5,26,32,15,16,246,5,26,32,0,65,216,1,106,16,163,2,32,10,16,174,2,32,13,16,174,2,32,0,65,208,3,106,36,0,32,7,15,11,16,177,1,0,11,8,0,32,0,40,2,0,69,11,219,2,1,1,127,35,0,65,16,107,34,10,36,0,32,9,2,127,32,0,4,64,32,2,16,202,3,33,0,2,64,32,1,4,64,32,10,32,0,16,203,3,32,3,32,10,40,2,0,54,0,0,32,10,32,0,16,204,3,32,8,32,10,16,154,1,32,10,16,246,5,26,12,1,11,32,10,32,0,16,227,3,32,3,32,10,40,2,0,54,0,0,32,10,32,0,16,166,2,32,8,32,10,16,154,1,32,10,16,246,5,26,11,32,4,32,0,16,225,2,58,0,0,32,5,32,0,16,226,2,58,0,0,32,10,32,0,16,227,2,32,6,32,10,16,154,1,32,10,16,246,5,26,32,10,32,0,16,165,2,32,7,32,10,16,154,1,32,10,16,246,5,26,32,0,16,205,3,12,1,11,32,2,16,206,3,33,0,2,64,32,1,4,64,32,10,32,0,16,203,3,32,3,32,10,40,2,0,54,0,0,32,10,32,0,16,204,3,32,8,32,10,16,154,1,32,10,16,246,5,26,12,1,11,32,10,32,0,16,227,3,32,3,32,10,40,2,0,54,0,0,32,10,32,0,16,166,2,32,8,32,10,16,154,1,32,10,16,246,5,26,11,32,4,32,0,16,225,2,58,0,0,32,5,32,0,16,226,2,58,0,0,32,10,32,0,16,227,2,32,6,32,10,16,154,1,32,10,16,246,5,26,32,10,32,0,16,165,2,32,7,32,10,16,154,1,32,10,16,246,5,26,32,0,16,205,3,11,54,2,0,32,10,65,16,106,36,0,11,231,5,1,10,127,35,0,65,16,107,34,21,36,0,32,2,32,0,54,2,0,32,3,65,128,4,113,33,23,3,64,32,22,65,4,70,4,64,32,13,16,165,1,65,1,75,4,64,32,21,32,13,16,229,2,54,2,8,32,2,32,21,65,8,106,65,1,16,207,3,32,13,16,230,2,32,2,40,2,0,16,228,3,54,2,0,11,32,3,65,176,1,113,34,15,65,16,71,4,64,32,1,32,15,65,32,70,4,127,32,2,40,2,0,5,32,0,11,54,2,0,11,32,21,65,16,106,36,0,15,11,2,64,2,64,2,64,2,64,2,64,2,64,32,8,32,22,106,44,0,0,14,5,0,1,3,2,4,5,11,32,1,32,2,40,2,0,54,2,0,12,4,11,32,1,32,2,40,2,0,54,2,0,32,6,65,32,16,194,1,33,15,32,2,32,2,40,2,0,34,16,65,1,106,54,2,0,32,16,32,15,58,0,0,12,3,11,32,13,16,175,2,13,2,32,13,65,0,16,173,2,45,0,0,33,15,32,2,32,2,40,2,0,34,16,65,1,106,54,2,0,32,16,32,15,58,0,0,12,2,11,32,12,16,175,2,33,15,32,23,69,13,1,32,15,13,1,32,2,32,12,16,229,2,32,12,16,230,2,32,2,40,2,0,16,228,3,54,2,0,12,1,11,32,2,40,2,0,33,24,32,4,32,7,106,34,4,33,15,3,64,2,64,32,5,32,15,77,13,0,32,6,65,128,16,32,15,44,0,0,16,122,69,13,0,32,15,65,1,106,33,15,12,1,11,11,32,14,34,16,65,0,74,4,64,3,64,2,64,32,4,32,15,79,13,0,32,16,69,13,0,32,15,65,1,107,34,15,45,0,0,33,17,32,2,32,2,40,2,0,34,18,65,1,106,54,2,0,32,18,32,17,58,0,0,32,16,65,1,107,33,16,12,1,11,11,32,16,4,127,32,6,65,48,16,194,1,5,65,0,11,33,18,3,64,32,2,32,2,40,2,0,34,17,65,1,106,54,2,0,32,16,65,0,74,4,64,32,17,32,18,58,0,0,32,16,65,1,107,33,16,12,1,11,11,32,17,32,9,58,0,0,11,2,64,32,4,32,15,70,4,64,32,6,65,48,16,194,1,33,15,32,2,32,2,40,2,0,34,16,65,1,106,54,2,0,32,16,32,15,58,0,0,12,1,11,32,11,16,175,2,4,127,65,127,5,32,11,65,0,16,173,2,44,0,0,11,33,19,65,0,33,16,65,0,33,20,3,64,32,4,32,15,70,13,1,2,64,32,16,32,19,71,4,64,32,16,33,18,12,1,11,32,2,32,2,40,2,0,34,17,65,1,106,54,2,0,32,17,32,10,58,0,0,65,0,33,18,32,11,16,165,1,32,20,65,1,106,34,20,77,4,64,32,16,33,19,12,1,11,32,11,32,20,16,173,2,45,0,0,65,255,0,70,4,64,65,127,33,19,12,1,11,32,11,32,20,16,173,2,44,0,0,33,19,11,32,15,65,1,107,34,15,45,0,0,33,16,32,2,32,2,40,2,0,34,17,65,1,106,54,2,0,32,17,32,16,58,0,0,32,18,65,1,106,33,16,12,0,11,0,11,32,24,32,2,40,2,0,16,240,2,11,32,22,65,1,106,33,22,12,0,11,0,11,48,0,32,0,173,32,1,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,1,40,2,0,40,2,40,17,0,0,26,11,17,0,32,0,16,232,5,32,1,16,232,5,32,2,16,234,3,11,160,3,1,7,127,35,0,65,192,1,107,34,0,36,0,32,0,65,184,1,106,32,3,16,203,1,32,0,65,184,1,106,16,117,33,10,32,5,16,165,1,4,64,32,5,65,0,16,173,2,45,0,0,32,10,65,45,16,194,1,65,255,1,113,70,33,11,11,32,2,32,11,32,0,65,184,1,106,32,0,65,176,1,106,32,0,65,175,1,106,32,0,65,174,1,106,32,0,65,160,1,106,16,151,1,34,12,32,0,65,144,1,106,16,151,1,34,6,32,0,65,128,1,106,16,151,1,34,7,32,0,65,252,0,106,16,225,3,32,0,65,204,0,54,2,16,32,0,65,8,106,65,0,32,0,65,16,106,16,170,2,33,9,2,127,32,5,16,165,1,32,0,40,2,124,74,4,64,32,5,16,165,1,33,2,32,0,40,2,124,33,8,32,7,16,165,1,32,2,32,8,107,65,1,116,106,32,6,16,165,1,106,32,0,40,2,124,106,65,1,106,12,1,11,32,7,16,165,1,32,6,16,165,1,106,32,0,40,2,124,106,65,2,106,11,33,8,32,0,65,16,106,33,2,2,64,32,8,65,229,0,73,13,0,32,9,32,8,16,85,16,171,2,32,9,40,2,0,34,2,13,0,16,177,1,0,11,32,2,32,0,65,4,106,32,0,32,3,40,2,4,32,5,16,159,1,32,5,16,159,1,32,5,16,165,1,106,32,10,32,11,32,0,65,176,1,106,32,0,44,0,175,1,32,0,44,0,174,1,32,12,32,6,32,7,32,0,40,2,124,16,226,3,32,1,32,2,32,0,40,2,4,32,0,40,2,0,32,3,32,4,16,54,33,5,32,9,16,174,2,32,7,16,246,5,26,32,6,16,246,5,26,32,12,16,246,5,26,32,0,65,184,1,106,16,163,2,32,0,65,192,1,106,36,0,32,5,11,238,4,1,11,127,35,0,65,176,8,107,34,0,36,0,32,0,32,5,55,3,16,32,0,32,6,55,3,24,32,0,32,0,65,192,7,106,54,2,188,7,32,0,65,192,7,106,32,0,65,16,106,16,128,2,33,7,32,0,65,204,0,54,2,160,4,32,0,65,152,4,106,65,0,32,0,65,160,4,106,16,170,2,33,13,32,0,65,204,0,54,2,160,4,32,0,65,144,4,106,65,0,32,0,65,160,4,106,16,170,2,33,10,32,0,65,160,4,106,33,9,2,64,32,7,65,228,0,79,4,64,16,200,2,33,7,32,0,32,5,55,3,0,32,0,32,6,55,3,8,32,0,65,188,7,106,32,7,65,254,11,32,0,16,247,2,34,7,65,127,70,13,1,32,13,32,0,40,2,188,7,16,171,2,32,10,32,7,65,2,116,16,85,16,171,2,32,10,16,224,3,13,1,32,10,40,2,0,33,9,11,32,0,65,136,4,106,32,3,16,203,1,32,0,65,136,4,106,16,135,1,34,17,32,0,40,2,188,7,34,8,32,7,32,8,106,32,9,16,223,2,32,7,65,0,74,4,64,32,0,40,2,188,7,45,0,0,65,45,70,33,14,11,32,2,32,14,32,0,65,136,4,106,32,0,65,128,4,106,32,0,65,252,3,106,32,0,65,248,3,106,32,0,65,232,3,106,16,151,1,34,15,32,0,65,216,3,106,16,151,1,34,8,32,0,65,200,3,106,16,151,1,34,11,32,0,65,196,3,106,16,231,3,32,0,65,204,0,54,2,48,32,0,65,40,106,65,0,32,0,65,48,106,16,170,2,33,12,2,127,32,0,40,2,196,3,34,2,32,7,72,4,64,32,11,16,165,1,32,7,32,2,107,65,1,116,106,32,8,16,165,1,106,32,0,40,2,196,3,106,65,1,106,12,1,11,32,11,16,165,1,32,8,16,165,1,106,32,0,40,2,196,3,106,65,2,106,11,33,16,32,0,65,48,106,33,2,32,16,65,229,0,79,4,64,32,12,32,16,65,2,116,16,85,16,171,2,32,12,40,2,0,34,2,69,13,1,11,32,2,32,0,65,36,106,32,0,65,32,106,32,3,40,2,4,32,9,32,9,32,7,65,2,116,106,32,17,32,14,32,0,65,128,4,106,32,0,40,2,252,3,32,0,40,2,248,3,32,15,32,8,32,11,32,0,40,2,196,3,16,232,3,32,1,32,2,32,0,40,2,36,32,0,40,2,32,32,3,32,4,16,129,3,33,7,32,12,16,174,2,32,11,16,246,5,26,32,8,16,246,5,26,32,15,16,246,5,26,32,0,65,136,4,106,16,163,2,32,10,16,174,2,32,13,16,174,2,32,0,65,176,8,106,36,0,32,7,15,11,16,177,1,0,11,219,2,1,1,127,35,0,65,16,107,34,10,36,0,32,9,2,127,32,0,4,64,32,2,16,219,3,33,0,2,64,32,1,4,64,32,10,32,0,16,203,3,32,3,32,10,40,2,0,54,0,0,32,10,32,0,16,204,3,32,8,32,10,16,220,3,32,10,16,246,5,26,12,1,11,32,10,32,0,16,227,3,32,3,32,10,40,2,0,54,0,0,32,10,32,0,16,166,2,32,8,32,10,16,220,3,32,10,16,246,5,26,11,32,4,32,0,16,225,2,54,2,0,32,5,32,0,16,226,2,54,2,0,32,10,32,0,16,227,2,32,6,32,10,16,154,1,32,10,16,246,5,26,32,10,32,0,16,165,2,32,7,32,10,16,220,3,32,10,16,246,5,26,32,0,16,205,3,12,1,11,32,2,16,221,3,33,0,2,64,32,1,4,64,32,10,32,0,16,203,3,32,3,32,10,40,2,0,54,0,0,32,10,32,0,16,204,3,32,8,32,10,16,220,3,32,10,16,246,5,26,12,1,11,32,10,32,0,16,227,3,32,3,32,10,40,2,0,54,0,0,32,10,32,0,16,166,2,32,8,32,10,16,220,3,32,10,16,246,5,26,11,32,4,32,0,16,225,2,54,2,0,32,5,32,0,16,226,2,54,2,0,32,10,32,0,16,227,2,32,6,32,10,16,154,1,32,10,16,246,5,26,32,10,32,0,16,165,2,32,7,32,10,16,220,3,32,10,16,246,5,26,32,0,16,205,3,11,54,2,0,32,10,65,16,106,36,0,11,143,6,1,10,127,35,0,65,16,107,34,20,36,0,32,2,32,0,54,2,0,32,3,65,128,4,113,33,22,32,7,65,2,116,33,23,3,64,32,21,65,4,70,4,64,32,13,16,165,1,65,1,75,4,64,32,20,32,13,16,229,2,54,2,8,32,2,32,20,65,8,106,65,1,16,222,3,32,13,16,253,2,32,2,40,2,0,16,228,3,54,2,0,11,32,3,65,176,1,113,34,7,65,16,71,4,64,32,1,32,7,65,32,70,4,127,32,2,40,2,0,5,32,0,11,54,2,0,11,32,20,65,16,106,36,0,5,2,64,2,64,2,64,2,64,2,64,2,64,32,8,32,21,106,44,0,0,14,5,0,1,3,2,4,5,11,32,1,32,2,40,2,0,54,2,0,12,4,11,32,1,32,2,40,2,0,54,2,0,32,6,65,32,16,195,1,33,7,32,2,32,2,40,2,0,34,15,65,4,106,54,2,0,32,15,32,7,54,2,0,12,3,11,32,13,16,175,2,13,2,32,13,65,0,16,208,2,40,2,0,33,7,32,2,32,2,40,2,0,34,15,65,4,106,54,2,0,32,15,32,7,54,2,0,12,2,11,32,12,16,175,2,33,7,32,22,69,13,1,32,7,13,1,32,2,32,12,16,229,2,32,12,16,253,2,32,2,40,2,0,16,228,3,54,2,0,12,1,11,32,2,40,2,0,33,24,32,4,32,23,106,34,4,33,7,3,64,2,64,32,5,32,7,77,13,0,32,6,65,128,16,32,7,40,2,0,16,138,1,69,13,0,32,7,65,4,106,33,7,12,1,11,11,32,14,65,0,74,4,64,32,2,40,2,0,33,15,32,14,33,16,3,64,2,64,32,4,32,7,79,13,0,32,16,69,13,0,32,7,65,4,107,34,7,40,2,0,33,18,32,2,32,15,65,4,106,34,17,54,2,0,32,15,32,18,54,2,0,32,16,65,1,107,33,16,32,17,33,15,12,1,11,11,2,64,32,16,69,4,64,65,0,33,17,12,1,11,32,6,65,48,16,195,1,33,17,32,2,40,2,0,33,15,11,3,64,32,15,65,4,106,33,18,32,16,65,0,74,4,64,32,15,32,17,54,2,0,32,16,65,1,107,33,16,32,18,33,15,12,1,11,11,32,2,32,18,54,2,0,32,15,32,9,54,2,0,11,2,64,32,4,32,7,70,4,64,32,6,65,48,16,195,1,33,15,32,2,32,2,40,2,0,34,16,65,4,106,34,7,54,2,0,32,16,32,15,54,2,0,12,1,11,32,11,16,175,2,4,127,65,127,5,32,11,65,0,16,173,2,44,0,0,11,33,17,65,0,33,15,65,0,33,19,3,64,32,4,32,7,71,4,64,2,64,32,15,32,17,71,4,64,32,15,33,18,12,1,11,32,2,32,2,40,2,0,34,16,65,4,106,54,2,0,32,16,32,10,54,2,0,65,0,33,18,32,11,16,165,1,32,19,65,1,106,34,19,77,4,64,32,15,33,17,12,1,11,32,11,32,19,16,173,2,45,0,0,65,255,0,70,4,64,65,127,33,17,12,1,11,32,11,32,19,16,173,2,44,0,0,33,17,11,32,7,65,4,107,34,7,40,2,0,33,15,32,2,32,2,40,2,0,34,16,65,4,106,54,2,0,32,16,32,15,54,2,0,32,18,65,1,106,33,15,12,1,11,11,32,2,40,2,0,33,7,11,32,24,32,7,16,130,3,11,32,21,65,1,106,33,21,12,1,11,11,11,169,3,1,7,127,35,0,65,240,3,107,34,0,36,0,32,0,65,232,3,106,32,3,16,203,1,32,0,65,232,3,106,16,135,1,33,10,32,5,16,165,1,4,64,32,5,65,0,16,208,2,40,2,0,32,10,65,45,16,195,1,70,33,11,11,32,2,32,11,32,0,65,232,3,106,32,0,65,224,3,106,32,0,65,220,3,106,32,0,65,216,3,106,32,0,65,200,3,106,16,151,1,34,12,32,0,65,184,3,106,16,151,1,34,6,32,0,65,168,3,106,16,151,1,34,7,32,0,65,164,3,106,16,231,3,32,0,65,204,0,54,2,16,32,0,65,8,106,65,0,32,0,65,16,106,16,170,2,33,9,2,127,32,5,16,165,1,32,0,40,2,164,3,74,4,64,32,5,16,165,1,33,2,32,0,40,2,164,3,33,8,32,7,16,165,1,32,2,32,8,107,65,1,116,106,32,6,16,165,1,106,32,0,40,2,164,3,106,65,1,106,12,1,11,32,7,16,165,1,32,6,16,165,1,106,32,0,40,2,164,3,106,65,2,106,11,33,8,32,0,65,16,106,33,2,2,64,32,8,65,229,0,73,13,0,32,9,32,8,65,2,116,16,85,16,171,2,32,9,40,2,0,34,2,13,0,16,177,1,0,11,32,2,32,0,65,4,106,32,0,32,3,40,2,4,32,5,16,159,1,32,5,16,159,1,32,5,16,165,1,65,2,116,106,32,10,32,11,32,0,65,224,3,106,32,0,40,2,220,3,32,0,40,2,216,3,32,12,32,6,32,7,32,0,40,2,164,3,16,232,3,32,1,32,2,32,0,40,2,4,32,0,40,2,0,32,3,32,4,16,129,3,33,5,32,9,16,174,2,32,7,16,246,5,26,32,6,16,246,5,26,32,12,16,246,5,26,32,0,65,232,3,106,16,163,2,32,0,65,240,3,106,36,0,32,5,11,25,0,32,1,32,0,107,34,1,4,64,32,2,32,0,32,1,16,70,11,32,1,32,2,106,11,15,0,32,0,32,0,40,2,0,32,1,106,54,2,0,11,18,0,32,0,32,0,40,2,0,32,1,65,2,116,106,54,2,0,11,4,0,65,127,11,9,0,32,0,32,5,16,52,26,11,10,0,32,0,32,5,16,188,3,26,11,10,0,32,0,16,241,3,26,32,0,11,33,0,32,0,65,136,237,1,54,2,0,32,0,40,2,8,16,200,2,71,4,64,32,0,40,2,8,16,129,2,11,32,0,11,9,0,32,0,16,240,3,16,86,11,30,0,32,0,32,1,65,1,107,54,2,4,32,0,65,216,168,2,54,2,0,32,0,65,220,240,1,54,2,0,11,75,1,2,127,35,0,65,16,107,34,1,36,0,32,0,66,0,55,3,0,32,1,65,0,54,2,12,32,0,65,8,106,34,2,32,1,65,12,106,16,213,5,32,2,65,8,106,65,0,58,0,120,32,1,65,16,106,36,0,32,0,65,30,16,138,4,32,0,65,30,16,139,4,32,0,11,23,1,1,127,32,0,16,140,4,33,1,32,0,16,141,4,32,0,32,1,16,142,4,11,16,0,32,0,32,1,65,200,167,4,16,143,4,16,144,4,11,16,0,32,0,32,1,65,208,167,4,16,143,4,16,144,4,11,16,0,32,0,32,1,65,148,169,4,16,143,4,16,144,4,11,16,0,32,0,32,1,65,140,169,4,16,143,4,16,144,4,11,16,0,32,0,32,1,65,156,169,4,16,143,4,16,144,4,11,16,0,32,0,32,1,65,164,169,4,16,143,4,16,144,4,11,16,0,32,0,32,1,65,172,169,4,16,143,4,16,144,4,11,16,0,32,0,32,1,65,180,169,4,16,143,4,16,144,4,11,16,0,32,0,32,1,65,188,169,4,16,143,4,16,144,4,11,16,0,32,0,32,1,65,196,169,4,16,143,4,16,144,4,11,16,0,32,0,32,1,65,152,168,4,16,143,4,16,144,4,11,16,0,32,0,32,1,65,160,168,4,16,143,4,16,144,4,11,16,0,32,0,32,1,65,168,168,4,16,143,4,16,144,4,11,16,0,32,0,32,1,65,176,168,4,16,143,4,16,144,4,11,16,0,32,0,32,1,65,248,167,4,16,143,4,16,144,4,11,16,0,32,0,32,1,65,128,168,4,16,143,4,16,144,4,11,16,0,32,0,32,1,65,136,168,4,16,143,4,16,144,4,11,16,0,32,0,32,1,65,144,168,4,16,143,4,16,144,4,11,16,0,32,0,32,1,65,216,168,4,16,143,4,16,144,4,11,16,0,32,0,32,1,65,224,168,4,16,143,4,16,144,4,11,66,1,1,127,32,0,16,206,5,32,1,73,4,64,16,177,1,0,11,32,0,32,0,16,180,5,32,1,16,207,5,34,2,54,2,0,32,0,32,2,54,2,4,32,0,16,208,5,32,2,32,1,65,2,116,106,54,2,0,32,0,65,0,16,209,5,11,84,1,3,127,35,0,65,16,107,34,3,36,0,32,3,32,0,32,1,16,210,5,34,2,40,2,4,33,1,32,2,40,2,8,33,4,3,64,32,1,32,4,70,4,64,32,2,16,211,5,32,3,65,16,106,36,0,5,32,0,16,180,5,32,1,16,212,5,32,2,32,1,65,4,106,34,1,54,2,4,12,1,11,11,11,16,0,32,0,40,2,4,32,0,40,2,0,107,65,2,117,11,12,0,32,0,32,0,40,2,0,16,217,5,11,44,0,32,0,40,2,0,26,32,0,40,2,0,32,0,16,215,5,65,2,116,106,26,32,0,40,2,0,26,32,0,40,2,0,32,0,16,140,4,65,2,116,106,26,11,207,1,1,4,127,35,0,65,32,107,34,1,36,0,32,1,65,0,54,2,12,32,1,65,206,0,54,2,8,32,1,32,1,41,3,8,55,3,0,32,1,65,16,106,34,2,32,1,41,2,0,55,2,4,32,2,32,0,54,2,0,32,2,33,3,35,0,65,16,107,34,2,36,0,32,0,40,2,0,65,127,71,4,64,32,2,65,8,106,34,4,32,3,16,233,2,26,32,2,32,4,16,233,2,26,3,64,32,0,40,2,0,65,1,70,13,0,11,32,0,40,2,0,69,4,64,32,0,65,1,54,2,0,32,2,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,65,207,0,17,0,0,26,32,0,65,127,54,2,0,11,11,32,2,65,16,106,36,0,32,0,40,2,4,33,0,32,1,65,32,106,36,0,32,0,65,1,107,11,212,5,1,11,127,35,0,65,16,107,34,11,36,0,32,1,16,161,4,35,0,65,16,107,34,7,36,0,32,7,32,1,54,2,12,32,11,65,8,106,34,1,32,7,65,12,106,16,208,1,32,7,65,16,106,36,0,32,1,33,7,32,0,65,8,106,34,1,16,140,4,32,2,77,4,64,2,64,32,1,16,140,4,34,4,32,2,65,1,106,34,0,73,4,64,35,0,65,32,107,34,12,36,0,2,64,32,0,32,4,107,34,4,32,1,34,3,16,208,5,40,2,0,32,3,40,2,4,107,65,2,117,77,4,64,32,3,32,4,16,139,4,12,1,11,32,3,16,180,5,33,0,32,3,32,3,16,140,4,32,4,106,16,220,5,33,8,32,3,16,140,4,33,9,35,0,65,16,107,34,10,36,0,32,10,65,0,54,2,12,32,12,65,8,106,34,5,65,12,106,34,13,32,10,65,12,106,16,213,5,32,13,32,0,54,2,4,32,8,4,64,32,5,16,221,5,32,8,16,207,5,33,6,11,32,5,32,6,54,2,0,32,5,32,6,32,9,65,2,116,106,34,9,54,2,8,32,5,32,9,54,2,4,32,5,16,222,5,32,6,32,8,65,2,116,106,54,2,0,32,10,65,16,106,36,0,32,5,33,0,35,0,65,16,107,34,5,36,0,32,5,32,0,65,8,106,34,6,40,2,0,54,2,0,32,6,40,2,0,33,8,32,5,32,6,54,2,8,32,5,32,8,32,4,65,2,116,106,54,2,4,32,5,34,4,40,2,0,33,6,3,64,32,4,40,2,4,32,6,71,4,64,32,0,16,221,5,32,4,40,2,0,16,212,5,32,4,32,4,40,2,0,65,4,106,34,6,54,2,0,12,1,11,11,32,4,40,2,8,32,4,40,2,0,54,2,0,32,5,65,16,106,36,0,32,3,34,4,16,167,4,32,3,16,180,5,26,32,0,34,3,65,4,106,34,0,32,0,40,2,0,32,4,40,2,4,32,4,40,2,0,34,8,107,34,5,107,34,6,54,2,0,32,5,65,0,74,4,64,32,6,32,8,32,5,16,69,26,11,32,4,32,0,16,160,1,32,4,65,4,106,32,3,65,8,106,16,160,1,32,4,16,208,5,32,3,16,222,5,16,160,1,32,3,32,3,40,2,4,54,2,0,32,4,32,4,16,140,4,16,209,5,32,3,40,2,4,33,0,3,64,32,0,32,3,40,2,8,71,4,64,32,3,16,221,5,26,32,3,32,3,40,2,8,65,4,107,54,2,8,12,1,11,11,32,3,40,2,0,4,64,32,3,16,221,5,32,3,40,2,0,32,3,16,222,5,40,2,0,32,3,40,2,0,107,65,2,117,16,216,5,11,11,32,12,65,32,106,36,0,12,1,11,32,0,32,4,73,4,64,32,1,32,1,40,2,0,32,0,65,2,116,106,16,169,4,11,11,11,32,1,32,2,16,160,4,40,2,0,4,64,32,1,32,2,16,160,4,40,2,0,16,164,4,11,32,7,16,208,3,33,0,32,1,32,2,16,160,4,32,0,54,2,0,32,7,40,2,0,33,0,32,7,65,0,54,2,0,32,0,4,64,32,0,16,164,4,11,32,11,65,16,106,36,0,11,18,0,32,0,32,1,16,243,3,32,0,65,192,249,1,54,2,0,11,18,0,32,0,32,1,16,243,3,32,0,65,224,249,1,54,2,0,11,44,0,32,0,32,1,16,243,3,32,0,65,0,58,0,12,32,0,65,0,54,2,8,32,0,65,220,235,1,54,2,0,32,0,65,144,232,0,40,2,0,54,2,8,11,18,0,32,0,32,1,16,243,3,32,0,65,148,241,1,54,2,0,11,36,0,32,0,32,1,16,243,3,32,0,65,174,216,0,59,1,8,32,0,65,184,237,1,54,2,0,32,0,65,12,106,16,151,1,26,11,39,0,32,0,32,1,16,243,3,32,0,66,174,128,128,128,192,5,55,2,8,32,0,65,224,237,1,54,2,0,32,0,65,16,106,16,151,1,26,11,18,0,32,0,32,1,16,243,3,32,0,65,164,141,2,54,2,0,11,18,0,32,0,32,1,16,243,3,32,0,65,184,142,2,54,2,0,11,18,0,32,0,32,1,16,243,3,32,0,65,172,143,2,54,2,0,11,18,0,32,0,32,1,16,243,3,32,0,65,160,144,2,54,2,0,11,41,0,32,0,32,1,16,243,3,32,0,65,8,106,34,1,65,192,166,2,54,2,0,32,0,65,248,128,2,54,2,0,32,1,65,168,129,2,54,2,0,11,41,0,32,0,32,1,16,243,3,32,0,65,8,106,34,1,65,228,166,2,54,2,0,32,0,65,128,131,2,54,2,0,32,1,65,176,131,2,54,2,0,11,18,0,32,0,32,1,16,243,3,32,0,65,196,153,2,54,2,0,11,18,0,32,0,32,1,16,243,3,32,0,65,188,154,2,54,2,0,11,135,7,1,1,127,2,64,65,248,168,4,45,0,0,65,1,113,13,0,65,248,168,4,16,141,6,69,13,0,65,184,181,4,65,1,16,243,3,65,184,181,4,65,136,235,1,54,2,0,65,192,181,4,16,244,3,33,0,65,208,182,4,65,244,13,16,51,26,32,0,16,245,3,65,128,179,4,65,1,16,145,4,65,184,181,4,65,128,179,4,16,246,3,65,136,179,4,65,1,16,146,4,65,184,181,4,65,136,179,4,16,247,3,65,144,179,4,65,1,16,147,4,65,184,181,4,65,144,179,4,16,248,3,65,160,179,4,65,1,16,148,4,65,184,181,4,65,160,179,4,16,249,3,65,168,179,4,65,1,16,243,3,65,168,179,4,65,168,242,1,54,2,0,65,184,181,4,65,168,179,4,16,250,3,65,176,179,4,65,1,16,243,3,65,176,179,4,65,136,237,1,54,2,0,65,184,179,4,16,200,2,54,2,0,65,184,181,4,65,176,179,4,16,251,3,65,192,179,4,65,1,16,243,3,65,192,179,4,65,188,243,1,54,2,0,65,184,181,4,65,192,179,4,16,252,3,65,200,179,4,65,1,16,243,3,65,200,179,4,65,176,244,1,54,2,0,65,184,181,4,65,200,179,4,16,253,3,65,208,179,4,65,1,16,149,4,65,184,181,4,65,208,179,4,16,254,3,65,232,179,4,65,1,16,150,4,65,184,181,4,65,232,179,4,16,255,3,65,136,180,4,65,1,16,243,3,65,136,180,4,65,128,250,1,54,2,0,65,184,181,4,65,136,180,4,65,216,167,4,16,143,4,16,144,4,65,144,180,4,65,1,16,243,3,65,144,180,4,65,244,251,1,54,2,0,65,184,181,4,65,144,180,4,65,224,167,4,16,143,4,16,144,4,65,152,180,4,65,1,16,243,3,65,152,180,4,65,200,253,1,54,2,0,65,184,181,4,65,152,180,4,65,232,167,4,16,143,4,16,144,4,65,160,180,4,65,1,16,243,3,65,160,180,4,65,176,255,1,54,2,0,65,184,181,4,65,160,180,4,65,240,167,4,16,143,4,16,144,4,65,168,180,4,65,1,16,151,4,65,184,181,4,65,168,180,4,16,128,4,65,176,180,4,65,1,16,152,4,65,184,181,4,65,176,180,4,16,129,4,65,184,180,4,65,1,16,153,4,65,184,181,4,65,184,180,4,16,130,4,65,192,180,4,65,1,16,154,4,65,184,181,4,65,192,180,4,16,131,4,65,200,180,4,65,1,16,243,3,65,200,180,4,65,180,148,2,54,2,0,65,184,181,4,65,200,180,4,65,184,168,4,16,143,4,16,144,4,65,208,180,4,65,1,16,243,3,65,208,180,4,65,216,149,2,54,2,0,65,184,181,4,65,208,180,4,65,192,168,4,16,143,4,16,144,4,65,216,180,4,65,1,16,243,3,65,216,180,4,65,252,150,2,54,2,0,65,184,181,4,65,216,180,4,65,200,168,4,16,143,4,16,144,4,65,224,180,4,65,1,16,243,3,65,224,180,4,65,160,152,2,54,2,0,65,184,181,4,65,224,180,4,65,208,168,4,16,143,4,16,144,4,65,232,180,4,65,1,16,155,4,65,184,181,4,65,232,180,4,16,132,4,65,248,180,4,65,1,16,156,4,65,184,181,4,65,248,180,4,16,133,4,65,136,181,4,65,1,16,243,3,65,144,181,4,16,218,5,65,136,181,4,65,160,137,2,54,2,0,65,184,181,4,65,136,181,4,16,134,4,65,152,181,4,65,1,16,243,3,65,160,181,4,16,218,5,65,152,181,4,65,188,138,2,54,2,0,65,184,181,4,65,152,181,4,16,135,4,65,168,181,4,65,1,16,157,4,65,184,181,4,65,168,181,4,16,136,4,65,176,181,4,65,1,16,158,4,65,184,181,4,65,176,181,4,16,137,4,65,240,168,4,65,184,181,4,54,2,0,65,244,168,4,65,240,168,4,54,2,0,65,248,168,4,16,143,6,11,65,244,168,4,40,2,0,11,13,0,32,0,40,2,0,32,1,65,2,116,106,11,20,0,32,0,65,4,106,34,0,32,0,40,2,0,65,1,106,54,2,0,11,73,1,1,127,35,0,65,16,107,34,3,36,0,32,0,32,2,16,147,4,32,0,65,144,236,1,54,2,0,32,0,32,1,16,159,1,16,240,1,34,2,54,2,16,32,2,69,4,64,32,3,65,254,18,32,1,16,138,6,16,177,1,0,11,32,3,65,16,106,36,0,32,0,11,73,1,1,127,35,0,65,16,107,34,3,36,0,32,0,32,2,16,148,4,32,0,65,196,236,1,54,2,0,32,0,32,1,16,159,1,16,240,1,34,2,54,2,8,32,2,69,4,64,32,3,65,193,18,32,1,16,138,6,16,177,1,0,11,32,3,65,16,106,36,0,32,0,11,61,0,32,0,65,4,106,16,166,4,65,127,70,4,64,32,0,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,8,17,0,0,26,11,11,117,1,2,127,32,0,65,136,235,1,54,2,0,32,0,65,8,106,33,1,3,64,32,1,16,140,4,32,2,75,4,64,32,1,32,2,16,160,4,40,2,0,4,64,32,1,32,2,16,160,4,40,2,0,16,164,4,11,32,2,65,1,106,33,2,12,1,11,11,32,0,65,152,1,106,16,246,5,26,32,1,16,167,4,32,1,40,2,0,4,64,32,1,16,141,4,32,1,16,180,5,32,1,40,2,0,32,1,16,215,5,16,216,5,11,32,0,11,19,0,32,0,32,0,40,2,0,65,1,107,34,0,54,2,0,32,0,11,53,0,32,0,40,2,0,26,32,0,40,2,0,32,0,16,215,5,65,2,116,106,26,32,0,40,2,0,32,0,16,140,4,65,2,116,106,26,32,0,40,2,0,32,0,16,215,5,65,2,116,106,26,11,9,0,32,0,16,165,4,16,86,11,25,1,1,127,32,0,16,140,4,33,2,32,0,32,1,16,217,5,32,0,32,2,16,142,4,11,21,0,32,0,32,1,40,2,0,34,1,54,2,0,32,1,16,161,4,32,0,11,78,0,2,64,65,132,169,4,45,0,0,65,1,113,13,0,65,132,169,4,16,141,6,69,13,0,65,252,168,4,16,159,4,16,170,4,26,65,128,169,4,65,252,168,4,54,2,0,65,132,169,4,16,143,6,11,32,0,65,128,169,4,40,2,0,40,2,0,34,0,54,2,0,32,0,16,161,4,11,28,0,32,1,40,2,0,16,161,4,32,0,40,2,0,16,164,4,32,0,32,1,40,2,0,54,2,0,11,31,0,32,0,2,127,65,136,169,4,65,136,169,4,40,2,0,65,1,106,34,0,54,2,0,32,0,11,54,2,4,11,52,0,32,0,4,64,32,0,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,4,17,0,0,26,11,11,96,1,2,127,32,0,40,2,0,40,2,0,34,0,40,2,0,32,0,40,2,8,34,2,65,1,117,106,33,1,32,0,40,2,4,33,0,32,1,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,2,65,1,113,4,127,32,1,40,2,0,32,0,106,40,2,0,5,32,0,11,17,0,0,26,11,21,0,32,0,65,156,235,1,54,2,0,32,0,40,2,8,16,129,2,32,0,11,9,0,32,0,16,176,4,16,86,11,99,1,1,127,35,0,65,32,107,34,5,36,0,32,5,65,16,106,32,1,32,2,16,155,2,33,1,32,5,32,3,32,4,16,155,2,33,3,32,1,16,159,1,33,2,32,3,16,159,1,33,4,32,0,40,2,8,26,32,2,32,4,16,235,1,33,4,32,3,16,246,5,26,32,1,16,246,5,26,32,5,65,32,106,36,0,32,4,65,0,71,65,127,32,4,65,0,78,27,11,86,1,1,127,35,0,65,16,107,34,4,36,0,32,0,65,0,32,4,32,2,32,3,16,155,2,34,2,16,159,1,65,0,32,1,40,2,8,16,130,2,65,0,16,241,2,34,0,16,159,1,32,2,16,159,1,32,0,16,165,1,65,1,106,32,1,40,2,8,16,130,2,26,32,2,16,246,5,26,32,4,65,16,106,36,0,11,21,0,32,0,65,188,235,1,54,2,0,32,0,40,2,8,16,129,2,32,0,11,9,0,32,0,16,180,4,16,86,11,175,1,1,2,127,35,0,65,32,107,34,6,36,0,32,6,65,16,106,32,1,32,2,16,159,2,33,1,32,6,32,3,32,4,16,159,2,33,3,32,1,16,159,1,33,2,32,3,16,159,1,33,4,32,0,40,2,8,26,32,2,40,2,0,33,0,2,64,32,4,40,2,0,34,5,69,13,0,32,0,69,13,0,32,0,32,5,71,13,0,3,64,32,2,40,2,4,33,0,32,4,40,2,4,34,5,69,13,1,32,0,69,13,1,32,4,65,4,106,33,4,32,2,65,4,106,33,2,32,0,32,5,70,13,0,11,11,32,0,32,5,107,33,4,32,3,16,246,5,26,32,1,16,246,5,26,32,6,65,32,106,36,0,32,4,65,0,71,65,127,32,4,65,0,78,27,11,86,1,1,127,35,0,65,16,107,34,4,36,0,32,0,65,0,32,4,32,2,32,3,16,159,2,34,2,16,159,1,65,0,32,1,40,2,8,16,132,2,65,0,16,131,3,34,0,16,159,1,32,2,16,159,1,32,0,16,165,1,65,1,106,32,1,40,2,8,16,132,2,26,32,2,16,246,5,26,32,4,65,16,106,36,0,11,36,0,32,2,65,255,0,77,4,127,65,144,232,0,40,2,0,32,2,65,1,116,106,47,1,0,32,1,113,65,0,71,5,65,0,11,11,70,0,3,64,32,1,32,2,71,4,64,32,3,32,1,40,2,0,65,255,0,77,4,127,65,144,232,0,40,2,0,32,1,40,2,0,65,1,116,106,47,1,0,5,65,0,11,59,1,0,32,3,65,2,106,33,3,32,1,65,4,106,33,1,12,1,11,11,32,2,11,68,0,3,64,2,64,32,2,32,3,71,4,127,32,2,40,2,0,65,255,0,75,13,1,65,144,232,0,40,2,0,32,2,40,2,0,65,1,116,106,47,1,0,32,1,113,69,13,1,32,2,5,32,3,11,15,11,32,2,65,4,106,33,2,12,0,11,0,11,69,0,2,64,3,64,32,2,32,3,70,13,1,2,64,32,2,40,2,0,65,255,0,75,13,0,65,144,232,0,40,2,0,32,2,40,2,0,65,1,116,106,47,1,0,32,1,113,69,13,0,32,2,65,4,106,33,2,12,1,11,11,32,2,33,3,11,32,3,11,30,0,32,1,65,255,0,77,4,127,65,160,238,0,40,2,0,32,1,65,2,116,106,40,2,0,5,32,1,11,11,65,0,3,64,32,1,32,2,71,4,64,32,1,32,1,40,2,0,34,0,65,255,0,77,4,127,65,160,238,0,40,2,0,32,1,40,2,0,65,2,116,106,40,2,0,5,32,0,11,54,2,0,32,1,65,4,106,33,1,12,1,11,11,32,2,11,30,0,32,1,65,255,0,77,4,127,65,176,250,0,40,2,0,32,1,65,2,116,106,40,2,0,5,32,1,11,11,65,0,3,64,32,1,32,2,71,4,64,32,1,32,1,40,2,0,34,0,65,255,0,77,4,127,65,176,250,0,40,2,0,32,1,40,2,0,65,2,116,106,40,2,0,5,32,0,11,54,2,0,32,1,65,4,106,33,1,12,1,11,11,32,2,11,42,0,3,64,32,1,32,2,70,69,4,64,32,3,32,1,44,0,0,54,2,0,32,3,65,4,106,33,3,32,1,65,1,106,33,1,12,1,11,11,32,2,11,19,0,32,1,32,2,32,1,65,128,1,73,27,65,24,116,65,24,117,11,53,0,3,64,32,1,32,2,70,69,4,64,32,4,32,1,40,2,0,34,0,32,3,32,0,65,128,1,73,27,58,0,0,32,4,65,1,106,33,4,32,1,65,4,106,33,1,12,1,11,11,32,2,11,40,1,1,127,32,0,65,220,235,1,54,2,0,2,64,32,0,40,2,8,34,1,69,13,0,32,0,45,0,12,69,13,0,32,1,16,86,11,32,0,11,9,0,32,0,16,195,4,16,86,11,39,0,32,1,65,0,78,4,127,65,160,238,0,40,2,0,32,1,65,255,1,113,65,2,116,106,40,2,0,5,32,1,11,65,24,116,65,24,117,11,64,0,3,64,32,1,32,2,71,4,64,32,1,32,1,44,0,0,34,0,65,0,78,4,127,65,160,238,0,40,2,0,32,1,44,0,0,65,2,116,106,40,2,0,5,32,0,11,58,0,0,32,1,65,1,106,33,1,12,1,11,11,32,2,11,39,0,32,1,65,0,78,4,127,65,176,250,0,40,2,0,32,1,65,255,1,113,65,2,116,106,40,2,0,5,32,1,11,65,24,116,65,24,117,11,64,0,3,64,32,1,32,2,71,4,64,32,1,32,1,44,0,0,34,0,65,0,78,4,127,65,176,250,0,40,2,0,32,1,44,0,0,65,2,116,106,40,2,0,5,32,0,11,58,0,0,32,1,65,1,106,33,1,12,1,11,11,32,2,11,42,0,3,64,32,1,32,2,70,69,4,64,32,3,32,1,45,0,0,58,0,0,32,3,65,1,106,33,3,32,1,65,1,106,33,1,12,1,11,11,32,2,11,12,0,32,1,32,2,32,1,65,0,78,27,11,52,0,3,64,32,1,32,2,70,69,4,64,32,4,32,1,44,0,0,34,0,32,3,32,0,65,0,78,27,58,0,0,32,4,65,1,106,33,4,32,1,65,1,106,33,1,12,1,11,11,32,2,11,9,0,32,0,16,205,4,16,86,11,27,0,32,0,65,144,236,1,54,2,0,32,0,40,2,16,16,129,2,32,0,16,195,4,26,32,0,11,23,0,32,0,40,2,16,26,32,1,65,255,1,113,16,133,2,65,24,116,65,24,117,11,43,0,3,64,32,1,32,2,71,4,64,32,0,40,2,16,26,32,1,32,1,45,0,0,16,133,2,58,0,0,32,1,65,1,106,33,1,12,1,11,11,32,2,11,23,0,32,0,40,2,16,26,32,1,65,255,1,113,16,134,2,65,24,116,65,24,117,11,43,0,3,64,32,1,32,2,71,4,64,32,0,40,2,16,26,32,1,32,1,45,0,0,16,134,2,58,0,0,32,1,65,1,106,33,1,12,1,11,11,32,2,11,9,0,32,0,16,211,4,16,86,11,21,0,32,0,65,196,236,1,54,2,0,32,0,40,2,8,16,129,2,32,0,11,145,2,1,1,127,32,1,65,128,192,0,113,4,64,32,0,40,2,8,26,32,2,16,135,2,65,0,71,33,3,11,32,1,65,128,128,1,113,4,64,32,3,32,2,32,0,40,2,8,16,136,2,65,0,71,114,33,3,11,32,1,65,2,113,4,64,32,3,32,2,32,0,40,2,8,16,137,2,65,0,71,114,33,3,11,32,1,65,128,2,113,4,64,32,3,32,2,32,0,40,2,8,16,141,2,65,0,71,114,33,3,11,32,1,65,128,4,113,4,64,32,3,32,2,32,0,40,2,8,16,142,2,65,0,71,114,33,3,11,32,1,65,128,8,113,4,64,32,3,32,2,32,0,40,2,8,16,143,2,65,0,71,114,33,3,11,32,1,65,128,16,113,4,64,32,0,40,2,8,26,32,3,32,2,16,75,65,0,71,114,33,3,11,32,1,65,4,113,4,64,32,3,32,2,32,0,40,2,8,16,144,2,65,0,71,114,33,3,11,32,1,65,128,32,113,4,64,32,3,32,2,32,0,40,2,8,16,145,2,65,0,71,114,33,3,11,32,1,65,1,113,4,127,32,0,40,2,8,26,32,3,32,2,16,146,2,65,0,71,114,5,32,3,11,11,224,2,1,1,127,3,64,32,1,32,2,71,4,64,2,64,32,3,2,127,32,1,40,2,0,34,4,65,255,0,77,4,64,65,144,232,0,40,2,0,32,1,40,2,0,65,1,116,106,47,1,0,12,1,11,32,3,65,0,59,1,0,32,0,40,2,8,26,32,4,16,135,2,4,64,32,3,32,3,47,1,0,65,128,192,0,114,59,1,0,11,32,4,32,0,40,2,8,16,136,2,4,64,32,3,32,3,47,1,0,65,128,128,1,114,59,1,0,11,32,4,32,0,40,2,8,16,137,2,4,64,32,3,32,3,47,1,0,65,2,114,59,1,0,11,32,4,32,0,40,2,8,16,141,2,4,64,32,3,32,3,47,1,0,65,128,2,114,59,1,0,11,32,4,32,0,40,2,8,16,142,2,4,64,32,3,32,3,47,1,0,65,128,4,114,59,1,0,11,32,4,32,0,40,2,8,16,143,2,4,64,32,3,32,3,47,1,0,65,128,8,114,59,1,0,11,32,0,40,2,8,26,32,4,16,75,4,64,32,3,32,3,47,1,0,65,128,16,114,59,1,0,11,32,4,32,0,40,2,8,16,144,2,4,64,32,3,32,3,47,1,0,65,4,114,59,1,0,11,32,4,32,0,40,2,8,16,145,2,4,64,32,3,32,3,47,1,0,65,128,32,114,59,1,0,11,32,0,40,2,8,26,32,4,16,146,2,69,13,1,32,3,47,1,0,65,1,114,11,59,1,0,11,32,3,65,2,106,33,3,32,1,65,4,106,33,1,12,1,11,11,32,2,11,165,2,1,10,127,32,1,65,1,113,33,4,32,1,65,128,32,113,33,5,32,1,65,4,113,33,6,32,1,65,128,16,113,33,7,32,1,65,128,8,113,33,8,32,1,65,128,4,113,33,9,32,1,65,128,2,113,33,10,32,1,65,2,113,33,11,32,1,65,128,128,1,113,33,12,32,1,65,128,192,0,113,33,13,2,64,3,64,32,2,32,3,70,13,1,32,2,40,2,0,33,1,2,64,32,13,4,64,32,0,40,2,8,26,32,1,16,135,2,13,1,11,32,12,4,64,32,1,32,0,40,2,8,16,136,2,13,1,11,32,11,4,64,32,1,32,0,40,2,8,16,137,2,13,1,11,32,10,4,64,32,1,32,0,40,2,8,16,141,2,13,1,11,32,9,4,64,32,1,32,0,40,2,8,16,142,2,13,1,11,32,8,4,64,32,1,32,0,40,2,8,16,143,2,13,1,11,32,7,4,64,32,0,40,2,8,26,32,1,16,75,13,1,11,32,6,4,64,32,1,32,0,40,2,8,16,144,2,13,1,11,32,5,4,64,32,1,32,0,40,2,8,16,145,2,13,1,11,32,4,4,64,32,0,40,2,8,26,32,1,16,146,2,13,1,11,32,2,65,4,106,33,2,12,1,11,11,32,2,33,3,11,32,3,11,169,2,1,10,127,32,1,65,1,113,33,4,32,1,65,128,32,113,33,5,32,1,65,4,113,33,6,32,1,65,128,16,113,33,7,32,1,65,128,8,113,33,8,32,1,65,128,4,113,33,9,32,1,65,128,2,113,33,10,32,1,65,2,113,33,11,32,1,65,128,128,1,113,33,12,32,1,65,128,192,0,113,33,13,2,64,3,64,32,2,32,3,70,13,1,32,2,40,2,0,33,1,2,64,2,64,32,13,4,64,32,0,40,2,8,26,32,1,16,135,2,13,1,11,32,12,4,64,32,1,32,0,40,2,8,16,136,2,13,1,11,32,11,4,64,32,1,32,0,40,2,8,16,137,2,13,1,11,32,10,4,64,32,1,32,0,40,2,8,16,141,2,13,1,11,32,9,4,64,32,1,32,0,40,2,8,16,142,2,13,1,11,32,8,4,64,32,1,32,0,40,2,8,16,143,2,13,1,11,32,7,4,64,32,0,40,2,8,26,32,1,16,75,13,1,11,32,6,4,64,32,1,32,0,40,2,8,16,144,2,13,1,11,32,5,4,64,32,1,32,0,40,2,8,16,145,2,13,1,11,32,4,69,13,1,32,0,40,2,8,26,32,1,16,146,2,69,13,1,11,32,2,65,4,106,33,2,12,1,11,11,32,2,33,3,11,32,3,11,13,0,32,0,40,2,8,26,32,1,16,140,2,11,43,0,3,64,32,1,32,2,71,4,64,32,0,40,2,8,26,32,1,32,1,40,2,0,16,140,2,54,2,0,32,1,65,4,106,33,1,12,1,11,11,32,2,11,13,0,32,0,40,2,8,26,32,1,16,138,2,11,43,0,3,64,32,1,32,2,71,4,64,32,0,40,2,8,26,32,1,32,1,40,2,0,16,138,2,54,2,0,32,1,65,4,106,33,1,12,1,11,11,32,2,11,12,0,32,1,32,0,40,2,8,16,221,4,11,103,1,2,127,35,0,65,16,107,34,2,36,0,32,2,32,1,54,2,12,32,2,65,8,106,32,2,65,12,106,16,203,2,33,1,32,0,65,255,1,113,34,3,65,128,1,79,4,127,65,127,32,0,65,24,116,65,24,117,65,255,191,3,113,65,244,162,4,40,2,0,40,2,0,27,65,127,32,0,65,127,71,27,5,32,3,11,33,0,32,1,16,204,2,32,2,65,16,106,36,0,32,0,11,50,0,3,64,32,1,32,2,70,69,4,64,32,3,32,1,44,0,0,32,0,40,2,8,16,221,4,54,2,0,32,3,65,4,106,33,3,32,1,65,1,106,33,1,12,1,11,11,32,2,11,28,0,32,2,32,1,32,0,40,2,8,16,224,4,34,1,32,1,65,127,70,27,65,24,116,65,24,117,11,93,1,1,127,35,0,65,16,107,34,2,36,0,32,2,32,1,54,2,12,32,2,65,8,106,32,2,65,12,106,16,203,2,33,1,32,0,65,128,1,79,4,64,65,127,32,0,65,255,1,113,65,244,162,4,40,2,0,40,2,0,27,65,127,32,0,65,128,127,113,65,128,191,3,70,27,33,0,11,32,1,16,204,2,32,2,65,16,106,36,0,32,0,11,62,1,1,127,3,64,32,1,32,2,70,69,4,64,32,4,32,3,32,1,40,2,0,32,0,40,2,8,16,224,4,34,5,32,5,65,127,70,27,58,0,0,32,4,65,1,106,33,4,32,1,65,4,106,33,1,12,1,11,11,32,2,11,18,0,32,4,32,2,54,2,0,32,7,32,5,54,2,0,65,3,11,11,0,32,4,32,2,54,2,0,65,3,11,55,0,35,0,65,16,107,34,0,36,0,32,0,32,4,54,2,12,32,0,32,3,32,2,107,54,2,8,32,0,65,12,106,32,0,65,8,106,16,176,1,40,2,0,33,3,32,0,65,16,106,36,0,32,3,11,9,0,32,0,16,241,3,16,86,11,188,5,1,12,127,35,0,65,16,107,34,14,36,0,32,2,33,8,3,64,2,64,32,3,32,8,70,4,64,32,3,33,8,12,1,11,32,8,40,2,0,69,13,0,32,8,65,4,106,33,8,12,1,11,11,32,7,32,5,54,2,0,32,4,32,2,54,2,0,3,64,2,64,2,64,2,64,32,2,32,3,70,13,0,32,5,32,6,70,13,0,32,14,32,1,41,2,0,55,3,8,65,1,33,12,32,0,40,2,8,33,17,35,0,65,16,107,34,15,36,0,32,15,32,17,54,2,12,32,15,65,8,106,32,15,65,12,106,16,203,2,33,17,32,8,32,2,107,65,2,117,33,18,32,6,32,5,34,9,107,33,10,65,0,33,16,35,0,65,16,107,34,19,36,0,2,64,32,4,40,2,0,34,11,69,13,0,32,18,69,13,0,32,10,65,0,32,9,27,33,13,3,64,32,19,65,12,106,32,9,32,13,65,4,73,27,32,11,40,2,0,16,241,1,34,10,65,127,70,4,64,65,127,33,16,12,2,11,32,9,4,127,32,13,65,3,77,4,64,32,10,32,13,75,13,3,32,9,32,19,65,12,106,32,10,16,69,26,11,32,13,32,10,107,33,13,32,9,32,10,106,5,65,0,11,33,9,32,11,40,2,0,69,4,64,65,0,33,11,12,2,11,32,10,32,16,106,33,16,32,11,65,4,106,33,11,32,18,65,1,107,34,18,13,0,11,11,32,9,4,64,32,4,32,11,54,2,0,11,32,19,65,16,106,36,0,32,16,33,9,32,17,16,204,2,32,15,65,16,106,36,0,2,64,2,64,2,64,2,64,2,64,32,9,65,1,106,14,2,0,6,1,11,32,7,32,5,54,2,0,3,64,2,64,32,2,32,4,40,2,0,70,13,0,32,5,32,2,40,2,0,32,0,40,2,8,16,231,4,34,8,65,127,70,13,0,32,7,32,7,40,2,0,32,8,106,34,5,54,2,0,32,2,65,4,106,33,2,12,1,11,11,32,4,32,2,54,2,0,12,1,11,32,7,32,7,40,2,0,32,9,106,34,5,54,2,0,32,5,32,6,70,13,2,32,3,32,8,70,4,64,32,4,40,2,0,33,2,32,3,33,8,12,7,11,32,14,65,4,106,65,0,32,0,40,2,8,16,231,4,34,8,65,127,71,13,1,11,65,2,33,12,12,3,11,32,14,65,4,106,33,2,32,6,32,7,40,2,0,107,32,8,73,13,2,3,64,32,8,4,64,32,2,45,0,0,33,5,32,7,32,7,40,2,0,34,12,65,1,106,54,2,0,32,12,32,5,58,0,0,32,8,65,1,107,33,8,32,2,65,1,106,33,2,12,1,11,11,32,4,32,4,40,2,0,65,4,106,34,2,54,2,0,32,2,33,8,3,64,32,3,32,8,70,4,64,32,3,33,8,12,5,11,32,8,40,2,0,69,13,4,32,8,65,4,106,33,8,12,0,11,0,11,32,4,40,2,0,33,2,11,32,2,32,3,71,33,12,11,32,14,65,16,106,36,0,32,12,15,11,32,7,40,2,0,33,5,12,0,11,0,11,58,1,1,127,35,0,65,16,107,34,3,36,0,32,3,32,2,54,2,12,32,3,65,8,106,32,3,65,12,106,16,203,2,33,2,32,0,32,1,16,241,1,33,0,32,2,16,204,2,32,3,65,16,106,36,0,32,0,11,206,6,1,12,127,35,0,65,16,107,34,17,36,0,32,2,33,8,3,64,2,64,32,3,32,8,70,4,64,32,3,33,8,12,1,11,32,8,45,0,0,69,13,0,32,8,65,1,106,33,8,12,1,11,11,32,7,32,5,54,2,0,32,4,32,2,54,2,0,3,64,2,64,2,127,2,64,32,2,32,3,70,13,0,32,5,32,6,70,13,0,32,17,32,1,41,2,0,55,3,8,32,0,40,2,8,33,18,35,0,65,16,107,34,16,36,0,32,16,32,18,54,2,12,32,16,65,8,106,32,16,65,12,106,16,203,2,33,18,32,8,32,2,107,33,13,65,0,33,9,35,0,65,144,8,107,34,10,36,0,32,10,32,4,40,2,0,34,14,54,2,12,32,6,32,5,107,65,2,117,65,128,2,32,5,27,33,11,32,5,32,10,65,16,106,32,5,27,33,15,2,64,2,64,2,64,32,14,69,13,0,32,11,69,13,0,3,64,32,13,65,2,118,34,12,32,11,73,32,13,65,131,1,77,113,13,2,32,15,32,10,65,12,106,32,11,32,12,32,11,32,12,77,27,32,1,16,147,2,34,12,65,127,70,4,64,65,127,33,9,65,0,33,11,32,10,40,2,12,33,14,12,2,11,32,11,65,0,32,12,32,15,32,10,65,16,106,70,27,34,19,107,33,11,32,15,32,19,65,2,116,106,33,15,32,13,32,14,106,32,10,40,2,12,34,14,107,65,0,32,14,27,33,13,32,9,32,12,106,33,9,32,14,69,13,1,32,11,13,0,11,11,32,14,69,13,1,11,32,11,69,13,0,32,13,69,13,0,32,9,33,12,3,64,2,64,2,64,32,15,32,14,32,13,32,1,16,231,1,34,9,65,2,106,65,2,77,4,64,2,64,2,64,32,9,65,1,106,14,2,6,0,1,11,32,10,65,0,54,2,12,12,2,11,32,1,65,0,54,2,0,12,1,11,32,10,32,10,40,2,12,32,9,106,34,14,54,2,12,32,12,65,1,106,33,12,32,11,65,1,107,34,11,13,1,11,32,12,33,9,12,2,11,32,15,65,4,106,33,15,32,13,32,9,107,33,13,32,12,33,9,32,13,13,0,11,11,32,5,4,64,32,4,32,10,40,2,12,54,2,0,11,32,10,65,144,8,106,36,0,32,18,16,204,2,32,16,65,16,106,36,0,2,64,2,64,2,64,2,64,32,9,65,127,70,4,64,3,64,2,64,32,7,32,5,54,2,0,32,2,32,4,40,2,0,70,13,0,65,1,33,6,2,64,2,64,2,64,32,5,32,2,32,8,32,2,107,32,17,65,8,106,32,0,40,2,8,16,233,4,34,5,65,2,106,14,3,8,0,2,1,11,32,4,32,2,54,2,0,12,5,11,32,5,33,6,11,32,2,32,6,106,33,2,32,7,40,2,0,65,4,106,33,5,12,1,11,11,32,4,32,2,54,2,0,12,5,11,32,7,32,7,40,2,0,32,9,65,2,116,106,34,5,54,2,0,32,5,32,6,70,13,3,32,4,40,2,0,33,2,32,3,32,8,70,4,64,32,3,33,8,12,8,11,32,5,32,2,65,1,32,1,32,0,40,2,8,16,233,4,69,13,1,11,65,2,12,4,11,32,7,32,7,40,2,0,65,4,106,54,2,0,32,4,32,4,40,2,0,65,1,106,34,2,54,2,0,32,2,33,8,3,64,32,3,32,8,70,4,64,32,3,33,8,12,6,11,32,8,45,0,0,69,13,5,32,8,65,1,106,33,8,12,0,11,0,11,32,4,32,2,54,2,0,65,1,12,2,11,32,4,40,2,0,33,2,11,32,2,32,3,71,11,33,8,32,17,65,16,106,36,0,32,8,15,11,32,7,40,2,0,33,5,12,0,11,0,11,62,1,1,127,35,0,65,16,107,34,5,36,0,32,5,32,4,54,2,12,32,5,65,8,106,32,5,65,12,106,16,203,2,33,4,32,0,32,1,32,2,32,3,16,231,1,33,0,32,4,16,204,2,32,5,65,16,106,36,0,32,0,11,146,1,1,1,127,35,0,65,16,107,34,5,36,0,32,4,32,2,54,2,0,2,127,65,2,32,5,65,12,106,65,0,32,0,40,2,8,16,231,4,34,1,65,1,106,65,2,73,13,0,26,65,1,32,1,65,1,107,34,1,32,3,32,4,40,2,0,107,75,13,0,26,32,5,65,12,106,33,2,3,127,32,1,4,127,32,2,45,0,0,33,0,32,4,32,4,40,2,0,34,3,65,1,106,54,2,0,32,3,32,0,58,0,0,32,1,65,1,107,33,1,32,2,65,1,106,33,2,12,1,5,65,0,11,11,11,33,2,32,5,65,16,106,36,0,32,2,11,104,1,3,127,32,0,40,2,8,33,2,35,0,65,16,107,34,1,36,0,32,1,32,2,54,2,12,32,1,65,8,106,32,1,65,12,106,16,203,2,33,2,35,0,65,16,107,34,3,36,0,32,3,65,16,106,36,0,65,0,33,3,32,2,16,204,2,32,1,65,16,106,36,0,32,3,4,127,65,127,5,32,0,40,2,8,34,0,69,4,64,65,1,15,11,32,0,16,236,4,65,1,70,11,11,66,1,2,127,35,0,65,16,107,34,1,36,0,32,1,32,0,54,2,12,32,1,65,8,106,32,1,65,12,106,16,203,2,33,0,65,4,65,1,65,244,162,4,40,2,0,40,2,0,27,33,2,32,0,16,204,2,32,1,65,16,106,36,0,32,2,11,147,1,1,6,127,3,64,2,64,32,4,32,8,77,13,0,32,2,32,3,70,13,0,65,1,33,6,32,0,40,2,8,33,7,35,0,65,16,107,34,5,36,0,32,5,32,7,54,2,12,32,5,65,8,106,32,5,65,12,106,16,203,2,33,7,65,0,32,2,32,3,32,2,107,32,1,65,196,167,4,32,1,27,16,231,1,33,9,32,7,16,204,2,32,5,65,16,106,36,0,2,64,2,64,32,9,65,2,106,14,3,2,2,1,0,11,32,9,33,6,11,32,8,65,1,106,33,8,32,6,32,10,106,33,10,32,2,32,6,106,33,2,12,1,11,11,32,10,11,21,0,32,0,40,2,8,34,0,69,4,64,65,1,15,11,32,0,16,236,4,11,132,6,1,3,127,35,0,65,16,107,34,0,36,0,32,0,32,2,54,2,12,32,0,32,5,54,2,8,2,127,32,0,65,12,106,34,9,32,2,54,2,0,32,0,65,8,106,34,8,32,5,54,2,0,32,9,40,2,0,33,1,2,64,2,64,3,64,32,1,32,3,79,4,64,65,0,33,2,12,3,11,65,2,33,2,32,1,47,1,0,34,5,65,255,255,195,0,75,13,2,2,64,2,64,32,5,65,255,0,77,4,64,65,1,33,2,32,6,32,8,40,2,0,34,1,107,65,0,76,13,5,32,8,32,1,65,1,106,54,2,0,32,1,32,5,58,0,0,12,1,11,32,5,65,255,15,77,4,64,32,6,32,8,40,2,0,34,1,107,65,2,72,13,4,32,8,32,1,65,1,106,54,2,0,32,1,32,5,65,6,118,65,192,1,114,58,0,0,32,8,32,8,40,2,0,34,1,65,1,106,54,2,0,32,1,32,5,65,63,113,65,128,1,114,58,0,0,12,1,11,32,5,65,255,175,3,77,4,64,32,6,32,8,40,2,0,34,1,107,65,3,72,13,4,32,8,32,1,65,1,106,54,2,0,32,1,32,5,65,12,118,65,224,1,114,58,0,0,32,8,32,8,40,2,0,34,1,65,1,106,54,2,0,32,1,32,5,65,6,118,65,63,113,65,128,1,114,58,0,0,32,8,32,8,40,2,0,34,1,65,1,106,54,2,0,32,1,32,5,65,63,113,65,128,1,114,58,0,0,12,1,11,32,5,65,255,183,3,77,4,64,65,1,33,2,32,3,32,1,107,65,4,72,13,5,32,1,47,1,2,34,10,65,128,248,3,113,65,128,184,3,71,13,2,32,6,32,8,40,2,0,107,65,4,72,13,5,32,10,65,255,7,113,32,5,65,10,116,65,128,248,3,113,32,5,65,192,7,113,34,2,65,10,116,114,114,65,128,128,4,106,65,255,255,195,0,75,13,2,32,9,32,1,65,2,106,54,2,0,32,8,32,8,40,2,0,34,1,65,1,106,54,2,0,32,1,32,2,65,6,118,65,1,106,34,2,65,2,118,65,240,1,114,58,0,0,32,8,32,8,40,2,0,34,1,65,1,106,54,2,0,32,1,32,2,65,4,116,65,48,113,32,5,65,2,118,65,15,113,114,65,128,1,114,58,0,0,32,8,32,8,40,2,0,34,1,65,1,106,54,2,0,32,1,32,10,65,6,118,65,15,113,32,5,65,4,116,65,48,113,114,65,128,1,114,58,0,0,32,8,32,8,40,2,0,34,5,65,1,106,54,2,0,32,5,32,10,65,63,113,65,128,1,114,58,0,0,12,1,11,32,5,65,128,192,3,73,13,4,32,6,32,8,40,2,0,34,1,107,65,3,72,13,3,32,8,32,1,65,1,106,54,2,0,32,1,32,5,65,12,118,65,224,1,114,58,0,0,32,8,32,8,40,2,0,34,1,65,1,106,54,2,0,32,1,32,5,65,6,118,65,63,113,65,128,1,114,58,0,0,32,8,32,8,40,2,0,34,1,65,1,106,54,2,0,32,1,32,5,65,63,113,65,128,1,114,58,0,0,11,32,9,32,9,40,2,0,65,2,106,34,1,54,2,0,12,1,11,11,65,2,12,2,11,65,1,12,1,11,32,2,11,33,5,32,4,32,0,40,2,12,54,2,0,32,7,32,0,40,2,8,54,2,0,32,0,65,16,106,36,0,32,5,11,222,5,1,6,127,35,0,65,16,107,34,0,36,0,32,0,32,2,54,2,12,32,0,32,5,54,2,8,2,127,32,0,65,12,106,34,12,32,2,54,2,0,32,0,65,8,106,34,10,32,5,54,2,0,2,64,2,64,2,64,3,64,2,64,32,12,40,2,0,34,5,32,3,79,13,0,32,10,40,2,0,34,2,32,6,79,13,0,65,2,33,11,32,5,45,0,0,34,1,65,255,255,195,0,75,13,4,32,12,2,127,32,1,65,24,116,65,24,117,65,0,78,4,64,32,2,32,1,59,1,0,32,5,65,1,106,12,1,11,32,1,65,194,1,73,13,5,32,1,65,223,1,77,4,64,32,3,32,5,107,65,2,72,13,5,32,5,45,0,1,34,8,65,192,1,113,65,128,1,71,13,4,32,8,65,63,113,32,1,65,6,116,65,192,15,113,114,34,1,65,255,255,195,0,75,13,4,32,2,32,1,59,1,0,32,5,65,2,106,12,1,11,32,1,65,239,1,77,4,64,32,3,32,5,107,65,3,72,13,5,32,5,45,0,2,33,9,32,5,45,0,1,33,8,2,64,2,64,32,1,65,237,1,71,4,64,32,1,65,224,1,71,13,1,32,8,65,224,1,113,65,160,1,70,13,2,12,7,11,32,8,65,224,1,113,65,128,1,70,13,1,12,6,11,32,8,65,192,1,113,65,128,1,71,13,5,11,32,9,65,192,1,113,65,128,1,71,13,4,32,9,65,63,113,32,8,65,63,113,65,6,116,32,1,65,12,116,114,114,34,1,65,255,255,3,113,65,255,255,195,0,75,13,4,32,2,32,1,59,1,0,32,5,65,3,106,12,1,11,32,1,65,244,1,75,13,5,65,1,33,11,32,3,32,5,107,65,4,72,13,3,32,5,45,0,3,33,9,32,5,45,0,2,33,8,32,5,45,0,1,33,5,2,64,2,64,2,64,2,64,32,1,65,240,1,107,14,5,0,2,2,2,1,2,11,32,5,65,240,0,106,65,255,1,113,65,48,79,13,8,12,2,11,32,5,65,240,1,113,65,128,1,71,13,7,12,1,11,32,5,65,192,1,113,65,128,1,71,13,6,11,32,8,65,192,1,113,65,128,1,71,13,5,32,9,65,192,1,113,65,128,1,71,13,5,32,6,32,2,107,65,4,72,13,3,65,2,33,11,32,9,65,63,113,34,9,32,8,65,6,116,34,13,65,192,31,113,32,5,65,12,116,65,128,224,15,113,32,1,65,7,113,34,1,65,18,116,114,114,114,65,255,255,195,0,75,13,3,32,2,32,8,65,4,118,65,3,113,32,1,65,8,116,32,5,65,2,116,34,1,65,192,1,113,114,32,1,65,60,113,114,114,65,192,255,0,106,65,128,176,3,114,59,1,0,32,10,32,2,65,2,106,54,2,0,32,2,32,13,65,192,7,113,32,9,114,65,128,184,3,114,59,1,2,32,12,40,2,0,65,4,106,11,54,2,0,32,10,32,10,40,2,0,65,2,106,54,2,0,12,1,11,11,32,3,32,5,75,33,11,11,32,11,12,2,11,65,1,12,1,11,65,2,11,33,5,32,4,32,0,40,2,12,54,2,0,32,7,32,0,40,2,8,54,2,0,32,0,65,16,106,36,0,32,5,11,128,4,1,4,127,2,64,32,3,32,2,34,0,107,65,3,72,13,0,11,3,64,2,64,32,0,32,3,79,13,0,32,4,32,7,77,13,0,32,0,45,0,0,34,1,65,255,255,195,0,75,13,0,2,127,32,0,65,1,106,32,1,65,24,116,65,24,117,65,0,78,13,0,26,32,1,65,194,1,73,13,1,32,1,65,223,1,77,4,64,32,3,32,0,107,65,2,72,13,2,32,0,45,0,1,34,5,65,192,1,113,65,128,1,71,13,2,32,5,65,63,113,32,1,65,6,116,65,192,15,113,114,65,255,255,195,0,75,13,2,32,0,65,2,106,12,1,11,2,64,2,64,32,1,65,239,1,77,4,64,32,3,32,0,107,65,3,72,13,4,32,0,45,0,2,33,5,32,0,45,0,1,33,6,32,1,65,237,1,70,13,1,32,1,65,224,1,70,4,64,32,6,65,224,1,113,65,160,1,70,13,3,12,5,11,32,6,65,192,1,113,65,128,1,71,13,4,12,2,11,32,1,65,244,1,75,13,3,32,3,32,0,107,65,4,72,13,3,32,4,32,7,107,65,2,73,13,3,32,0,45,0,3,33,8,32,0,45,0,2,33,6,32,0,45,0,1,33,5,2,64,2,64,2,64,2,64,32,1,65,240,1,107,14,5,0,2,2,2,1,2,11,32,5,65,240,0,106,65,255,1,113,65,48,73,13,2,12,6,11,32,5,65,240,1,113,65,128,1,70,13,1,12,5,11,32,5,65,192,1,113,65,128,1,71,13,4,11,32,6,65,192,1,113,65,128,1,71,13,3,32,8,65,192,1,113,65,128,1,71,13,3,32,8,65,63,113,32,6,65,6,116,65,192,31,113,32,1,65,18,116,65,128,128,240,0,113,32,5,65,63,113,65,12,116,114,114,114,65,255,255,195,0,75,13,3,32,7,65,1,106,33,7,32,0,65,4,106,12,2,11,32,6,65,224,1,113,65,128,1,71,13,2,11,32,5,65,192,1,113,65,128,1,71,13,1,32,5,65,63,113,32,1,65,12,116,65,128,224,3,113,32,6,65,63,113,65,6,116,114,114,65,255,255,195,0,75,13,1,32,0,65,3,106,11,33,0,32,7,65,1,106,33,7,12,1,11,11,32,0,32,2,107,11,4,0,65,4,11,155,4,1,2,127,35,0,65,16,107,34,0,36,0,32,0,32,2,54,2,12,32,0,32,5,54,2,8,2,127,32,0,65,12,106,34,9,32,2,54,2,0,32,0,65,8,106,34,8,32,5,54,2,0,32,9,40,2,0,33,5,2,64,3,64,32,3,32,5,77,4,64,65,0,33,1,12,2,11,65,2,33,1,32,5,40,2,0,34,5,65,255,255,195,0,75,13,1,32,5,65,128,112,113,65,128,176,3,70,13,1,2,64,2,64,32,5,65,255,0,77,4,64,65,1,33,1,32,6,32,8,40,2,0,34,2,107,65,0,76,13,4,32,8,32,2,65,1,106,54,2,0,32,2,32,5,58,0,0,12,1,11,32,5,65,255,15,77,4,64,32,6,32,8,40,2,0,34,1,107,65,2,72,13,2,32,8,32,1,65,1,106,54,2,0,32,1,32,5,65,6,118,65,192,1,114,58,0,0,32,8,32,8,40,2,0,34,1,65,1,106,54,2,0,32,1,32,5,65,63,113,65,128,1,114,58,0,0,12,1,11,32,6,32,8,40,2,0,34,1,107,33,2,32,5,65,255,255,3,77,4,64,32,2,65,3,72,13,2,32,8,32,1,65,1,106,54,2,0,32,1,32,5,65,12,118,65,224,1,114,58,0,0,32,8,32,8,40,2,0,34,1,65,1,106,54,2,0,32,1,32,5,65,6,118,65,63,113,65,128,1,114,58,0,0,32,8,32,8,40,2,0,34,1,65,1,106,54,2,0,32,1,32,5,65,63,113,65,128,1,114,58,0,0,12,1,11,32,2,65,4,72,13,1,32,8,32,1,65,1,106,54,2,0,32,1,32,5,65,18,118,65,240,1,114,58,0,0,32,8,32,8,40,2,0,34,1,65,1,106,54,2,0,32,1,32,5,65,12,118,65,63,113,65,128,1,114,58,0,0,32,8,32,8,40,2,0,34,1,65,1,106,54,2,0,32,1,32,5,65,6,118,65,63,113,65,128,1,114,58,0,0,32,8,32,8,40,2,0,34,1,65,1,106,54,2,0,32,1,32,5,65,63,113,65,128,1,114,58,0,0,11,32,9,32,9,40,2,0,65,4,106,34,5,54,2,0,12,1,11,11,65,1,12,1,11,32,1,11,33,5,32,4,32,0,40,2,12,54,2,0,32,7,32,0,40,2,8,54,2,0,32,0,65,16,106,36,0,32,5,11,233,4,1,7,127,35,0,65,16,107,34,0,36,0,32,0,32,2,54,2,12,32,0,32,5,54,2,8,2,127,32,0,65,12,106,34,11,32,2,54,2,0,32,0,65,8,106,34,10,32,5,54,2,0,2,64,2,64,3,64,2,64,32,11,40,2,0,34,1,32,3,79,13,0,32,10,40,2,0,34,14,32,6,79,13,0,32,1,44,0,0,34,2,65,255,1,113,33,5,2,64,32,2,65,0,78,4,64,32,5,65,255,255,195,0,77,4,64,65,1,33,2,12,2,11,65,2,12,6,11,65,2,33,12,32,2,65,66,73,13,3,32,2,65,95,77,4,64,32,3,32,1,107,65,2,72,13,5,32,1,45,0,1,34,8,65,192,1,113,65,128,1,71,13,4,65,2,33,2,32,8,65,63,113,32,5,65,6,116,65,192,15,113,114,34,5,65,255,255,195,0,77,13,1,12,4,11,32,2,65,111,77,4,64,32,3,32,1,107,65,3,72,13,5,32,1,45,0,2,33,9,32,1,45,0,1,33,8,2,64,2,64,32,5,65,237,1,71,4,64,32,5,65,224,1,71,13,1,32,8,65,224,1,113,65,160,1,70,13,2,12,7,11,32,8,65,224,1,113,65,128,1,70,13,1,12,6,11,32,8,65,192,1,113,65,128,1,71,13,5,11,32,9,65,192,1,113,65,128,1,71,13,4,65,3,33,2,32,9,65,63,113,32,5,65,12,116,65,128,224,3,113,32,8,65,63,113,65,6,116,114,114,34,5,65,255,255,195,0,77,13,1,12,4,11,32,2,65,116,75,13,3,32,3,32,1,107,65,4,72,13,4,32,1,45,0,3,33,13,32,1,45,0,2,33,9,32,1,45,0,1,33,8,2,64,2,64,2,64,2,64,32,5,65,240,1,107,14,5,0,2,2,2,1,2,11,32,8,65,240,0,106,65,255,1,113,65,48,73,13,2,12,6,11,32,8,65,240,1,113,65,128,1,70,13,1,12,5,11,32,8,65,192,1,113,65,128,1,71,13,4,11,32,9,65,192,1,113,65,128,1,71,13,3,32,13,65,192,1,113,65,128,1,71,13,3,65,4,33,2,32,13,65,63,113,32,9,65,6,116,65,192,31,113,32,5,65,18,116,65,128,128,240,0,113,32,8,65,63,113,65,12,116,114,114,114,34,5,65,255,255,195,0,75,13,3,11,32,14,32,5,54,2,0,32,11,32,1,32,2,106,54,2,0,32,10,32,10,40,2,0,65,4,106,54,2,0,12,1,11,11,32,1,32,3,73,33,12,11,32,12,12,1,11,65,1,11,33,5,32,4,32,0,40,2,12,54,2,0,32,7,32,0,40,2,8,54,2,0,32,0,65,16,106,36,0,32,5,11,240,3,1,5,127,2,64,32,3,32,2,34,0,107,65,3,72,13,0,11,3,64,2,64,32,0,32,3,79,13,0,32,4,32,8,77,13,0,32,0,44,0,0,34,1,65,255,1,113,33,6,2,64,32,1,65,0,78,4,64,65,1,33,1,32,6,65,255,255,195,0,77,13,1,12,2,11,32,1,65,66,73,13,1,32,1,65,95,77,4,64,32,3,32,0,107,65,2,72,13,2,32,0,45,0,1,34,5,65,192,1,113,65,128,1,71,13,2,65,2,33,1,32,5,65,63,113,32,6,65,6,116,65,192,15,113,114,65,255,255,195,0,77,13,1,12,2,11,2,64,2,64,32,1,65,111,77,4,64,32,3,32,0,107,65,3,72,13,4,32,0,45,0,2,33,7,32,0,45,0,1,33,5,32,6,65,237,1,70,13,1,32,6,65,224,1,70,4,64,32,5,65,224,1,113,65,160,1,70,13,3,12,5,11,32,5,65,192,1,113,65,128,1,71,13,4,12,2,11,32,1,65,116,75,13,3,32,3,32,0,107,65,4,72,13,3,32,0,45,0,3,33,9,32,0,45,0,2,33,5,32,0,45,0,1,33,7,2,64,2,64,2,64,2,64,32,6,65,240,1,107,14,5,0,2,2,2,1,2,11,32,7,65,240,0,106,65,255,1,113,65,48,73,13,2,12,6,11,32,7,65,240,1,113,65,128,1,70,13,1,12,5,11,32,7,65,192,1,113,65,128,1,71,13,4,11,32,5,65,192,1,113,65,128,1,71,13,3,32,9,65,192,1,113,65,128,1,71,13,3,65,4,33,1,32,9,65,63,113,32,5,65,6,116,65,192,31,113,32,6,65,18,116,65,128,128,240,0,113,32,7,65,63,113,65,12,116,114,114,114,65,255,255,195,0,75,13,3,12,2,11,32,5,65,224,1,113,65,128,1,71,13,2,11,32,7,65,192,1,113,65,128,1,71,13,1,65,3,33,1,32,7,65,63,113,32,6,65,12,116,65,128,224,3,113,32,5,65,63,113,65,6,116,114,114,65,255,255,195,0,75,13,1,11,32,8,65,1,106,33,8,32,0,32,1,106,33,0,12,1,11,11,32,0,32,2,107,11,22,0,32,0,65,184,237,1,54,2,0,32,0,65,12,106,16,246,5,26,32,0,11,9,0,32,0,16,246,4,16,86,11,22,0,32,0,65,224,237,1,54,2,0,32,0,65,16,106,16,246,5,26,32,0,11,9,0,32,0,16,248,4,16,86,11,10,0,32,0,65,204,12,16,51,26,11,11,0,32,0,65,128,238,1,16,252,4,11,155,1,1,5,127,35,0,65,16,107,34,5,36,0,32,1,16,131,2,33,2,35,0,65,16,107,34,3,36,0,2,64,32,2,65,239,255,255,255,3,77,4,64,2,64,32,2,65,1,77,4,64,32,0,32,2,16,190,1,32,0,33,4,12,1,11,32,0,32,0,32,2,16,224,5,65,1,106,34,6,16,225,5,34,4,16,198,1,32,0,32,6,16,199,1,32,0,32,2,16,200,1,11,32,4,32,1,32,2,16,110,32,3,65,0,54,2,12,32,4,32,2,65,2,116,106,32,3,65,12,106,16,208,1,32,3,65,16,106,36,0,12,1,11,16,177,1,0,11,32,5,65,16,106,36,0,11,10,0,32,0,65,213,12,16,51,26,11,11,0,32,0,65,148,238,1,16,252,4,11,14,0,32,0,32,1,16,240,1,54,2,0,32,0,11,10,0,32,0,40,2,0,65,0,71,11,47,1,1,127,35,0,65,16,107,34,1,36,0,32,1,32,0,54,2,12,32,1,65,8,106,32,1,65,12,106,16,203,2,16,204,2,32,1,65,16,106,36,0,65,208,232,1,11,136,1,1,3,127,35,0,65,16,107,34,4,36,0,2,64,32,1,45,0,0,34,3,69,4,64,65,0,33,3,12,1,11,2,64,32,1,45,0,1,69,4,64,32,0,32,3,58,0,0,12,1,11,65,0,33,3,32,4,65,12,106,32,1,32,2,16,134,5,69,13,1,2,64,32,4,40,2,12,34,5,32,2,16,224,4,34,1,65,127,71,13,0,65,32,33,1,32,5,65,175,192,0,70,13,0,32,5,65,160,1,71,13,2,11,32,0,32,1,58,0,0,11,65,1,33,3,11,32,4,65,16,106,36,0,32,3,11,13,0,32,0,32,1,32,1,16,81,16,251,5,11,17,0,32,0,40,2,0,34,0,4,64,32,0,16,129,2,11,11,12,0,32,0,16,246,4,26,32,0,16,86,11,86,1,1,127,35,0,65,16,107,34,3,36,0,32,1,45,0,0,4,127,32,3,66,0,55,3,8,32,3,65,4,106,32,1,32,1,16,81,32,3,65,8,106,32,2,16,233,4,34,1,65,125,77,4,64,32,0,32,3,40,2,4,54,2,0,11,32,1,65,126,73,5,65,0,11,33,1,32,3,65,16,106,36,0,32,1,11,12,0,32,0,16,248,4,26,32,0,16,86,11,250,1,0,2,64,65,208,169,4,45,0,0,65,1,113,13,0,65,208,169,4,16,141,6,69,13,0,2,64,65,168,172,4,45,0,0,65,1,113,13,0,65,168,172,4,16,141,6,69,13,0,65,128,171,4,33,0,3,64,32,0,16,151,1,65,12,106,34,0,65,168,172,4,71,13,0,11,65,168,172,4,16,143,6,11,65,128,171,4,65,175,9,16,131,5,65,140,171,4,65,182,9,16,131,5,65,152,171,4,65,148,9,16,131,5,65,164,171,4,65,156,9,16,131,5,65,176,171,4,65,139,9,16,131,5,65,188,171,4,65,189,9,16,131,5,65,200,171,4,65,166,9,16,131,5,65,212,171,4,65,216,10,16,131,5,65,224,171,4,65,165,11,16,131,5,65,236,171,4,65,209,12,16,131,5,65,248,171,4,65,164,13,16,131,5,65,132,172,4,65,242,9,16,131,5,65,144,172,4,65,190,11,16,131,5,65,156,172,4,65,129,10,16,131,5,65,204,169,4,65,128,171,4,54,2,0,65,208,169,4,16,143,6,11,65,204,169,4,40,2,0,11,28,0,65,168,172,4,33,0,3,64,32,0,65,12,107,16,246,5,34,0,65,128,171,4,71,13,0,11,11,136,2,0,2,64,65,216,169,4,45,0,0,65,1,113,13,0,65,216,169,4,16,141,6,69,13,0,2,64,65,216,173,4,45,0,0,65,1,113,13,0,65,216,173,4,16,141,6,69,13,0,65,176,172,4,33,0,3,64,32,0,16,151,1,65,12,106,34,0,65,216,173,4,71,13,0,11,65,216,173,4,16,143,6,11,65,176,172,4,65,196,159,2,16,140,5,65,188,172,4,65,224,159,2,16,140,5,65,200,172,4,65,252,159,2,16,140,5,65,212,172,4,65,156,160,2,16,140,5,65,224,172,4,65,196,160,2,16,140,5,65,236,172,4,65,232,160,2,16,140,5,65,248,172,4,65,132,161,2,16,140,5,65,132,173,4,65,168,161,2,16,140,5,65,144,173,4,65,184,161,2,16,140,5,65,156,173,4,65,200,161,2,16,140,5,65,168,173,4,65,216,161,2,16,140,5,65,180,173,4,65,232,161,2,16,140,5,65,192,173,4,65,248,161,2,16,140,5,65,204,173,4,65,136,162,2,16,140,5,65,212,169,4,65,176,172,4,54,2,0,65,216,169,4,16,143,6,11,65,212,169,4,40,2,0,11,28,0,65,216,173,4,33,0,3,64,32,0,65,12,107,16,246,5,34,0,65,176,172,4,71,13,0,11,11,14,0,32,0,32,1,32,1,16,131,2,16,136,6,11,222,2,0,2,64,65,224,169,4,45,0,0,65,1,113,13,0,65,224,169,4,16,141,6,69,13,0,2,64,65,128,176,4,45,0,0,65,1,113,13,0,65,128,176,4,16,141,6,69,13,0,65,224,173,4,33,0,3,64,32,0,16,151,1,65,12,106,34,0,65,128,176,4,71,13,0,11,65,128,176,4,16,143,6,11,65,224,173,4,65,254,8,16,131,5,65,236,173,4,65,245,8,16,131,5,65,248,173,4,65,211,11,16,131,5,65,132,174,4,65,184,11,16,131,5,65,144,174,4,65,196,9,16,131,5,65,156,174,4,65,219,12,16,131,5,65,168,174,4,65,134,9,16,131,5,65,180,174,4,65,246,9,16,131,5,65,192,174,4,65,161,10,16,131,5,65,204,174,4,65,144,10,16,131,5,65,216,174,4,65,152,10,16,131,5,65,228,174,4,65,171,10,16,131,5,65,240,174,4,65,173,11,16,131,5,65,252,174,4,65,172,13,16,131,5,65,136,175,4,65,196,10,16,131,5,65,148,175,4,65,133,10,16,131,5,65,160,175,4,65,196,9,16,131,5,65,172,175,4,65,220,10,16,131,5,65,184,175,4,65,177,11,16,131,5,65,196,175,4,65,217,11,16,131,5,65,208,175,4,65,200,10,16,131,5,65,220,175,4,65,253,9,16,131,5,65,232,175,4,65,238,9,16,131,5,65,244,175,4,65,168,13,16,131,5,65,220,169,4,65,224,173,4,54,2,0,65,224,169,4,16,143,6,11,65,220,169,4,40,2,0,11,28,0,65,128,176,4,33,0,3,64,32,0,65,12,107,16,246,5,34,0,65,224,173,4,71,13,0,11,11,246,2,0,2,64,65,232,169,4,45,0,0,65,1,113,13,0,65,232,169,4,16,141,6,69,13,0,2,64,65,176,178,4,45,0,0,65,1,113,13,0,65,176,178,4,16,141,6,69,13,0,65,144,176,4,33,0,3,64,32,0,16,151,1,65,12,106,34,0,65,176,178,4,71,13,0,11,65,176,178,4,16,143,6,11,65,144,176,4,65,152,162,2,16,140,5,65,156,176,4,65,184,162,2,16,140,5,65,168,176,4,65,220,162,2,16,140,5,65,180,176,4,65,244,162,2,16,140,5,65,192,176,4,65,140,163,2,16,140,5,65,204,176,4,65,156,163,2,16,140,5,65,216,176,4,65,176,163,2,16,140,5,65,228,176,4,65,196,163,2,16,140,5,65,240,176,4,65,224,163,2,16,140,5,65,252,176,4,65,136,164,2,16,140,5,65,136,177,4,65,168,164,2,16,140,5,65,148,177,4,65,204,164,2,16,140,5,65,160,177,4,65,240,164,2,16,140,5,65,172,177,4,65,128,165,2,16,140,5,65,184,177,4,65,144,165,2,16,140,5,65,196,177,4,65,160,165,2,16,140,5,65,208,177,4,65,140,163,2,16,140,5,65,220,177,4,65,176,165,2,16,140,5,65,232,177,4,65,192,165,2,16,140,5,65,244,177,4,65,208,165,2,16,140,5,65,128,178,4,65,224,165,2,16,140,5,65,140,178,4,65,240,165,2,16,140,5,65,152,178,4,65,128,166,2,16,140,5,65,164,178,4,65,144,166,2,16,140,5,65,228,169,4,65,144,176,4,54,2,0,65,232,169,4,16,143,6,11,65,228,169,4,40,2,0,11,28,0,65,176,178,4,33,0,3,64,32,0,65,12,107,16,246,5,34,0,65,144,176,4,71,13,0,11,11,130,1,0,2,64,65,240,169,4,45,0,0,65,1,113,13,0,65,240,169,4,16,141,6,69,13,0,2,64,65,216,178,4,45,0,0,65,1,113,13,0,65,216,178,4,16,141,6,69,13,0,65,192,178,4,33,0,3,64,32,0,16,151,1,65,12,106,34,0,65,216,178,4,71,13,0,11,65,216,178,4,16,143,6,11,65,192,178,4,65,225,13,16,131,5,65,204,178,4,65,222,13,16,131,5,65,236,169,4,65,192,178,4,54,2,0,65,240,169,4,16,143,6,11,65,236,169,4,40,2,0,11,28,0,65,216,178,4,33,0,3,64,32,0,65,12,107,16,246,5,34,0,65,192,178,4,71,13,0,11,11,132,1,0,2,64,65,248,169,4,45,0,0,65,1,113,13,0,65,248,169,4,16,141,6,69,13,0,2,64,65,248,178,4,45,0,0,65,1,113,13,0,65,248,178,4,16,141,6,69,13,0,65,224,178,4,33,0,3,64,32,0,16,151,1,65,12,106,34,0,65,248,178,4,71,13,0,11,65,248,178,4,16,143,6,11,65,224,178,4,65,160,166,2,16,140,5,65,236,178,4,65,172,166,2,16,140,5,65,244,169,4,65,224,178,4,54,2,0,65,248,169,4,16,143,6,11,65,244,169,4,40,2,0,11,28,0,65,248,178,4,33,0,3,64,32,0,65,12,107,16,246,5,34,0,65,224,178,4,71,13,0,11,11,48,0,2,64,65,136,170,4,45,0,0,65,1,113,13,0,65,136,170,4,16,141,6,69,13,0,65,252,169,4,65,200,9,16,51,26,65,136,170,4,16,143,6,11,65,252,169,4,11,10,0,65,252,169,4,16,246,5,26,11,49,0,2,64,65,152,170,4,45,0,0,65,1,113,13,0,65,152,170,4,16,141,6,69,13,0,65,140,170,4,65,252,238,1,16,252,4,65,152,170,4,16,143,6,11,65,140,170,4,11,10,0,65,140,170,4,16,246,5,26,11,48,0,2,64,65,168,170,4,45,0,0,65,1,113,13,0,65,168,170,4,16,141,6,69,13,0,65,156,170,4,65,209,13,16,51,26,65,168,170,4,16,143,6,11,65,156,170,4,11,10,0,65,156,170,4,16,246,5,26,11,49,0,2,64,65,184,170,4,45,0,0,65,1,113,13,0,65,184,170,4,16,141,6,69,13,0,65,172,170,4,65,160,239,1,16,252,4,65,184,170,4,16,143,6,11,65,172,170,4,11,10,0,65,172,170,4,16,246,5,26,11,48,0,2,64,65,200,170,4,45,0,0,65,1,113,13,0,65,200,170,4,16,141,6,69,13,0,65,188,170,4,65,182,13,16,51,26,65,200,170,4,16,143,6,11,65,188,170,4,11,10,0,65,188,170,4,16,246,5,26,11,49,0,2,64,65,216,170,4,45,0,0,65,1,113,13,0,65,216,170,4,16,141,6,69,13,0,65,204,170,4,65,196,239,1,16,252,4,65,216,170,4,16,143,6,11,65,204,170,4,11,10,0,65,204,170,4,16,246,5,26,11,48,0,2,64,65,232,170,4,45,0,0,65,1,113,13,0,65,232,170,4,16,141,6,69,13,0,65,220,170,4,65,204,10,16,51,26,65,232,170,4,16,143,6,11,65,220,170,4,11,10,0,65,220,170,4,16,246,5,26,11,49,0,2,64,65,248,170,4,45,0,0,65,1,113,13,0,65,248,170,4,16,141,6,69,13,0,65,236,170,4,65,152,240,1,16,252,4,65,248,170,4,16,143,6,11,65,236,170,4,11,10,0,65,236,170,4,16,246,5,26,11,55,1,1,127,35,0,65,16,107,34,2,36,0,32,0,32,1,16,159,1,16,240,1,34,0,54,2,0,32,0,69,4,64,32,2,65,172,16,32,1,16,138,6,16,177,1,0,11,32,2,65,16,106,36,0,11,10,0,32,0,40,2,0,16,129,2,11,192,9,1,11,127,35,0,65,176,1,107,34,4,36,0,32,4,65,127,54,2,160,1,32,4,66,134,128,128,128,192,45,55,3,152,1,32,4,66,139,128,128,128,144,20,55,3,144,1,32,4,66,151,128,128,128,240,3,55,3,136,1,32,4,66,187,128,128,128,240,6,55,3,128,1,32,4,66,0,55,2,164,1,32,4,32,2,58,0,14,32,4,65,37,58,0,13,32,4,65,0,58,0,15,32,1,65,228,3,106,33,12,32,1,65,216,3,106,33,13,32,1,65,204,3,106,33,7,32,1,65,172,1,106,33,8,32,1,65,4,106,33,10,32,4,65,16,106,65,228,0,32,4,65,13,106,32,4,65,128,1,106,32,1,40,2,0,16,8,32,4,65,16,106,106,33,6,32,4,32,4,65,16,106,54,2,8,32,4,65,16,106,33,5,32,0,16,151,1,33,0,32,2,65,248,0,71,33,14,3,64,2,64,32,5,32,6,71,4,64,32,3,65,128,192,0,32,5,44,0,0,16,122,4,64,32,0,65,32,16,129,6,3,64,32,4,32,4,40,2,8,65,1,106,34,5,54,2,8,32,5,32,6,70,13,3,32,3,65,128,192,0,32,5,44,0,0,16,122,13,0,11,12,2,11,32,4,32,4,40,2,8,54,2,4,32,4,65,0,54,2,0,32,4,65,4,106,32,6,32,10,32,8,32,3,32,4,16,168,5,32,10,107,34,5,65,167,1,76,4,64,32,0,65,37,16,129,6,32,0,65,193,0,65,225,0,32,5,65,212,0,72,27,16,129,6,32,4,32,4,40,2,4,54,2,8,12,2,11,32,4,32,4,40,2,8,54,2,4,32,4,65,4,106,32,6,32,8,32,7,32,3,32,4,16,168,5,32,8,107,34,5,65,12,109,33,2,32,5,65,159,2,76,4,64,32,0,65,37,16,129,6,32,0,65,194,0,65,226,0,32,5,65,144,1,72,27,16,129,6,2,64,32,14,13,0,32,3,65,128,16,32,1,32,2,65,12,108,106,65,172,1,106,65,0,16,173,2,44,0,0,16,122,69,13,0,32,0,16,159,1,32,0,16,165,1,106,65,1,107,65,237,0,58,0,0,11,32,4,32,4,40,2,4,54,2,8,12,2,11,2,64,32,7,16,165,1,65,0,32,13,16,165,1,107,70,13,0,32,4,32,4,40,2,8,54,2,4,32,4,65,4,106,32,6,32,7,32,12,32,3,32,4,16,168,5,32,7,107,65,23,74,13,0,32,0,65,37,16,129,6,32,0,65,240,0,16,129,6,32,4,32,4,40,2,4,54,2,8,12,2,11,32,4,32,4,40,2,8,34,5,54,2,4,32,3,65,128,16,32,5,44,0,0,16,122,4,64,65,0,33,5,65,4,33,9,2,64,32,4,2,127,65,6,32,6,32,4,65,8,106,34,11,40,2,0,34,2,70,13,0,26,65,4,32,3,65,128,16,32,2,44,0,0,34,2,16,122,69,13,0,26,32,3,32,2,16,140,3,33,5,3,64,2,64,32,11,32,11,40,2,0,65,1,106,34,2,54,2,0,32,5,65,48,107,33,5,32,2,32,6,70,13,0,32,9,65,2,72,13,0,32,3,65,128,16,32,2,44,0,0,34,2,16,122,69,13,3,32,9,65,1,107,33,9,32,3,32,2,16,140,3,32,5,65,10,108,106,33,5,12,1,11,11,32,2,32,6,71,13,1,65,2,11,32,4,40,2,0,114,54,2,0,11,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,32,5,65,6,107,14,7,2,3,1,1,1,4,5,0,11,2,64,32,5,65,55,107,14,7,8,1,1,1,9,1,10,0,11,32,5,65,23,70,13,5,32,5,65,31,70,13,6,32,5,65,236,2,70,13,10,32,5,65,141,16,70,13,11,11,32,4,40,2,4,33,5,3,64,32,5,32,4,40,2,8,70,13,14,32,0,32,5,44,0,0,16,129,6,32,4,32,4,40,2,4,65,1,106,34,5,54,2,4,12,0,11,0,11,32,0,65,37,16,129,6,32,0,65,247,0,16,129,6,12,12,11,32,0,65,37,16,129,6,32,0,65,245,0,16,129,6,12,11,11,32,0,65,37,16,129,6,32,0,65,201,0,16,129,6,12,10,11,32,0,65,37,16,129,6,32,0,65,237,0,16,129,6,12,9,11,32,0,65,37,16,129,6,32,0,65,200,0,16,129,6,12,8,11,32,0,65,37,16,129,6,32,0,65,228,0,16,129,6,12,7,11,32,0,65,37,16,129,6,32,0,65,205,0,16,129,6,12,6,11,32,0,65,37,16,129,6,32,0,65,211,0,16,129,6,12,5,11,32,0,65,37,16,129,6,32,0,65,249,0,16,129,6,12,4,11,32,0,65,37,16,129,6,32,0,65,234,0,16,129,6,12,3,11,32,0,65,37,16,129,6,32,0,65,217,0,16,129,6,12,2,11,32,4,40,2,8,45,0,0,34,5,65,37,70,4,64,32,0,65,37,16,129,6,32,0,65,37,16,129,6,32,4,32,4,40,2,8,65,1,106,54,2,8,12,2,11,32,0,32,5,65,24,116,65,24,117,16,129,6,32,4,32,4,40,2,8,65,1,106,54,2,8,12,1,11,32,4,65,176,1,106,36,0,15,11,32,4,40,2,8,33,5,12,0,11,0,11,166,4,1,11,127,35,0,65,128,1,107,34,11,36,0,32,2,32,3,16,169,2,33,8,32,11,65,204,0,54,2,16,32,11,65,8,106,65,0,32,11,65,16,106,16,170,2,33,13,32,11,65,16,106,33,9,2,64,32,8,65,229,0,79,4,64,32,8,16,85,34,9,69,13,1,32,13,32,9,16,171,2,11,32,9,33,6,32,2,33,7,3,64,32,3,32,7,70,4,64,3,64,2,64,32,0,40,2,0,34,7,32,1,70,34,6,65,1,32,8,27,4,64,32,6,4,64,32,5,32,5,40,2,0,65,2,114,54,2,0,11,12,1,11,32,4,32,7,44,0,0,16,172,2,33,16,32,14,65,1,106,33,12,65,0,33,15,32,9,33,6,32,2,33,7,3,64,32,3,32,7,70,4,64,32,12,33,14,32,15,69,13,3,32,0,32,0,40,2,0,65,1,106,54,2,0,32,9,33,6,32,2,33,7,32,8,32,10,106,65,2,73,13,3,3,64,32,3,32,7,70,4,64,12,5,5,2,64,32,6,45,0,0,65,2,71,13,0,32,7,16,165,1,32,12,70,13,0,32,6,65,0,58,0,0,32,10,65,1,107,33,10,11,32,6,65,1,106,33,6,32,7,65,12,106,33,7,12,1,11,0,11,0,5,2,64,32,6,45,0,0,65,1,71,13,0,2,64,32,16,65,255,1,113,32,4,32,7,32,14,16,173,2,44,0,0,16,172,2,65,255,1,113,70,4,64,65,1,33,15,32,7,16,165,1,32,12,71,13,2,32,6,65,2,58,0,0,32,10,65,1,106,33,10,12,1,11,32,6,65,0,58,0,0,11,32,8,65,1,107,33,8,11,32,6,65,1,106,33,6,32,7,65,12,106,33,7,12,1,11,0,11,0,11,11,2,64,2,64,3,64,32,2,32,3,70,13,1,32,9,45,0,0,65,2,71,4,64,32,9,65,1,106,33,9,32,2,65,12,106,33,2,12,1,11,11,32,2,33,3,12,1,11,32,5,32,5,40,2,0,65,4,114,54,2,0,11,32,13,16,174,2,32,11,65,128,1,106,36,0,32,3,15,5,2,64,32,7,16,175,2,69,4,64,32,6,65,1,58,0,0,12,1,11,32,6,65,2,58,0,0,32,10,65,1,106,33,10,32,8,65,1,107,33,8,11,32,6,65,1,106,33,6,32,7,65,12,106,33,7,12,1,11,0,11,0,11,16,177,1,0,11,146,10,1,12,127,35,0,65,224,4,107,34,4,36,0,32,4,66,134,128,128,128,192,45,55,3,200,4,32,4,66,139,128,128,128,144,20,55,3,192,4,32,4,66,151,128,128,128,240,3,55,3,184,4,32,4,66,187,128,128,128,240,6,55,3,176,4,32,4,66,0,55,2,212,4,32,4,65,127,54,2,208,4,32,4,32,2,58,0,190,3,32,4,65,37,58,0,189,3,32,4,65,0,58,0,191,3,32,4,65,192,3,106,65,228,0,32,4,65,189,3,106,32,4,65,176,4,106,32,1,40,2,0,16,8,26,32,4,32,4,65,32,106,54,2,28,32,4,66,0,55,3,16,32,4,32,4,65,192,3,106,54,2,12,32,4,65,32,106,32,4,65,12,106,65,228,0,32,4,65,16,106,32,1,40,2,0,16,170,3,34,5,65,127,71,4,64,32,1,65,228,3,106,33,12,32,1,65,216,3,106,33,13,32,1,65,204,3,106,33,7,32,1,65,172,1,106,33,8,32,1,65,4,106,33,10,32,4,40,2,28,32,5,65,2,116,106,33,5,32,0,16,151,1,33,0,32,2,65,248,0,71,33,14,3,64,32,5,32,4,40,2,28,34,2,71,4,64,32,3,65,128,192,0,32,2,40,2,0,16,138,1,4,64,32,0,65,32,16,137,6,3,64,32,4,32,4,40,2,28,65,4,106,34,2,54,2,28,32,2,32,5,70,13,3,32,3,65,128,192,0,32,2,40,2,0,16,138,1,13,0,11,12,2,11,32,4,32,4,40,2,28,54,2,8,32,4,65,0,54,2,4,32,4,65,8,106,32,5,32,10,32,8,32,3,32,4,65,4,106,16,170,5,32,10,107,34,2,65,167,1,76,4,64,32,0,65,37,16,137,6,32,0,65,193,0,65,225,0,32,2,65,212,0,72,27,16,137,6,32,4,32,4,40,2,8,54,2,28,12,2,11,32,4,32,4,40,2,28,54,2,8,32,4,65,8,106,32,5,32,8,32,7,32,3,32,4,65,4,106,16,170,5,32,8,107,34,2,65,12,109,33,6,32,2,65,159,2,76,4,64,32,0,65,37,16,137,6,32,0,65,194,0,65,226,0,32,2,65,144,1,72,27,16,137,6,2,64,32,14,13,0,32,3,65,128,16,32,1,32,6,65,12,108,106,65,172,1,106,65,0,16,208,2,40,2,0,16,138,1,69,13,0,32,0,16,159,1,32,0,16,165,1,65,2,116,106,65,4,107,65,237,0,54,2,0,11,32,4,32,4,40,2,8,54,2,28,12,2,11,2,64,32,7,16,165,1,65,0,32,13,16,165,1,107,70,13,0,32,4,32,4,40,2,28,54,2,8,32,4,65,8,106,32,5,32,7,32,12,32,3,32,4,65,4,106,16,170,5,32,7,107,65,23,74,13,0,32,0,65,37,16,137,6,32,0,65,240,0,16,137,6,32,4,32,4,40,2,8,54,2,28,12,2,11,32,4,32,4,40,2,28,34,2,54,2,8,32,3,65,128,16,32,2,40,2,0,16,138,1,4,64,65,0,33,6,65,4,33,9,2,64,32,4,65,4,106,34,15,2,127,65,6,32,5,32,4,65,28,106,34,11,40,2,0,34,2,70,13,0,26,65,4,32,3,65,128,16,32,2,40,2,0,34,2,16,138,1,69,13,0,26,32,3,32,2,16,153,3,33,6,3,64,2,64,32,11,32,11,40,2,0,65,4,106,34,2,54,2,0,32,6,65,48,107,33,6,32,2,32,5,70,13,0,32,9,65,2,72,13,0,32,3,65,128,16,32,2,40,2,0,34,2,16,138,1,69,13,3,32,9,65,1,107,33,9,32,3,32,2,16,153,3,32,6,65,10,108,106,33,6,12,1,11,11,32,2,32,5,71,13,1,65,2,11,32,15,40,2,0,114,54,2,0,11,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,32,6,34,2,65,6,107,14,7,2,3,1,1,1,4,5,0,11,2,64,32,2,65,55,107,14,7,8,1,1,1,9,1,10,0,11,32,2,65,23,70,13,5,32,2,65,31,70,13,6,32,2,65,236,2,70,13,10,32,2,65,141,16,70,13,11,11,32,4,40,2,8,33,2,3,64,32,2,32,4,40,2,28,70,13,14,32,0,32,2,40,2,0,16,137,6,32,4,32,4,40,2,8,65,4,106,34,2,54,2,8,12,0,11,0,11,32,0,65,37,16,137,6,32,0,65,247,0,16,137,6,12,12,11,32,0,65,37,16,137,6,32,0,65,245,0,16,137,6,12,11,11,32,0,65,37,16,137,6,32,0,65,201,0,16,137,6,12,10,11,32,0,65,37,16,137,6,32,0,65,237,0,16,137,6,12,9,11,32,0,65,37,16,137,6,32,0,65,200,0,16,137,6,12,8,11,32,0,65,37,16,137,6,32,0,65,228,0,16,137,6,12,7,11,32,0,65,37,16,137,6,32,0,65,205,0,16,137,6,12,6,11,32,0,65,37,16,137,6,32,0,65,211,0,16,137,6,12,5,11,32,0,65,37,16,137,6,32,0,65,249,0,16,137,6,12,4,11,32,0,65,37,16,137,6,32,0,65,234,0,16,137,6,12,3,11,32,0,65,37,16,137,6,32,0,65,217,0,16,137,6,12,2,11,32,3,32,4,40,2,28,40,2,0,16,153,3,65,37,70,4,64,32,0,65,37,16,137,6,32,0,65,37,16,137,6,32,4,32,4,40,2,28,65,4,106,54,2,28,12,2,5,32,0,32,4,40,2,28,40,2,0,16,137,6,32,4,32,4,40,2,28,65,4,106,54,2,28,12,2,11,0,11,11,32,4,65,224,4,106,36,0,15,11,16,177,1,0,11,158,4,1,11,127,35,0,65,128,1,107,34,11,36,0,32,2,32,3,16,169,2,33,8,32,11,65,204,0,54,2,16,32,11,65,8,106,65,0,32,11,65,16,106,16,170,2,33,13,32,11,65,16,106,33,9,2,64,32,8,65,229,0,79,4,64,32,8,16,85,34,9,69,13,1,32,13,32,9,16,171,2,11,32,9,33,6,32,2,33,7,3,64,32,3,32,7,70,4,64,3,64,2,64,32,0,40,2,0,34,7,32,1,70,34,6,65,1,32,8,27,4,64,32,6,4,64,32,5,32,5,40,2,0,65,2,114,54,2,0,11,12,1,11,32,4,32,7,40,2,0,16,194,1,33,16,32,14,65,1,106,33,12,65,0,33,15,32,9,33,6,32,2,33,7,3,64,32,3,32,7,70,4,64,32,12,33,14,32,15,69,13,3,32,0,32,0,40,2,0,65,4,106,54,2,0,32,9,33,6,32,2,33,7,32,8,32,10,106,65,2,73,13,3,3,64,32,3,32,7,70,4,64,12,5,5,2,64,32,6,45,0,0,65,2,71,13,0,32,7,16,165,1,32,12,70,13,0,32,6,65,0,58,0,0,32,10,65,1,107,33,10,11,32,6,65,1,106,33,6,32,7,65,12,106,33,7,12,1,11,0,11,0,5,2,64,32,6,45,0,0,65,1,71,13,0,2,64,32,4,32,7,32,14,16,208,2,40,2,0,16,194,1,32,16,70,4,64,65,1,33,15,32,7,16,165,1,32,12,71,13,2,32,6,65,2,58,0,0,32,10,65,1,106,33,10,12,1,11,32,6,65,0,58,0,0,11,32,8,65,1,107,33,8,11,32,6,65,1,106,33,6,32,7,65,12,106,33,7,12,1,11,0,11,0,11,11,2,64,2,64,3,64,32,2,32,3,70,13,1,32,9,45,0,0,65,2,71,4,64,32,9,65,1,106,33,9,32,2,65,12,106,33,2,12,1,11,11,32,2,33,3,12,1,11,32,5,32,5,40,2,0,65,4,114,54,2,0,11,32,13,16,174,2,32,11,65,128,1,106,36,0,32,3,15,5,2,64,32,7,16,175,2,69,4,64,32,6,65,1,58,0,0,12,1,11,32,6,65,2,58,0,0,32,10,65,1,106,33,10,32,8,65,1,107,33,8,11,32,6,65,1,106,33,6,32,7,65,12,106,33,7,12,1,11,0,11,0,11,16,177,1,0,11,178,1,1,3,127,35,0,65,16,107,34,4,36,0,32,0,16,215,3,33,3,2,64,2,64,32,3,32,1,32,2,16,216,3,34,5,73,4,64,32,0,32,1,16,217,3,13,1,32,0,32,3,32,5,32,3,107,32,0,16,165,1,34,3,65,0,32,3,65,0,16,134,6,11,32,0,16,159,1,33,3,3,64,32,1,32,2,71,4,64,32,3,32,1,16,208,1,32,3,65,4,106,33,3,32,1,65,4,106,33,1,12,1,11,11,32,4,65,0,54,2,0,32,3,32,4,16,208,1,32,0,32,5,16,201,3,12,1,11,32,0,32,4,32,1,32,2,32,0,16,218,3,34,1,16,159,1,32,1,16,165,1,16,136,6,32,1,16,246,5,26,11,32,4,65,16,106,36,0,11,55,1,1,127,35,0,65,16,107,34,2,36,0,32,0,32,1,16,159,1,16,240,1,34,0,54,2,0,32,0,69,4,64,32,2,65,131,16,32,1,16,138,6,16,177,1,0,11,32,2,65,16,106,36,0,11,248,14,1,7,127,35,0,65,48,107,34,10,36,0,32,2,4,64,32,1,16,165,1,65,4,70,33,7,11,2,64,2,64,2,64,2,64,2,64,32,3,14,2,0,1,2,11,32,7,4,64,32,1,16,229,2,33,2,32,10,32,1,16,229,2,54,2,40,32,10,65,40,106,65,3,16,207,3,33,11,32,1,16,230,2,33,9,35,0,65,32,107,34,3,36,0,32,3,32,11,54,2,16,32,3,32,2,54,2,24,32,3,32,9,54,2,8,2,64,32,3,65,24,106,32,3,65,16,106,16,234,2,13,0,32,3,65,16,106,32,3,65,8,106,16,234,2,33,2,32,3,40,2,24,33,9,32,2,13,0,32,3,40,2,16,33,6,32,3,40,2,8,33,8,35,0,65,32,107,34,11,36,0,32,11,32,8,54,2,16,32,11,32,6,54,2,24,32,11,32,9,16,228,5,54,2,8,2,64,32,11,65,8,106,32,11,65,24,106,16,234,2,4,64,35,0,65,32,107,34,6,36,0,32,6,32,9,54,2,16,32,6,32,6,65,16,106,40,2,0,45,0,0,58,0,15,32,6,40,2,16,16,228,5,33,2,32,6,32,6,40,2,16,34,9,32,2,16,232,5,32,8,16,232,5,32,9,16,232,5,16,234,3,16,231,5,54,2,24,32,6,65,24,106,40,2,0,32,6,65,15,106,45,0,0,58,0,0,32,6,40,2,24,26,32,6,65,32,106,36,0,12,1,11,32,11,32,11,40,2,24,16,228,5,54,2,8,32,11,65,8,106,32,11,65,16,106,16,234,2,4,64,32,11,40,2,16,33,8,35,0,65,32,107,34,6,36,0,32,6,32,9,54,2,24,35,0,65,16,107,34,12,36,0,32,12,32,8,54,2,8,32,12,65,8,106,65,127,16,229,5,32,12,40,2,8,33,2,32,12,65,16,106,36,0,32,6,32,2,54,2,16,32,6,32,6,65,16,106,40,2,0,45,0,0,58,0,15,32,6,40,2,16,33,2,32,8,32,9,16,232,5,32,2,16,232,5,32,8,16,232,5,16,233,5,16,231,5,26,32,6,65,24,106,40,2,0,32,6,65,15,106,45,0,0,58,0,0,32,6,65,32,106,36,0,12,1,11,32,11,40,2,24,33,2,32,11,40,2,16,33,8,35,0,65,48,107,34,6,36,0,32,6,32,2,54,2,32,32,6,32,9,54,2,40,32,6,32,8,54,2,24,2,127,32,6,65,32,106,32,6,65,40,106,16,197,3,34,8,32,6,65,24,106,32,6,65,32,106,16,197,3,34,2,70,4,64,32,6,40,2,40,33,9,32,6,40,2,32,33,8,35,0,65,32,107,34,2,36,0,32,2,32,8,54,2,16,32,2,32,9,54,2,24,32,2,32,8,54,2,8,3,64,32,2,65,24,106,32,2,65,16,106,16,231,2,4,64,32,2,40,2,24,32,2,40,2,8,16,166,3,32,2,65,24,106,16,232,2,32,2,65,8,106,16,232,2,12,1,11,11,32,2,40,2,8,26,32,2,65,32,106,36,0,32,6,40,2,32,12,1,11,32,6,32,6,65,40,106,32,8,32,2,16,230,5,16,207,3,54,2,16,3,127,32,6,65,16,106,32,6,65,40,106,16,231,2,4,127,32,6,65,16,106,34,9,32,9,40,2,0,65,1,107,54,2,0,32,6,32,9,40,2,0,45,0,0,58,0,15,32,6,32,6,40,2,16,54,2,8,32,6,32,6,65,8,106,32,8,16,207,3,54,2,0,3,64,32,6,65,8,106,40,2,0,32,6,40,2,0,45,0,0,58,0,0,32,6,32,6,40,2,0,54,2,8,2,64,32,6,65,24,106,32,6,16,197,3,34,9,32,8,74,4,64,32,6,32,8,16,235,3,12,1,11,32,6,32,6,65,40,106,32,8,32,9,107,16,207,3,54,2,0,11,32,6,32,6,65,16,106,16,231,2,13,0,11,32,6,65,8,106,40,2,0,32,6,65,15,106,45,0,0,58,0,0,12,1,5,32,6,65,40,106,32,2,16,207,3,11,11,11,26,32,6,65,48,106,36,0,11,32,11,65,32,106,36,0,11,32,3,65,32,106,36,0,11,2,64,2,64,2,64,2,64,2,64,32,5,14,5,0,1,2,3,4,6,11,32,0,65,131,136,128,16,54,0,0,2,64,32,4,14,3,8,0,8,6,11,32,7,13,7,32,1,16,247,5,12,7,11,32,0,65,2,58,0,3,32,0,65,3,58,0,0,2,64,2,64,2,64,32,4,14,3,0,1,2,7,11,32,0,65,4,59,0,1,12,8,11,32,0,65,4,59,0,1,32,7,13,7,32,1,16,247,5,12,7,11,32,0,65,129,8,59,0,1,32,7,69,13,6,32,10,32,1,16,229,2,54,2,40,32,1,32,10,65,32,106,32,10,65,40,106,16,196,3,40,2,0,16,174,5,12,6,11,32,0,65,3,58,0,3,32,0,65,4,58,0,0,2,64,2,64,2,64,32,4,14,3,0,1,2,6,11,32,0,65,128,4,59,0,1,12,7,11,32,7,69,4,64,32,1,16,247,5,11,32,0,65,128,4,59,0,1,12,6,11,32,0,65,130,2,59,0,1,32,7,69,13,5,32,10,32,1,16,229,2,54,2,40,32,1,32,10,65,24,106,32,10,65,40,106,16,196,3,40,2,0,16,174,5,12,5,11,32,0,65,2,58,0,3,32,0,65,4,58,0,0,2,64,2,64,2,64,32,4,14,3,0,1,2,5,11,32,0,65,128,6,59,0,1,12,6,11,32,0,65,129,6,59,0,1,32,7,69,13,5,32,10,32,1,16,229,2,54,2,40,32,1,32,10,65,16,106,32,10,65,40,106,16,196,3,40,2,0,16,174,5,12,5,11,32,0,65,3,59,0,1,32,7,13,4,32,1,16,247,5,12,4,11,32,0,65,3,58,0,3,32,0,65,4,58,0,0,2,64,2,64,2,64,32,4,14,3,0,1,2,4,11,32,0,65,128,4,59,0,1,12,5,11,32,0,65,128,4,59,0,1,32,7,13,4,32,1,16,247,5,12,4,11,32,0,65,130,2,59,0,1,32,7,69,13,3,32,10,32,1,16,229,2,54,2,40,32,1,32,10,65,8,106,32,10,65,40,106,16,196,3,40,2,0,16,174,5,12,3,11,2,64,2,64,2,64,2,64,2,64,32,5,14,5,0,1,2,3,4,5,11,32,0,65,131,132,128,32,54,0,0,2,64,32,4,14,3,7,0,7,5,11,32,7,13,6,32,1,16,247,5,12,6,11,32,0,65,4,58,0,3,32,0,65,3,58,0,0,2,64,2,64,2,64,32,4,14,3,0,1,2,6,11,32,0,65,2,59,0,1,12,7,11,32,0,65,2,59,0,1,32,7,13,6,32,1,65,32,16,129,6,12,6,11,32,0,65,129,4,59,0,1,32,7,69,13,5,12,4,11,32,0,65,3,58,0,3,32,0,65,2,58,0,0,2,64,2,64,2,64,32,4,14,3,0,1,2,5,11,32,0,65,128,8,59,0,1,12,6,11,32,0,65,128,8,59,0,1,32,7,13,5,32,1,65,32,16,129,6,12,5,11,32,0,65,132,2,59,0,1,32,7,13,3,12,4,11,32,0,65,4,58,0,3,32,0,65,3,58,0,0,2,64,2,64,2,64,32,4,14,3,0,1,2,4,11,32,0,65,2,59,0,1,12,5,11,32,0,65,2,59,0,1,32,7,13,4,32,1,65,32,16,129,6,12,4,11,32,0,65,129,4,59,0,1,32,7,13,2,12,3,11,32,0,65,4,58,0,3,32,0,65,2,58,0,0,2,64,2,64,2,64,32,4,14,3,0,1,2,3,11,32,0,65,3,59,0,1,12,4,11,32,0,65,131,2,59,0,1,32,7,13,2,12,3,11,32,0,65,128,6,59,0,1,32,7,13,2,32,1,65,32,16,129,6,12,2,11,32,0,65,130,134,128,32,54,0,0,12,1,11,35,0,65,16,107,34,2,36,0,2,64,32,1,16,168,1,4,64,32,1,32,1,40,2,4,65,1,107,34,0,16,200,1,32,1,40,2,0,33,3,32,2,65,0,58,0,15,32,0,32,3,106,32,2,65,15,106,16,191,1,12,1,11,32,1,32,1,45,0,11,65,1,107,34,0,16,190,1,32,2,65,0,58,0,14,32,0,32,1,106,32,2,65,14,106,16,191,1,11,32,2,65,16,106,36,0,11,32,10,65,48,106,36,0,11,216,1,1,7,127,35,0,65,16,107,34,3,36,0,32,3,32,1,54,2,8,32,3,32,0,16,229,2,54,2,0,32,3,65,8,106,32,3,16,197,3,33,1,2,64,32,0,16,165,1,32,1,79,4,64,35,0,65,16,107,34,2,36,0,32,2,65,1,54,2,12,32,0,16,165,1,33,7,32,0,16,159,1,33,8,32,2,32,7,32,1,34,5,107,34,6,54,2,8,32,2,32,2,65,12,106,32,2,65,8,106,16,176,1,40,2,0,34,4,54,2,12,32,0,32,7,32,6,32,4,107,34,6,4,127,32,5,32,8,106,34,5,32,4,32,5,106,32,6,16,244,5,32,2,40,2,12,5,32,4,11,107,34,4,16,201,3,32,2,65,0,58,0,7,32,4,32,8,106,32,2,65,7,106,16,191,1,32,2,65,16,106,36,0,12,1,11,16,177,1,0,11,32,3,32,1,16,207,3,26,32,3,65,16,106,36,0,11,254,14,1,7,127,35,0,65,48,107,34,10,36,0,32,2,4,64,32,1,16,165,1,65,4,70,33,7,11,2,64,2,64,2,64,2,64,2,64,32,3,14,2,0,1,2,11,32,7,4,64,32,1,16,229,2,33,2,32,10,32,1,16,229,2,54,2,40,32,10,65,40,106,65,3,16,222,3,33,11,32,1,16,253,2,33,9,35,0,65,32,107,34,3,36,0,32,3,32,11,54,2,16,32,3,32,2,54,2,24,32,3,32,9,54,2,8,2,64,32,3,65,24,106,32,3,65,16,106,16,234,2,13,0,32,3,65,16,106,32,3,65,8,106,16,234,2,33,2,32,3,40,2,24,33,9,32,2,13,0,32,3,40,2,16,33,6,32,3,40,2,8,33,8,35,0,65,32,107,34,11,36,0,32,11,32,8,54,2,16,32,11,32,6,54,2,24,32,11,32,9,16,234,5,54,2,8,2,64,32,11,65,8,106,32,11,65,24,106,16,234,2,4,64,35,0,65,32,107,34,6,36,0,32,6,32,9,54,2,16,32,6,32,6,65,16,106,40,2,0,40,2,0,54,2,12,32,6,40,2,16,16,234,5,33,2,32,6,32,6,40,2,16,34,9,32,2,16,232,5,32,8,16,232,5,32,9,16,232,5,16,234,3,16,236,5,54,2,24,32,6,65,24,106,40,2,0,32,6,65,12,106,40,2,0,54,2,0,32,6,40,2,24,26,32,6,65,32,106,36,0,12,1,11,32,11,32,11,40,2,24,16,234,5,54,2,8,32,11,65,8,106,32,11,65,16,106,16,234,2,4,64,32,11,40,2,16,33,8,35,0,65,32,107,34,6,36,0,32,6,32,9,54,2,24,35,0,65,16,107,34,12,36,0,32,12,32,8,54,2,8,32,12,65,8,106,65,127,16,235,5,32,12,40,2,8,33,2,32,12,65,16,106,36,0,32,6,32,2,54,2,16,32,6,32,6,65,16,106,40,2,0,40,2,0,54,2,12,32,6,40,2,16,33,2,32,8,32,9,16,232,5,32,2,16,232,5,32,8,16,232,5,16,233,5,16,236,5,26,32,6,65,24,106,40,2,0,32,6,65,12,106,40,2,0,54,2,0,32,6,65,32,106,36,0,12,1,11,32,11,40,2,24,33,2,32,11,40,2,16,33,8,35,0,65,48,107,34,6,36,0,32,6,32,2,54,2,32,32,6,32,9,54,2,40,32,6,32,8,54,2,24,2,127,32,6,65,32,106,32,6,65,40,106,16,213,3,34,8,32,6,65,24,106,32,6,65,32,106,16,213,3,34,2,70,4,64,32,6,40,2,40,33,9,32,6,40,2,32,33,8,35,0,65,32,107,34,2,36,0,32,2,32,8,54,2,16,32,2,32,9,54,2,24,32,2,32,8,54,2,8,3,64,32,2,65,24,106,32,2,65,16,106,16,231,2,4,64,32,2,40,2,24,32,2,40,2,8,16,160,1,32,2,65,24,106,16,254,2,32,2,65,8,106,16,254,2,12,1,11,11,32,2,40,2,8,26,32,2,65,32,106,36,0,32,6,40,2,32,12,1,11,32,6,32,6,65,40,106,32,8,32,2,16,230,5,16,222,3,54,2,16,3,127,32,6,65,16,106,32,6,65,40,106,16,231,2,4,127,32,6,65,16,106,34,9,32,9,40,2,0,65,4,107,54,2,0,32,6,32,9,40,2,0,40,2,0,54,2,12,32,6,32,6,40,2,16,54,2,8,32,6,32,6,65,8,106,32,8,16,222,3,54,2,0,3,64,32,6,65,8,106,40,2,0,32,6,40,2,0,40,2,0,54,2,0,32,6,32,6,40,2,0,54,2,8,2,64,32,6,65,24,106,32,6,16,213,3,34,9,32,8,74,4,64,32,6,32,8,16,236,3,12,1,11,32,6,32,6,65,40,106,32,8,32,9,107,16,222,3,54,2,0,11,32,6,32,6,65,16,106,16,231,2,13,0,11,32,6,65,8,106,40,2,0,32,6,65,12,106,40,2,0,54,2,0,12,1,5,32,6,65,40,106,32,2,16,222,3,11,11,11,26,32,6,65,48,106,36,0,11,32,11,65,32,106,36,0,11,32,3,65,32,106,36,0,11,2,64,2,64,2,64,2,64,2,64,32,5,14,5,0,1,2,3,4,6,11,32,0,65,131,136,128,16,54,0,0,2,64,32,4,14,3,8,0,8,6,11,32,7,13,7,32,1,16,133,6,12,7,11,32,0,65,2,58,0,3,32,0,65,3,58,0,0,2,64,2,64,2,64,32,4,14,3,0,1,2,7,11,32,0,65,4,59,0,1,12,8,11,32,0,65,4,59,0,1,32,7,13,7,32,1,16,133,6,12,7,11,32,0,65,129,8,59,0,1,32,7,69,13,6,32,10,32,1,16,229,2,54,2,40,32,1,32,10,65,32,106,32,10,65,40,106,16,196,3,40,2,0,16,176,5,12,6,11,32,0,65,3,58,0,3,32,0,65,4,58,0,0,2,64,2,64,2,64,32,4,14,3,0,1,2,6,11,32,0,65,128,4,59,0,1,12,7,11,32,7,69,4,64,32,1,16,133,6,11,32,0,65,128,4,59,0,1,12,6,11,32,0,65,130,2,59,0,1,32,7,69,13,5,32,10,32,1,16,229,2,54,2,40,32,1,32,10,65,24,106,32,10,65,40,106,16,196,3,40,2,0,16,176,5,12,5,11,32,0,65,2,58,0,3,32,0,65,4,58,0,0,2,64,2,64,2,64,32,4,14,3,0,1,2,5,11,32,0,65,128,6,59,0,1,12,6,11,32,0,65,129,6,59,0,1,32,7,69,13,5,32,10,32,1,16,229,2,54,2,40,32,1,32,10,65,16,106,32,10,65,40,106,16,196,3,40,2,0,16,176,5,12,5,11,32,0,65,3,59,0,1,32,7,13,4,32,1,16,133,6,12,4,11,32,0,65,3,58,0,3,32,0,65,4,58,0,0,2,64,2,64,2,64,32,4,14,3,0,1,2,4,11,32,0,65,128,4,59,0,1,12,5,11,32,0,65,128,4,59,0,1,32,7,13,4,32,1,16,133,6,12,4,11,32,0,65,130,2,59,0,1,32,7,69,13,3,32,10,32,1,16,229,2,54,2,40,32,1,32,10,65,8,106,32,10,65,40,106,16,196,3,40,2,0,16,176,5,12,3,11,2,64,2,64,2,64,2,64,2,64,32,5,14,5,0,1,2,3,4,5,11,32,0,65,131,132,128,32,54,0,0,2,64,32,4,14,3,7,0,7,5,11,32,7,13,6,32,1,16,133,6,12,6,11,32,0,65,4,58,0,3,32,0,65,3,58,0,0,2,64,2,64,2,64,32,4,14,3,0,1,2,6,11,32,0,65,2,59,0,1,12,7,11,32,0,65,2,59,0,1,32,7,13,6,32,1,65,32,16,137,6,12,6,11,32,0,65,129,4,59,0,1,32,7,69,13,5,12,4,11,32,0,65,3,58,0,3,32,0,65,2,58,0,0,2,64,2,64,2,64,32,4,14,3,0,1,2,5,11,32,0,65,128,8,59,0,1,12,6,11,32,0,65,128,8,59,0,1,32,7,13,5,32,1,65,32,16,137,6,12,5,11,32,0,65,132,2,59,0,1,32,7,13,3,12,4,11,32,0,65,4,58,0,3,32,0,65,3,58,0,0,2,64,2,64,2,64,32,4,14,3,0,1,2,4,11,32,0,65,2,59,0,1,12,5,11,32,0,65,2,59,0,1,32,7,13,4,32,1,65,32,16,137,6,12,4,11,32,0,65,129,4,59,0,1,32,7,13,2,12,3,11,32,0,65,4,58,0,3,32,0,65,2,58,0,0,2,64,2,64,2,64,32,4,14,3,0,1,2,3,11,32,0,65,3,59,0,1,12,4,11,32,0,65,131,2,59,0,1,32,7,13,2,12,3,11,32,0,65,128,6,59,0,1,32,7,13,2,32,1,65,32,16,137,6,12,2,11,32,0,65,130,134,128,32,54,0,0,12,1,11,35,0,65,16,107,34,2,36,0,2,64,32,1,16,168,1,4,64,32,1,32,1,40,2,4,65,1,107,34,0,16,200,1,32,1,40,2,0,33,3,32,2,65,0,54,2,12,32,3,32,0,65,2,116,106,32,2,65,12,106,16,208,1,12,1,11,32,1,32,1,45,0,11,65,1,107,34,0,16,190,1,32,2,65,0,54,2,8,32,1,32,0,65,2,116,106,32,2,65,8,106,16,208,1,11,32,2,65,16,106,36,0,11,32,10,65,48,106,36,0,11,225,1,1,7,127,35,0,65,16,107,34,3,36,0,32,3,32,1,54,2,8,32,3,32,0,16,229,2,54,2,0,32,3,65,8,106,32,3,16,213,3,33,1,2,64,32,0,16,165,1,32,1,79,4,64,35,0,65,16,107,34,2,36,0,32,2,65,1,54,2,12,32,0,16,165,1,33,7,32,0,16,159,1,33,8,32,2,32,7,32,1,34,5,107,34,6,54,2,8,32,2,32,2,65,12,106,32,2,65,8,106,16,176,1,40,2,0,34,4,54,2,12,32,0,32,7,32,6,32,4,107,34,6,4,127,32,8,32,5,65,2,116,106,34,5,32,5,32,4,65,2,116,106,32,6,16,131,6,32,2,40,2,12,5,32,4,11,107,34,4,16,201,3,32,2,65,0,54,2,4,32,8,32,4,65,2,116,106,32,2,65,4,106,16,208,1,32,2,65,16,106,36,0,12,1,11,16,177,1,0,11,32,3,32,1,16,222,3,26,32,3,65,16,106,36,0,11,151,1,1,3,127,32,0,65,12,106,34,1,65,136,4,106,16,246,5,26,32,1,65,252,3,106,16,246,5,26,32,1,65,240,3,106,16,246,5,26,32,1,65,228,3,106,34,2,16,246,5,26,32,1,65,204,3,106,33,3,3,64,32,2,65,12,107,16,246,5,34,2,32,3,71,13,0,11,32,1,65,204,3,106,33,2,32,1,65,172,1,106,33,3,3,64,32,2,65,12,107,16,246,5,34,2,32,3,71,13,0,11,32,1,65,172,1,106,33,2,32,1,65,4,106,33,3,3,64,32,2,65,12,107,16,246,5,34,2,32,3,71,13,0,11,32,1,16,166,5,32,0,11,9,0,32,0,16,177,5,16,86,11,205,5,1,2,127,32,0,65,136,4,106,33,0,3,64,2,64,32,0,16,165,1,32,1,77,13,0,32,0,32,1,16,173,2,45,0,0,65,37,70,13,0,32,1,65,1,106,33,1,12,1,11,11,2,64,2,64,2,64,2,64,32,0,32,1,65,1,106,16,173,2,44,0,0,34,2,65,249,0,71,4,64,32,2,65,228,0,70,13,2,32,2,65,237,0,70,13,1,32,2,65,217,0,71,13,3,11,32,1,65,2,106,33,1,3,64,2,64,32,0,16,165,1,32,1,77,13,0,32,0,32,1,16,173,2,45,0,0,65,37,70,13,0,32,1,65,1,106,33,1,12,1,11,11,32,0,16,165,1,32,1,70,13,2,32,0,32,1,65,1,106,16,173,2,44,0,0,34,2,65,228,0,71,4,64,32,2,65,237,0,71,13,3,32,1,65,2,106,33,1,3,64,2,64,32,0,16,165,1,32,1,77,13,0,32,0,32,1,16,173,2,45,0,0,65,37,70,13,0,32,1,65,1,106,33,1,12,1,11,11,32,0,16,165,1,32,1,70,13,3,65,3,33,2,32,0,32,1,65,1,106,16,173,2,45,0,0,65,228,0,71,13,3,12,4,11,32,1,65,2,106,33,1,3,64,2,64,32,0,16,165,1,32,1,77,13,0,32,0,32,1,16,173,2,45,0,0,65,37,70,13,0,32,1,65,1,106,33,1,12,1,11,11,32,0,16,165,1,32,1,70,13,2,65,4,33,2,32,0,32,1,65,1,106,16,173,2,45,0,0,65,237,0,71,13,2,12,3,11,32,1,65,2,106,33,1,3,64,2,64,32,0,16,165,1,32,1,77,13,0,32,0,32,1,16,173,2,45,0,0,65,37,70,13,0,32,1,65,1,106,33,1,12,1,11,11,32,0,16,165,1,32,1,70,13,1,32,0,32,1,65,1,106,16,173,2,45,0,0,65,228,0,71,13,1,32,1,65,2,106,33,1,3,64,2,64,32,0,16,165,1,32,1,77,13,0,32,0,32,1,16,173,2,45,0,0,65,37,70,13,0,32,1,65,1,106,33,1,12,1,11,11,32,0,16,165,1,32,1,70,13,1,65,2,33,2,32,0,32,1,65,1,106,34,1,16,173,2,45,0,0,65,249,0,70,13,2,32,0,32,1,16,173,2,45,0,0,65,217,0,71,13,1,12,2,11,32,1,65,2,106,33,1,3,64,2,64,32,0,16,165,1,32,1,77,13,0,32,0,32,1,16,173,2,45,0,0,65,37,70,13,0,32,1,65,1,106,33,1,12,1,11,11,32,0,16,165,1,32,1,70,13,0,32,0,32,1,65,1,106,16,173,2,45,0,0,65,237,0,71,13,0,32,1,65,2,106,33,1,3,64,2,64,32,0,16,165,1,32,1,77,13,0,32,0,32,1,16,173,2,45,0,0,65,37,70,13,0,32,1,65,1,106,33,1,12,1,11,11,32,0,16,165,1,32,1,70,13,0,65,1,33,2,32,0,32,1,65,1,106,34,1,16,173,2,45,0,0,65,249,0,70,13,1,32,0,32,1,16,173,2,45,0,0,65,217,0,70,13,1,11,65,0,33,2,11,32,2,11,7,0,32,0,65,16,106,11,8,0,32,0,65,184,1,106,11,8,0,32,0,65,216,3,106,11,8,0,32,0,65,240,3,106,11,8,0,32,0,65,252,3,106,11,8,0,32,0,65,136,4,106,11,8,0,32,0,65,148,4,106,11,10,0,32,0,65,8,107,16,180,5,11,10,0,32,0,65,8,107,16,181,5,11,10,0,32,0,65,8,107,16,182,5,11,10,0,32,0,65,8,107,16,183,5,11,10,0,32,0,65,8,107,16,184,5,11,10,0,32,0,65,8,107,16,185,5,11,10,0,32,0,65,8,107,16,186,5,11,205,5,1,2,127,32,0,65,136,4,106,33,0,3,64,2,64,32,0,16,165,1,32,1,77,13,0,32,0,32,1,16,208,2,40,2,0,65,37,70,13,0,32,1,65,1,106,33,1,12,1,11,11,2,64,2,64,2,64,2,64,32,0,32,1,65,1,106,16,208,2,40,2,0,34,2,65,249,0,71,4,64,32,2,65,228,0,70,13,2,32,2,65,237,0,70,13,1,32,2,65,217,0,71,13,3,11,32,1,65,2,106,33,1,3,64,2,64,32,0,16,165,1,32,1,77,13,0,32,0,32,1,16,208,2,40,2,0,65,37,70,13,0,32,1,65,1,106,33,1,12,1,11,11,32,0,16,165,1,32,1,70,13,2,32,0,32,1,65,1,106,16,208,2,40,2,0,34,2,65,228,0,71,4,64,32,2,65,237,0,71,13,3,32,1,65,2,106,33,1,3,64,2,64,32,0,16,165,1,32,1,77,13,0,32,0,32,1,16,208,2,40,2,0,65,37,70,13,0,32,1,65,1,106,33,1,12,1,11,11,32,0,16,165,1,32,1,70,13,3,65,3,33,2,32,0,32,1,65,1,106,16,208,2,40,2,0,65,228,0,71,13,3,12,4,11,32,1,65,2,106,33,1,3,64,2,64,32,0,16,165,1,32,1,77,13,0,32,0,32,1,16,208,2,40,2,0,65,37,70,13,0,32,1,65,1,106,33,1,12,1,11,11,32,0,16,165,1,32,1,70,13,2,65,4,33,2,32,0,32,1,65,1,106,16,208,2,40,2,0,65,237,0,71,13,2,12,3,11,32,1,65,2,106,33,1,3,64,2,64,32,0,16,165,1,32,1,77,13,0,32,0,32,1,16,208,2,40,2,0,65,37,70,13,0,32,1,65,1,106,33,1,12,1,11,11,32,0,16,165,1,32,1,70,13,1,32,0,32,1,65,1,106,16,208,2,40,2,0,65,228,0,71,13,1,32,1,65,2,106,33,1,3,64,2,64,32,0,16,165,1,32,1,77,13,0,32,0,32,1,16,208,2,40,2,0,65,37,70,13,0,32,1,65,1,106,33,1,12,1,11,11,32,0,16,165,1,32,1,70,13,1,65,2,33,2,32,0,32,1,65,1,106,34,1,16,208,2,40,2,0,65,249,0,70,13,2,32,0,32,1,16,208,2,40,2,0,65,217,0,71,13,1,12,2,11,32,1,65,2,106,33,1,3,64,2,64,32,0,16,165,1,32,1,77,13,0,32,0,32,1,16,208,2,40,2,0,65,37,70,13,0,32,1,65,1,106,33,1,12,1,11,11,32,0,16,165,1,32,1,70,13,0,32,0,32,1,65,1,106,16,208,2,40,2,0,65,237,0,71,13,0,32,1,65,2,106,33,1,3,64,2,64,32,0,16,165,1,32,1,77,13,0,32,0,32,1,16,208,2,40,2,0,65,37,70,13,0,32,1,65,1,106,33,1,12,1,11,11,32,0,16,165,1,32,1,70,13,0,65,1,33,2,32,0,32,1,65,1,106,34,1,16,208,2,40,2,0,65,249,0,70,13,1,32,0,32,1,16,208,2,40,2,0,65,217,0,70,13,1,11,65,0,33,2,11,32,2,11,9,0,32,0,16,196,5,16,86,11,31,1,1,127,32,0,65,8,106,34,1,40,2,0,16,200,2,71,4,64,32,1,40,2,0,16,129,2,11,32,0,11,12,0,32,0,16,196,5,26,32,0,16,86,11,49,0,32,0,65,148,145,2,54,2,0,32,0,65,48,106,16,246,5,26,32,0,65,36,106,16,246,5,26,32,0,65,24,106,16,246,5,26,32,0,65,12,106,16,246,5,26,32,0,11,9,0,32,0,16,198,5,16,86,11,49,0,32,0,65,252,145,2,54,2,0,32,0,65,48,106,16,246,5,26,32,0,65,36,106,16,246,5,26,32,0,65,24,106,16,246,5,26,32,0,65,12,106,16,246,5,26,32,0,11,9,0,32,0,16,200,5,16,86,11,49,0,32,0,65,228,146,2,54,2,0,32,0,65,52,106,16,246,5,26,32,0,65,40,106,16,246,5,26,32,0,65,28,106,16,246,5,26,32,0,65,16,106,16,246,5,26,32,0,11,9,0,32,0,16,202,5,16,86,11,49,0,32,0,65,204,147,2,54,2,0,32,0,65,52,106,16,246,5,26,32,0,65,40,106,16,246,5,26,32,0,65,28,106,16,246,5,26,32,0,65,16,106,16,246,5,26,32,0,11,9,0,32,0,16,204,5,16,86,11,68,1,1,127,35,0,65,16,107,34,1,36,0,32,0,16,180,5,26,32,1,65,255,255,255,255,3,54,2,12,32,1,65,255,255,255,255,7,54,2,8,32,1,65,12,106,32,1,65,8,106,16,176,1,40,2,0,33,0,32,1,65,16,106,36,0,32,0,11,63,1,1,127,35,0,65,16,107,34,2,36,0,2,64,2,64,32,1,65,30,75,13,0,32,0,45,0,120,13,0,32,0,65,1,58,0,120,12,1,11,32,2,65,8,106,32,1,16,214,5,33,0,11,32,2,65,16,106,36,0,32,0,11,7,0,32,0,65,8,106,11,44,0,32,0,40,2,0,26,32,0,40,2,0,32,0,16,215,5,65,2,116,106,26,32,0,40,2,0,32,0,16,215,5,65,2,116,106,26,32,0,40,2,0,26,11,36,0,32,0,32,1,54,2,0,32,0,32,1,40,2,4,34,1,54,2,4,32,0,32,1,32,2,65,2,116,106,54,2,8,32,0,11,15,0,32,0,40,2,0,32,0,40,2,4,54,2,4,11,9,0,32,1,65,0,54,2,0,11,9,0,32,0,65,0,54,2,0,11,28,0,32,1,65,255,255,255,255,3,75,4,64,65,136,12,16,55,0,11,32,1,65,2,116,16,238,5,11,19,0,32,0,16,208,5,40,2,0,32,0,40,2,0,107,65,2,117,11,42,0,35,0,65,16,107,34,2,36,0,2,64,32,0,32,1,70,4,64,32,0,65,0,58,0,120,12,1,11,32,1,16,86,11,32,2,65,16,106,36,0,11,44,1,1,127,32,0,40,2,4,33,2,3,64,32,1,32,2,71,4,64,32,0,16,180,5,26,32,2,65,4,107,33,2,12,1,11,11,32,0,32,1,54,2,4,11,10,0,32,0,16,200,2,54,2,0,11,87,1,1,127,35,0,65,16,107,34,4,36,0,32,4,32,0,32,3,16,210,5,33,3,32,0,16,180,5,26,32,3,65,4,106,33,0,32,2,32,1,107,34,2,65,0,74,4,64,32,0,40,2,0,32,1,32,2,16,69,26,32,0,32,0,40,2,0,32,2,106,54,2,0,11,32,3,16,211,5,32,4,65,16,106,36,0,11,91,1,2,127,35,0,65,16,107,34,2,36,0,32,2,32,1,54,2,12,32,1,32,0,16,206,5,34,3,77,4,64,32,0,16,215,5,34,0,32,3,65,1,118,73,4,64,32,2,32,0,65,1,116,54,2,8,32,2,65,8,106,32,2,65,12,106,16,174,1,40,2,0,33,3,11,32,2,65,16,106,36,0,32,3,15,11,16,177,1,0,11,10,0,32,0,65,12,106,16,223,5,11,7,0,32,0,65,12,106,11,10,0,32,0,65,4,106,40,2,0,11,36,0,32,0,65,2,79,4,127,32,0,65,4,106,65,124,113,34,0,32,0,65,1,107,34,0,32,0,65,2,70,27,5,65,1,11,11,9,0,32,0,32,1,16,214,5,11,12,0,32,0,16,205,4,26,32,0,16,86,11,12,0,32,0,16,211,4,26,32,0,16,86,11,46,1,1,127,35,0,65,16,107,34,1,36,0,32,1,32,0,54,2,8,32,1,65,8,106,65,1,16,229,5,32,1,40,2,8,33,0,32,1,65,16,106,36,0,32,0,11,9,0,32,0,32,1,16,235,3,11,18,0,3,64,32,0,32,1,34,0,111,34,1,13,0,11,32,0,11,47,1,1,127,35,0,65,16,107,34,2,36,0,32,2,32,0,54,2,8,32,2,65,8,106,32,1,32,0,16,232,5,107,16,207,3,33,0,32,2,65,16,106,36,0,32,0,11,39,1,1,127,35,0,65,16,107,34,1,36,0,32,1,32,0,54,2,8,32,1,65,8,106,40,2,0,33,0,32,1,65,16,106,36,0,32,0,11,27,0,32,1,32,0,107,34,1,4,64,32,2,32,1,107,34,2,32,0,32,1,16,70,11,32,2,11,46,1,1,127,35,0,65,16,107,34,1,36,0,32,1,32,0,54,2,8,32,1,65,8,106,65,1,16,235,5,32,1,40,2,8,33,0,32,1,65,16,106,36,0,32,0,11,9,0,32,0,32,1,16,236,3,11,50,1,1,127,35,0,65,16,107,34,2,36,0,32,2,32,0,54,2,8,32,2,65,8,106,32,1,32,0,16,232,5,107,65,2,117,16,222,3,33,0,32,2,65,16,106,36,0,32,0,11,3,0,0,11,84,1,1,127,32,0,65,1,32,0,27,33,1,2,64,3,64,32,1,16,85,34,0,13,1,65,168,183,4,40,2,0,34,0,4,64,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,17,0,0,26,12,1,11,11,16,5,0,11,32,0,11,25,0,32,1,65,9,77,4,64,32,0,32,1,16,242,5,15,11,32,0,32,1,16,243,5,11,27,0,32,0,32,1,65,228,0,110,34,0,16,243,5,32,1,32,0,65,228,0,108,107,16,243,5,11,61,0,32,1,65,227,0,77,4,64,32,0,32,1,16,239,5,15,11,32,1,65,231,7,77,4,64,32,0,32,1,65,228,0,110,34,0,16,242,5,32,1,32,0,65,228,0,108,107,16,243,5,15,11,32,0,32,1,16,240,5,11,17,0,32,0,32,1,65,48,106,58,0,0,32,0,65,1,106,11,25,0,32,0,32,1,65,1,116,65,192,169,2,106,47,1,0,59,0,0,32,0,65,2,106,11,15,0,32,2,4,64,32,0,32,1,32,2,16,70,11,11,243,1,1,4,127,35,0,65,16,107,34,8,36,0,32,2,65,111,34,9,32,1,65,127,115,106,77,4,64,32,0,16,159,1,33,10,2,127,32,1,32,9,65,1,118,65,16,107,73,4,64,32,8,32,1,65,1,116,54,2,8,32,8,32,1,32,2,106,54,2,12,32,8,65,12,106,32,8,65,8,106,16,174,1,40,2,0,16,197,1,12,1,11,32,9,65,1,107,11,65,1,106,34,11,16,238,5,33,2,32,4,4,64,32,2,32,10,32,4,16,103,11,32,6,4,64,32,2,32,4,106,32,7,32,6,16,103,11,32,3,32,4,32,5,106,107,34,9,4,64,32,2,32,4,106,32,6,106,32,4,32,10,106,32,5,106,32,9,16,103,11,32,1,65,10,71,4,64,32,10,16,86,11,32,0,32,2,16,198,1,32,0,32,11,16,199,1,32,0,32,4,32,6,106,32,9,106,34,4,16,200,1,32,8,65,0,58,0,7,32,2,32,4,106,32,8,65,7,106,16,191,1,32,8,65,16,106,36,0,15,11,16,53,0,11,31,1,1,127,32,0,16,168,1,4,64,32,0,40,2,0,33,1,32,0,16,169,1,26,32,1,16,86,11,32,0,11,149,1,1,3,127,35,0,65,16,107,34,3,36,0,32,0,16,165,1,34,1,65,0,79,4,64,2,64,32,0,16,166,1,34,2,32,1,71,4,64,32,0,16,159,1,33,2,32,1,69,13,1,32,2,65,1,106,32,2,32,1,16,244,5,12,1,11,32,0,32,2,32,1,65,1,106,32,2,107,32,1,65,0,65,1,16,248,5,32,0,40,2,0,33,2,11,32,2,65,1,65,32,16,249,5,32,0,32,1,65,1,106,34,1,16,201,3,32,3,65,0,58,0,15,32,1,32,2,106,32,3,65,15,106,16,191,1,32,3,65,16,106,36,0,15,11,16,177,1,0,11,183,1,1,3,127,35,0,65,16,107,34,6,36,0,32,2,65,111,34,7,32,1,107,77,4,64,32,0,16,159,1,33,8,2,127,32,1,32,7,65,1,118,65,16,107,73,4,64,32,6,32,1,65,1,116,54,2,8,32,6,32,1,32,2,106,54,2,12,32,6,65,12,106,32,6,65,8,106,16,174,1,40,2,0,16,197,1,12,1,11,32,7,65,1,107,11,65,1,106,34,7,16,238,5,33,2,32,4,4,64,32,2,32,8,32,4,16,103,11,32,3,32,4,107,34,3,4,64,32,2,32,4,106,32,5,106,32,4,32,8,106,32,3,16,103,11,32,1,65,10,71,4,64,32,8,16,86,11,32,0,32,2,16,198,1,32,0,32,7,16,199,1,32,6,65,16,106,36,0,15,11,16,53,0,11,18,0,32,1,4,64,32,0,32,2,16,107,32,1,16,71,26,11,11,87,1,2,127,2,64,2,64,32,2,65,10,77,4,64,32,0,33,3,32,0,32,2,16,190,1,12,1,11,32,2,65,111,75,13,1,32,0,32,2,16,197,1,65,1,106,34,4,16,238,5,34,3,16,198,1,32,0,32,4,16,199,1,32,0,32,2,16,200,1,11,32,3,32,1,32,2,65,1,106,16,103,15,11,16,53,0,11,106,1,2,127,35,0,65,16,107,34,4,36,0,2,64,32,2,32,0,16,166,1,34,3,77,4,64,32,0,16,159,1,34,3,32,1,32,2,16,244,5,32,4,65,0,58,0,15,32,2,32,3,106,32,4,65,15,106,16,191,1,32,0,32,2,16,201,3,12,1,11,32,0,32,3,32,2,32,3,107,32,0,16,165,1,34,3,65,0,32,3,32,2,32,1,16,245,5,11,32,4,65,16,106,36,0,11,126,1,3,127,35,0,65,16,107,34,5,36,0,2,64,32,2,32,0,16,166,1,34,4,32,0,16,165,1,34,3,107,77,4,64,32,2,69,13,1,32,0,16,159,1,34,4,32,3,106,32,1,32,2,16,103,32,0,32,2,32,3,106,34,2,16,201,3,32,5,65,0,58,0,15,32,2,32,4,106,32,5,65,15,106,16,191,1,12,1,11,32,0,32,4,32,2,32,3,106,32,4,107,32,3,32,3,65,0,32,2,32,1,16,245,5,11,32,5,65,16,106,36,0,32,0,11,206,1,1,2,127,35,0,65,16,107,34,5,36,0,32,5,32,3,54,2,12,32,2,32,1,16,165,1,34,4,75,4,64,16,177,1,0,11,32,1,16,159,1,33,1,32,5,32,4,32,2,107,54,2,4,32,1,32,2,106,33,6,32,5,65,12,106,32,5,65,4,106,16,176,1,40,2,0,33,2,35,0,65,16,107,34,3,36,0,2,64,32,2,65,111,77,4,64,2,64,32,2,65,10,77,4,64,32,0,32,2,16,190,1,32,0,33,1,12,1,11,32,0,32,2,16,197,1,65,1,106,34,4,16,238,5,34,1,16,198,1,32,0,32,4,16,199,1,32,0,32,2,16,200,1,11,32,1,32,6,32,2,16,103,32,3,65,0,58,0,15,32,1,32,2,106,32,3,65,15,106,16,191,1,32,3,65,16,106,36,0,12,1,11,16,53,0,11,32,5,65,16,106,36,0,32,0,11,189,1,1,4,127,2,127,32,1,16,81,33,2,35,0,65,16,107,34,5,36,0,32,0,16,165,1,34,4,65,0,79,4,64,2,64,32,2,32,0,16,166,1,34,3,32,4,107,77,4,64,32,2,69,13,1,32,0,16,159,1,34,3,32,4,4,127,32,2,32,3,106,32,3,32,4,16,244,5,32,1,32,2,65,0,32,3,32,4,106,32,1,75,27,65,0,32,1,32,3,79,27,106,5,32,1,11,32,2,16,244,5,32,0,32,2,32,4,106,34,2,16,201,3,32,5,65,0,58,0,15,32,2,32,3,106,32,5,65,15,106,16,191,1,12,1,11,32,0,32,3,32,2,32,4,106,32,3,107,32,4,65,0,65,0,32,2,32,1,16,245,5,11,32,5,65,16,106,36,0,32,0,12,1,11,16,177,1,0,11,11,115,1,2,127,35,0,65,16,107,34,4,36,0,2,64,32,2,32,0,16,169,1,34,3,73,4,64,32,0,40,2,0,33,3,32,0,32,2,16,200,1,32,3,32,1,32,2,16,103,32,4,65,0,58,0,15,32,2,32,3,106,32,4,65,15,106,16,191,1,12,1,11,32,0,32,3,65,1,107,32,2,32,3,107,65,1,106,32,0,40,2,4,34,3,65,0,32,3,32,2,32,1,16,245,5,11,32,4,65,16,106,36,0,32,0,11,95,1,1,127,35,0,65,16,107,34,3,36,0,2,64,32,2,65,10,77,4,64,32,0,32,2,16,190,1,32,0,32,1,32,2,16,103,32,3,65,0,58,0,15,32,0,32,2,106,32,3,65,15,106,16,191,1,12,1,11,32,0,65,10,32,2,65,10,107,32,0,45,0,11,34,0,65,0,32,0,32,2,32,1,16,245,5,11,32,3,65,16,106,36,0,11,191,1,1,3,127,35,0,65,16,107,34,3,36,0,32,3,32,1,58,0,15,2,64,2,64,2,64,2,64,32,0,16,168,1,4,64,32,0,16,169,1,33,1,32,0,40,2,4,34,4,32,1,65,1,107,34,2,70,13,1,12,3,11,65,10,33,4,65,10,33,2,32,0,45,0,11,34,1,65,10,71,13,1,11,32,0,32,2,65,1,32,2,32,2,65,0,16,248,5,32,4,33,1,32,0,16,168,1,13,1,11,32,0,33,2,32,0,32,1,65,1,106,16,190,1,12,1,11,32,0,40,2,0,33,2,32,0,32,4,65,1,106,16,200,1,32,4,33,1,11,32,1,32,2,106,34,0,32,3,65,15,106,16,191,1,32,3,65,0,58,0,14,32,0,65,1,106,32,3,65,14,106,16,191,1,32,3,65,16,106,36,0,11,13,0,32,0,32,1,32,1,16,81,16,252,5,11,126,1,1,127,32,2,4,127,2,64,32,1,34,3,32,0,70,13,0,32,0,32,3,107,32,2,65,2,116,79,4,64,32,2,69,13,1,32,0,33,1,3,64,32,1,32,3,40,2,0,54,2,0,32,1,65,4,106,33,1,32,3,65,4,106,33,3,32,2,65,1,107,34,2,13,0,11,12,1,11,32,2,69,13,0,3,64,32,0,32,2,65,1,107,34,2,65,2,116,34,1,106,32,1,32,3,106,40,2,0,54,2,0,32,2,13,0,11,11,65,0,5,32,0,11,26,11,139,2,1,4,127,35,0,65,16,107,34,8,36,0,32,2,65,239,255,255,255,3,34,9,32,1,65,127,115,106,77,4,64,32,0,16,159,1,33,10,32,0,2,127,32,1,32,9,65,1,118,65,16,107,73,4,64,32,8,32,1,65,1,116,54,2,8,32,8,32,1,32,2,106,54,2,12,32,8,65,12,106,32,8,65,8,106,16,174,1,40,2,0,16,224,5,12,1,11,32,9,65,1,107,11,65,1,106,34,11,16,225,5,33,2,32,4,4,64,32,2,32,10,32,4,16,110,11,32,6,4,64,32,4,65,2,116,32,2,106,32,7,32,6,16,110,11,32,3,32,4,32,5,106,107,34,9,4,64,32,4,65,2,116,34,3,32,2,106,32,6,65,2,116,106,32,3,32,10,106,32,5,65,2,116,106,32,9,16,110,11,32,1,65,1,71,4,64,32,10,16,86,11,32,0,32,2,16,198,1,32,0,32,11,16,199,1,32,0,32,4,32,6,106,32,9,106,34,4,16,200,1,32,8,65,0,54,2,4,32,2,32,4,65,2,116,106,32,8,65,4,106,16,208,1,32,8,65,16,106,36,0,15,11,16,177,1,0,11,154,1,1,3,127,35,0,65,16,107,34,3,36,0,32,0,16,165,1,34,1,65,0,79,4,64,2,64,32,0,16,215,3,34,2,32,1,71,4,64,32,0,16,159,1,33,2,32,1,69,13,1,32,2,65,4,106,32,2,32,1,16,131,6,12,1,11,32,0,32,2,32,1,65,1,106,32,2,107,32,1,65,0,65,0,65,1,16,134,6,32,0,40,2,0,33,2,11,32,2,65,1,65,32,16,135,6,32,0,32,1,65,1,106,34,1,16,201,3,32,3,65,0,54,2,12,32,2,32,1,65,2,116,106,32,3,65,12,106,16,208,1,32,3,65,16,106,36,0,15,11,16,177,1,0,11,207,1,1,3,127,35,0,65,16,107,34,7,36,0,32,2,65,239,255,255,255,3,34,8,32,1,107,77,4,64,32,0,16,159,1,33,9,32,0,2,127,32,1,32,8,65,1,118,65,16,107,73,4,64,32,7,32,1,65,1,116,54,2,8,32,7,32,1,32,2,106,54,2,12,32,7,65,12,106,32,7,65,8,106,16,174,1,40,2,0,16,224,5,12,1,11,32,8,65,1,107,11,65,1,106,34,8,16,225,5,33,2,32,4,4,64,32,2,32,9,32,4,16,110,11,32,3,32,4,32,5,106,107,34,3,4,64,32,4,65,2,116,34,4,32,2,106,32,6,65,2,116,106,32,4,32,9,106,32,5,65,2,116,106,32,3,16,110,11,32,1,65,1,71,4,64,32,9,16,86,11,32,0,32,2,16,198,1,32,0,32,8,16,199,1,32,7,65,16,106,36,0,15,11,16,177,1,0,11,44,0,32,1,4,127,32,1,4,64,3,64,32,0,32,2,54,2,0,32,0,65,4,106,33,0,32,1,65,1,107,34,1,13,0,11,11,65,0,5,32,0,11,26,11,109,1,2,127,35,0,65,16,107,34,4,36,0,2,64,32,2,32,0,16,215,3,34,3,77,4,64,32,0,16,159,1,34,3,32,1,32,2,16,131,6,32,4,65,0,54,2,12,32,3,32,2,65,2,116,106,32,4,65,12,106,16,208,1,32,0,32,2,16,201,3,12,1,11,32,0,32,3,32,2,32,3,107,32,0,16,165,1,34,3,65,0,32,3,32,2,32,1,16,132,6,11,32,4,65,16,106,36,0,11,196,1,1,3,127,35,0,65,16,107,34,3,36,0,32,3,32,1,54,2,12,2,64,2,64,2,64,2,64,32,0,16,168,1,4,64,32,0,16,169,1,33,1,32,0,40,2,4,34,4,32,1,65,1,107,34,2,70,13,1,12,3,11,65,1,33,4,65,1,33,2,32,0,45,0,11,34,1,65,1,71,13,1,11,32,0,32,2,65,1,32,2,32,2,65,0,65,0,16,134,6,32,4,33,1,32,0,16,168,1,13,1,11,32,0,33,2,32,0,32,1,65,1,106,16,190,1,12,1,11,32,0,40,2,0,33,2,32,0,32,4,65,1,106,16,200,1,32,4,33,1,11,32,2,32,1,65,2,116,106,34,0,32,3,65,12,106,16,208,1,32,3,65,0,54,2,8,32,0,65,4,106,32,3,65,8,106,16,208,1,32,3,65,16,106,36,0,11,187,1,1,6,127,35,0,65,16,107,34,5,36,0,32,0,32,5,65,8,106,16,162,1,33,0,32,1,33,6,32,1,16,81,34,1,33,3,32,1,32,2,16,165,1,34,7,106,33,1,35,0,65,16,107,34,4,36,0,2,64,32,1,65,111,77,4,64,2,64,32,1,65,10,77,4,64,32,0,32,3,16,190,1,32,0,33,1,12,1,11,32,0,32,1,16,197,1,65,1,106,34,8,16,238,5,34,1,16,198,1,32,0,32,8,16,199,1,32,0,32,3,16,200,1,11,32,1,32,6,32,3,16,103,32,4,65,0,58,0,15,32,1,32,3,106,32,4,65,15,106,16,191,1,32,4,65,16,106,36,0,12,1,11,16,53,0,11,32,0,32,2,16,159,1,32,7,16,252,5,26,32,5,65,16,106,36,0,11,102,1,4,127,35,0,65,32,107,34,2,36,0,32,2,65,8,106,33,4,2,64,32,2,65,21,106,34,3,32,2,65,32,106,34,5,70,13,0,32,1,65,0,78,13,0,32,3,65,45,58,0,0,32,3,65,1,106,33,3,65,0,32,1,107,33,1,11,32,4,32,3,32,5,32,1,16,140,6,32,0,32,2,65,21,106,32,2,40,2,8,16,155,2,26,32,2,65,32,106,36,0,11,205,1,1,2,127,32,0,2,127,2,64,32,2,32,1,107,34,4,65,9,76,4,64,32,4,65,32,32,3,65,1,114,103,107,65,209,9,108,65,12,118,34,5,32,5,65,2,116,65,144,171,2,106,40,2,0,32,3,75,107,65,1,106,72,13,1,11,32,0,2,127,32,3,65,255,193,215,47,77,4,64,2,127,32,3,65,143,206,0,77,4,64,32,1,32,3,16,241,5,12,1,11,32,1,32,3,65,144,206,0,110,34,1,16,241,5,32,3,32,1,65,144,206,0,108,107,16,240,5,11,12,1,11,32,1,32,3,65,128,194,215,47,110,34,1,16,239,5,32,3,32,1,65,128,194,215,47,108,107,34,3,65,144,206,0,110,34,1,16,240,5,32,3,32,1,65,144,206,0,108,107,16,240,5,11,54,2,0,65,0,12,1,11,32,0,32,2,54,2,0,65,61,11,54,2,4,11,121,1,3,127,35,0,65,16,107,34,2,36,0,32,2,32,0,16,142,6,33,0,35,0,65,16,107,34,3,36,0,32,3,65,8,106,32,0,40,2,4,16,233,2,40,2,0,45,0,0,69,4,64,2,127,2,64,32,0,40,2,8,34,1,45,0,0,34,0,65,1,71,4,127,32,0,65,2,113,13,1,32,1,65,2,58,0,0,65,1,5,65,0,11,12,1,11,16,177,1,0,11,33,1,11,32,3,65,16,106,36,0,32,2,65,16,106,36,0,32,1,11,35,0,32,0,65,0,54,2,12,32,0,32,1,54,2,4,32,0,32,1,54,2,0,32,0,32,1,65,1,106,54,2,8,32,0,11,76,1,2,127,35,0,65,16,107,34,1,36,0,32,1,32,0,16,142,6,33,0,35,0,65,16,107,34,2,36,0,32,2,65,8,106,32,0,40,2,4,16,233,2,40,2,0,65,1,58,0,0,32,0,40,2,8,65,1,58,0,0,32,2,65,16,106,36,0,32,1,65,16,106,36,0,11,6,0,16,177,1,0,11,45,0,32,2,69,4,64,32,0,40,2,4,32,1,40,2,4,70,15,11,32,0,32,1,70,4,64,65,1,15,11,32,0,40,2,4,32,1,40,2,4,16,235,1,69,11,141,4,1,5,127,35,0,65,64,106,34,4,36,0,2,127,65,1,32,0,32,1,65,0,16,145,6,13,0,26,65,0,32,1,69,13,0,26,35,0,65,64,106,34,3,36,0,32,1,40,2,0,34,7,65,4,107,40,2,0,33,5,32,7,65,8,107,40,2,0,33,7,32,3,65,0,54,2,20,32,3,65,220,171,2,54,2,16,32,3,32,1,54,2,12,32,3,65,140,172,2,54,2,8,32,3,65,24,106,65,0,65,39,16,71,26,32,1,32,7,106,33,1,2,64,32,5,65,140,172,2,65,0,16,145,6,4,64,32,3,65,1,54,2,56,32,5,173,32,3,65,8,106,173,32,1,173,32,1,173,65,1,173,65,0,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,5,40,2,0,40,2,20,17,0,0,26,32,1,65,0,32,3,40,2,32,65,1,70,27,33,6,12,1,11,32,5,173,32,3,65,8,106,173,32,1,173,65,1,173,65,0,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,5,40,2,0,40,2,24,17,0,0,26,2,64,2,64,32,3,40,2,44,14,2,0,1,2,11,32,3,40,2,28,65,0,32,3,40,2,40,65,1,70,27,65,0,32,3,40,2,36,65,1,70,27,65,0,32,3,40,2,48,65,1,70,27,33,6,12,1,11,32,3,40,2,32,65,1,71,4,64,32,3,40,2,48,13,1,32,3,40,2,36,65,1,71,13,1,32,3,40,2,40,65,1,71,13,1,11,32,3,40,2,24,33,6,11,32,3,65,64,107,36,0,65,0,32,6,34,1,69,13,0,26,32,4,65,8,106,65,4,114,65,0,65,52,16,71,26,32,4,65,1,54,2,56,32,4,65,127,54,2,20,32,4,32,0,54,2,16,32,4,32,1,54,2,8,32,1,173,32,4,65,8,106,173,32,2,40,2,0,173,65,1,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,1,40,2,0,40,2,28,17,0,0,26,32,4,40,2,32,34,0,65,1,70,4,64,32,2,32,4,40,2,24,54,2,0,11,32,0,65,1,70,11,33,0,32,4,65,64,107,36,0,32,0,11,93,1,1,127,32,0,40,2,16,34,3,69,4,64,32,0,65,1,54,2,36,32,0,32,2,54,2,24,32,0,32,1,54,2,16,15,11,2,64,32,1,32,3,70,4,64,32,0,40,2,24,65,2,71,13,1,32,0,32,2,54,2,24,15,11,32,0,65,1,58,0,54,32,0,65,2,54,2,24,32,0,32,0,40,2,36,65,1,106,54,2,36,11,11,26,0,32,0,32,1,40,2,8,65,0,16,145,6,4,64,32,1,32,2,32,3,16,147,6,11,11,80,0,32,0,32,1,40,2,8,65,0,16,145,6,4,64,32,1,32,2,32,3,16,147,6,15,11,32,0,40,2,8,34,0,173,32,1,173,32,2,173,32,3,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,28,17,0,0,26,11,114,1,2,127,32,0,40,2,4,33,4,2,127,65,0,32,2,69,13,0,26,32,4,65,8,117,34,5,32,4,65,1,113,69,13,0,26,32,2,40,2,0,32,5,16,151,6,11,33,5,32,0,40,2,0,34,0,173,32,1,173,32,2,32,5,106,173,32,3,65,2,32,4,65,2,113,27,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,28,17,0,0,26,11,10,0,32,0,32,1,106,40,2,0,11,112,1,2,127,32,0,32,1,40,2,8,65,0,16,145,6,4,64,32,1,32,2,32,3,16,147,6,15,11,32,0,40,2,12,33,4,32,0,65,16,106,34,5,32,1,32,2,32,3,16,150,6,2,64,32,4,65,2,72,13,0,32,5,32,4,65,3,116,106,33,4,32,0,65,24,106,33,0,3,64,32,0,32,1,32,2,32,3,16,150,6,32,1,45,0,54,13,1,32,0,65,8,106,34,0,32,4,73,13,0,11,11,11,154,1,0,32,0,65,1,58,0,53,2,64,32,0,40,2,4,32,2,71,13,0,32,0,65,1,58,0,52,2,64,32,0,40,2,16,34,2,69,4,64,32,0,65,1,54,2,36,32,0,32,3,54,2,24,32,0,32,1,54,2,16,32,3,65,1,71,13,2,32,0,40,2,48,65,1,70,13,1,12,2,11,32,1,32,2,70,4,64,32,0,40,2,24,34,2,65,2,70,4,64,32,0,32,3,54,2,24,32,3,33,2,11,32,0,40,2,48,65,1,71,13,2,32,2,65,1,70,13,1,12,2,11,32,0,32,0,40,2,36,65,1,106,54,2,36,11,32,0,65,1,58,0,54,11,11,32,0,2,64,32,0,40,2,4,32,1,71,13,0,32,0,40,2,28,65,1,70,13,0,32,0,32,2,54,2,28,11,11,155,4,1,3,127,32,0,32,1,40,2,8,32,4,16,145,6,4,64,32,1,32,2,32,3,16,154,6,15,11,2,64,32,0,32,1,40,2,0,32,4,16,145,6,4,64,2,64,32,2,32,1,40,2,16,71,4,64,32,1,40,2,20,32,2,71,13,1,11,32,3,65,1,71,13,2,32,1,65,1,54,2,32,15,11,32,1,32,3,54,2,32,32,1,40,2,44,65,4,71,4,64,32,0,65,16,106,34,5,32,0,40,2,12,65,3,116,106,33,3,32,1,2,127,2,64,3,64,2,64,32,3,32,5,77,13,0,32,1,65,0,59,1,52,32,5,32,1,32,2,32,2,65,1,32,4,16,156,6,32,1,45,0,54,13,0,2,64,32,1,45,0,53,69,13,0,32,1,45,0,52,4,64,65,1,33,6,32,1,40,2,24,65,1,70,13,4,65,1,33,7,32,0,45,0,8,65,2,113,13,1,12,4,11,65,1,33,7,32,0,45,0,8,65,1,113,69,13,3,11,32,5,65,8,106,33,5,12,1,11,11,65,4,32,7,69,13,1,26,11,65,3,11,54,2,44,32,6,65,1,113,13,2,11,32,1,32,2,54,2,20,32,1,32,1,40,2,40,65,1,106,54,2,40,32,1,40,2,36,65,1,71,13,1,32,1,40,2,24,65,2,71,13,1,32,1,65,1,58,0,54,15,11,32,0,40,2,12,33,5,32,0,65,16,106,34,6,32,1,32,2,32,3,32,4,16,157,6,32,5,65,2,72,13,0,32,6,32,5,65,3,116,106,33,6,32,0,65,24,106,33,5,2,64,32,0,40,2,8,34,0,65,2,113,69,4,64,32,1,40,2,36,65,1,71,13,1,11,3,64,32,1,45,0,54,13,2,32,5,32,1,32,2,32,3,32,4,16,157,6,32,5,65,8,106,34,5,32,6,73,13,0,11,12,1,11,32,0,65,1,113,69,4,64,3,64,32,1,45,0,54,13,2,32,1,40,2,36,65,1,70,13,2,32,5,32,1,32,2,32,3,32,4,16,157,6,32,5,65,8,106,34,5,32,6,73,13,0,12,2,11,0,11,3,64,32,1,45,0,54,13,1,32,1,40,2,36,65,1,70,4,64,32,1,40,2,24,65,1,70,13,2,11,32,5,32,1,32,2,32,3,32,4,16,157,6,32,5,65,8,106,34,5,32,6,73,13,0,11,11,11,102,1,2,127,32,0,40,2,4,34,7,65,8,117,33,6,32,7,65,1,113,4,64,32,3,40,2,0,32,6,16,151,6,33,6,11,32,0,40,2,0,34,0,173,32,1,173,32,2,173,32,3,32,6,106,173,32,4,65,2,32,7,65,2,113,27,173,32,5,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,20,17,0,0,26,11,101,1,2,127,32,0,40,2,4,34,6,65,8,117,33,5,32,6,65,1,113,4,64,32,2,40,2,0,32,5,16,151,6,33,5,11,32,0,40,2,0,34,0,173,32,1,173,32,2,32,5,106,173,32,3,65,2,32,6,65,2,113,27,173,32,4,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,24,17,0,0,26,11,172,2,0,32,0,32,1,40,2,8,32,4,16,145,6,4,64,32,1,32,2,32,3,16,154,6,15,11,2,64,32,0,32,1,40,2,0,32,4,16,145,6,4,64,2,64,32,2,32,1,40,2,16,71,4,64,32,1,40,2,20,32,2,71,13,1,11,32,3,65,1,71,13,2,32,1,65,1,54,2,32,15,11,32,1,32,3,54,2,32,2,64,32,1,40,2,44,65,4,70,13,0,32,1,65,0,59,1,52,32,0,40,2,8,34,0,173,32,1,173,32,2,173,32,2,173,65,1,173,32,4,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,20,17,0,0,26,32,1,45,0,53,4,64,32,1,65,3,54,2,44,32,1,45,0,52,69,13,1,12,3,11,32,1,65,4,54,2,44,11,32,1,32,2,54,2,20,32,1,32,1,40,2,40,65,1,106,54,2,40,32,1,40,2,36,65,1,71,13,1,32,1,40,2,24,65,2,71,13,1,32,1,65,1,58,0,54,15,11,32,0,40,2,8,34,0,173,32,1,173,32,2,173,32,3,173,32,4,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,24,17,0,0,26,11,11,148,1,0,32,0,32,1,40,2,8,32,4,16,145,6,4,64,32,1,32,2,32,3,16,154,6,15,11,2,64,32,0,32,1,40,2,0,32,4,16,145,6,69,13,0,2,64,32,2,32,1,40,2,16,71,4,64,32,1,40,2,20,32,2,71,13,1,11,32,3,65,1,71,13,1,32,1,65,1,54,2,32,15,11,32,1,32,2,54,2,20,32,1,32,3,54,2,32,32,1,32,1,40,2,40,65,1,106,54,2,40,2,64,32,1,40,2,36,65,1,71,13,0,32,1,40,2,24,65,2,71,13,0,32,1,65,1,58,0,54,11,32,1,65,4,54,2,44,11,11,151,2,1,6,127,32,0,32,1,40,2,8,32,5,16,145,6,4,64,32,1,32,2,32,3,32,4,16,153,6,15,11,32,1,45,0,53,33,7,32,0,40,2,12,33,6,32,1,65,0,58,0,53,32,1,45,0,52,33,8,32,1,65,0,58,0,52,32,0,65,16,106,34,9,32,1,32,2,32,3,32,4,32,5,16,156,6,32,7,32,1,45,0,53,34,10,114,33,7,32,8,32,1,45,0,52,34,11,114,33,8,2,64,32,6,65,2,72,13,0,32,9,32,6,65,3,116,106,33,9,32,0,65,24,106,33,6,3,64,32,1,45,0,54,13,1,2,64,32,11,4,64,32,1,40,2,24,65,1,70,13,3,32,0,45,0,8,65,2,113,13,1,12,3,11,32,10,69,13,0,32,0,45,0,8,65,1,113,69,13,2,11,32,1,65,0,59,1,52,32,6,32,1,32,2,32,3,32,4,32,5,16,156,6,32,1,45,0,53,34,10,32,7,114,33,7,32,1,45,0,52,34,11,32,8,114,33,8,32,6,65,8,106,34,6,32,9,73,13,0,11,11,32,1,32,7,65,255,1,113,65,0,71,58,0,53,32,1,32,8,65,255,1,113,65,0,71,58,0,52,11,84,0,32,0,32,1,40,2,8,32,5,16,145,6,4,64,32,1,32,2,32,3,32,4,16,153,6,15,11,32,0,40,2,8,34,0,173,32,1,173,32,2,173,32,3,173,32,4,173,32,5,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,20,17,0,0,26,11,28,0,32,0,32,1,40,2,8,32,5,16,145,6,4,64,32,1,32,2,32,3,32,4,16,153,6,11,11,5,0,65,224,10,11,50,1,1,127,32,0,65,172,174,2,54,2,0,32,0,65,4,106,33,1,2,64,32,1,40,2,0,65,12,107,34,1,65,8,106,16,166,4,65,0,78,13,0,32,1,16,86,11,32,0,11,9,0,32,0,16,164,6,16,86,11,12,0,32,0,16,164,6,26,32,0,16,86,11,4,0,35,0,11,6,0,32,0,36,0,11,16,0,35,0,32,0,107,65,112,113,34,0,36,0,32,0,11,52,0,32,1,173,32,2,173,32,3,173,32,4,173,66,32,134,132,32,5,173,32,6,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,17,0,0,26,11,52,0,32,1,173,32,2,173,32,3,173,32,4,173,32,5,173,32,6,173,66,32,134,132,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,17,0,0,167,11,60,0,32,1,173,32,2,173,32,3,173,32,4,173,32,5,173,32,6,173,66,32,134,132,32,7,173,32,8,173,66,32,134,132,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,17,0,0,167,11,61,0,32,1,173,32,2,173,32,3,173,32,4,173,32,5,173,32,6,173,32,7,173,66,32,134,132,32,8,173,32,9,173,66,32,134,132,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,17,0,0,167,11,17,0,32,0,167,32,1,167,32,2,167,32,3,167,16,11,173,11,9,0,32,0,167,16,12,66,0,11,12,0,32,0,167,32,1,167,16,13,66,0,11,8,0,32,0,167,16,19,173,11,9,0,32,0,167,16,20,66,0,11,15,0,32,0,167,32,1,167,32,2,167,16,18,66,0,11,18,0,32,0,167,32,1,167,32,2,167,32,3,167,16,14,66,0,11,15,0,32,0,167,32,1,167,32,2,167,16,15,66,0,11,18,0,32,0,167,32,1,167,32,2,167,32,3,191,16,21,66,0,11,18,0,32,0,167,32,1,167,32,2,167,32,3,167,16,22,66,0,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,23,66,0,11,15,0,32,0,167,32,1,167,32,2,191,16,17,66,0,11,15,0,32,0,167,32,1,167,32,2,167,16,16,66,0,11,8,0,32,0,167,16,49,173,11,9,0,32,0,167,16,164,6,173,11,9,0,32,0,167,16,67,66,0,11,9,0,32,0,167,16,57,66,0,11,8,0,32,0,167,16,58,173,11,8,0,32,0,167,16,59,173,11,9,0,32,0,167,16,60,66,0,11,9,0,32,0,167,16,61,66,0,11,11,0,32,0,167,32,1,167,16,80,173,11,11,0,32,0,167,32,1,167,16,62,173,11,8,0,32,0,167,16,63,173,11,8,0,32,0,167,16,64,173,11,12,0,32,0,167,32,1,167,16,65,66,0,11,8,0,32,0,167,16,66,173,11,8,0,32,0,167,16,93,173,11,9,0,32,0,167,16,94,66,0,11,12,0,32,0,167,32,1,167,16,96,66,0,11,14,0,32,0,167,32,1,167,32,2,167,16,97,173,11,20,0,32,0,167,32,1,167,32,2,32,3,167,32,4,167,16,98,66,0,11,18,0,32,0,167,32,1,167,32,2,167,32,3,167,16,100,66,0,11,8,0,32,0,167,16,79,173,11,14,0,32,0,167,32,1,167,32,2,167,16,101,173,11,8,0,32,0,167,16,105,173,11,8,0,32,0,167,16,106,173,11,11,0,32,0,167,32,1,167,16,108,173,11,14,0,32,0,167,32,1,167,32,2,167,16,109,173,11,8,0,32,0,167,16,111,173,11,9,0,32,0,167,16,113,66,0,11,8,0,32,0,167,16,112,173,11,9,0,32,0,167,16,114,66,0,11,9,0,32,0,167,16,144,1,173,11,10,0,32,0,167,16,146,1,66,0,11,9,0,32,0,167,16,145,1,173,11,10,0,32,0,167,16,147,1,66,0,11,9,0,32,0,167,16,178,1,173,11,10,0,32,0,167,16,179,1,66,0,11,21,0,32,0,167,32,1,167,32,2,32,3,167,32,4,167,16,175,1,66,0,11,19,0,32,0,167,32,1,167,32,2,167,32,3,167,16,180,1,66,0,11,9,0,32,0,167,16,170,1,173,11,12,0,32,0,167,32,1,167,16,171,1,173,11,12,0,32,0,167,32,1,167,16,173,1,173,11,9,0,32,0,167,16,181,1,173,11,10,0,32,0,167,16,182,1,66,0,11,9,0,32,0,167,16,183,1,173,11,10,0,32,0,167,16,184,1,66,0,11,9,0,32,0,167,16,185,1,173,11,10,0,32,0,167,16,186,1,66,0,11,9,0,32,0,167,16,187,1,173,11,10,0,32,0,167,16,188,1,66,0,11,9,0,32,0,167,16,205,1,173,11,10,0,32,0,167,16,206,1,66,0,11,15,0,32,0,167,32,1,167,32,2,167,16,234,1,173,11,24,0,32,0,167,32,1,191,32,2,167,32,3,167,32,4,167,32,5,167,16,250,1,173,11,13,0,32,0,167,32,1,167,16,251,1,66,0,11,15,0,32,0,167,32,1,167,32,2,167,16,253,1,173,11,9,0,32,0,167,16,86,66,0,11,9,0,32,0,167,16,89,66,0,11,10,0,32,0,167,16,173,4,66,0,11,10,0,32,0,167,16,175,4,66,0,11,10,0,32,0,167,16,137,5,66,0,11,10,0,32,0,167,16,139,5,66,0,11,10,0,32,0,167,16,142,5,66,0,11,10,0,32,0,167,16,144,5,66,0,11,10,0,32,0,167,16,146,5,66,0,11,10,0,32,0,167,16,148,5,66,0,11,10,0,32,0,167,16,150,5,66,0,11,10,0,32,0,167,16,152,5,66,0,11,10,0,32,0,167,16,154,5,66,0,11,10,0,32,0,167,16,156,5,66,0,11,10,0,32,0,167,16,158,5,66,0,11,10,0,32,0,167,16,160,5,66,0,11,10,0,32,0,167,16,162,5,66,0,11,10,0,32,0,167,16,164,5,66,0,11,9,0,32,0,167,16,165,4,173,11,10,0,32,0,167,16,168,4,66,0,11,10,0,32,0,167,16,174,4,66,0,11,9,0,32,0,167,16,176,4,173,11,10,0,32,0,167,16,177,4,66,0,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,178,4,173,11,19,0,32,0,167,32,1,167,32,2,167,32,3,167,16,179,4,66,0,11,15,0,32,0,167,32,1,167,32,2,167,16,156,2,173,11,9,0,32,0,167,16,180,4,173,11,10,0,32,0,167,16,181,4,66,0,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,182,4,173,11,19,0,32,0,167,32,1,167,32,2,167,32,3,167,16,183,4,66,0,11,15,0,32,0,167,32,1,167,32,2,167,16,161,2,173,11,9,0,32,0,167,16,195,4,173,11,10,0,32,0,167,16,196,4,66,0,11,12,0,32,0,167,32,1,167,16,197,4,173,11,15,0,32,0,167,32,1,167,32,2,167,16,198,4,173,11,12,0,32,0,167,32,1,167,16,199,4,173,11,15,0,32,0,167,32,1,167,32,2,167,16,200,4,173,11,12,0,32,0,167,32,1,167,16,167,3,173,11,18,0,32,0,167,32,1,167,32,2,167,32,3,167,16,201,4,173,11,15,0,32,0,167,32,1,167,32,2,167,16,202,4,173,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,203,4,173,11,9,0,32,0,167,16,205,4,173,11,10,0,32,0,167,16,204,4,66,0,11,12,0,32,0,167,32,1,167,16,206,4,173,11,15,0,32,0,167,32,1,167,32,2,167,16,207,4,173,11,12,0,32,0,167,32,1,167,16,208,4,173,11,15,0,32,0,167,32,1,167,32,2,167,16,209,4,173,11,9,0,32,0,167,16,211,4,173,11,10,0,32,0,167,16,210,4,66,0,11,15,0,32,0,167,32,1,167,32,2,167,16,212,4,173,11,18,0,32,0,167,32,1,167,32,2,167,32,3,167,16,213,4,173,11,18,0,32,0,167,32,1,167,32,2,167,32,3,167,16,214,4,173,11,18,0,32,0,167,32,1,167,32,2,167,32,3,167,16,215,4,173,11,12,0,32,0,167,32,1,167,16,216,4,173,11,15,0,32,0,167,32,1,167,32,2,167,16,217,4,173,11,12,0,32,0,167,32,1,167,16,218,4,173,11,15,0,32,0,167,32,1,167,32,2,167,16,219,4,173,11,12,0,32,0,167,32,1,167,16,220,4,173,11,18,0,32,0,167,32,1,167,32,2,167,32,3,167,16,222,4,173,11,15,0,32,0,167,32,1,167,32,2,167,16,223,4,173,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,225,4,173,11,9,0,32,0,167,16,241,3,173,11,10,0,32,0,167,16,229,4,66,0,11,30,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,32,6,167,32,7,167,16,230,4,173,11,30,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,32,6,167,32,7,167,16,232,4,173,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,234,4,173,11,9,0,32,0,167,16,235,4,173,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,237,4,173,11,9,0,32,0,167,16,238,4,173,11,9,0,32,0,167,16,246,4,173,11,10,0,32,0,167,16,247,4,66,0,11,9,0,32,0,167,16,177,3,173,11,9,0,32,0,167,16,178,3,173,11,13,0,32,0,167,32,1,167,16,179,3,66,0,11,13,0,32,0,167,32,1,167,16,250,4,66,0,11,13,0,32,0,167,32,1,167,16,253,4,66,0,11,9,0,32,0,167,16,248,4,173,11,10,0,32,0,167,16,249,4,66,0,11,9,0,32,0,167,16,152,1,173,11,9,0,32,0,167,16,153,1,173,11,13,0,32,0,167,32,1,167,16,186,3,66,0,11,13,0,32,0,167,32,1,167,16,251,4,66,0,11,13,0,32,0,167,32,1,167,16,254,4,66,0,11,10,0,32,0,167,16,133,5,66,0,11,10,0,32,0,167,16,135,5,66,0,11,15,0,32,0,167,32,1,167,32,2,167,16,184,4,173,11,18,0,32,0,167,32,1,167,32,2,167,32,3,167,16,185,4,173,11,18,0,32,0,167,32,1,167,32,2,167,32,3,167,16,186,4,173,11,18,0,32,0,167,32,1,167,32,2,167,32,3,167,16,187,4,173,11,12,0,32,0,167,32,1,167,16,188,4,173,11,15,0,32,0,167,32,1,167,32,2,167,16,189,4,173,11,12,0,32,0,167,32,1,167,16,190,4,173,11,15,0,32,0,167,32,1,167,32,2,167,16,191,4,173,11,18,0,32,0,167,32,1,167,32,2,167,32,3,167,16,192,4,173,11,15,0,32,0,167,32,1,167,32,2,167,16,193,4,173,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,194,4,173,11,30,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,32,6,167,32,7,167,16,226,4,173,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,227,4,173,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,228,4,173,11,30,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,32,6,167,32,7,167,16,239,4,173,11,30,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,32,6,167,32,7,167,16,240,4,173,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,241,4,173,11,9,0,32,0,167,16,242,4,173,11,30,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,32,6,167,32,7,167,16,243,4,173,11,30,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,32,6,167,32,7,167,16,244,4,173,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,245,4,173,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,153,2,173,11,19,0,32,0,167,32,1,167,32,2,167,32,3,167,16,154,2,66,0,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,157,2,173,11,19,0,32,0,167,32,1,167,32,2,167,32,3,167,16,158,2,66,0,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,162,2,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,176,2,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,182,2,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,184,2,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,186,2,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,188,2,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,190,2,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,194,2,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,196,2,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,198,2,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,205,2,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,209,2,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,213,2,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,214,2,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,215,2,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,216,2,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,217,2,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,220,2,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,221,2,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,222,2,173,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,228,2,173,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,235,2,173,11,20,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,16,242,2,173,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,243,2,173,11,20,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,16,244,2,173,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,191,16,245,2,173,11,22,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,32,5,16,250,2,173,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,251,2,173,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,252,2,173,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,255,2,173,11,20,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,16,132,3,173,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,133,3,173,11,20,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,16,134,3,173,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,191,16,135,3,173,11,22,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,32,5,16,137,3,173,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,138,3,173,11,9,0,32,0,167,16,141,3,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,142,3,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,143,3,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,144,3,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,146,3,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,148,3,173,11,30,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,32,6,167,32,7,167,16,151,3,173,11,9,0,32,0,167,16,136,5,173,11,9,0,32,0,167,16,141,5,173,11,9,0,32,0,167,16,145,5,173,11,9,0,32,0,167,16,157,5,173,11,9,0,32,0,167,16,161,5,173,11,9,0,32,0,167,16,149,5,173,11,9,0,32,0,167,16,153,5,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,154,3,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,155,3,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,156,3,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,158,3,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,160,3,173,11,30,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,32,6,167,32,7,167,16,163,3,173,11,9,0,32,0,167,16,138,5,173,11,9,0,32,0,167,16,143,5,173,11,9,0,32,0,167,16,147,5,173,11,9,0,32,0,167,16,159,5,173,11,9,0,32,0,167,16,163,5,173,11,9,0,32,0,167,16,151,5,173,11,9,0,32,0,167,16,155,5,173,11,9,0,32,0,167,16,177,5,173,11,10,0,32,0,167,16,178,5,66,0,11,9,0,32,0,167,16,179,5,173,11,9,0,32,0,167,16,180,5,173,11,9,0,32,0,167,16,181,5,173,11,9,0,32,0,167,16,182,5,173,11,9,0,32,0,167,16,183,5,173,11,9,0,32,0,167,16,184,5,173,11,9,0,32,0,167,16,185,5,173,11,9,0,32,0,167,16,186,5,173,11,9,0,32,0,167,16,187,5,173,11,9,0,32,0,167,16,188,5,173,11,9,0,32,0,167,16,189,5,173,11,9,0,32,0,167,16,190,5,173,11,9,0,32,0,167,16,191,5,173,11,9,0,32,0,167,16,192,5,173,11,9,0,32,0,167,16,193,5,173,11,9,0,32,0,167,16,194,5,173,11,9,0,32,0,167,16,196,5,173,11,10,0,32,0,167,16,195,5,66,0,11,27,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,32,6,167,16,164,3,173,11,27,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,32,6,167,16,168,3,173,11,10,0,32,0,167,16,197,5,66,0,11,9,0,32,0,167,16,171,3,173,11,13,0,32,0,167,32,1,167,16,172,3,66,0,11,13,0,32,0,167,32,1,167,16,173,3,66,0,11,13,0,32,0,167,32,1,167,16,174,3,66,0,11,9,0,32,0,167,16,175,3,173,11,13,0,32,0,167,32,1,167,16,176,3,66,0,11,9,0,32,0,167,16,198,5,173,11,10,0,32,0,167,16,199,5,66,0,11,13,0,32,0,167,32,1,167,16,180,3,66,0,11,13,0,32,0,167,32,1,167,16,181,3,66,0,11,13,0,32,0,167,32,1,167,16,182,3,66,0,11,9,0,32,0,167,16,183,3,173,11,13,0,32,0,167,32,1,167,16,184,3,66,0,11,13,0,32,0,167,32,1,167,16,185,3,66,0,11,9,0,32,0,167,16,200,5,173,11,10,0,32,0,167,16,201,5,66,0,11,9,0,32,0,167,16,202,5,173,11,10,0,32,0,167,16,203,5,66,0,11,13,0,32,0,167,32,1,167,16,187,3,66,0,11,13,0,32,0,167,32,1,167,16,189,3,66,0,11,13,0,32,0,167,32,1,167,16,190,3,66,0,11,9,0,32,0,167,16,191,3,173,11,13,0,32,0,167,32,1,167,16,192,3,66,0,11,9,0,32,0,167,16,204,5,173,11,10,0,32,0,167,16,205,5,66,0,11,27,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,32,6,167,16,193,3,173,11,27,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,32,6,167,16,200,3,173,11,27,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,32,6,167,16,210,3,173,11,27,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,32,6,167,16,214,3,173,11,25,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,32,6,16,223,3,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,229,3,173,11,25,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,32,6,16,230,3,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,233,3,173,11,15,0,32,0,167,32,1,167,32,2,167,16,237,3,173,11,25,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,238,3,66,0,11,25,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,239,3,66,0,11,9,0,32,0,167,16,240,3,173,11,10,0,32,0,167,16,242,3,66,0,11,10,0,32,0,167,16,226,5,66,0,11,10,0,32,0,167,16,227,5,66,0,11,10,0,32,0,167,16,237,5,66,0,11,7,0,16,144,6,66,0,11,15,0,32,0,167,32,1,167,32,2,167,16,146,6,173,11,25,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,162,6,66,0,11,22,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,159,6,66,0,11,19,0,32,0,167,32,1,167,32,2,167,32,3,167,16,148,6,66,0,11,25,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,161,6,66,0,11,22,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,158,6,66,0,11,19,0,32,0,167,32,1,167,32,2,167,32,3,167,16,149,6,66,0,11,25,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,160,6,66,0,11,22,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,155,6,66,0,11,19,0,32,0,167,32,1,167,32,2,167,32,3,167,16,152,6,66,0,11,9,0,32,0,167,16,163,6,173,11,10,0,32,0,167,16,165,6,66,0,11,9,0,32,0,167,16,223,5,173,11,10,0,32,0,167,16,166,6,66,0,11,11,222,251,1,205,1,0,65,132,8,11,198,13,68,4,0,0,1,0,0,0,2,0,0,0,3,0,0,0,4,0,0,0,5,0,0,0,6,0,0,0,7,0,0,0,8,0,0,0,9,0,0,0,10,0,0,0,11,0,0,0,12,0,0,0,13,0,0,0,51,68,88,55,0,0,0,0,72,150,0,0,60,4,0,0,100,4,0,0,78,51,87,65,77,57,80,114,111,99,101,115,115,111,114,69,0,0,0,0,32,150,0,0,80,4,0,0,105,110,102,105,110,105,116,121,0,70,101,98,114,117,97,114,121,0,74,97,110,117,97,114,121,0,74,117,108,121,0,84,104,117,114,115,100,97,121,0,84,117,101,115,100,97,121,0,87,101,100,110,101,115,100,97,121,0,83,97,116,117,114,100,97,121,0,83,117,110,100,97,121,0,77,111,110,100,97,121,0,70,114,105,100,97,121,0,77,97,121,0,37,109,47,37,100,47,37,121,0,45,43,32,32,32,48,88,48,120,0,45,48,88,43,48,88,32,48,88,45,48,120,43,48,120,32,48,120,0,78,111,118,0,84,104,117,0,65,117,103,117,115,116,0,79,99,116,0,83,97,116,0,65,112,114,0,118,101,99,116,111,114,0,79,99,116,111,98,101,114,0,78,111,118,101,109,98,101,114,0,83,101,112,116,101,109,98,101,114,0,68,101,99,101,109,98,101,114,0,105,111,115,95,98,97,115,101,58,58,99,108,101,97,114,0,77,97,114,0,83,101,112,0,37,73,58,37,77,58,37,83,32,37,112,0,83,117,110,0,74,117,110,0,115,116,100,58,58,101,120,99,101,112,116,105,111,110,0,95,95,99,120,97,95,103,117,97,114,100,95,97,99,113,117,105,114,101,32,100,101,116,101,99,116,101,100,32,114,101,99,117,114,115,105,118,101,32,105,110,105,116,105,97,108,105,122,97,116,105,111,110,0,77,111,110,0,110,97,110,0,74,97,110,0,74,117,108,0,108,108,0,65,112,114,105,108,0,70,114,105,0,83,99,97,108,101,32,102,114,111,109,32,80,97,116,99,104,0,77,97,114,99,104,0,65,117,103,0,98,97,115,105,99,95,115,116,114,105,110,103,0,83,116,97,110,100,97,114,100,32,84,117,110,105,110,103,0,105,110,102,0,37,46,48,76,102,0,37,76,102,0,97,108,108,111,99,97,116,111,114,60,84,62,58,58,97,108,108,111,99,97,116,101,40,115,105,122,101,95,116,32,110,41,32,39,110,39,32,101,120,99,101,101,100,115,32,109,97,120,105,109,117,109,32,115,117,112,112,111,114,116,101,100,32,115,105,122,101,0,116,114,117,101,0,84,117,101,0,102,97,108,115,101,0,74,117,110,101,0,73,110,99,111,109,112,108,101,116,101,32,83,67,76,32,102,105,108,101,46,32,70,111,117,110,100,32,110,111,32,110,111,116,101,115,32,115,101,99,116,105,111,110,32,105,110,32,116,104,101,32,102,105,108,101,0,101,109,112,116,121,32,115,99,97,108,101,0,87,101,100,0,68,101,99,0,70,101,98,0,37,98,0,37,97,0,37,97,32,37,98,32,37,100,32,37,72,58,37,77,58,37,83,32,37,89,0,80,79,83,73,88,0,37,72,58,37,77,58,37,83,0,78,65,78,0,80,77,0,65,77,0,76,67,95,65,76,76,0,76,65,78,71,0,73,78,70,0,67,0,37,66,0,37,65,0,82,101,97,100,32,102,101,119,101,114,32,110,111,116,101,115,32,116,104,97,110,32,99,111,117,110,116,32,105,110,32,102,105,108,101,46,32,67,111,117,110,116,61,0,32,110,111,116,101,115,32,97,114,114,97,121,32,115,105,122,101,61,0,48,49,50,51,52,53,54,55,56,57,0,67,46,85,84,70,45,56,0,49,49,49,49,49,49,0,49,47,49,0,32,110,111,116,101,115,46,0,73,110,118,97,108,105,100,32,84,111,110,101,32,105,110,32,83,67,76,32,102,105,108,101,46,0,39,46,0,40,110,117,108,108,41,0,40,41,0,32,76,105,110,101,32,105,115,32,39,0,80,117,114,101,32,118,105,114,116,117,97,108,32,102,117,110,99,116,105,111,110,32,99,97,108,108,101,100,33,0,99,111,100,101,99,118,116,95,98,121,110,97,109,101,60,119,99,104,97,114,95,116,44,32,99,104,97,114,44,32,109,98,115,116,97,116,101,95,116,62,58,58,99,111,100,101,99,118,116,95,98,121,110,97,109,101,32,102,97,105,108,101,100,32,116,111,32,99,111,110,115,116,114,117,99,116,32,102,111,114,32,0,116,105,109,101,95,112,117,116,95,98,121,110,97,109,101,32,102,97,105,108,101,100,32,116,111,32,99,111,110,115,116,114,117,99,116,32,102,111,114,32,0,116,105,109,101,95,103,101,116,95,98,121,110,97,109,101,32,102,97,105,108,101,100,32,116,111,32,99,111,110,115,116,114,117,99,116,32,102,111,114,32,0,109,111,110,101,121,112,117,110,99,116,95,98,121,110,97,109,101,32,102,97,105,108,101,100,32,116,111,32,99,111,110,115,116,114,117,99,116,32,102,111,114,32,0,110,117,109,112,117,110,99,116,95,98,121,110,97,109,101,60,119,99,104,97,114,95,116,62,58,58,110,117,109,112,117,110,99,116,95,98,121,110,97,109,101,32,102,97,105,108,101,100,32,116,111,32,99,111,110,115,116,114,117,99,116,32,102,111,114,32,0,110,117,109,112,117,110,99,116,95,98,121,110,97,109,101,60,99,104,97,114,62,58,58,110,117,109,112,117,110,99,116,95,98,121,110,97,109,101,32,102,97,105,108,101,100,32,116,111,32,99,111,110,115,116,114,117,99,116,32,102,111,114,32,0,99,111,108,108,97,116,101,95,98,121,110,97,109,101,60,99,104,97,114,62,58,58,99,111,108,108,97,116,101,95,98,121,110,97,109,101,32,102,97,105,108,101,100,32,116,111,32,99,111,110,115,116,114,117,99,116,32,102,111,114,32,0,99,116,121,112,101,95,98,121,110,97,109,101,60,119,99,104,97,114,95,116,62,58,58,99,116,121,112,101,95,98,121,110,97,109,101,32,102,97,105,108,101,100,32,116,111,32,99,111,110,115,116,114,117,99,116,32,102,111,114,32,0,99,116,121,112,101,95,98,121,110,97,109,101,60,99,104,97,114,62,58,58,99,116,121,112,101,95,98,121,110,97,109,101,32,102,97,105,108,101,100,32,116,111,32,99,111,110,115,116,114,117,99,116,32,102,111,114,32,0,99,111,108,108,97,116,101,95,98,121,110,97,109,101,60,119,99,104,97,114,95,116,62,58,58,99,111,108,108,97,116,101,95,98,121,110,97,109,101,40,115,105,122,101,95,116,32,114,101,102,115,41,32,102,97,105,108,101,100,32,116,111,32,99,111,110,115,116,114,117,99,116,32,102,111,114,32,0,76,105,110,101,32,0,85,110,97,98,108,101,32,116,111,32,116,117,110,101,32,116,111,32,97,32,115,99,97,108,101,32,119,105,116,104,32,110,111,32,110,111,116,101,115,46,32,89,111,117,114,32,115,99,97,108,101,32,112,114,111,118,105,100,101,100,32,0,33,32,101,118,101,110,46,115,99,108,10,33,10,49,50,32,110,111,116,101,32,101,118,101,110,32,116,101,109,112,101,114,97,109,101,110,116,10,32,49,50,10,33,10,32,49,48,48,46,48,10,32,50,48,48,46,48,10,32,51,48,48,46,48,10,32,52,48,48,46,48,10,32,53,48,48,46,48,10,32,54,48,48,46,48,10,32,55,48,48,46,48,10,32,56,48,48,46,48,10,32,57,48,48,46,48,10,32,49,48,48,48,46,48,10,32,49,49,48,48,46,48,10,32,50,47,49,10,0,65,211,21,11,222,1,255,0,0,0,0,0,0,0,1,26,192,149,1,0,0,0,2,225,105,82,2,26,192,149,2,208,174,206,2,0,0,0,3,52,128,43,3,225,105,82,3,80,157,117,3,26,192,149,3,4,80,179,3,208,174,206,3,251,41,232,3,0,0,0,4,247,99,22,4,52,128,43,4,45,120,63,4,225,105,82,4,234,110,100,4,80,157,117,4,40,8,134,4,26,192,149,4,194,211,164,4,4,80,179,4,79,64,193,4,208,174,206,4,164,164,219,4,251,41,232,4,54,70,244,4,0,70,86,97,106,114,121,126,132,138,142,148,152,156,160,163,166,170,173,174,178,181,184,186,189,190,194,196,198,200,202,205,206,209,211,214,216,218,220,222,224,225,227,229,230,232,233,235,237,238,240,241,242,243,244,246,246,248,249,250,251,252,253,254,0,1,2,3,4,5,6,7,8,9,11,14,16,19,23,27,33,39,47,56,66,80,94,110,126,142,158,174,190,206,222,238,250,0,65,196,23,11,50,66,66,66,0,109,109,109,0,0,0,0,1,0,10,20,33,55,92,153,255,0,0,0,0,240,11,0,0,14,0,0,0,15,0,0,0,54,70,109,67,111,114,101,0,32,150,0,0,232,11,0,65,128,24,11,129,6,193,0,0,0,17,0,0,0,17,0,0,0,20,0,0,0,1,0,0,0,20,0,0,0,1,0,0,0,17,0,0,0,17,0,0,0,20,0,0,0,193,0,0,0,20,0,0,0,193,0,0,0,17,0,0,0,20,0,0,0,1,0,0,0,17,0,0,0,20,0,0,0,193,0,0,0,17,0,0,0,148,0,0,0,1,0,0,0,17,0,0,0,20,0,0,0,193,0,0,0,20,0,0,0,1,0,0,0,20,0,0,0,1,0,0,0,20,0,0,0,193,0,0,0,148,0,0,0,1,0,0,0,20,0,0,0,1,0,0,0,20,0,0,0,193,0,0,0,17,0,0,0,5,0,0,0,20,0,0,0,1,0,0,0,20,0,0,0,1,0,0,0,17,0,0,0,197,0,0,0,20,0,0,0,1,0,0,0,20,0,0,0,1,0,0,0,17,0,0,0,5,0,0,0,20,0,0,0,193,0,0,0,20,0,0,0,1,0,0,0,5,0,0,0,20,0,0,0,193,0,0,0,17,0,0,0,20,0,0,0,193,0,0,0,5,0,0,0,20,0,0,0,1,0,0,0,17,0,0,0,20,0,0,0,1,0,0,0,5,0,0,0,5,0,0,0,20,0,0,0,193,0,0,0,20,0,0,0,193,0,0,0,5,0,0,0,5,0,0,0,20,0,0,0,1,0,0,0,20,0,0,0,193,0,0,0,5,0,0,0,17,0,0,0,20,0,0,0,1,0,0,0,20,0,0,0,1,0,0,0,5,0,0,0,17,0,0,0,20,0,0,0,193,0,0,0,20,0,0,0,193,0,0,0,17,0,0,0,2,0,0,0,37,0,0,0,5,0,0,0,20,0,0,0,1,0,0,0,17,0,0,0,2,0,0,0,37,0,0,0,197,0,0,0,20,0,0,0,1,0,0,0,17,0,0,0,17,0,0,0,197,0,0,0,5,0,0,0,20,0,0,0,193,0,0,0,20,0,0,0,20,0,0,0,1,0,0,0,17,0,0,0,20,0,0,0,1,0,0,0,5,0,0,0,20,0,0,0,193,0,0,0,20,0,0,0,20,0,0,0,1,0,0,0,20,0,0,0,20,0,0,0,193,0,0,0,20,0,0,0,20,0,0,0,193,0,0,0,20,0,0,0,20,0,0,0,20,0,0,0,1,0,0,0,20,0,0,0,193,0,0,0,20,0,0,0,20,0,0,0,1,0,0,0,20,0,0,0,4,0,0,0,193,0,0,0,20,0,0,0,20,0,0,0,20,0,0,0,4,0,0,0,4,0,0,0,193,0,0,0,20,0,0,0,20,0,0,0,4,0,0,0,4,0,0,0,4,0,0,0,193,0,0,0,5,0,0,0,20,0,0,0,1,0,0,0,20,0,0,0,4,0,0,0,1,0,0,0,5,0,0,0,20,0,0,0,193,0,0,0,20,0,0,0,4,0,0,0,4,0,0,0,193,0,0,0,17,0,0,0,20,0,0,0,1,0,0,0,20,0,0,0,193,0,0,0,20,0,0,0,1,0,0,0,20,0,0,0,4,0,0,0,4,0,0,0,4,0,0,0,193,0,0,0,17,0,0,0,20,0,0,0,4,0,0,0,4,0,0,0,193,0,0,0,20,0,0,0,4,0,0,0,4,0,0,0,4,0,0,0,4,0,0,0,196,0,0,0,4,0,0,0,4,0,0,0,4,0,0,0,4,0,0,0,4,0,0,0,1,0,65,144,30,11,100,1,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,15,16,16,17,18,18,19,20,21,22,23,24,25,26,27,28,30,31,33,34,36,37,38,39,41,42,44,46,47,49,51,53,54,56,58,60,62,64,66,68,70,72,74,76,79,82,85,88,91,94,98,102,106,110,115,120,125,130,135,141,147,153,159,165,171,178,185,193,202,211,232,243,254,255,0,65,128,31,11,100,128,140,152,161,171,180,188,195,200,204,207,210,213,215,217,219,221,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,38,40,43,46,49,53,58,65,73,82,92,103,115,127,0,65,244,31,11,236,5,5,0,0,0,9,0,0,0,13,0,0,0,17,0,0,0,20,0,0,0,23,0,0,0,25,0,0,0,27,0,0,0,29,0,0,0,31,0,0,0,33,0,0,0,35,0,0,0,37,0,0,0,39,0,0,0,41,0,0,0,42,0,0,0,43,0,0,0,45,0,0,0,46,0,0,0,160,234,26,0,160,234,26,0,128,136,21,0,128,136,21,0,44,43,18,0,28,122,15,0,250,35,15,0,80,117,13,0,64,196,10,0,64,196,10,0,133,234,8,0,14,189,7,0,212,171,7,0,168,186,6,0,134,100,6,0,32,98,5,0,220,181,4,0,186,95,4,0,135,222,3,0,84,93,3,0,84,93,3,0,16,177,2,0,122,56,2,0,122,56,2,0,245,234,1,0,170,174,1,0,170,174,1,0,136,88,1,0,136,88,1,0,218,36,1,0,44,241,0,0,44,241,0,0,85,215,0,0,126,189,0,0,68,172,0,0,109,146,0,0,79,122,0,0,150,120,0,0,170,107,0,0,170,107,0,0,34,86,0,0,90,72,0,0,232,68,0,0,75,60,0,0,32,55,0,0,174,51,0,0,17,43,0,0,45,36,0,0,45,36,0,0,37,30,0,0,215,25,0,0,215,25,0,0,136,21,0,0,136,21,0,0,58,17,0,0,129,15,0,0,129,15,0,0,111,13,0,0,50,11,0,0,130,10,0,0,201,8,0,0,192,7,0,0,104,7,0,0,16,7,0,0,131,5,0,0,87,5,0,0,210,4,0,0,122,4,0,0,158,3,0,0,69,3,0,0,69,3,0,0,193,2,0,0,61,2,0,0,61,2,0,0,17,2,0,0,185,1,0,0,185,1,0,0,78,55,84,117,110,105,110,103,115,49,49,84,117,110,105,110,103,69,114,114,111,114,69,0,72,150,0,0,116,17,0,0,28,151,0,0,0,0,0,0,140,17,0,0,16,0,0,0,19,0,0,0,20,0,0,0,0,0,0,0,12,18,0,0,21,0,0,0,22,0,0,0,23,0,0,0,24,0,0,0,25,0,0,0,78,83,116,51,95,95,50,50,48,95,95,115,104,97,114,101,100,95,112,116,114,95,101,109,112,108,97,99,101,73,49,52,83,116,97,110,100,97,114,100,84,117,110,105,110,103,78,83,95,57,97,108,108,111,99,97,116,111,114,73,83,49,95,69,69,69,69,0,72,150,0,0,200,17,0,0,168,148,0,0,0,0,0,0,100,18,0,0,26,0,0,0,27,0,0,0,28,0,0,0,29,0,0,0,30,0,0,0,31,0,0,0,32,0,0,0,49,52,83,116,97,110,100,97,114,100,84,117,110,105,110,103,0,49,49,84,117,110,105,110,103,83,116,97,116,101,0,0,32,150,0,0,77,18,0,0,72,150,0,0,60,18,0,0,92,18,0,0,254,130,43,101,71,21,103,64,0,0,0,0,0,0,56,67,0,0,250,254,66,46,118,191,58,59,158,188,154,247,12,189,189,253,255,255,255,255,223,63,60,84,85,85,85,85,197,63,145,43,23,207,85,85,165,63,23,208,164,103,17,17,129,63,0,0,0,0,0,0,200,66,239,57,250,254,66,46,230,63,36,196,130,255,189,191,206,63,181,244,12,215,8,107,172,63,204,80,70,210,171,178,131,63,132,58,78,155,224,215,85,63,0,65,238,37,11,200,56,240,63,110,191,136,26,79,59,155,60,53,51,251,169,61,246,239,63,93,220,216,156,19,96,113,188,97,128,119,62,154,236,239,63,209,102,135,16,122,94,144,188,133,127,110,232,21,227,239,63,19,246,103,53,82,210,140,60,116,133,21,211,176,217,239,63,250,142,249,35,128,206,139,188,222,246,221,41,107,208,239,63,97,200,230,97,78,247,96,60,200,155,117,24,69,199,239,63,153,211,51,91,228,163,144,60,131,243,198,202,62,190,239,63,109,123,131,93,166,154,151,60,15,137,249,108,88,181,239,63,252,239,253,146,26,181,142,60,247,71,114,43,146,172,239,63,209,156,47,112,61,190,62,60,162,209,211,50,236,163,239,63,11,110,144,137,52,3,106,188,27,211,254,175,102,155,239,63,14,189,47,42,82,86,149,188,81,91,18,208,1,147,239,63,85,234,78,140,239,128,80,188,204,49,108,192,189,138,239,63,22,244,213,185,35,201,145,188,224,45,169,174,154,130,239,63,175,85,92,233,227,211,128,60,81,142,165,200,152,122,239,63,72,147,165,234,21,27,128,188,123,81,125,60,184,114,239,63,61,50,222,85,240,31,143,188,234,141,140,56,249,106,239,63,191,83,19,63,140,137,139,60,117,203,111,235,91,99,239,63,38,235,17,118,156,217,150,188,212,92,4,132,224,91,239,63,96,47,58,62,247,236,154,60,170,185,104,49,135,84,239,63,157,56,134,203,130,231,143,188,29,217,252,34,80,77,239,63,141,195,166,68,65,111,138,60,214,140,98,136,59,70,239,63,125,4,228,176,5,122,128,60,150,220,125,145,73,63,239,63,148,168,168,227,253,142,150,60,56,98,117,110,122,56,239,63,125,72,116,242,24,94,135,60,63,166,178,79,206,49,239,63,242,231,31,152,43,71,128,60,221,124,226,101,69,43,239,63,94,8,113,63,123,184,150,188,129,99,245,225,223,36,239,63,49,171,9,109,225,247,130,60,225,222,31,245,157,30,239,63,250,191,111,26,155,33,61,188,144,217,218,208,127,24,239,63,180,10,12,114,130,55,139,60,11,3,228,166,133,18,239,63,143,203,206,137,146,20,110,60,86,47,62,169,175,12,239,63,182,171,176,77,117,77,131,60,21,183,49,10,254,6,239,63,76,116,172,226,1,66,134,60,49,216,76,252,112,1,239,63,74,248,211,93,57,221,143,60,255,22,100,178,8,252,238,63,4,91,142,59,128,163,134,188,241,159,146,95,197,246,238,63,104,80,75,204,237,74,146,188,203,169,58,55,167,241,238,63,142,45,81,27,248,7,153,188,102,216,5,109,174,236,238,63,210,54,148,62,232,209,113,188,247,159,229,52,219,231,238,63,21,27,206,179,25,25,153,188,229,168,19,195,45,227,238,63,109,76,42,167,72,159,133,60,34,52,18,76,166,222,238,63,138,105,40,122,96,18,147,188,28,128,172,4,69,218,238,63,91,137,23,72,143,167,88,188,42,46,247,33,10,214,238,63,27,154,73,103,155,44,124,188,151,168,80,217,245,209,238,63,17,172,194,96,237,99,67,60,45,137,97,96,8,206,238,63,239,100,6,59,9,102,150,60,87,0,29,237,65,202,238,63,121,3,161,218,225,204,110,60,208,60,193,181,162,198,238,63,48,18,15,63,142,255,147,60,222,211,215,240,42,195,238,63,176,175,122,187,206,144,118,60,39,42,54,213,218,191,238,63,119,224,84,235,189,29,147,60,13,221,253,153,178,188,238,63,142,163,113,0,52,148,143,188,167,44,157,118,178,185,238,63,73,163,147,220,204,222,135,188,66,102,207,162,218,182,238,63,95,56,15,189,198,222,120,188,130,79,157,86,43,180,238,63,246,92,123,236,70,18,134,188,15,146,93,202,164,177,238,63,142,215,253,24,5,53,147,60,218,39,181,54,71,175,238,63,5,155,138,47,183,152,123,60,253,199,151,212,18,173,238,63,9,84,28,226,225,99,144,60,41,84,72,221,7,171,238,63,234,198,25,80,133,199,52,60,183,70,89,138,38,169,238,63,53,192,100,43,230,50,148,60,72,33,173,21,111,167,238,63,159,118,153,97,74,228,140,188,9,220,118,185,225,165,238,63,168,77,239,59,197,51,140,188,133,85,58,176,126,164,238,63,174,233,43,137,120,83,132,188,32,195,204,52,70,163,238,63,88,88,86,120,221,206,147,188,37,34,85,130,56,162,238,63,100,25,126,128,170,16,87,60,115,169,76,212,85,161,238,63,40,34,94,191,239,179,147,188,205,59,127,102,158,160,238,63,130,185,52,135,173,18,106,188,191,218,11,117,18,160,238,63,238,169,109,184,239,103,99,188,47,26,101,60,178,159,238,63,81,136,224,84,61,220,128,188,132,148,81,249,125,159,238,63,207,62,90,126,100,31,120,188,116,95,236,232,117,159,238,63,176,125,139,192,74,238,134,188,116,129,165,72,154,159,238,63,138,230,85,30,50,25,134,188,201,103,66,86,235,159,238,63,211,212,9,94,203,156,144,60,63,93,222,79,105,160,238,63,29,165,77,185,220,50,123,188,135,1,235,115,20,161,238,63,107,192,103,84,253,236,148,60,50,193,48,1,237,161,238,63,85,108,214,171,225,235,101,60,98,78,207,54,243,162,238,63,66,207,179,47,197,161,136,188,18,26,62,84,39,164,238,63,52,55,59,241,182,105,147,188,19,206,76,153,137,165,238,63,30,255,25,58,132,94,128,188,173,199,35,70,26,167,238,63,110,87,114,216,80,212,148,188,237,146,68,155,217,168,238,63,0,138,14,91,103,173,144,60,153,102,138,217,199,170,238,63,180,234,240,193,47,183,141,60,219,160,42,66,229,172,238,63,255,231,197,156,96,182,101,188,140,68,181,22,50,175,238,63,68,95,243,89,131,246,123,60,54,119,21,153,174,177,238,63,131,61,30,167,31,9,147,188,198,255,145,11,91,180,238,63,41,30,108,139,184,169,93,188,229,197,205,176,55,183,238,63,89,185,144,124,249,35,108,188,15,82,200,203,68,186,238,63,170,249,244,34,67,67,146,188,80,78,222,159,130,189,238,63,75,142,102,215,108,202,133,188,186,7,202,112,241,192,238,63,39,206,145,43,252,175,113,60,144,240,163,130,145,196,238,63,187,115,10,225,53,210,109,60,35,35,227,25,99,200,238,63,99,34,98,34,4,197,135,188,101,229,93,123,102,204,238,63,213,49,226,227,134,28,139,60,51,45,74,236,155,208,238,63,21,187,188,211,209,187,145,188,93,37,62,178,3,213,238,63,210,49,238,156,49,204,144,60,88,179,48,19,158,217,238,63,179,90,115,110,132,105,132,60,191,253,121,85,107,222,238,63,180,157,142,151,205,223,130,188,122,243,211,191,107,227,238,63,135,51,203,146,119,26,140,60,173,211,90,153,159,232,238,63,250,217,209,74,143,123,144,188,102,182,141,41,7,238,238,63,186,174,220,86,217,195,85,188,251,21,79,184,162,243,238,63,64,246,166,61,14,164,144,188,58,89,229,141,114,249,238,63,52,147,173,56,244,214,104,188,71,94,251,242,118,255,238,63,53,138,88,107,226,238,145,188,74,6,161,48,176,5,239,63,205,221,95,10,215,255,116,60,210,193,75,144,30,12,239,63,172,152,146,250,251,189,145,188,9,30,215,91,194,18,239,63,179,12,175,48,174,110,115,60,156,82,133,221,155,25,239,63,148,253,159,92,50,227,142,60,122,208,255,95,171,32,239,63,172,89,9,209,143,224,132,60,75,209,87,46,241,39,239,63,103,26,78,56,175,205,99,60,181,231,6,148,109,47,239,63,104,25,146,108,44,107,103,60,105,144,239,220,32,55,239,63,210,181,204,131,24,138,128,188,250,195,93,85,11,63,239,63,111,250,255,63,93,173,143,188,124,137,7,74,45,71,239,63,73,169,117,56,174,13,144,188,242,137,13,8,135,79,239,63,167,7,61,166,133,163,116,60,135,164,251,220,24,88,239,63,15,34,64,32,158,145,130,188,152,131,201,22,227,96,239,63,172,146,193,213,80,90,142,60,133,50,219,3,230,105,239,63,75,107,1,172,89,58,132,60,96,180,1,243,33,115,239,63,31,62,180,7,33,213,130,188,95,155,123,51,151,124,239,63,201,13,71,59,185,42,137,188,41,161,245,20,70,134,239,63,211,136,58,96,4,182,116,60,246,63,139,231,46,144,239,63,113,114,157,81,236,197,131,60,131,76,199,251,81,154,239,63,240,145,211,143,18,247,143,188,218,144,164,162,175,164,239,63,125,116,35,226,152,174,141,188,241,103,142,45,72,175,239,63,8,32,170,65,188,195,142,60,39,90,97,238,27,186,239,63,50,235,169,195,148,43,132,60,151,186,107,55,43,197,239,63,238,133,209,49,169,100,138,60,64,69,110,91,118,208,239,63,237,227,59,228,186,55,142,188,20,190,156,173,253,219,239,63,157,205,145,77,59,137,119,60,216,144,158,129,193,231,239,63,137,204,96,65,193,5,83,60,241,113,143,43,194,243,239,63,0,56,250,254,66,46,230,63,48,103,199,147,87,243,46,61,1,0,0,0,0,0,224,191,91,48,81,85,85,85,213,63,144,69,235,255,255,255,207,191,17,1,241,36,179,153,201,63,159,200,6,229,117,85,197,191,0,0,0,0,0,0,224,191,119,85,85,85,85,85,213,63,203,253,255,255,255,255,207,191,12,221,149,153,153,153,201,63,167,69,103,85,85,85,197,191,48,222,68,163,36,73,194,63,101,61,66,164,255,255,191,191,202,214,42,40,132,113,188,63,255,104,176,67,235,153,185,191,133,208,175,247,130,129,183,63,205,69,209,117,19,82,181,191,159,222,224,195,240,52,247,63,0,144,230,121,127,204,215,191,31,233,44,106,120,19,247,63,0,0,13,194,238,111,215,191,160,181,250,8,96,242,246,63,0,224,81,19,227,19,215,191,125,140,19,31,166,209,246,63,0,120,40,56,91,184,214,191,209,180,197,11,73,177,246,63,0,120,128,144,85,93,214,191,186,12,47,51,71,145,246,63,0,0,24,118,208,2,214,191,35,66,34,24,159,113,246,63,0,144,144,134,202,168,213,191,217,30,165,153,79,82,246,63,0,80,3,86,67,79,213,191,196,36,143,170,86,51,246,63,0,64,107,195,55,246,212,191,20,220,157,107,179,20,246,63,0,80,168,253,167,157,212,191,76,92,198,82,100,246,245,63,0,168,137,57,146,69,212,191,79,44,145,181,103,216,245,63,0,184,176,57,244,237,211,191,222,144,91,203,188,186,245,63,0,112,143,68,206,150,211,191,120,26,217,242,97,157,245,63,0,160,189,23,30,64,211,191,135,86,70,18,86,128,245,63,0,128,70,239,226,233,210,191,211,107,231,206,151,99,245,63,0,224,48,56,27,148,210,191,147,127,167,226,37,71,245,63,0,136,218,140,197,62,210,191,131,69,6,66,255,42,245,63,0,144,39,41,225,233,209,191,223,189,178,219,34,15,245,63,0,248,72,43,109,149,209,191,215,222,52,71,143,243,244,63,0,248,185,154,103,65,209,191,64,40,222,207,67,216,244,63,0,152,239,148,208,237,208,191,200,163,120,192,62,189,244,63,0,16,219,24,165,154,208,191,138,37,224,195,127,162,244,63,0,184,99,82,230,71,208,191,52,132,212,36,5,136,244,63,0,240,134,69,34,235,207,191,11,45,25,27,206,109,244,63,0,176,23,117,74,71,207,191,84,24,57,211,217,83,244,63,0,48,16,61,68,164,206,191,90,132,180,68,39,58,244,63,0,176,233,68,13,2,206,191,251,248,21,65,181,32,244,63,0,240,119,41,162,96,205,191,177,244,62,218,130,7,244,63,0,144,149,4,1,192,204,191,143,254,87,93,143,238,243,63,0,16,137,86,41,32,204,191,233,76,11,160,217,213,243,63,0,16,129,141,23,129,203,191,43,193,16,192,96,189,243,63,0,208,211,204,201,226,202,191,184,218,117,43,36,165,243,63,0,144,18,46,64,69,202,191,2,208,159,205,34,141,243,63,0,240,29,104,119,168,201,191,28,122,132,197,91,117,243,63,0,48,72,105,109,12,201,191,226,54,173,73,206,93,243,63,0,192,69,166,32,113,200,191,64,212,77,152,121,70,243,63,0,48,20,180,143,214,199,191,36,203,255,206,92,47,243,63,0,112,98,60,184,60,199,191,73,13,161,117,119,24,243,63,0,96,55,155,154,163,198,191,144,57,62,55,200,1,243,63,0,160,183,84,49,11,198,191,65,248,149,187,78,235,242,63,0,48,36,118,125,115,197,191,209,169,25,2,10,213,242,63,0,48,194,143,123,220,196,191,42,253,183,168,249,190,242,63,0,0,210,81,44,70,196,191,171,27,12,122,28,169,242,63,0,0,131,188,138,176,195,191,48,181,20,96,114,147,242,63,0,0,73,107,153,27,195,191,245,161,87,87,250,125,242,63,0,64,164,144,84,135,194,191,191,59,29,155,179,104,242,63,0,160,121,248,185,243,193,191,189,245,143,131,157,83,242,63,0,160,44,37,200,96,193,191,59,8,201,170,183,62,242,63,0,32,247,87,127,206,192,191,182,64,169,43,1,42,242,63,0,160,254,73,220,60,192,191,50,65,204,150,121,21,242,63,0,128,75,188,189,87,191,191,155,252,210,29,32,1,242,63,0,64,64,150,8,55,190,191,11,72,77,73,244,236,241,63,0,64,249,62,152,23,189,191,105,101,143,82,245,216,241,63,0,160,216,78,103,249,187,191,124,126,87,17,35,197,241,63,0,96,47,32,121,220,186,191,233,38,203,116,124,177,241,63,0,128,40,231,195,192,185,191,182,26,44,12,1,158,241,63,0,192,114,179,70,166,184,191,189,112,182,123,176,138,241,63,0,0,172,179,1,141,183,191,182,188,239,37,138,119,241,63,0,0,56,69,241,116,182,191,218,49,76,53,141,100,241,63,0,128,135,109,14,94,181,191,221,95,39,144,185,81,241,63,0,224,161,222,92,72,180,191,76,210,50,164,14,63,241,63,0,160,106,77,217,51,179,191,218,249,16,114,139,44,241,63,0,96,197,248,121,32,178,191,49,181,236,40,48,26,241,63,0,32,98,152,70,14,177,191,175,52,132,218,251,7,241,63,0,0,210,106,108,250,175,191,179,107,78,15,238,245,240,63,0,64,119,74,141,218,173,191,206,159,42,93,6,228,240,63,0,0,133,228,236,188,171,191,33,165,44,99,68,210,240,63,0,192,18,64,137,161,169,191,26,152,226,124,167,192,240,63,0,192,2,51,88,136,167,191,209,54,198,131,47,175,240,63,0,128,214,103,94,113,165,191,57,19,160,152,219,157,240,63,0,128,101,73,138,92,163,191,223,231,82,175,171,140,240,63,0,64,21,100,227,73,161,191,251,40,78,47,159,123,240,63,0,128,235,130,192,114,158,191,25,143,53,140,181,106,240,63,0,128,82,82,241,85,154,191,44,249,236,165,238,89,240,63,0,128,129,207,98,61,150,191,144,44,209,205,73,73,240,63,0,0,170,140,251,40,146,191,169,173,240,198,198,56,240,63,0,0,249,32,123,49,140,191,169,50,121,19,101,40,240,63,0,0,170,93,53,25,132,191,72,115,234,39,36,24,240,63,0,0,236,194,3,18,120,191,149,177,20,6,4,8,240,63,0,0,36,121,9,4,96,191,26,250,38,247,31,224,239,63,0,0,144,132,243,239,111,63,116,234,97,194,28,161,239,63,0,0,61,53,65,220,135,63,46,153,129,176,16,99,239,63,0,128,194,196,163,206,147,63,205,173,238,60,246,37,239,63,0,0,137,20,193,159,155,63,231,19,145,3,200,233,238,63,0,0,17,206,216,176,161,63,171,177,203,120,128,174,238,63,0,192,1,208,91,138,165,63,155,12,157,162,26,116,238,63,0,128,216,64,131,92,169,63,181,153,10,131,145,58,238,63,0,128,87,239,106,39,173,63,86,154,96,9,224,1,238,63,0,192,152,229,152,117,176,63,152,187,119,229,1,202,237,63,0,32,13,227,245,83,178,63,3,145,124,11,242,146,237,63,0,0,56,139,221,46,180,63,206,92,251,102,172,92,237,63,0,192,87,135,89,6,182,63,157,222,94,170,44,39,237,63,0,0,106,53,118,218,183,63,205,44,107,62,110,242,236,63,0,96,28,78,67,171,185,63,2,121,167,162,109,190,236,63,0,96,13,187,199,120,187,63,109,8,55,109,38,139,236,63,0,32,231,50,19,67,189,63,4,88,93,189,148,88,236,63,0,96,222,113,49,10,191,63,140,159,187,51,181,38,236,63,0,64,145,43,21,103,192,63,63,231,236,238,131,245,235,63,0,176,146,130,133,71,193,63,193,150,219,117,253,196,235,63,0,48,202,205,110,38,194,63,40,74,134,12,30,149,235,63,0,80,197,166,215,3,195,63,44,62,239,197,226,101,235,63,0,16,51,60,195,223,195,63,139,136,201,103,72,55,235,63,0,128,122,107,54,186,196,63,74,48,29,33,75,9,235,63,0,240,209,40,57,147,197,63,126,239,242,133,232,219,234,63,0,240,24,36,205,106,198,63,162,61,96,49,29,175,234,63,0,144,102,236,248,64,199,63,167,88,211,63,230,130,234,63,0,240,26,245,192,21,200,63,139,115,9,239,64,87,234,63,0,128,246,84,41,233,200,63,39,75,171,144,42,44,234,63,0,64,248,2,54,187,201,63,209,242,147,19,160,1,234,63,0,0,44,28,237,139,202,63,27,60,219,36,159,215,233,63,0,208,1,92,81,91,203,63,144,177,199,5,37,174,233,63,0,192,188,204,103,41,204,63,47,206,151,242,46,133,233,63,0,96,72,213,53,246,204,63,117,75,164,238,186,92,233,63,0,192,70,52,189,193,205,63,56,72,231,157,198,52,233,63,0,224,207,184,1,140,206,63,230,82,103,47,79,13,233,63,0,144,23,192,9,85,207,63,157,215,255,142,82,230,232,63,0,184,31,18,108,14,208,63,124,0,204,159,206,191,232,63,0,208,147,14,184,113,208,63,14,195,190,218,192,153,232,63,0,112,134,158,107,212,208,63,251,23,35,170,39,116,232,63,0,208,75,51,135,54,209,63,8,154,179,172,0,79,232,63,0,72,35,103,13,152,209,63,85,62,101,232,73,42,232,63,0,128,204,224,255,248,209,63,96,2,244,149,1,6,232,63,0,104,99,215,95,89,210,63,41,163,224,99,37,226,231,63,0,168,20,9,48,185,210,63,173,181,220,119,179,190,231,63,0,96,67,16,114,24,211,63,194,37,151,103,170,155,231,63,0,24,236,109,38,119,211,63,87,6,23,242,7,121,231,63,0,48,175,251,79,213,211,63,12,19,214,219,202,86,231,63,0,224,47,227,238,50,212,63,107,182,79,1,0,16,230,63,60,91,66,145,108,2,126,60,149,180,77,3,0,48,230,63,65,93,0,72,234,191,141,60,120,212,148,13,0,80,230,63,183,165,214,134,167,127,142,60,173,111,78,7,0,112,230,63,76,37,84,107,234,252,97,60,174,15,223,254,255,143,230,63,253,14,89,76,39,126,124,188,188,197,99,7,0,176,230,63,1,218,220,72,104,193,138,188,246,193,92,30,0,208,230,63,17,147,73,157,28,63,131,60,62,246,5,235,255,239,230,63,83,45,226,26,4,128,126,188,128,151,134,14,0,16,231,63,82,121,9,113,102,255,123,60,18,233,103,252,255,47,231,63,36,135,189,38,226,0,140,60,106,17,129,223,255,79,231,63,210,1,241,110,145,2,110,188,144,156,103,15,0,112,231,63,116,156,84,205,113,252,103,188,53,200,126,250,255,143,231,63,131,4,245,158,193,190,129,60,230,194,32,254,255,175,231,63,101,100,204,41,23,126,112,188,0,201,63,237,255,207,231,63,28,139,123,8,114,128,128,188,118,26,38,233,255,239,231,63,174,249,157,109,40,192,141,60,232,163,156,4,0,16,232,63,51,76,229,81,210,127,137,60,143,44,147,23,0,48,232,63,129,243,48,182,233,254,138,188,156,115,51,6,0,80,232,63,188,53,101,107,191,191,137,60,198,137,66,32,0,112,232,63,117,123,17,243,101,191,139,188,4,121,245,235,255,143,232,63,87,203,61,162,110,0,137,188,223,4,188,34,0,176,232,63,10,75,224,56,223,0,125,188,138,27,12,229,255,207,232,63,5,159,255,70,113,0,136,188,67,142,145,252,255,239,232,63,56,112,122,208,123,129,131,60,199,95,250,30,0,16,233,63,3,180,223,118,145,62,137,60,185,123,70,19,0,48,233,63,118,2,152,75,78,128,127,60,111,7,238,230,255,79,233,63,46,98,255,217,240,126,143,188,209,18,60,222,255,111,233,63,186,56,38,150,170,130,112,188,13,138,69,244,255,143,233,63,239,168,100,145,27,128,135,188,62,46,152,221,255,175,233,63,55,147,90,138,224,64,135,188,102,251,73,237,255,207,233,63,0,224,155,193,8,206,63,60,81,156,241,32,0,240,233,63,10,91,136,39,170,63,138,188,6,176,69,17,0,16,234,63,86,218,88,153,72,255,116,60,250,246,187,7,0,48,234,63,24,109,43,138,171,190,140,60,121,29,151,16,0,80,234,63,48,121,120,221,202,254,136,60,72,46,245,29,0,112,234,63,219,171,216,61,118,65,143,188,82,51,89,28,0,144,234,63,18,118,194,132,2,191,142,188,75,62,79,42,0,176,234,63,95,63,255,60,4,253,105,188,209,30,174,215,255,207,234,63,180,112,144,18,231,62,130,188,120,4,81,238,255,239,234,63,163,222,14,224,62,6,106,60,91,13,101,219,255,15,235,63,185,10,31,56,200,6,90,60,87,202,170,254,255,47,235,63,29,60,35,116,30,1,121,188,220,186,149,217,255,79,235,63,159,42,134,104,16,255,121,188,156,101,158,36,0,112,235,63,62,79,134,208,69,255,138,60,64,22,135,249,255,143,235,63,249,195,194,150,119,254,124,60,79,203,4,210,255,175,235,63,196,43,242,238,39,255,99,188,69,92,65,210,255,207,235,63,33,234,59,238,183,255,108,188,223,9,99,248,255,239,235,63,92,11,46,151,3,65,129,188,83,118,181,225,255,15,236,63,25,106,183,148,100,193,139,60,227,87,250,241,255,47,236,63,237,198,48,141,239,254,100,188,36,228,191,220,255,79,236,63,117,71,236,188,104,63,132,188,247,185,84,237,255,111,236,63,236,224,83,240,163,126,132,60,213,143,153,235,255,143,236,63,241,146,249,141,6,131,115,60,154,33,37,33,0,176,236,63,4,14,24,100,142,253,104,188,156,70,148,221,255,207,236,63,114,234,199,28,190,126,142,60,118,196,253,234,255,239,236,63,254,136,159,173,57,190,142,60,43,248,154,22,0,16,237,63,113,90,185,168,145,125,117,60,29,247,15,13,0,48,237,63,218,199,112,105,144,193,137,60,196,15,121,234,255,79,237,63,12,254,88,197,55,14,88,188,229,135,220,46,0,112,237,63,68,15,193,77,214,128,127,188,170,130,220,33,0,144,237,63,92,92,253,148,143,124,116,188,131,2,107,216,255,175,237,63,126,97,33,197,29,127,140,60,57,71,108,41,0,208,237,63,83,177,255,178,158,1,136,60,245,144,68,229,255,239,237,63,137,204,82,198,210,0,110,60,148,246,171,205,255,15,238,63,210,105,45,32,64,131,127,188,221,200,82,219,255,47,238,63,100,8,27,202,193,0,123,60,239,22,66,242,255,79,238,63,81,171,148,176,168,255,114,60,17,94,138,232,255,111,238,63,89,190,239,177,115,246,87,188,13,255,158,17,0,144,238,63,1,200,11,94,141,128,132,188,68,23,165,223,255,175,238,63,181,32,67,213,6,0,120,60,161,127,18,26,0,208,238,63,146,92,86,96,248,2,80,188,196,188,186,7,0,240,238,63,17,230,53,93,68,64,133,188,2,141,122,245,255,15,239,63,5,145,239,57,49,251,79,188,199,138,229,30,0,48,239,63,85,17,115,242,172,129,138,60,148,52,130,245,255,79,239,63,67,199,215,212,65,63,138,60,107,76,169,252,255,111,239,63,117,120,152,28,244,2,98,188,65,196,249,225,255,143,239,63,75,231,119,244,209,125,119,60,126,227,224,210,255,175,239,63,49,163,124,154,25,1,111,188,158,228,119,28,0,208,239,63,177,172,206,75,238,129,113,60,49,195,224,247,255,239,239,63,90,135,112,1,55,5,110,188,110,96,101,244,255,15,240,63,218,10,28,73,173,126,138,188,88,122,134,243,255,47,240,63,224,178,252,195,105,127,151,188,23,13,252,253,255,79,240,63,91,148,203,52,254,191,151,60,130,77,205,3,0,112,240,63,203,86,228,192,131,0,130,60,232,203,242,249,255,143,240,63,26,117,55,190,223,255,109,188,101,218,12,1,0,176,240,63,235,38,230,174,127,63,145,188,56,211,164,1,0,208,240,63,247,159,72,121,250,125,128,60,253,253,218,250,255,239,240,63,192,107,214,112,5,4,119,188,150,253,186,11,0,16,241,63,98,11,109,132,212,128,142,60,93,244,229,250,255,47,241,63,239,54,253,100,250,191,157,60,217,154,213,13,0,80,241,63,174,80,18,112,119,0,154,60,154,85,33,15,0,112,241,63,238,222,227,226,249,253,141,60,38,84,39,252,255,143,241,63,115,114,59,220,48,0,145,60,89,60,61,18,0,176,241,63,136,1,3,128,121,127,153,60,183,158,41,248,255,207,241,63,103,140,159,171,50,249,101,188,0,212,138,244,255,239,241,63,235,91,167,157,191,127,147,60,164,134,139,12,0,16,242,63,34,91,253,145,107,128,159,60,3,67,133,3,0,48,242,63,51,191,159,235,194,255,147,60,132,246,188,255,255,79,242,63,114,46,46,126,231,1,118,60,217,33,41,245,255,111,242,63,97,12,127,118,187,252,127,60,60,58,147,20,0,144,242,63,43,65,2,60,202,2,114,188,19,99,85,20,0,176,242,63,2,31,242,51,130,128,146,188,59,82,254,235,255,207,242,63,242,220,79,56,126,255,136,188,150,173,184,11,0,240,242,63,197,65,48,80,81,255,133,188,175,226,122,251,255,15,243,63,157,40,94,136,113,0,129,188,127,95,172,254,255,47,243,63,21,183,183,63,93,255,145,188,86,103,166,12,0,80,243,63,189,130,139,34,130,127,149,60,33,247,251,17,0,112,243,63,204,213,13,196,186,0,128,60,185,47,89,249,255,143,243,63,81,167,178,45,157,63,148,188,66,210,221,4,0,176,243,63,225,56,118,112,107,127,133,60,87,201,178,245,255,207,243,63,49,18,191,16,58,2,122,60,24,180,176,234,255,239,243,63,176,82,177,102,109,127,152,60,244,175,50,21,0,16,244,63,36,133,25,95,55,248,103,60,41,139,71,23,0,48,244,63,67,81,220,114,230,1,131,60,99,180,149,231,255,79,244,63,90,137,178,184,105,255,137,60,224,117,4,232,255,111,244,63,84,242,194,155,177,192,149,188,231,193,111,239,255,143,244,63,114,42,58,242,9,64,155,60,4,167,190,229,255,175,244,63,69,125,13,191,183,255,148,188,222,39,16,23,0,208,244,63,61,106,220,113,100,192,153,188,226,62,240,15,0,240,244,63,28,83,133,11,137,127,151,60,209,75,220,18,0,16,245,63,54,164,102,113,101,4,96,60,122,39,5,22,0,48,245,63,9,50,35,206,206,191,150,188,76,112,219,236,255,79,245,63,215,161,5,5,114,2,137,188,169,84,95,239,255,111,245,63,18,100,201,14,230,191,155,60,18,16,230,23,0,144,245,63,144,239,175,129,197,126,136,60,146,62,201,3,0,176,245,63,192,12,191,10,8,65,159,188,188,25,73,29,0,208,245,63,41,71,37,251,42,129,152,188,137,122,184,231,255,239,245,63,4,105,237,128,183,126,148,188,0,0,0,0,188,44,0,0,33,0,0,0,34,0,0,0,35,0,0,0,36,0,0,0,37,0,0,0,38,0,0,0,39,0,0,0,40,0,0,0,41,0,0,0,42,0,0,0,43,0,0,0,44,0,0,0,45,0,0,0,46,0,0,0,8,0,0,0,0,0,0,0,244,44,0,0,47,0,0,0,48,0,0,0,248,255,255,255,248,255,255,255,244,44,0,0,49,0,0,0,50,0,0,0,188,43,0,0,208,43,0,0,4,0,0,0,0,0,0,0,60,45,0,0,51,0,0,0,52,0,0,0,252,255,255,255,252,255,255,255,60,45,0,0,53,0,0,0,54,0,0,0,236,43,0,0,0,44,0,0,0,0,0,0,152,45,0,0,55,0,0,0,56,0,0,0,35,0,0,0,36,0,0,0,57,0,0,0,58,0,0,0,39,0,0,0,40,0,0,0,41,0,0,0,59,0,0,0,43,0,0,0,60,0,0,0,45,0,0,0,61,0,0,0,78,83,116,51,95,95,50,57,98,97,115,105,99,95,105,111,115,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,0,0,0,72,150,0,0,80,44,0,0,48,47,0,0,78,83,116,51,95,95,50,49,53,98,97,115,105,99,95,115,116,114,101,97,109,98,117,102,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,0,0,0,0,32,150,0,0,136,44,0,0,78,83,116,51,95,95,50,49,51,98,97,115,105,99,95,105,115,116,114,101,97,109,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,0,0,164,150,0,0,196,44,0,0,0,0,0,0,1,0,0,0,124,44,0,0,3,244,255,255,78,83,116,51,95,95,50,49,51,98,97,115,105,99,95,111,115,116,114,101,97,109,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,0,0,164,150,0,0,12,45,0,0,0,0,0,0,1,0,0,0,124,44,0,0,3,244,255,255,78,83,116,51,95,95,50,49,53,98,97,115,105,99,95,115,116,114,105,110,103,98,117,102,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,78,83,95,57,97,108,108,111,99,97,116,111,114,73,99,69,69,69,69,0,0,0,72,150,0,0,84,45,0,0,188,44,0,0,56,0,0,0,0,0,0,0,76,46,0,0,62,0,0,0,63,0,0,0,200,255,255,255,200,255,255,255,76,46,0,0,64,0,0,0,65,0,0,0,176,45,0,0,232,45,0,0,252,45,0,0,196,45,0,0,56,0,0,0,0,0,0,0,60,45,0,0,51,0,0,0,52,0,0,0,200,255,255,255,200,255,255,255,60,45,0,0,53,0,0,0,54,0,0,0,78,83,116,51,95,95,50,49,57,98,97,115,105,99,95,111,115,116,114,105,110,103,115,116,114,101,97,109,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,78,83,95,57,97,108,108,111,99,97,116,111,114,73,99,69,69,69,69,0,0,0,72,150,0,0,4,46,0,0,60,45,0,0,60,0,0,0,0,0,0,0,0,47,0,0,66,0,0,0,67,0,0,0,196,255,255,255,196,255,255,255,0,47,0,0,68,0,0,0,69,0,0,0,100,46,0,0,156,46,0,0,176,46,0,0,120,46,0,0,60,0,0,0,0,0,0,0,244,44,0,0,47,0,0,0,48,0,0,0,196,255,255,255,196,255,255,255,244,44,0,0,49,0,0,0,50,0,0,0,78,83,116,51,95,95,50,49,57,98,97,115,105,99,95,105,115,116,114,105,110,103,115,116,114,101,97,109,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,78,83,95,57,97,108,108,111,99,97,116,111,114,73,99,69,69,69,69,0,0,0,72,150,0,0,184,46,0,0,244,44,0,0,0,0,0,0,48,47,0,0,70,0,0,0,71,0,0,0,78,83,116,51,95,95,50,56,105,111,115,95,98,97,115,101,69,0,0,0,32,150,0,0,28,47,0,65,192,222,0,11,211,4,209,116,158,0,87,157,189,42,128,112,82,15,255,255,62,39,10,0,0,0,100,0,0,0,232,3,0,0,16,39,0,0,160,134,1,0,64,66,15,0,128,150,152,0,0,225,245,5,24,0,0,0,53,0,0,0,113,0,0,0,107,255,255,255,206,251,255,255,146,191,255,255,0,0,0,0,0,0,0,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,0,1,2,3,4,5,6,7,8,9,255,255,255,255,255,255,255,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,255,255,255,255,255,255,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,0,1,2,4,7,3,6,5,0,0,0,0,0,0,0,2,0,0,192,3,0,0,192,4,0,0,192,5,0,0,192,6,0,0,192,7,0,0,192,8,0,0,192,9,0,0,192,10,0,0,192,11,0,0,192,12,0,0,192,13,0,0,192,14,0,0,192,15,0,0,192,16,0,0,192,17,0,0,192,18,0,0,192,19,0,0,192,20,0,0,192,21,0,0,192,22,0,0,192,23,0,0,192,24,0,0,192,25,0,0,192,26,0,0,192,27,0,0,192,28,0,0,192,29,0,0,192,30,0,0,192,31,0,0,192,0,0,0,179,1,0,0,195,2,0,0,195,3,0,0,195,4,0,0,195,5,0,0,195,6,0,0,195,7,0,0,195,8,0,0,195,9,0,0,195,10,0,0,195,11,0,0,195,12,0,0,195,13,0,0,211,14,0,0,195,15,0,0,195,0,0,12,187,1,0,12,195,2,0,12,195,3,0,12,195,4,0,12,219,0,0,0,0,222,18,4,149,0,0,0,0,255,255,255,255,255,255,255,255,255,255,255,255,112,49,0,0,20,0,0,0,67,46,85,84,70,45,56,0,65,192,227,0,11,2,132,49,0,65,224,227,0,11,71,76,67,95,67,84,89,80,69,0,0,0,0,76,67,95,78,85,77,69,82,73,67,0,0,76,67,95,84,73,77,69,0,0,0,0,0,76,67,95,67,79,76,76,65,84,69,0,0,76,67,95,77,79,78,69,84,65,82,89,0,76,67,95,77,69,83,83,65,71,69,83,0,65,176,228,0,11,65,25,0,10,0,25,25,25,0,0,0,0,5,0,0,0,0,0,0,9,0,0,0,0,11,0,0,0,0,0,0,0,0,25,0,17,10,25,25,25,3,10,7,0,1,0,9,11,24,0,0,9,6,11,0,0,11,0,6,25,0,0,0,25,25,25,0,65,129,229,0,11,33,14,0,0,0,0,0,0,0,0,25,0,10,13,25,25,25,0,13,0,0,2,0,9,14,0,0,0,9,0,14,0,0,14,0,65,187,229,0,11,1,12,0,65,199,229,0,11,21,19,0,0,0,0,19,0,0,0,0,9,12,0,0,0,0,0,12,0,0,12,0,65,245,229,0,11,1,16,0,65,129,230,0,11,21,15,0,0,0,4,15,0,0,0,0,9,16,0,0,0,0,0,16,0,0,16,0,65,175,230,0,11,1,18,0,65,187,230,0,11,30,17,0,0,0,0,17,0,0,0,0,9,18,0,0,0,0,0,18,0,0,18,0,0,26,0,0,0,26,26,26,0,65,242,230,0,11,14,26,0,0,0,26,26,26,0,0,0,0,0,0,9,0,65,163,231,0,11,1,20,0,65,175,231,0,11,21,23,0,0,0,0,23,0,0,0,0,9,20,0,0,0,0,0,20,0,0,20,0,65,221,231,0,11,1,22,0,65,233,231,0,11,41,21,0,0,0,0,21,0,0,0,0,9,22,0,0,0,0,0,22,0,0,22,0,0,48,49,50,51,52,53,54,55,56,57,65,66,67,68,69,70,32,53,0,65,160,234,0,11,255,1,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,3,32,2,32,2,32,2,32,2,32,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,1,96,4,192,4,192,4,192,4,192,4,192,4,192,4,192,4,192,4,192,4,192,4,192,4,192,4,192,4,192,4,192,8,216,8,216,8,216,8,216,8,216,8,216,8,216,8,216,8,216,8,216,4,192,4,192,4,192,4,192,4,192,4,192,4,192,8,213,8,213,8,213,8,213,8,213,8,213,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,4,192,4,192,4,192,4,192,4,192,4,192,8,214,8,214,8,214,8,214,8,214,8,214,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,4,192,4,192,4,192,4,192,2,0,65,160,238,0,11,2,48,57,0,65,180,242,0,11,249,3,1,0,0,0,2,0,0,0,3,0,0,0,4,0,0,0,5,0,0,0,6,0,0,0,7,0,0,0,8,0,0,0,9,0,0,0,10,0,0,0,11,0,0,0,12,0,0,0,13,0,0,0,14,0,0,0,15,0,0,0,16,0,0,0,17,0,0,0,18,0,0,0,19,0,0,0,20,0,0,0,21,0,0,0,22,0,0,0,23,0,0,0,24,0,0,0,25,0,0,0,26,0,0,0,27,0,0,0,28,0,0,0,29,0,0,0,30,0,0,0,31,0,0,0,32,0,0,0,33,0,0,0,34,0,0,0,35,0,0,0,36,0,0,0,37,0,0,0,38,0,0,0,39,0,0,0,40,0,0,0,41,0,0,0,42,0,0,0,43,0,0,0,44,0,0,0,45,0,0,0,46,0,0,0,47,0,0,0,48,0,0,0,49,0,0,0,50,0,0,0,51,0,0,0,52,0,0,0,53,0,0,0,54,0,0,0,55,0,0,0,56,0,0,0,57,0,0,0,58,0,0,0,59,0,0,0,60,0,0,0,61,0,0,0,62,0,0,0,63,0,0,0,64,0,0,0,65,0,0,0,66,0,0,0,67,0,0,0,68,0,0,0,69,0,0,0,70,0,0,0,71,0,0,0,72,0,0,0,73,0,0,0,74,0,0,0,75,0,0,0,76,0,0,0,77,0,0,0,78,0,0,0,79,0,0,0,80,0,0,0,81,0,0,0,82,0,0,0,83,0,0,0,84,0,0,0,85,0,0,0,86,0,0,0,87,0,0,0,88,0,0,0,89,0,0,0,90,0,0,0,91,0,0,0,92,0,0,0,93,0,0,0,94,0,0,0,95,0,0,0,96,0,0,0,65,0,0,0,66,0,0,0,67,0,0,0,68,0,0,0,69,0,0,0,70,0,0,0,71,0,0,0,72,0,0,0,73,0,0,0,74,0,0,0,75,0,0,0,76,0,0,0,77,0,0,0,78,0,0,0,79,0,0,0,80,0,0,0,81,0,0,0,82,0,0,0,83,0,0,0,84,0,0,0,85,0,0,0,86,0,0,0,87,0,0,0,88,0,0,0,89,0,0,0,90,0,0,0,123,0,0,0,124,0,0,0,125,0,0,0,126,0,0,0,127,0,65,176,250,0,11,2,64,63,0,65,196,254,0,11,249,3,1,0,0,0,2,0,0,0,3,0,0,0,4,0,0,0,5,0,0,0,6,0,0,0,7,0,0,0,8,0,0,0,9,0,0,0,10,0,0,0,11,0,0,0,12,0,0,0,13,0,0,0,14,0,0,0,15,0,0,0,16,0,0,0,17,0,0,0,18,0,0,0,19,0,0,0,20,0,0,0,21,0,0,0,22,0,0,0,23,0,0,0,24,0,0,0,25,0,0,0,26,0,0,0,27,0,0,0,28,0,0,0,29,0,0,0,30,0,0,0,31,0,0,0,32,0,0,0,33,0,0,0,34,0,0,0,35,0,0,0,36,0,0,0,37,0,0,0,38,0,0,0,39,0,0,0,40,0,0,0,41,0,0,0,42,0,0,0,43,0,0,0,44,0,0,0,45,0,0,0,46,0,0,0,47,0,0,0,48,0,0,0,49,0,0,0,50,0,0,0,51,0,0,0,52,0,0,0,53,0,0,0,54,0,0,0,55,0,0,0,56,0,0,0,57,0,0,0,58,0,0,0,59,0,0,0,60,0,0,0,61,0,0,0,62,0,0,0,63,0,0,0,64,0,0,0,97,0,0,0,98,0,0,0,99,0,0,0,100,0,0,0,101,0,0,0,102,0,0,0,103,0,0,0,104,0,0,0,105,0,0,0,106,0,0,0,107,0,0,0,108,0,0,0,109,0,0,0,110,0,0,0,111,0,0,0,112,0,0,0,113,0,0,0,114,0,0,0,115,0,0,0,116,0,0,0,117,0,0,0,118,0,0,0,119,0,0,0,120,0,0,0,121,0,0,0,122,0,0,0,91,0,0,0,92,0,0,0,93,0,0,0,94,0,0,0,95,0,0,0,96,0,0,0,97,0,0,0,98,0,0,0,99,0,0,0,100,0,0,0,101,0,0,0,102,0,0,0,103,0,0,0,104,0,0,0,105,0,0,0,106,0,0,0,107,0,0,0,108,0,0,0,109,0,0,0,110,0,0,0,111,0,0,0,112,0,0,0,113,0,0,0,114,0,0,0,115,0,0,0,116,0,0,0,117,0,0,0,118,0,0,0,119,0,0,0,120,0,0,0,121,0,0,0,122,0,0,0,123,0,0,0,124,0,0,0,125,0,0,0,126,0,0,0,127,0,65,192,134,1,11,97,32,0,0,0,9,0,0,0,10,0,0,0,13,0,0,0,11,0,0,0,12,0,0,0,133,0,0,0,0,32,0,0,1,32,0,0,2,32,0,0,3,32,0,0,4,32,0,0,5,32,0,0,6,32,0,0,8,32,0,0,9,32,0,0,10,32,0,0,40,32,0,0,41,32,0,0,95,32,0,0,0,48,0,0,0,0,0,0,0,8,0,0,86,1,0,0,57,0,65,180,135,1,11,204,14,1,32,0,0,0,224,255,255,0,191,29,0,0,231,2,0,0,121,0,0,2,36,0,0,1,1,0,0,0,255,255,255,0,0,0,0,1,2,0,0,0,254,255,255,1,57,255,255,0,24,255,255,1,135,255,255,0,212,254,255,0,195,0,0,1,210,0,0,1,206,0,0,1,205,0,0,1,79,0,0,1,202,0,0,1,203,0,0,1,207,0,0,0,97,0,0,1,211,0,0,1,209,0,0,0,163,0,0,1,213,0,0,0,130,0,0,1,214,0,0,1,218,0,0,1,217,0,0,1,219,0,0,0,56,0,0,3,0,0,0,0,177,255,255,1,159,255,255,1,200,255,255,2,40,36,0,0,0,0,0,1,1,0,0,0,255,255,255,0,51,255,255,0,38,255,255,1,126,255,255,1,43,42,0,1,93,255,255,1,40,42,0,0,63,42,0,1,61,255,255,1,69,0,0,1,71,0,0,0,31,42,0,0,28,42,0,0,30,42,0,0,46,255,255,0,50,255,255,0,54,255,255,0,53,255,255,0,79,165,0,0,75,165,0,0,49,255,255,0,40,165,0,0,68,165,0,0,47,255,255,0,45,255,255,0,247,41,0,0,65,165,0,0,253,41,0,0,43,255,255,0,42,255,255,0,231,41,0,0,67,165,0,0,42,165,0,0,187,255,255,0,39,255,255,0,185,255,255,0,37,255,255,0,21,165,0,0,18,165,0,2,36,76,0,0,0,0,0,1,32,0,0,0,224,255,255,1,1,0,0,0,255,255,255,0,84,0,0,1,116,0,0,1,38,0,0,1,37,0,0,1,64,0,0,1,63,0,0,0,218,255,255,0,219,255,255,0,225,255,255,0,192,255,255,0,193,255,255,1,8,0,0,0,194,255,255,0,199,255,255,0,209,255,255,0,202,255,255,0,248,255,255,0,170,255,255,0,176,255,255,0,7,0,0,0,140,255,255,1,196,255,255,0,160,255,255,1,249,255,255,2,26,112,0,1,1,0,0,0,255,255,255,1,32,0,0,0,224,255,255,1,80,0,0,1,15,0,0,0,241,255,255,0,0,0,0,1,48,0,0,0,208,255,255,1,1,0,0,0,255,255,255,0,0,0,0,0,192,11,0,1,96,28,0,0,0,0,0,1,208,151,0,1,8,0,0,0,248,255,255,2,5,138,0,0,0,0,0,1,64,244,255,0,158,231,255,0,194,137,0,0,219,231,255,0,146,231,255,0,147,231,255,0,156,231,255,0,157,231,255,0,164,231,255,0,0,0,0,0,56,138,0,0,4,138,0,0,230,14,0,1,1,0,0,0,255,255,255,0,0,0,0,0,197,255,255,1,65,226,255,2,29,143,0,0,8,0,0,1,248,255,255,0,0,0,0,0,86,0,0,1,170,255,255,0,74,0,0,0,100,0,0,0,128,0,0,0,112,0,0,0,126,0,0,0,9,0,0,1,182,255,255,1,247,255,255,0,219,227,255,1,156,255,255,1,144,255,255,1,128,255,255,1,130,255,255,2,5,172,0,0,0,0,0,1,16,0,0,0,240,255,255,1,28,0,0,1,1,0,0,1,163,226,255,1,65,223,255,1,186,223,255,0,228,255,255,2,11,177,0,1,1,0,0,0,255,255,255,1,48,0,0,0,208,255,255,0,0,0,0,1,9,214,255,1,26,241,255,1,25,214,255,0,213,213,255,0,216,213,255,1,228,213,255,1,3,214,255,1,225,213,255,1,226,213,255,1,193,213,255,0,0,0,0,0,160,227,255,0,0,0,0,1,1,0,0,0,255,255,255,2,12,188,0,0,0,0,0,1,1,0,0,0,255,255,255,1,188,90,255,1,160,3,0,1,252,117,255,1,216,90,255,0,48,0,0,1,177,90,255,1,181,90,255,1,191,90,255,1,238,90,255,1,214,90,255,1,235,90,255,1,208,255,255,1,189,90,255,1,200,117,255,0,0,0,0,0,48,104,255,0,96,252,255,0,0,0,0,1,32,0,0,0,224,255,255,0,0,0,0,1,40,0,0,0,216,255,255,0,0,0,0,1,64,0,0,0,192,255,255,0,0,0,0,1,32,0,0,0,224,255,255,0,0,0,0,1,32,0,0,0,224,255,255,0,0,0,0,1,34,0,0,0,222,255,255,48,12,49,13,120,14,127,15,128,16,129,17,134,18,137,19,138,19,142,20,143,21,144,22,147,19,148,23,149,24,150,25,151,26,154,27,156,25,157,28,158,29,159,30,166,31,169,31,174,31,177,32,178,32,183,33,191,34,197,35,200,35,203,35,221,36,242,35,246,37,247,38,32,45,58,46,61,47,62,48,63,49,64,49,67,50,68,51,69,52,80,53,81,54,82,55,83,56,84,57,89,58,91,59,92,60,97,61,99,62,101,63,102,64,104,65,105,66,106,64,107,67,108,68,111,66,113,69,114,70,117,71,125,72,130,73,135,74,137,75,138,76,139,76,140,77,146,78,157,79,158,80,69,87,123,29,124,29,125,29,127,88,134,89,136,90,137,90,138,90,140,91,142,92,143,92,172,93,173,94,174,94,175,94,194,95,204,96,205,97,206,97,207,98,208,99,209,100,213,101,214,102,215,103,240,104,241,105,242,106,243,107,244,108,245,109,249,110,253,45,254,45,255,45,80,105,81,105,82,105,83,105,84,105,85,105,86,105,87,105,88,105,89,105,90,105,91,105,92,105,93,105,94,105,95,105,130,0,131,0,132,0,133,0,134,0,135,0,136,0,137,0,192,117,207,118,128,137,129,138,130,139,133,140,134,141,112,157,113,157,118,158,119,158,120,159,121,159,122,160,123,160,124,161,125,161,179,162,186,163,187,163,188,164,190,165,195,162,204,164,218,166,219,166,229,106,234,167,235,167,236,110,243,162,248,168,249,168,250,169,251,169,252,164,38,176,42,177,43,178,78,179,132,8,98,186,99,187,100,188,101,189,102,190,109,191,110,192,111,193,112,194,126,195,127,195,125,207,141,208,148,209,171,210,172,211,173,212,176,213,177,214,178,215,196,216,197,217,198,218,7,8,9,10,11,12,6,6,6,6,6,6,6,6,6,6,13,6,6,14,6,6,6,6,6,6,6,6,15,16,17,18,6,19,6,6,6,6,6,6,6,6,6,6,20,21,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,22,23,6,6,6,24,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,25,6,6,6,6,26,6,6,6,6,6,6,6,27,6,6,6,6,6,6,6,6,6,6,6,28,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,29,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,30,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,0,65,239,150,1,11,20,36,43,43,43,43,43,43,43,43,1,0,84,86,86,86,86,86,86,86,86,0,65,150,151,1,11,159,3,24,0,0,0,43,43,43,43,43,43,43,7,43,43,91,86,86,86,86,86,86,86,74,86,86,5,49,80,49,80,49,80,49,80,49,80,49,80,49,80,49,80,36,80,121,49,80,49,80,49,56,80,49,80,49,80,49,80,49,80,49,80,49,80,49,80,78,49,2,78,13,13,78,3,78,0,36,110,0,78,49,38,110,81,78,36,80,78,57,20,129,27,29,29,83,49,80,49,80,13,49,80,49,80,49,80,27,83,36,80,49,2,92,123,92,123,92,123,92,123,92,123,20,121,92,123,92,123,92,45,43,73,3,72,3,120,92,123,20,0,150,10,1,43,40,6,6,0,42,6,42,42,43,7,187,181,43,30,0,43,7,43,43,43,1,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,1,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,42,43,43,43,43,43,43,43,43,43,43,43,43,43,205,70,205,43,0,37,43,7,1,6,1,85,86,86,86,86,86,85,86,86,2,36,129,129,129,129,129,21,129,129,129,0,0,43,0,178,209,178,209,178,209,178,209,0,0,205,204,1,0,215,215,215,215,215,131,129,129,129,129,129,129,129,129,129,129,172,172,172,172,172,172,172,172,172,172,28,0,0,0,0,0,49,80,49,80,49,80,49,80,49,80,49,2,0,0,49,80,49,80,49,80,49,80,49,80,49,80,49,80,49,80,49,80,78,49,80,49,80,78,49,80,49,80,49,80,49,80,49,80,49,80,49,80,49,2,135,166,135,166,135,166,135,166,135,166,135,166,135,166,135,166,42,43,43,43,43,43,43,43,43,43,43,43,43,0,0,0,84,86,86,86,86,86,86,86,86,86,86,86,86,0,65,147,155,1,11,33,84,86,86,86,86,86,86,86,86,86,86,86,86,12,0,12,42,43,43,43,43,43,43,43,43,43,43,43,43,43,7,42,1,0,65,233,155,1,11,119,42,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,86,86,108,129,21,0,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,7,108,3,65,43,43,86,86,86,86,86,86,86,86,86,86,86,86,86,86,44,86,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,1,0,65,136,157,1,11,8,12,108,0,0,0,0,0,6,0,65,182,157,1,11,232,2,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,86,122,158,38,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,1,43,43,79,86,86,44,43,127,86,86,57,43,43,85,86,86,43,43,79,86,86,44,43,127,86,86,129,55,117,91,123,92,43,43,79,86,86,2,172,4,0,0,57,43,43,85,86,86,43,43,79,86,86,44,43,43,86,86,50,19,129,87,0,111,129,126,201,215,126,45,129,129,14,126,57,127,111,87,0,129,129,126,21,0,126,3,43,43,43,43,43,43,43,43,43,43,43,43,7,43,36,43,151,43,43,43,43,43,43,43,43,43,42,43,43,43,43,43,86,86,86,86,86,128,129,129,129,129,57,187,42,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,1,129,129,129,129,129,129,129,129,129,129,129,129,129,129,129,201,172,172,172,172,172,172,172,172,172,172,172,172,172,172,172,208,13,0,78,49,2,180,193,193,215,215,36,80,49,80,49,80,49,80,49,80,49,80,49,80,49,80,49,80,49,80,49,80,49,80,49,80,49,80,49,80,49,80,49,80,215,215,83,193,71,212,215,215,215,5,43,43,43,43,43,43,43,43,43,43,43,43,7,1,0,1,0,65,249,160,1,11,31,78,49,80,49,80,49,80,49,80,49,80,49,80,49,80,13,0,0,0,0,0,36,80,49,80,49,80,49,80,49,80,0,65,186,161,1,11,86,43,43,43,43,43,43,43,43,43,43,43,121,92,123,92,123,79,123,92,123,92,123,92,123,92,123,92,123,92,123,92,123,92,123,92,123,92,45,43,43,121,20,92,123,92,45,121,42,92,39,92,123,92,123,92,123,164,0,10,180,92,123,92,123,79,3,42,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,1,0,65,171,162,1,11,1,72,0,65,181,162,1,11,27,42,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,0,65,241,162,1,11,20,43,43,43,43,43,43,43,43,7,0,72,86,86,86,86,86,86,86,86,2,0,65,188,163,1,11,27,43,43,43,43,43,43,43,43,43,43,43,43,43,85,86,86,86,86,86,86,86,86,86,86,86,86,14,0,65,246,163,1,11,26,36,43,43,43,43,43,43,43,43,43,43,43,7,0,86,86,86,86,86,86,86,86,86,86,86,86,0,65,188,164,1,11,39,36,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,7,0,0,0,0,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,0,65,157,165,1,11,22,42,43,43,43,43,43,43,43,43,43,43,86,86,86,86,86,86,86,86,86,86,14,0,65,211,165,1,11,22,42,43,43,43,43,43,43,43,43,43,43,86,86,86,86,86,86,86,86,86,86,14,0,65,148,166,1,11,23,43,43,43,43,43,43,43,43,43,43,43,85,86,86,86,86,86,86,86,86,86,86,14,0,65,241,166,1,11,5,6,39,81,111,119,0,65,128,167,1,11,18,124,0,0,127,0,0,0,0,0,0,0,0,131,142,146,151,0,170,0,65,156,167,1,11,2,180,196,0,65,150,168,1,11,6,198,201,0,0,0,219,0,65,239,168,1,11,14,222,0,0,0,0,225,0,0,0,0,0,0,0,228,0,65,136,169,1,11,1,231,0,65,222,169,1,11,1,234,0,65,217,170,1,11,1,237,0,65,240,170,1,11,128,4,18,17,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,17,34,35,36,17,37,38,39,40,41,42,43,44,17,45,46,47,16,16,48,16,16,16,16,16,16,16,49,50,51,16,52,53,16,16,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,54,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,55,17,17,17,17,56,17,57,58,59,60,61,62,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,63,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,17,64,65,17,66,67,68,69,70,71,72,73,74,17,75,76,77,78,79,80,81,16,82,83,84,85,86,87,88,89,90,91,92,93,16,94,95,96,16,17,17,17,97,98,99,16,16,16,16,16,16,16,16,16,16,17,17,17,17,100,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,17,17,101,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,17,17,102,103,16,16,104,105,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,106,17,17,107,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,17,108,109,16,16,16,16,16,16,16,16,16,110,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,111,112,113,114,16,16,16,16,16,16,16,16,115,116,117,16,16,16,16,16,118,119,16,16,16,16,120,16,16,121,16,16,16,16,16,16,16,16,16,16,16,16,16,16,0,65,144,175,1,11,94,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,0,0,0,0,0,0,0,0,254,255,255,7,254,255,255,7,0,0,0,0,0,4,32,4,255,255,127,255,255,255,127,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,195,255,3,0,31,80,0,65,248,175,1,11,173,5,32,0,0,0,0,0,223,188,64,215,255,255,251,255,255,255,255,255,255,255,255,255,191,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,3,252,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,254,255,255,255,127,2,255,255,255,255,255,1,0,0,0,0,255,191,182,0,255,255,255,135,7,0,0,0,255,7,255,255,255,255,255,255,255,254,255,195,255,255,255,255,255,255,255,255,255,255,255,255,239,31,254,225,255,159,0,0,255,255,255,255,255,255,0,224,255,255,255,255,255,255,255,255,255,255,255,255,3,0,255,255,255,255,255,7,48,4,255,255,255,252,255,31,0,0,255,255,255,1,255,7,0,0,0,0,0,0,255,255,223,63,0,0,240,255,248,3,255,255,255,255,255,255,255,255,255,239,255,223,225,255,207,255,254,255,239,159,249,255,255,253,197,227,159,89,128,176,207,255,3,16,238,135,249,255,255,253,109,195,135,25,2,94,192,255,63,0,238,191,251,255,255,253,237,227,191,27,1,0,207,255,0,30,238,159,249,255,255,253,237,227,159,25,192,176,207,255,2,0,236,199,61,214,24,199,255,195,199,29,129,0,192,255,0,0,239,223,253,255,255,253,255,227,223,29,96,7,207,255,0,0,239,223,253,255,255,253,239,227,223,29,96,64,207,255,6,0,239,223,253,255,255,255,255,231,223,93,240,128,207,255,0,252,236,255,127,252,255,255,251,47,127,128,95,255,192,255,12,0,254,255,255,255,255,127,255,7,63,32,255,3,0,0,0,0,214,247,255,255,175,255,255,59,95,32,255,243,0,0,0,0,1,0,0,0,255,3,0,0,255,254,255,255,255,31,254,255,3,255,255,254,255,255,255,31,0,0,0,0,0,0,0,0,255,255,255,255,255,255,127,249,255,3,255,255,255,255,255,255,255,255,255,63,255,255,255,255,191,32,255,255,255,255,255,247,255,255,255,255,255,255,255,255,255,61,127,61,255,255,255,255,255,61,255,255,255,255,61,127,61,255,127,255,255,255,255,255,255,255,61,255,255,255,255,255,255,255,255,7,0,0,0,0,255,255,0,0,255,255,255,255,255,255,255,255,255,255,63,63,254,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,159,255,255,254,255,255,7,255,255,255,255,255,255,255,255,255,199,255,1,255,223,15,0,255,255,15,0,255,255,15,0,255,223,13,0,255,255,255,255,255,255,207,255,255,1,128,16,255,3,0,0,0,0,255,3,255,255,255,255,255,255,255,255,255,255,255,1,255,255,255,255,255,7,255,255,255,255,255,255,255,255,63,0,255,255,255,127,255,15,255,1,192,255,255,255,255,63,31,0,255,255,255,255,255,15,255,255,255,3,255,3,0,0,0,0,255,255,255,15,255,255,255,255,255,255,255,127,254,255,31,0,255,3,255,3,128,0,65,176,181,1,11,128,1,255,255,255,255,255,255,239,255,239,15,255,3,0,0,0,0,255,255,255,255,255,243,255,255,255,255,255,255,191,255,3,0,255,255,255,255,255,255,127,0,255,227,255,255,255,255,255,63,255,1,255,255,255,255,255,231,0,0,0,0,0,222,111,4,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,0,0,0,0,128,255,31,0,255,255,63,63,255,255,255,255,63,63,255,170,255,255,255,63,255,255,255,255,255,255,223,95,220,31,207,15,255,31,220,31,0,65,190,182,1,11,6,2,128,0,0,255,31,0,65,208,182,1,11,18,132,252,47,62,80,189,255,243,224,67,0,0,255,255,255,255,255,1,0,65,134,183,1,11,80,192,255,255,255,255,255,255,3,0,0,255,255,255,255,255,127,255,255,255,255,255,127,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,31,120,12,0,255,255,255,255,191,32,255,255,255,255,255,255,255,128,0,0,255,255,127,0,127,127,127,127,127,127,127,127,255,255,255,255,0,0,0,0,0,128,0,65,240,183,1,11,87,224,0,0,0,254,3,62,31,254,255,255,255,255,255,255,255,255,255,127,224,254,255,255,255,255,255,255,255,255,255,255,247,224,255,255,255,255,255,254,255,255,255,255,255,255,255,255,255,255,127,0,0,255,255,255,7,0,0,0,0,0,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,63,0,65,208,184,1,11,128,3,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,0,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,31,0,0,0,0,0,0,0,0,255,255,255,255,255,63,255,31,255,255,255,15,0,0,255,255,255,255,255,127,240,143,255,255,255,255,255,255,255,255,255,255,255,255,255,255,0,0,0,0,128,255,252,255,255,255,255,255,255,255,255,255,255,255,255,249,255,255,255,255,255,255,124,0,0,0,0,0,128,255,191,255,255,255,255,0,0,0,255,255,255,255,255,255,15,0,255,255,255,255,255,255,255,255,47,0,255,3,0,0,252,232,255,255,255,255,255,7,255,255,255,255,7,0,255,255,255,31,255,255,255,255,255,255,247,255,0,128,255,3,255,255,255,127,255,255,255,255,255,255,127,0,255,63,255,3,255,255,127,252,255,255,255,255,255,255,255,127,5,0,0,56,255,255,60,0,126,126,126,0,127,127,255,255,255,255,255,247,255,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,7,255,3,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,15,0,255,255,127,248,255,255,255,255,255,15,255,255,255,255,255,255,255,255,255,255,255,255,255,63,255,255,255,255,255,255,255,255,255,255,255,255,255,3,0,0,0,0,127,0,248,224,255,253,127,95,219,255,255,255,255,255,255,255,255,255,255,255,255,255,3,0,0,0,248,255,255,255,255,255,255,255,255,255,255,255,255,63,0,0,255,255,255,255,255,255,255,255,252,255,255,255,255,255,255,0,0,0,0,0,255,15,0,65,222,187,1,11,97,223,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,31,0,0,255,3,254,255,255,7,254,255,255,7,192,255,255,255,255,255,255,255,255,255,255,127,252,252,252,28,0,0,0,0,255,239,255,255,127,255,255,183,255,63,255,63,0,0,0,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,7,0,0,0,0,0,0,0,0,255,255,255,255,255,255,31,0,65,224,188,1,11,93,255,255,255,31,255,255,255,255,255,255,1,0,0,0,0,0,255,255,255,255,0,224,255,255,255,7,255,255,255,255,255,7,255,255,255,63,255,255,255,255,15,255,62,0,0,0,0,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,63,255,3,255,255,255,255,15,255,255,255,255,15,255,255,255,255,255,0,255,255,255,255,255,255,15,0,65,208,189,1,11,13,255,255,255,255,255,255,127,0,255,255,63,0,255,0,65,240,189,1,11,115,63,253,255,255,255,255,191,145,255,255,63,0,255,255,127,0,255,255,255,127,0,0,0,0,0,0,0,0,255,255,55,0,255,255,63,0,255,255,255,3,0,0,0,0,0,0,0,0,255,255,255,255,255,255,255,192,0,0,0,0,0,0,0,0,111,240,239,254,255,255,63,0,0,0,0,0,255,255,255,31,255,255,255,31,0,0,0,0,255,254,255,255,31,0,0,0,255,255,255,255,255,255,63,0,255,255,63,0,255,255,7,0,255,255,3,0,65,240,190,1,11,40,255,255,255,255,255,255,255,255,255,1,0,0,0,0,0,0,255,255,255,255,255,255,7,0,255,255,255,255,255,255,7,0,255,255,255,255,255,0,255,3,0,65,176,191,1,11,9,255,255,255,31,128,0,255,255,63,0,65,204,191,1,11,113,255,255,127,0,255,255,255,255,255,255,255,255,63,0,0,0,192,255,0,0,252,255,255,255,255,255,255,1,0,0,255,255,255,1,255,3,255,255,255,255,255,255,199,255,112,0,255,255,255,255,71,0,255,255,255,255,255,255,255,255,30,0,255,23,0,0,0,0,255,255,251,255,255,255,159,64,0,0,0,0,0,0,0,0,127,189,255,191,255,1,255,255,255,255,255,255,255,1,255,3,239,159,249,255,255,253,237,227,159,25,129,224,15,0,65,208,192,1,11,28,255,255,255,255,255,255,255,255,187,7,255,131,0,0,0,0,255,255,255,255,255,255,255,255,179,0,255,3,0,65,128,193,1,11,56,255,255,255,255,255,255,63,127,0,0,0,63,0,0,0,0,255,255,255,255,255,255,255,127,17,0,255,3,0,0,0,0,255,255,255,255,255,255,63,1,255,3,0,0,0,0,0,0,255,255,255,231,255,7,255,3,0,65,208,193,1,11,8,255,255,255,255,255,255,255,1,0,65,228,193,1,11,12,255,255,255,255,255,255,255,255,255,3,0,128,0,65,132,194,1,11,67,255,252,255,255,255,255,255,252,26,0,0,0,255,255,255,255,255,255,231,127,0,0,255,255,255,255,255,255,255,255,255,32,0,0,0,0,255,255,255,255,255,255,255,1,255,253,255,255,255,255,127,127,1,0,255,3,0,0,252,255,255,255,252,255,255,254,127,0,65,208,194,1,11,22,127,251,255,255,255,255,127,180,203,0,255,3,191,253,255,255,255,127,123,1,255,3,0,65,140,195,1,11,24,255,255,127,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,3,0,65,176,195,1,11,41,255,255,255,255,255,255,255,255,255,255,255,255,255,127,0,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,15,0,65,240,195,1,11,6,255,255,255,255,255,127,0,65,144,196,1,11,9,255,255,255,255,255,255,255,255,127,0,65,176,196,1,11,14,255,255,255,255,255,255,255,1,255,255,255,127,255,3,0,65,202,196,1,11,24,255,255,255,63,0,0,255,255,255,255,255,255,0,0,15,0,255,3,248,255,255,224,255,255,0,65,248,196,1,11,8,255,255,255,255,255,255,255,255,0,65,144,197,1,11,180,1,255,255,255,255,255,255,255,255,255,135,255,255,255,255,255,255,255,128,255,255,0,0,0,0,0,0,0,0,11,0,0,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,7,0,255,255,255,127,0,0,0,0,0,0,7,0,240,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,15,255,255,255,255,255,255,255,255,255,255,255,255,255,7,255,31,255,1,255,67,0,65,208,198,1,11,134,1,255,255,255,255,255,255,255,255,255,255,223,255,255,255,255,255,255,255,255,223,100,222,255,235,239,255,255,255,255,255,255,255,191,231,223,223,255,255,255,123,95,252,253,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,63,255,255,255,253,255,255,247,255,255,255,247,255,255,223,255,255,255,223,255,255,127,255,255,255,127,255,255,255,253,255,255,255,253,255,255,247,207,255,255,255,255,255,255,127,255,255,249,219,7,0,65,240,199,1,11,10,255,255,255,255,255,31,128,63,255,67,0,65,168,200,1,11,52,255,255,255,255,255,15,255,3,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,31,0,0,0,0,0,0,0,255,255,255,255,255,255,255,255,143,8,255,3,0,65,240,200,1,11,24,239,255,255,255,150,254,247,10,132,234,150,170,150,247,247,94,255,251,255,15,238,251,255,15,0,65,150,201,1,11,12,255,255,255,3,255,255,255,3,255,255,255,3,0,65,176,201,1,11,128,4,18,16,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,16,16,34,35,16,36,37,38,39,40,41,42,43,16,44,45,46,17,17,47,17,17,17,17,17,17,48,49,50,51,52,53,54,55,17,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,56,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,57,16,58,59,60,61,62,63,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,64,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,65,16,16,66,16,67,68,69,16,70,71,72,16,73,16,16,74,75,76,77,78,16,79,80,81,82,83,84,85,86,87,88,89,90,91,16,92,93,94,95,16,16,16,16,96,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,97,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,98,99,16,16,100,101,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,102,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,103,104,105,106,16,16,107,108,17,17,109,16,16,16,16,16,16,110,111,16,16,16,16,16,112,113,16,16,114,115,116,16,117,118,119,17,17,17,120,121,122,123,124,16,16,16,16,16,0,65,208,205,1,11,63,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,0,0,0,0,254,255,0,252,1,0,0,248,1,0,0,120,0,0,0,0,255,251,223,251,0,0,128,0,0,0,128,0,65,168,206,1,11,25,60,0,252,255,224,175,255,255,255,255,255,255,255,255,255,255,223,255,255,255,255,255,32,64,176,0,65,206,206,1,11,1,64,0,65,224,206,1,11,2,252,3,0,65,251,206,1,11,35,252,0,0,0,0,0,230,254,255,255,255,0,64,73,0,0,0,0,0,24,0,255,255,0,216,0,0,0,0,0,0,0,1,0,60,0,65,170,207,1,11,16,16,224,1,30,0,96,255,191,0,0,0,0,0,0,255,7,0,65,205,207,1,11,15,248,207,227,0,0,0,3,0,32,255,127,0,0,0,78,0,65,234,207,1,11,4,8,0,7,252,0,65,247,207,1,11,72,16,0,32,30,0,48,0,1,0,0,0,0,0,0,0,0,16,0,32,0,0,0,0,252,111,0,0,0,0,0,0,0,16,0,32,0,0,0,0,64,0,0,0,0,0,0,0,0,16,0,32,0,0,0,0,3,224,0,0,0,0,0,0,0,16,0,32,0,0,0,0,253,0,65,201,208,1,11,33,32,0,0,0,0,255,7,16,0,0,0,0,0,0,0,0,32,0,0,0,0,128,255,16,0,0,0,0,0,0,16,0,32,0,65,247,208,1,11,9,24,0,160,0,127,0,0,255,3,0,65,137,209,1,11,19,4,0,0,0,0,16,0,0,0,0,0,0,128,0,128,192,223,0,12,0,65,167,209,1,11,37,4,0,31,0,0,0,0,0,0,254,255,255,255,0,252,255,255,0,0,0,0,0,0,0,0,252,0,0,0,0,0,0,192,255,223,255,7,0,65,214,209,1,11,4,128,6,0,252,0,65,227,209,1,11,1,192,0,65,239,209,1,11,1,8,0,65,251,209,1,11,9,224,255,255,255,31,0,0,255,3,0,65,144,210,1,11,1,1,0,65,189,210,1,11,7,96,0,0,1,0,0,24,0,65,205,210,1,11,10,56,0,0,0,0,16,0,0,0,112,0,65,230,210,1,11,12,48,0,0,254,127,47,0,0,255,3,255,127,0,65,151,211,1,11,2,14,49,0,65,171,211,1,11,29,196,255,255,255,255,0,0,0,192,0,0,0,0,0,0,0,0,1,0,224,159,0,0,0,0,127,63,255,127,0,65,214,211,1,11,58,16,0,16,0,0,252,255,255,255,31,0,0,0,0,0,12,0,0,0,0,0,0,64,0,12,240,0,0,0,0,0,0,128,248,0,0,0,0,0,0,0,192,0,0,0,0,0,0,0,0,255,0,255,255,255,33,144,3,0,65,168,212,1,11,8,255,255,255,255,127,0,224,251,0,65,199,212,1,11,137,1,160,3,224,0,224,0,224,0,96,128,248,255,255,255,252,255,255,255,255,255,127,223,255,241,127,255,127,0,0,255,255,255,255,0,0,255,255,255,255,1,0,123,3,208,193,175,66,0,12,31,188,255,255,0,0,0,0,0,14,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,127,0,0,0,255,7,0,0,255,255,255,255,255,255,255,255,255,255,63,0,0,0,0,0,0,252,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,207,255,255,255,63,255,255,255,255,255,255,255,255,255,255,255,255,255,0,65,236,213,1,11,4,224,135,3,254,0,65,254,213,1,11,2,1,128,0,65,144,214,1,11,72,255,255,255,255,255,127,255,255,255,255,0,0,0,0,0,0,255,255,255,251,255,255,255,255,255,255,255,255,255,255,15,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,63,0,0,0,255,15,30,255,255,255,1,252,193,224,0,65,227,214,1,11,2,30,1,0,65,239,214,1,11,1,8,0,65,130,215,1,11,46,255,255,0,0,0,0,255,255,255,255,15,0,0,0,255,255,255,127,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,0,65,200,215,1,11,8,255,255,255,255,255,255,255,255,0,65,226,215,1,11,16,255,255,255,255,255,255,127,0,0,0,0,0,0,192,0,224,0,65,253,215,1,11,3,128,15,112,0,65,142,216,1,11,7,255,0,255,255,127,0,3,0,65,161,216,1,11,1,6,0,65,176,216,1,11,15,64,0,0,0,0,15,255,3,0,0,0,0,0,0,240,0,65,200,216,1,11,20,16,192,0,0,255,255,3,23,0,0,0,0,0,248,0,0,0,0,8,128,0,65,230,216,1,11,6,8,0,255,63,0,192,0,65,251,216,1,11,20,240,0,0,128,3,0,0,0,0,0,0,0,128,2,0,0,192,0,0,67,0,65,155,217,1,11,1,8,0,65,173,217,1,11,4,56,0,0,1,0,65,239,217,1,11,7,128,0,0,0,0,0,2,0,65,134,218,1,11,3,252,255,3,0,65,151,218,1,11,1,192,0,65,175,218,1,11,15,48,255,255,255,3,255,255,255,255,255,255,247,255,127,15,0,65,207,218,1,11,14,128,254,255,0,252,1,0,0,248,1,0,0,248,63,0,65,236,218,1,11,36,127,127,0,48,135,255,255,255,255,255,143,255,0,0,0,0,0,0,224,255,255,127,255,15,1,0,0,0,0,0,255,255,255,255,255,63,0,65,172,219,1,11,9,255,255,255,15,0,0,0,0,15,0,65,195,219,1,11,8,128,0,0,0,0,0,0,1,0,65,221,219,1,11,1,128,0,65,250,219,1,11,12,128,255,0,0,128,255,0,0,0,0,128,255,0,65,143,220,1,11,9,248,0,0,192,143,0,0,0,128,0,65,167,220,1,11,63,48,255,255,252,255,255,255,255,255,0,0,0,0,0,0,0,135,255,1,255,1,0,0,0,224,0,0,0,224,0,0,0,0,0,1,0,0,96,248,127,0,0,0,0,0,0,0,0,254,0,0,0,255,0,0,0,255,0,0,0,30,0,254,0,65,143,221,1,11,1,252,0,65,156,221,1,11,4,255,255,255,127,0,65,179,221,1,11,9,224,127,0,0,0,192,255,255,3,0,65,216,221,1,11,18,192,63,252,255,63,0,0,128,3,0,0,0,0,0,0,254,3,32,0,65,246,221,1,11,9,24,0,15,0,0,0,0,0,56,0,65,136,222,1,11,16,225,63,0,232,254,255,31,0,0,0,0,0,0,0,96,63,0,65,165,222,1,11,9,2,0,0,0,0,0,0,0,6,0,65,183,222,1,11,8,24,0,32,0,0,192,31,31,0,65,216,222,1,11,4,68,248,0,104,0,65,232,222,1,11,1,76,0,65,135,223,1,11,4,128,255,255,255,0,65,151,223,1,11,16,128,14,0,0,0,255,31,0,0,0,0,0,0,0,0,192,0,65,181,223,1,11,3,8,0,252,0,65,215,223,1,11,1,14,0,65,237,223,1,11,2,252,7,0,65,140,224,1,11,1,5,0,65,150,224,1,11,3,24,128,255,0,65,163,224,1,11,2,223,7,0,65,183,224,1,11,8,128,62,0,0,252,255,31,3,0,65,216,224,1,11,1,52,0,65,226,224,1,11,1,128,0,65,142,225,1,11,2,128,1,0,65,168,225,1,11,8,255,255,255,255,255,255,3,128,0,65,190,225,1,11,1,31,0,65,214,225,1,11,2,255,1,0,65,253,225,1,11,1,192,0,65,142,226,1,11,15,63,0,0,0,0,0,0,0,255,255,48,0,0,248,3,0,65,192,226,1,11,4,255,255,255,7,0,65,236,226,1,11,1,4,0,65,131,227,1,11,2,176,15,0,65,144,227,1,11,73,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,63,0,255,255,255,255,127,254,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,1,0,0,255,255,255,255,255,255,255,255,63,0,65,236,227,1,11,20,255,255,15,0,255,255,255,255,255,255,255,255,255,255,127,0,255,255,255,1,0,65,168,228,1,11,62,2,0,0,8,0,0,0,8,0,0,32,0,0,0,32,0,0,128,0,0,0,128,0,0,0,2,0,0,0,2,0,0,8,0,0,0,0,0,0,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,15,0,248,254,255,0,65,246,228,1,11,4,127,0,0,128,0,65,173,229,1,11,3,240,0,128,0,65,200,229,1,11,3,128,255,127,0,65,216,229,1,11,4,112,7,0,192,0,65,254,229,1,11,9,254,255,255,255,255,255,255,255,31,0,65,144,230,1,11,8,254,255,255,255,255,255,255,63,0,65,206,230,1,11,79,3,0,255,255,255,255,255,15,255,255,255,255,255,255,255,255,255,255,255,255,15,0,255,127,254,255,254,255,254,255,255,255,63,0,255,31,255,255,255,255,0,0,0,252,0,0,0,28,0,0,0,252,255,255,255,31,0,0,0,0,0,0,192,255,255,255,7,0,255,255,255,255,255,15,255,1,3,0,63,0,65,176,231,1,11,86,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,63,0,255,31,255,7,255,255,255,255,255,255,255,255,255,255,255,255,255,255,15,0,255,255,255,255,255,255,255,255,255,255,255,1,255,15,0,0,255,15,255,255,255,255,255,255,255,0,255,3,255,255,255,255,255,0,255,255,255,63,0,65,144,232,1,11,51,255,239,255,255,255,255,255,255,255,255,255,255,255,255,123,252,255,255,255,255,231,199,255,255,255,231,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,15,0,255,63,15,7,7,0,63,0,65,208,232,1,11,54,124,7,0,0,202,10,0,0,202,10,0,0,202,10,0,0,202,10,0,0,202,10,0,0,202,10,0,0,202,10,0,0,202,10,0,0,202,10,0,0,127,127,127,127,127,127,127,127,127,127,127,127,127,127,0,65,144,233,1,11,193,1,48,49,50,51,52,53,54,55,56,57,97,98,99,100,101,102,65,66,67,68,69,70,120,88,43,45,112,80,105,73,110,78,0,37,0,0,0,0,0,37,112,0,0,0,0,37,73,58,37,77,58,37,83,32,37,112,37,72,58,37,77,0,0,0,37,0,0,0,109,0,0,0,47,0,0,0,37,0,0,0,100,0,0,0,47,0,0,0,37,0,0,0,121,0,0,0,37,0,0,0,89,0,0,0,45,0,0,0,37,0,0,0,109,0,0,0,45,0,0,0,37,0,0,0,100,0,0,0,37,0,0,0,73,0,0,0,58,0,0,0,37,0,0,0,77,0,0,0,58,0,0,0,37,0,0,0,83,0,0,0,32,0,0,0,37,0,0,0,112,0,0,0,0,0,0,0,37,0,0,0,72,0,0,0,58,0,0,0,37,0,0,0,77,0,65,224,234,1,11,197,3,37,0,0,0,72,0,0,0,58,0,0,0,37,0,0,0,77,0,0,0,58,0,0,0,37,0,0,0,83,0,0,0,0,0,0,0,248,122,0,0,94,0,0,0,95,0,0,0,96,0,0,0,0,0,0,0,64,123,0,0,97,0,0,0,98,0,0,0,96,0,0,0,99,0,0,0,100,0,0,0,101,0,0,0,0,0,0,0,136,123,0,0,102,0,0,0,103,0,0,0,96,0,0,0,104,0,0,0,105,0,0,0,106,0,0,0,0,0,0,0,168,123,0,0,107,0,0,0,108,0,0,0,96,0,0,0,109,0,0,0,110,0,0,0,111,0,0,0,112,0,0,0,113,0,0,0,114,0,0,0,115,0,0,0,116,0,0,0,0,0,0,0,228,123,0,0,117,0,0,0,118,0,0,0,96,0,0,0,119,0,0,0,120,0,0,0,121,0,0,0,122,0,0,0,113,0,0,0,114,0,0,0,115,0,0,0,116,0,0,0,0,0,0,0,12,124,0,0,123,0,0,0,124,0,0,0,96,0,0,0,125,0,0,0,126,0,0,0,127,0,0,0,128,0,0,0,129,0,0,0,130,0,0,0,131,0,0,0,132,0,0,0,133,0,0,0,134,0,0,0,135,0,0,0,136,0,0,0,0,0,0,0,192,122,0,0,137,0,0,0,138,0,0,0,96,0,0,0,139,0,0,0,140,0,0,0,141,0,0,0,142,0,0,0,143,0,0,0,144,0,0,0,145,0,0,0,0,0,0,0,48,124,0,0,146,0,0,0,147,0,0,0,96,0,0,0,148,0,0,0,149,0,0,0,150,0,0,0,151,0,0,0,152,0,0,0,0,0,0,0,84,124,0,0,153,0,0,0,154,0,0,0,96,0,0,0,155,0,0,0,156,0,0,0,157,0,0,0,158,0,0,0,159,0,0,0,116,0,0,0,114,0,0,0,117,0,0,0,101,0,0,0,0,0,0,0,102,0,0,0,97,0,0,0,108,0,0,0,115,0,0,0,101,0,65,176,238,1,11,157,2,128,124,0,0,146,0,0,0,160,0,0,0,96,0,0,0,148,0,0,0,149,0,0,0,150,0,0,0,151,0,0,0,152,0,0,0,0,0,0,0,172,124,0,0,153,0,0,0,161,0,0,0,96,0,0,0,155,0,0,0,156,0,0,0,157,0,0,0,158,0,0,0,159,0,0,0,37,0,0,0,109,0,0,0,47,0,0,0,37,0,0,0,100,0,0,0,47,0,0,0,37,0,0,0,121,0,0,0,0,0,0,0,37,0,0,0,72,0,0,0,58,0,0,0,37,0,0,0,77,0,0,0,58,0,0,0,37,0,0,0,83,0,0,0,0,0,0,0,37,0,0,0,97,0,0,0,32,0,0,0,37,0,0,0,98,0,0,0,32,0,0,0,37,0,0,0,100,0,0,0,32,0,0,0,37,0,0,0,72,0,0,0,58,0,0,0,37,0,0,0,77,0,0,0,58,0,0,0,37,0,0,0,83,0,0,0,32,0,0,0,37,0,0,0,89,0,0,0,0,0,0,0,37,0,0,0,73,0,0,0,58,0,0,0,37,0,0,0,77,0,0,0,58,0,0,0,37,0,0,0,83,0,0,0,32,0,0,0,37,0,0,0,112,0,0,0,0,0,0,0,40,0,0,0,41,0,65,216,240,1,11,142,11,128,120,0,0,162,0,0,0,163,0,0,0,96,0,0,0,78,83,116,51,95,95,50,54,108,111,99,97,108,101,53,102,97,99,101,116,69,0,0,0,72,150,0,0,104,120,0,0,128,148,0,0,0,0,0,0,0,121,0,0,162,0,0,0,164,0,0,0,96,0,0,0,165,0,0,0,166,0,0,0,167,0,0,0,168,0,0,0,169,0,0,0,170,0,0,0,171,0,0,0,172,0,0,0,173,0,0,0,174,0,0,0,175,0,0,0,176,0,0,0,78,83,116,51,95,95,50,53,99,116,121,112,101,73,119,69,69,0,78,83,116,51,95,95,50,49,48,99,116,121,112,101,95,98,97,115,101,69,0,0,32,150,0,0,226,120,0,0,164,150,0,0,208,120,0,0,0,0,0,0,2,0,0,0,128,120,0,0,2,0,0,0,248,120,0,0,2,0,0,0,0,0,0,0,148,121,0,0,162,0,0,0,177,0,0,0,96,0,0,0,178,0,0,0,179,0,0,0,180,0,0,0,181,0,0,0,182,0,0,0,183,0,0,0,184,0,0,0,78,83,116,51,95,95,50,55,99,111,100,101,99,118,116,73,99,99,49,49,95,95,109,98,115,116,97,116,101,95,116,69,69,0,78,83,116,51,95,95,50,49,50,99,111,100,101,99,118,116,95,98,97,115,101,69,0,0,0,0,32,150,0,0,114,121,0,0,164,150,0,0,80,121,0,0,0,0,0,0,2,0,0,0,128,120,0,0,2,0,0,0,140,121,0,0,2,0,0,0,0,0,0,0,8,122,0,0,162,0,0,0,185,0,0,0,96,0,0,0,186,0,0,0,187,0,0,0,188,0,0,0,189,0,0,0,190,0,0,0,191,0,0,0,192,0,0,0,78,83,116,51,95,95,50,55,99,111,100,101,99,118,116,73,68,115,99,49,49,95,95,109,98,115,116,97,116,101,95,116,69,69,0,0,164,150,0,0,228,121,0,0,0,0,0,0,2,0,0,0,128,120,0,0,2,0,0,0,140,121,0,0,2,0,0,0,0,0,0,0,124,122,0,0,162,0,0,0,193,0,0,0,96,0,0,0,194,0,0,0,195,0,0,0,196,0,0,0,197,0,0,0,198,0,0,0,199,0,0,0,200,0,0,0,78,83,116,51,95,95,50,55,99,111,100,101,99,118,116,73,68,105,99,49,49,95,95,109,98,115,116,97,116,101,95,116,69,69,0,0,164,150,0,0,88,122,0,0,0,0,0,0,2,0,0,0,128,120,0,0,2,0,0,0,140,121,0,0,2,0,0,0,78,83,116,51,95,95,50,55,99,111,100,101,99,118,116,73,119,99,49,49,95,95,109,98,115,116,97,116,101,95,116,69,69,0,0,0,164,150,0,0,156,122,0,0,0,0,0,0,2,0,0,0,128,120,0,0,2,0,0,0,140,121,0,0,2,0,0,0,78,83,116,51,95,95,50,54,108,111,99,97,108,101,53,95,95,105,109,112,69,0,0,0,72,150,0,0,224,122,0,0,128,120,0,0,78,83,116,51,95,95,50,49,52,99,111,108,108,97,116,101,95,98,121,110,97,109,101,73,99,69,69,0,78,83,116,51,95,95,50,55,99,111,108,108,97,116,101,73,99,69,69,0,72,150,0,0,32,123,0,0,128,120,0,0,72,150,0,0,4,123,0,0,52,123,0,0,78,83,116,51,95,95,50,49,52,99,111,108,108,97,116,101,95,98,121,110,97,109,101,73,119,69,69,0,78,83,116,51,95,95,50,55,99,111,108,108,97,116,101,73,119,69,69,0,72,150,0,0,104,123,0,0,128,120,0,0,72,150,0,0,76,123,0,0,124,123,0,0,78,83,116,51,95,95,50,53,99,116,121,112,101,73,99,69,69,0,0,0,164,150,0,0,148,123,0,0,0,0,0,0,2,0,0,0,128,120,0,0,2,0,0,0,248,120,0,0,2,0,0,0,78,83,116,51,95,95,50,49,50,99,116,121,112,101,95,98,121,110,97,109,101,73,99,69,69,0,0,0,72,150,0,0,200,123,0,0,168,123,0,0,78,83,116,51,95,95,50,49,50,99,116,121,112,101,95,98,121,110,97,109,101,73,119,69,69,0,0,0,72,150,0,0,240,123,0,0,0,121,0,0,78,83,116,51,95,95,50,56,110,117,109,112,117,110,99,116,73,99,69,69,0,0,0,0,72,150,0,0,24,124,0,0,128,120,0,0,78,83,116,51,95,95,50,56,110,117,109,112,117,110,99,116,73,119,69,69,0,0,0,0,72,150,0,0,60,124,0,0,128,120,0,0,78,83,116,51,95,95,50,49,53,110,117,109,112,117,110,99,116,95,98,121,110,97,109,101,73,99,69,69,0,0,0,0,72,150,0,0,96,124,0,0,48,124,0,0,78,83,116,51,95,95,50,49,53,110,117,109,112,117,110,99,116,95,98,121,110,97,109,101,73,119,69,69,0,0,0,0,72,150,0,0,140,124,0,0,84,124,0,0,0,0,0,0,52,123,0,0,201,0,0,0,202,0,0,0,96,0,0,0,203,0,0,0,204,0,0,0,101,0,0,0,0,0,0,0,124,123,0,0,205,0,0,0,206,0,0,0,96,0,0,0,207,0,0,0,208,0,0,0,106,0,0,0,0,0,0,0,204,125,0,0,162,0,0,0,209,0,0,0,96,0,0,0,210,0,0,0,211,0,0,0,212,0,0,0,213,0,0,0,214,0,0,0,215,0,0,0,216,0,0,0,217,0,0,0,218,0,0,0,219,0,0,0,220,0,0,0,78,83,116,51,95,95,50,55,110,117,109,95,103,101,116,73,99,78,83,95,49,57,105,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,69,69,0,78,83,116,51,95,95,50,57,95,95,110,117,109,95,103,101,116,73,99,69,69,0,78,83,116,51,95,95,50,49,52,95,95,110,117,109,95,103,101,116,95,98,97,115,101,69,0,0,32,150,0,0,146,125,0,0,164,150,0,0,124,125,0,0,0,0,0,0,1,0,0,0,172,125,0,0,0,0,0,0,164,150,0,0,56,125,0,0,0,0,0,0,2,0,0,0,128,120,0,0,2,0,0,0,180,125,0,65,240,251,1,11,202,1,160,126,0,0,162,0,0,0,221,0,0,0,96,0,0,0,222,0,0,0,223,0,0,0,224,0,0,0,225,0,0,0,226,0,0,0,227,0,0,0,228,0,0,0,229,0,0,0,230,0,0,0,231,0,0,0,232,0,0,0,78,83,116,51,95,95,50,55,110,117,109,95,103,101,116,73,119,78,83,95,49,57,105,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,119,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,119,69,69,69,69,69,69,0,78,83,116,51,95,95,50,57,95,95,110,117,109,95,103,101,116,73,119,69,69,0,0,0,164,150,0,0,112,126,0,0,0,0,0,0,1,0,0,0,172,125,0,0,0,0,0,0,164,150,0,0,44,126,0,0,0,0,0,0,2,0,0,0,128,120,0,0,2,0,0,0,136,126,0,65,196,253,1,11,222,1,136,127,0,0,162,0,0,0,233,0,0,0,96,0,0,0,234,0,0,0,235,0,0,0,236,0,0,0,237,0,0,0,238,0,0,0,239,0,0,0,240,0,0,0,241,0,0,0,78,83,116,51,95,95,50,55,110,117,109,95,112,117,116,73,99,78,83,95,49,57,111,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,69,69,0,78,83,116,51,95,95,50,57,95,95,110,117,109,95,112,117,116,73,99,69,69,0,78,83,116,51,95,95,50,49,52,95,95,110,117,109,95,112,117,116,95,98,97,115,101,69,0,0,32,150,0,0,78,127,0,0,164,150,0,0,56,127,0,0,0,0,0,0,1,0,0,0,104,127,0,0,0,0,0,0,164,150,0,0,244,126,0,0,0,0,0,0,2,0,0,0,128,120,0,0,2,0,0,0,112,127,0,65,172,255,1,11,190,1,80,128,0,0,162,0,0,0,242,0,0,0,96,0,0,0,243,0,0,0,244,0,0,0,245,0,0,0,246,0,0,0,247,0,0,0,248,0,0,0,249,0,0,0,250,0,0,0,78,83,116,51,95,95,50,55,110,117,109,95,112,117,116,73,119,78,83,95,49,57,111,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,119,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,119,69,69,69,69,69,69,0,78,83,116,51,95,95,50,57,95,95,110,117,109,95,112,117,116,73,119,69,69,0,0,0,164,150,0,0,32,128,0,0,0,0,0,0,1,0,0,0,104,127,0,0,0,0,0,0,164,150,0,0,220,127,0,0,0,0,0,0,2,0,0,0,128,120,0,0,2,0,0,0,56,128,0,65,244,128,2,11,214,20,80,129,0,0,251,0,0,0,252,0,0,0,96,0,0,0,253,0,0,0,254,0,0,0,255,0,0,0,0,1,0,0,1,1,0,0,2,1,0,0,3,1,0,0,248,255,255,255,80,129,0,0,4,1,0,0,5,1,0,0,6,1,0,0,7,1,0,0,8,1,0,0,9,1,0,0,10,1,0,0,78,83,116,51,95,95,50,56,116,105,109,101,95,103,101,116,73,99,78,83,95,49,57,105,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,69,69,0,78,83,116,51,95,95,50,57,116,105,109,101,95,98,97,115,101,69,0,32,150,0,0,9,129,0,0,78,83,116,51,95,95,50,50,48,95,95,116,105,109,101,95,103,101,116,95,99,95,115,116,111,114,97,103,101,73,99,69,69,0,0,0,32,150,0,0,36,129,0,0,164,150,0,0,196,128,0,0,0,0,0,0,3,0,0,0,128,120,0,0,2,0,0,0,28,129,0,0,2,0,0,0,72,129,0,0,0,8,0,0,0,0,0,0,60,130,0,0,11,1,0,0,12,1,0,0,96,0,0,0,13,1,0,0,14,1,0,0,15,1,0,0,16,1,0,0,17,1,0,0,18,1,0,0,19,1,0,0,248,255,255,255,60,130,0,0,20,1,0,0,21,1,0,0,22,1,0,0,23,1,0,0,24,1,0,0,25,1,0,0,26,1,0,0,78,83,116,51,95,95,50,56,116,105,109,101,95,103,101,116,73,119,78,83,95,49,57,105,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,119,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,119,69,69,69,69,69,69,0,78,83,116,51,95,95,50,50,48,95,95,116,105,109,101,95,103,101,116,95,99,95,115,116,111,114,97,103,101,73,119,69,69,0,0,32,150,0,0,17,130,0,0,164,150,0,0,204,129,0,0,0,0,0,0,3,0,0,0,128,120,0,0,2,0,0,0,28,129,0,0,2,0,0,0,52,130,0,0,0,8,0,0,0,0,0,0,108,131,0,0,27,1,0,0,28,1,0,0,96,0,0,0,29,1,0,0,254,0,0,0,255,0,0,0,0,1,0,0,1,1,0,0,2,1,0,0,3,1,0,0,30,1,0,0,31,1,0,0,32,1,0,0,33,1,0,0,34,1,0,0,35,1,0,0,36,1,0,0,248,255,255,255,108,131,0,0,37,1,0,0,38,1,0,0,39,1,0,0,40,1,0,0,41,1,0,0,42,1,0,0,43,1,0,0,78,83,116,51,95,95,50,49,53,116,105,109,101,95,103,101,116,95,98,121,110,97,109,101,73,99,78,83,95,49,57,105,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,69,69,0,78,83,116,51,95,95,50,49,56,95,95,116,105,109,101,95,103,101,116,95,115,116,111,114,97,103,101,73,99,69,69,0,78,83,116,51,95,95,50,49,48,95,95,116,105,109,101,95,103,101,116,69,0,0,0,32,150,0,0,65,131,0,0,72,150,0,0,33,131,0,0,88,131,0,0,164,150,0,0,212,130,0,0,0,0,0,0,2,0,0,0,80,129,0,0,2,0,0,0,96,131,0,0,0,12,0,0,0,0,0,0,120,132,0,0,44,1,0,0,45,1,0,0,96,0,0,0,46,1,0,0,14,1,0,0,15,1,0,0,16,1,0,0,17,1,0,0,18,1,0,0,19,1,0,0,47,1,0,0,48,1,0,0,49,1,0,0,50,1,0,0,51,1,0,0,52,1,0,0,53,1,0,0,248,255,255,255,120,132,0,0,54,1,0,0,55,1,0,0,56,1,0,0,57,1,0,0,58,1,0,0,59,1,0,0,60,1,0,0,78,83,116,51,95,95,50,49,53,116,105,109,101,95,103,101,116,95,98,121,110,97,109,101,73,119,78,83,95,49,57,105,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,119,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,119,69,69,69,69,69,69,0,78,83,116,51,95,95,50,49,56,95,95,116,105,109,101,95,103,101,116,95,115,116,111,114,97,103,101,73,119,69,69,0,0,0,0,72,150,0,0,73,132,0,0,88,131,0,0,164,150,0,0,252,131,0,0,0,0,0,0,2,0,0,0,60,130,0,0,2,0,0,0,108,132,0,0,0,12,0,0,0,0,0,0,20,133,0,0,61,1,0,0,62,1,0,0,96,0,0,0,63,1,0,0,78,83,116,51,95,95,50,56,116,105,109,101,95,112,117,116,73,99,78,83,95,49,57,111,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,69,69,0,78,83,116,51,95,95,50,49,48,95,95,116,105,109,101,95,112,117,116,69,0,0,0,32,150,0,0,245,132,0,0,164,150,0,0,176,132,0,0,0,0,0,0,2,0,0,0,128,120,0,0,2,0,0,0,12,133,0,0,0,8,0,0,0,0,0,0,148,133,0,0,64,1,0,0,65,1,0,0,96,0,0,0,66,1,0,0,78,83,116,51,95,95,50,56,116,105,109,101,95,112,117,116,73,119,78,83,95,49,57,111,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,119,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,119,69,69,69,69,69,69,0,0,0,0,164,150,0,0,76,133,0,0,0,0,0,0,2,0,0,0,128,120,0,0,2,0,0,0,12,133,0,0,0,8,0,0,0,0,0,0,28,134,0,0,61,1,0,0,67,1,0,0,96,0,0,0,63,1,0,0,78,83,116,51,95,95,50,49,53,116,105,109,101,95,112,117,116,95,98,121,110,97,109,101,73,99,78,83,95,49,57,111,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,69,69,0,0,0,0,72,150,0,0,204,133,0,0,20,133,0,0,0,0,0,0,144,134,0,0,64,1,0,0,68,1,0,0,96,0,0,0,66,1,0,0,78,83,116,51,95,95,50,49,53,116,105,109,101,95,112,117,116,95,98,121,110,97,109,101,73,119,78,83,95,49,57,111,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,119,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,119,69,69,69,69,69,69,0,0,0,0,72,150,0,0,64,134,0,0,148,133,0,0,0,0,0,0,16,135,0,0,162,0,0,0,69,1,0,0,96,0,0,0,70,1,0,0,71,1,0,0,72,1,0,0,73,1,0,0,74,1,0,0,75,1,0,0,76,1,0,0,77,1,0,0,78,1,0,0,78,83,116,51,95,95,50,49,48,109,111,110,101,121,112,117,110,99,116,73,99,76,98,48,69,69,69,0,78,83,116,51,95,95,50,49,48,109,111,110,101,121,95,98,97,115,101,69,0,0,0,0,32,150,0,0,240,134,0,0,164,150,0,0,212,134,0,0,0,0,0,0,2,0,0,0,128,120,0,0,2,0,0,0,8,135,0,0,2,0,0,0,0,0,0,0,132,135,0,0,162,0,0,0,79,1,0,0,96,0,0,0,80,1,0,0,81,1,0,0,82,1,0,0,83,1,0,0,84,1,0,0,85,1,0,0,86,1,0,0,87,1,0,0,88,1,0,0,78,83,116,51,95,95,50,49,48,109,111,110,101,121,112,117,110,99,116,73,99,76,98,49,69,69,69,0,164,150,0,0,104,135,0,0,0,0,0,0,2,0,0,0,128,120,0,0,2,0,0,0,8,135,0,0,2,0,0,0,0,0,0,0,248,135,0,0,162,0,0,0,89,1,0,0,96,0,0,0,90,1,0,0,91,1,0,0,92,1,0,0,93,1,0,0,94,1,0,0,95,1,0,0,96,1,0,0,97,1,0,0,98,1,0,0,78,83,116,51,95,95,50,49,48,109,111,110,101,121,112,117,110,99,116,73,119,76,98,48,69,69,69,0,164,150,0,0,220,135,0,0,0,0,0,0,2,0,0,0,128,120,0,0,2,0,0,0,8,135,0,0,2,0,0,0,0,0,0,0,108,136,0,0,162,0,0,0,99,1,0,0,96,0,0,0,100,1,0,0,101,1,0,0,102,1,0,0,103,1,0,0,104,1,0,0,105,1,0,0,106,1,0,0,107,1,0,0,108,1,0,0,78,83,116,51,95,95,50,49,48,109,111,110,101,121,112,117,110,99,116,73,119,76,98,49,69,69,69,0,164,150,0,0,80,136,0,0,0,0,0,0,2,0,0,0,128,120,0,0,2,0,0,0,8,135,0,0,2,0,0,0,0,0,0,0,232,136,0,0,109,1,0,0,110,1,0,0,96,0,0,0,111,1,0,0,112,1,0,0,113,1,0,0,114,1,0,0,115,1,0,0,116,1,0,0,117,1,0,0,118,1,0,0,119,1,0,0,78,83,116,51,95,95,50,49,55,109,111,110,101,121,112,117,110,99,116,95,98,121,110,97,109,101,73,99,76,98,48,69,69,69,0,0,72,150,0,0,196,136,0,0,16,135,0,0,0,0,0,0,80,137,0,0,120,1,0,0,121,1,0,0,96,0,0,0,122,1,0,0,123,1,0,0,124,1,0,0,125,1,0,0,126,1,0,0,127,1,0,0,128,1,0,0,129,1,0,0,130,1,0,0,78,83,116,51,95,95,50,49,55,109,111,110,101,121,112,117,110,99,116,95,98,121,110,97,109,101,73,99,76,98,49,69,69,69,0,0,72,150,0,0,44,137,0,0,132,135,0,0,0,0,0,0,184,137,0,0,131,1,0,0,132,1,0,0,96,0,0,0,133,1,0,0,134,1,0,0,135,1,0,0,136,1,0,0,137,1,0,0,138,1,0,0,139,1,0,0,140,1,0,0,141,1,0,0,78,83,116,51,95,95,50,49,55,109,111,110,101,121,112,117,110,99,116,95,98,121,110,97,109,101,73,119,76,98,48,69,69,69,0,0,72,150,0,0,148,137,0,0,248,135,0,0,0,0,0,0,32,138,0,0,142,1,0,0,143,1,0,0,96,0,0,0,144,1,0,0,145,1,0,0,146,1,0,0,147,1,0,0,148,1,0,0,149,1,0,0,150,1,0,0,151,1,0,0,152,1,0,0,78,83,116,51,95,95,50,49,55,109,111,110,101,121,112,117,110,99,116,95,98,121,110,97,109,101,73,119,76,98,49,69,69,69,0,0,72,150,0,0,252,137,0,0,108,136,0,0,0,0,0,0,176,138,0,0,162,0,0,0,153,1,0,0,96,0,0,0,154,1,0,0,155,1,0,0,78,83,116,51,95,95,50,57,109,111,110,101,121,95,103,101,116,73,99,78,83,95,49,57,105,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,69,69,0,78,83,116,51,95,95,50,49,49,95,95,109,111,110,101,121,95,103,101,116,73,99,69,69,0,0,32,150,0,0,142,138,0,0,164,150,0,0,72,138,0,0,0,0,0,0,2,0,0,0,128,120,0,0,2,0,0,0,168,138,0,65,212,149,2,11,154,1,84,139,0,0,162,0,0,0,156,1,0,0,96,0,0,0,157,1,0,0,158,1,0,0,78,83,116,51,95,95,50,57,109,111,110,101,121,95,103,101,116,73,119,78,83,95,49,57,105,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,119,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,119,69,69,69,69,69,69,0,78,83,116,51,95,95,50,49,49,95,95,109,111,110,101,121,95,103,101,116,73,119,69,69,0,0,32,150,0,0,50,139,0,0,164,150,0,0,236,138,0,0,0,0,0,0,2,0,0,0,128,120,0,0,2,0,0,0,76,139,0,65,248,150,2,11,154,1,248,139,0,0,162,0,0,0,159,1,0,0,96,0,0,0,160,1,0,0,161,1,0,0,78,83,116,51,95,95,50,57,109,111,110,101,121,95,112,117,116,73,99,78,83,95,49,57,111,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,69,69,0,78,83,116,51,95,95,50,49,49,95,95,109,111,110,101,121,95,112,117,116,73,99,69,69,0,0,32,150,0,0,214,139,0,0,164,150,0,0,144,139,0,0,0,0,0,0,2,0,0,0,128,120,0,0,2,0,0,0,240,139,0,65,156,152,2,11,154,1,156,140,0,0,162,0,0,0,162,1,0,0,96,0,0,0,163,1,0,0,164,1,0,0,78,83,116,51,95,95,50,57,109,111,110,101,121,95,112,117,116,73,119,78,83,95,49,57,111,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,119,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,119,69,69,69,69,69,69,0,78,83,116,51,95,95,50,49,49,95,95,109,111,110,101,121,95,112,117,116,73,119,69,69,0,0,32,150,0,0,122,140,0,0,164,150,0,0,52,140,0,0,0,0,0,0,2,0,0,0,128,120,0,0,2,0,0,0,148,140,0,65,192,153,2,11,241,12,20,141,0,0,162,0,0,0,165,1,0,0,96,0,0,0,166,1,0,0,167,1,0,0,168,1,0,0,78,83,116,51,95,95,50,56,109,101,115,115,97,103,101,115,73,99,69,69,0,78,83,116,51,95,95,50,49,51,109,101,115,115,97,103,101,115,95,98,97,115,101,69,0,0,0,0,32,150,0,0,241,140,0,0,164,150,0,0,220,140,0,0,0,0,0,0,2,0,0,0,128,120,0,0,2,0,0,0,12,141,0,0,2,0,0,0,0,0,0,0,108,141,0,0,162,0,0,0,169,1,0,0,96,0,0,0,170,1,0,0,171,1,0,0,172,1,0,0,78,83,116,51,95,95,50,56,109,101,115,115,97,103,101,115,73,119,69,69,0,0,0,0,164,150,0,0,84,141,0,0,0,0,0,0,2,0,0,0,128,120,0,0,2,0,0,0,12,141,0,0,2,0,0,0,0,0,0,0,204,141,0,0,162,0,0,0,173,1,0,0,96,0,0,0,166,1,0,0,167,1,0,0,168,1,0,0,78,83,116,51,95,95,50,49,53,109,101,115,115,97,103,101,115,95,98,121,110,97,109,101,73,99,69,69,0,0,0,0,72,150,0,0,172,141,0,0,20,141,0,0,0,0,0,0,24,142,0,0,162,0,0,0,174,1,0,0,96,0,0,0,170,1,0,0,171,1,0,0,172,1,0,0,78,83,116,51,95,95,50,49,53,109,101,115,115,97,103,101,115,95,98,121,110,97,109,101,73,119,69,69,0,0,0,0,72,150,0,0,248,141,0,0,108,141,0,0,0,0,0,0,128,142,0,0,175,1,0,0,176,1,0,0,96,0,0,0,178,0,0,0,179,0,0,0,180,0,0,0,181,0,0,0,182,0,0,0,183,0,0,0,184,0,0,0,78,83,116,51,95,95,50,49,52,99,111,100,101,99,118,116,95,98,121,110,97,109,101,73,99,99,49,49,95,95,109,98,115,116,97,116,101,95,116,69,69,0,0,0,72,150,0,0,84,142,0,0,148,121,0,0,0,0,0,0,232,142,0,0,177,1,0,0,178,1,0,0,96,0,0,0,139,0,0,0,140,0,0,0,141,0,0,0,142,0,0,0,143,0,0,0,144,0,0,0,145,0,0,0,78,83,116,51,95,95,50,49,52,99,111,100,101,99,118,116,95,98,121,110,97,109,101,73,119,99,49,49,95,95,109,98,115,116,97,116,101,95,116,69,69,0,0,0,72,150,0,0,188,142,0,0,192,122,0,0,0,0,0,0,80,143,0,0,179,1,0,0,180,1,0,0,96,0,0,0,186,0,0,0,187,0,0,0,188,0,0,0,189,0,0,0,190,0,0,0,191,0,0,0,192,0,0,0,78,83,116,51,95,95,50,49,52,99,111,100,101,99,118,116,95,98,121,110,97,109,101,73,68,115,99,49,49,95,95,109,98,115,116,97,116,101,95,116,69,69,0,0,72,150,0,0,36,143,0,0,8,122,0,0,0,0,0,0,184,143,0,0,181,1,0,0,182,1,0,0,96,0,0,0,194,0,0,0,195,0,0,0,196,0,0,0,197,0,0,0,198,0,0,0,199,0,0,0,200,0,0,0,78,83,116,51,95,95,50,49,52,99,111,100,101,99,118,116,95,98,121,110,97,109,101,73,68,105,99,49,49,95,95,109,98,115,116,97,116,101,95,116,69,69,0,0,72,150,0,0,140,143,0,0,124,122,0,0,83,0,0,0,117,0,0,0,110,0,0,0,100,0,0,0,97,0,0,0,121,0,0,0,0,0,0,0,77,0,0,0,111,0,0,0,110,0,0,0,100,0,0,0,97,0,0,0,121,0,0,0,0,0,0,0,84,0,0,0,117,0,0,0,101,0,0,0,115,0,0,0,100,0,0,0,97,0,0,0,121,0,0,0,0,0,0,0,87,0,0,0,101,0,0,0,100,0,0,0,110,0,0,0,101,0,0,0,115,0,0,0,100,0,0,0,97,0,0,0,121,0,0,0,0,0,0,0,84,0,0,0,104,0,0,0,117,0,0,0,114,0,0,0,115,0,0,0,100,0,0,0,97,0,0,0,121,0,0,0,0,0,0,0,70,0,0,0,114,0,0,0,105,0,0,0,100,0,0,0,97,0,0,0,121,0,0,0,0,0,0,0,83,0,0,0,97,0,0,0,116,0,0,0,117,0,0,0,114,0,0,0,100,0,0,0,97,0,0,0,121,0,0,0,0,0,0,0,83,0,0,0,117,0,0,0,110,0,0,0,0,0,0,0,77,0,0,0,111,0,0,0,110,0,0,0,0,0,0,0,84,0,0,0,117,0,0,0,101,0,0,0,0,0,0,0,87,0,0,0,101,0,0,0,100,0,0,0,0,0,0,0,84,0,0,0,104,0,0,0,117,0,0,0,0,0,0,0,70,0,0,0,114,0,0,0,105,0,0,0,0,0,0,0,83,0,0,0,97,0,0,0,116,0,0,0,0,0,0,0,74,0,0,0,97,0,0,0,110,0,0,0,117,0,0,0,97,0,0,0,114,0,0,0,121,0,0,0,0,0,0,0,70,0,0,0,101,0,0,0,98,0,0,0,114,0,0,0,117,0,0,0,97,0,0,0,114,0,0,0,121,0,0,0,0,0,0,0,77,0,0,0,97,0,0,0,114,0,0,0,99,0,0,0,104,0,0,0,0,0,0,0,65,0,0,0,112,0,0,0,114,0,0,0,105,0,0,0,108,0,0,0,0,0,0,0,77,0,0,0,97,0,0,0,121,0,0,0,0,0,0,0,74,0,0,0,117,0,0,0,110,0,0,0,101,0,0,0,0,0,0,0,74,0,0,0,117,0,0,0,108,0,0,0,121,0,0,0,0,0,0,0,65,0,0,0,117,0,0,0,103,0,0,0,117,0,0,0,115,0,0,0,116,0,0,0,0,0,0,0,83,0,0,0,101,0,0,0,112,0,0,0,116,0,0,0,101,0,0,0,109,0,0,0,98,0,0,0,101,0,0,0,114,0,0,0,0,0,0,0,79,0,0,0,99,0,0,0,116,0,0,0,111,0,0,0,98,0,0,0,101,0,0,0,114,0,0,0,0,0,0,0,78,0,0,0,111,0,0,0,118,0,0,0,101,0,0,0,109,0,0,0,98,0,0,0,101,0,0,0,114,0,0,0,0,0,0,0,68,0,0,0,101,0,0,0,99,0,0,0,101,0,0,0,109,0,0,0,98,0,0,0,101,0,0,0,114,0,0,0,0,0,0,0,74,0,0,0,97,0,0,0,110,0,0,0,0,0,0,0,70,0,0,0,101,0,0,0,98,0,0,0,0,0,0,0,77,0,0,0,97,0,0,0,114,0,0,0,0,0,0,0,65,0,0,0,112,0,0,0,114,0,0,0,0,0,0,0,74,0,0,0,117,0,0,0,110,0,0,0,0,0,0,0,74,0,0,0,117,0,0,0,108,0,0,0,0,0,0,0,65,0,0,0,117,0,0,0,103,0,0,0,0,0,0,0,83,0,0,0,101,0,0,0,112,0,0,0,0,0,0,0,79,0,0,0,99,0,0,0,116,0,0,0,0,0,0,0,78,0,0,0,111,0,0,0,118,0,0,0,0,0,0,0,68,0,0,0,101,0,0,0,99,0,0,0,0,0,0,0,65,0,0,0,77,0,0,0,0,0,0,0,80,0,0,0,77,0,65,188,166,2,11,204,4,72,129,0,0,4,1,0,0,5,1,0,0,6,1,0,0,7,1,0,0,8,1,0,0,9,1,0,0,10,1,0,0,0,0,0,0,52,130,0,0,20,1,0,0,21,1,0,0,22,1,0,0,23,1,0,0,24,1,0,0,25,1,0,0,26,1,0,0,0,0,0,0,212,147,0,0,117,0,0,0,183,1,0,0,96,0,0,0,119,0,0,0,120,0,0,0,121,0,0,0,122,0,0,0,113,0,0,0,114,0,0,0,115,0,0,0,116,0,0,0,78,83,116,51,95,95,50,49,53,95,95,116,105,109,101,95,103,101,116,95,116,101,109,112,73,99,69,69,0,0,0,0,72,150,0,0,180,147,0,0,228,123,0,0,0,0,0,0,68,148,0,0,123,0,0,0,184,1,0,0,96,0,0,0,125,0,0,0,126,0,0,0,127,0,0,0,128,0,0,0,129,0,0,0,130,0,0,0,131,0,0,0,132,0,0,0,133,0,0,0,134,0,0,0,135,0,0,0,136,0,0,0,78,83,116,51,95,95,50,49,53,95,95,116,105,109,101,95,103,101,116,95,116,101,109,112,73,119,69,69,0,0,0,0,72,150,0,0,36,148,0,0,12,124,0,0,0,0,0,0,128,148,0,0,185,1,0,0,186,1,0,0,187,1,0,0,78,83,116,51,95,95,50,49,52,95,95,115,104,97,114,101,100,95,99,111,117,110,116,69,0,0,0,0,32,150,0,0,100,148,0,0,78,83,116,51,95,95,50,49,57,95,95,115,104,97,114,101,100,95,119,101,97,107,95,99,111,117,110,116,69,0,0,0,164,150,0,0,136,148,0,0,0,0,0,0,1,0,0,0,128,148,0,0,0,0,0,0,48,48,48,49,48,50,48,51,48,52,48,53,48,54,48,55,48,56,48,57,49,48,49,49,49,50,49,51,49,52,49,53,49,54,49,55,49,56,49,57,50,48,50,49,50,50,50,51,50,52,50,53,50,54,50,55,50,56,50,57,51,48,51,49,51,50,51,51,51,52,51,53,51,54,51,55,51,56,51,57,52,48,52,49,52,50,52,51,52,52,52,53,52,54,52,55,52,56,52,57,53,48,53,49,53,50,53,51,53,52,53,53,53,54,53,55,53,56,53,57,54,48,54,49,54,50,54,51,54,52,54,53,54,54,54,55,54,56,54,57,55,48,55,49,55,50,55,51,55,52,55,53,55,54,55,55,55,56,55,57,56,48,56,49,56,50,56,51,56,52,56,53,56,54,56,55,56,56,56,57,57,48,57,49,57,50,57,51,57,52,57,53,57,54,57,55,57,56,57,57,0,65,148,171,2,11,138,4,10,0,0,0,100,0,0,0,232,3,0,0,16,39,0,0,160,134,1,0,64,66,15,0,128,150,152,0,0,225,245,5,0,202,154,59,78,49,48,95,95,99,120,120,97,98,105,118,49,49,54,95,95,115,104,105,109,95,116,121,112,101,95,105,110,102,111,69,0,0,0,0,72,150,0,0,184,149,0,0,152,151,0,0,78,49,48,95,95,99,120,120,97,98,105,118,49,49,55,95,95,99,108,97,115,115,95,116,121,112,101,95,105,110,102,111,69,0,0,0,72,150,0,0,232,149,0,0,220,149,0,0,0,0,0,0,12,150,0,0,188,1,0,0,189,1,0,0,190,1,0,0,191,1,0,0,192,1,0,0,193,1,0,0,194,1,0,0,195,1,0,0,0,0,0,0,144,150,0,0,188,1,0,0,196,1,0,0,190,1,0,0,191,1,0,0,192,1,0,0,197,1,0,0,198,1,0,0,199,1,0,0,78,49,48,95,95,99,120,120,97,98,105,118,49,50,48,95,95,115,105,95,99,108,97,115,115,95,116,121,112,101,95,105,110,102,111,69,0,0,0,0,72,150,0,0,104,150,0,0,12,150,0,0,0,0,0,0,236,150,0,0,188,1,0,0,200,1,0,0,190,1,0,0,191,1,0,0,192,1,0,0,201,1,0,0,202,1,0,0,203,1,0,0,78,49,48,95,95,99,120,120,97,98,105,118,49,50,49,95,95,118,109,105,95,99,108,97,115,115,95,116,121,112,101,95,105,110,102,111,69,0,0,0,72,150,0,0,196,150,0,0,12,150,0,0,0,0,0,0,28,151,0,0,204,1,0,0,205,1,0,0,206,1,0,0,83,116,57,101,120,99,101,112,116,105,111,110,0,0,0,0,32,150,0,0,12,151,0,0,0,0,0,0,72,151,0,0,17,0,0,0,207,1,0,0,208,1,0,0,83,116,49,49,108,111,103,105,99,95,101,114,114,111,114,0,72,150,0,0,56,151,0,0,28,151,0,0,0,0,0,0,124,151,0,0,17,0,0,0,209,1,0,0,208,1,0,0,83,116,49,50,108,101,110,103,116,104,95,101,114,114,111,114,0,0,0,0,72,150,0,0,104,151,0,0,72,151,0,0,83,116,57,116,121,112,101,95,105,110,102,111,0,0,0,0,32,150,0,0,136,151,0,65,160,175,2,11,135,1,95,29,20,50,99,95,0,0,41,0,19,0,115,24,79,2,0,95,20,20,50,99,95,0,0,0,0,0,0,3,0,99,2,0,95,29,20,50,99,95,0,0,0,0,0,0,59,24,89,2,0,95,20,20,50,99,95,0,0,0,0,0,0,59,8,99,2,0,95,50,35,78,99,75,0,0,0,0,0,0,59,28,58,28,0,96,25,25,67,99,75,0,0,0,0,0,0,83,8,99,2,0,94,67,95,60,50,50,50,50,4,6,34,33,0,0,56,24,69,46,80,73,65,78,79,32,49,32,0,0,0,1,176,27,81]); \ No newline at end of file +AudioWorkletGlobalScope.WAM.DX7.wasmBinary = new Uint8Array([0,97,115,109,1,0,0,0,1,185,3,53,96,16,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,1,126,96,1,127,1,127,96,2,127,127,0,96,2,127,127,1,127,96,1,127,0,96,3,127,127,127,1,127,96,3,127,127,127,0,96,6,127,127,127,127,127,127,1,127,96,5,127,127,127,127,127,1,127,96,4,127,127,127,127,0,96,4,127,127,127,127,1,127,96,6,127,127,127,127,127,127,0,96,5,127,127,127,127,127,0,96,8,127,127,127,127,127,127,127,127,1,127,96,7,127,127,127,127,127,127,127,1,127,96,5,127,126,126,126,126,0,96,0,0,96,7,127,127,127,127,127,127,127,0,96,0,1,127,96,1,124,1,124,96,4,127,127,127,127,1,126,96,5,127,127,127,127,126,1,127,96,4,127,126,126,127,0,96,10,127,127,127,127,127,127,127,127,127,127,1,127,96,4,127,127,127,124,0,96,5,127,127,126,127,127,0,96,2,127,126,0,96,12,127,127,127,127,127,127,127,127,127,127,127,127,1,127,96,5,127,127,127,127,124,1,127,96,6,127,127,127,127,126,126,1,127,96,11,127,127,127,127,127,127,127,127,127,127,127,1,127,96,7,127,127,127,127,127,126,126,1,127,96,10,127,127,127,127,127,127,127,127,127,127,0,96,15,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,0,96,8,127,127,127,127,127,127,127,127,0,96,0,1,124,96,3,127,127,124,0,96,3,127,127,125,0,96,2,127,124,0,96,4,126,126,126,126,1,127,96,3,126,126,126,1,127,96,1,127,1,124,96,2,127,127,1,126,96,2,126,126,1,125,96,2,126,126,1,124,96,3,127,127,126,0,96,2,124,127,1,124,96,2,126,127,1,127,96,6,127,124,127,127,127,127,1,127,96,4,127,127,127,126,1,126,96,3,127,127,127,1,125,96,3,127,127,127,1,124,96,9,127,127,127,127,127,127,127,127,127,1,127,2,241,1,9,3,101,110,118,24,95,95,99,120,97,95,97,108,108,111,99,97,116,101,95,101,120,99,101,112,116,105,111,110,0,1,3,101,110,118,11,95,95,99,120,97,95,116,104,114,111,119,0,6,3,101,110,118,21,101,109,115,99,114,105,112,116,101,110,95,109,101,109,99,112,121,95,98,105,103,0,5,3,101,110,118,18,101,109,115,99,114,105,112,116,101,110,95,103,101,116,95,110,111,119,0,35,3,101,110,118,22,101,109,115,99,114,105,112,116,101,110,95,114,101,115,105,122,101,95,104,101,97,112,0,1,3,101,110,118,5,97,98,111,114,116,0,16,22,119,97,115,105,95,115,110,97,112,115,104,111,116,95,112,114,101,118,105,101,119,49,17,101,110,118,105,114,111,110,95,115,105,122,101,115,95,103,101,116,0,3,22,119,97,115,105,95,115,110,97,112,115,104,111,116,95,112,114,101,118,105,101,119,49,11,101,110,118,105,114,111,110,95,103,101,116,0,3,3,101,110,118,10,115,116,114,102,116,105,109,101,95,108,0,8,3,231,8,229,8,16,18,10,4,2,9,6,6,36,6,1,4,24,9,12,10,10,4,2,37,9,6,6,6,24,9,12,4,6,6,2,2,4,2,1,4,2,6,6,2,1,5,3,3,16,7,4,16,4,1,1,4,4,3,1,1,2,1,4,1,5,6,5,19,19,19,1,1,19,5,1,3,1,18,5,1,1,4,3,2,4,1,1,4,1,4,1,2,5,25,26,9,5,3,6,1,1,1,1,3,5,6,1,1,4,4,5,4,1,3,1,3,1,5,1,3,2,1,3,1,4,3,1,1,3,3,1,3,1,5,1,3,3,1,1,1,1,4,4,2,2,5,1,1,1,2,9,6,2,4,1,2,10,3,6,2,1,1,2,1,1,1,3,1,3,3,25,3,16,1,4,9,1,4,1,4,1,4,1,4,3,2,2,1,1,3,3,3,1,2,2,2,3,2,2,2,1,4,2,2,26,1,22,2,22,15,15,38,39,40,41,15,2,15,22,15,15,15,9,42,43,44,10,45,5,5,3,1,3,3,1,1,3,3,46,8,6,1,6,47,12,48,2,10,5,3,3,3,4,10,1,10,1,1,1,3,3,1,3,1,3,3,3,3,3,1,10,1,49,20,20,9,8,9,5,5,8,9,5,6,5,7,4,1,2,2,14,3,3,5,2,3,3,4,1,7,1,6,23,10,9,7,20,7,10,7,10,7,20,7,12,27,50,7,51,7,9,7,9,18,5,5,3,4,7,1,14,3,7,3,6,23,7,7,7,7,7,12,27,7,7,7,9,5,1,1,2,8,1,1,3,4,3,3,8,9,8,5,17,2,5,21,8,21,28,5,10,17,1,29,8,8,1,4,8,17,7,2,5,21,8,21,28,17,29,8,13,3,1,7,7,7,11,7,11,7,12,8,13,13,3,7,7,7,11,7,11,7,12,8,13,14,11,2,3,14,3,8,1,2,2,2,1,2,1,1,2,2,2,2,1,2,2,2,2,3,2,2,1,2,14,30,2,3,3,6,6,14,2,1,2,2,1,1,3,1,2,14,30,2,3,14,1,3,3,10,1,2,1,3,31,1,32,33,2,5,7,31,32,33,7,5,2,2,5,11,11,1,1,4,2,1,4,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1,4,2,1,6,2,2,2,2,2,2,2,2,2,2,2,2,2,2,18,3,4,5,5,4,1,1,4,4,2,3,4,2,4,4,4,1,4,8,9,1,4,8,9,5,10,10,10,3,5,3,5,10,5,8,1,4,3,5,3,5,10,5,8,4,1,3,5,3,5,4,1,5,10,10,10,3,5,3,5,3,3,10,5,3,8,13,8,8,4,13,5,13,8,8,1,1,8,1,13,13,8,1,13,13,8,1,4,1,4,2,2,2,2,2,3,1,1,5,2,4,4,5,4,1,4,1,4,2,1,4,1,4,1,4,1,4,1,4,1,4,1,4,1,4,1,4,1,4,1,4,1,4,2,4,9,7,9,7,6,2,11,2,11,2,1,4,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,4,1,4,1,4,1,4,1,4,1,4,1,3,1,2,5,4,2,2,3,1,6,2,4,9,3,1,1,1,1,3,4,4,1,2,3,3,1,5,1,2,3,4,1,3,3,3,3,3,6,34,1,4,11,6,6,6,5,8,3,5,6,2,3,6,34,4,17,6,6,2,6,2,9,1,3,4,16,5,5,6,9,9,9,3,9,9,6,12,11,12,12,12,11,11,11,1,1,4,4,18,4,1,17,14,52,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,7,1,112,1,210,3,210,3,5,7,1,1,128,2,128,128,2,6,9,1,127,1,65,176,183,196,2,11,7,162,3,26,6,109,101,109,111,114,121,2,0,17,95,95,119,97,115,109,95,99,97,108,108,95,99,116,111,114,115,0,9,12,99,114,101,97,116,101,77,111,100,117,108,101,0,10,25,95,95,105,110,100,105,114,101,99,116,95,102,117,110,99,116,105,111,110,95,116,97,98,108,101,1,0,27,95,90,78,51,87,65,77,57,80,114,111,99,101,115,115,111,114,52,105,110,105,116,69,106,106,80,118,0,24,8,119,97,109,95,105,110,105,116,0,25,13,119,97,109,95,116,101,114,109,105,110,97,116,101,0,26,10,119,97,109,95,114,101,115,105,122,101,0,27,11,119,97,109,95,111,110,112,97,114,97,109,0,28,10,119,97,109,95,111,110,109,105,100,105,0,29,11,119,97,109,95,111,110,115,121,115,101,120,0,30,13,119,97,109,95,111,110,112,114,111,99,101,115,115,0,31,11,119,97,109,95,111,110,112,97,116,99,104,0,32,14,119,97,109,95,111,110,109,101,115,115,97,103,101,78,0,33,14,119,97,109,95,111,110,109,101,115,115,97,103,101,83,0,34,14,119,97,109,95,111,110,109,101,115,115,97,103,101,65,0,35,16,95,95,101,114,114,110,111,95,108,111,99,97,116,105,111,110,0,82,6,109,97,108,108,111,99,0,85,4,102,114,101,101,0,86,9,115,116,97,99,107,83,97,118,101,0,167,6,12,115,116,97,99,107,82,101,115,116,111,114,101,0,168,6,10,115,116,97,99,107,65,108,108,111,99,0,169,6,14,100,121,110,67,97,108,108,95,118,105,105,106,105,105,0,170,6,14,100,121,110,67,97,108,108,95,105,105,105,105,105,106,0,171,6,15,100,121,110,67,97,108,108,95,105,105,105,105,105,106,106,0,172,6,16,100,121,110,67,97,108,108,95,105,105,105,105,105,105,106,106,0,173,6,9,169,7,1,0,65,1,11,209,3,174,6,175,6,176,6,177,6,178,6,179,6,180,6,181,6,182,6,183,6,184,6,185,6,186,6,177,6,178,6,187,6,188,6,189,6,190,6,191,6,192,6,193,6,194,6,195,6,178,6,177,6,178,6,196,6,197,6,198,6,199,6,200,6,201,6,202,6,203,6,204,6,205,6,206,6,207,6,207,6,208,6,209,6,210,6,211,6,212,6,211,6,213,6,214,6,215,6,216,6,217,6,218,6,219,6,220,6,221,6,222,6,223,6,224,6,225,6,226,6,227,6,228,6,229,6,230,6,231,6,232,6,233,6,234,6,235,6,236,6,237,6,238,6,239,6,240,6,241,6,242,6,243,6,244,6,245,6,246,6,247,6,248,6,249,6,250,6,251,6,252,6,253,6,254,6,255,6,128,7,129,7,130,7,131,7,132,7,133,7,134,7,135,7,136,7,137,7,138,7,139,7,140,7,141,7,142,7,143,7,144,7,145,7,146,7,147,7,148,7,149,7,150,7,151,7,152,7,153,7,154,7,155,7,156,7,157,7,158,7,159,7,160,7,161,7,162,7,163,7,164,7,165,7,166,7,167,7,168,7,169,7,170,7,171,7,172,7,173,7,174,7,175,7,176,7,177,7,178,7,179,7,180,7,207,6,181,7,182,7,183,7,184,7,185,7,186,7,187,7,188,7,189,7,190,7,191,7,192,7,193,7,194,7,195,7,196,7,197,7,198,7,177,6,178,6,178,6,199,7,200,7,201,7,202,7,203,7,204,7,205,7,206,7,151,7,207,7,208,7,209,7,178,6,210,7,210,7,211,7,197,6,197,6,212,7,197,6,178,6,213,7,214,7,211,7,207,6,207,6,215,7,216,7,178,6,217,7,218,7,211,7,207,6,207,6,219,7,216,7,177,6,178,6,220,7,221,7,177,6,178,6,222,7,223,7,178,6,224,7,225,7,226,7,227,7,228,7,228,7,229,7,230,7,231,7,232,7,233,7,178,6,234,7,235,7,236,7,237,7,238,7,238,7,239,7,240,7,241,7,242,7,243,7,178,6,244,7,245,7,246,7,247,7,248,7,249,7,250,7,251,7,178,6,252,7,253,7,254,7,255,7,128,8,129,8,130,8,131,8,177,6,178,6,132,8,133,8,134,8,135,8,136,8,137,8,138,8,139,8,140,8,141,8,142,8,143,8,144,8,145,8,177,6,178,6,132,8,146,8,147,8,148,8,149,8,150,8,151,8,152,8,153,8,154,8,155,8,156,8,157,8,158,8,159,8,160,8,161,8,162,8,163,8,164,8,165,8,166,8,167,8,168,8,169,8,170,8,171,8,172,8,173,8,174,8,175,8,159,8,160,8,176,8,162,8,163,8,164,8,165,8,166,8,167,8,168,8,169,8,170,8,171,8,172,8,173,8,174,8,175,8,177,8,178,8,179,8,177,8,178,8,180,8,181,8,181,8,178,6,182,8,182,8,183,8,183,8,183,8,184,8,207,6,185,8,185,8,178,6,182,8,182,8,183,8,183,8,183,8,184,8,207,6,185,8,185,8,178,6,186,8,186,8,183,8,183,8,183,8,187,8,207,6,185,8,185,8,178,6,186,8,186,8,183,8,183,8,183,8,187,8,207,6,185,8,185,8,188,8,189,8,185,7,186,7,187,7,190,8,191,8,192,8,193,8,194,8,195,8,196,8,197,8,185,7,186,7,187,7,190,8,191,8,192,8,193,8,194,8,195,8,198,8,199,8,192,7,193,7,194,7,200,8,201,8,202,8,203,8,195,8,204,8,205,8,206,8,192,7,193,7,194,7,200,8,201,8,202,8,203,8,195,8,204,8,178,6,207,8,208,8,178,6,209,8,210,8,178,6,211,8,212,8,178,6,213,8,214,8,178,6,215,8,216,8,203,6,178,6,215,8,217,8,203,6,178,6,178,6,177,6,178,6,218,8,219,8,177,6,178,6,177,6,178,6,220,8,221,8,177,6,222,8,223,8,177,6,178,6,243,6,243,6,224,8,225,8,226,8,227,8,178,6,228,8,229,8,230,8,178,6,231,8,232,8,233,8,177,6,178,6,234,8,235,8,236,8,237,8,10,230,229,9,229,8,140,1,1,2,127,35,0,65,16,107,34,0,36,0,2,64,32,0,65,12,106,32,0,65,8,106,16,6,13,0,65,132,167,4,32,0,40,2,12,65,2,116,65,4,106,16,85,34,1,54,2,0,32,1,69,13,0,32,0,40,2,8,16,85,34,1,4,64,65,132,167,4,40,2,0,32,0,40,2,12,65,2,116,106,65,0,54,2,0,65,132,167,4,40,2,0,32,1,16,7,69,13,1,11,65,132,167,4,65,0,54,2,0,11,32,0,65,16,106,36,0,65,244,162,4,65,132,162,4,54,2,0,65,172,162,4,65,42,54,2,0,11,50,1,2,127,65,168,192,0,16,238,5,65,0,65,168,192,0,16,71,34,0,65,136,8,54,2,0,32,0,65,20,106,34,1,65,0,54,2,128,64,32,1,65,0,54,2,132,64,32,0,11,163,15,3,7,127,3,124,3,126,65,0,33,3,68,0,0,0,0,0,0,176,66,32,2,184,34,13,163,33,11,3,64,32,3,65,2,116,34,2,65,192,176,2,106,2,127,32,11,68,0,0,0,0,0,0,224,63,160,156,34,12,153,68,0,0,0,0,0,0,224,65,99,4,64,32,12,170,12,1,11,65,128,128,128,128,120,11,54,2,0,32,3,65,1,114,34,6,65,129,8,71,4,64,32,6,65,2,116,65,192,176,2,106,2,127,32,11,68,207,232,226,5,198,2,240,63,162,34,11,68,0,0,0,0,0,0,224,63,160,156,34,12,153,68,0,0,0,0,0,0,224,65,99,4,64,32,12,170,12,1,11,65,128,128,128,128,120,11,54,2,0,32,2,65,8,114,65,192,176,2,106,2,127,32,11,68,207,232,226,5,198,2,240,63,162,34,11,68,0,0,0,0,0,0,224,63,160,156,34,12,153,68,0,0,0,0,0,0,224,65,99,4,64,32,12,170,12,1,11,65,128,128,128,128,120,11,54,2,0,32,2,65,12,114,65,192,176,2,106,2,127,32,11,68,207,232,226,5,198,2,240,63,162,34,11,68,0,0,0,0,0,0,224,63,160,156,34,12,153,68,0,0,0,0,0,0,224,65,99,4,64,32,12,170,12,1,11,65,128,128,128,128,120,11,54,2,0,32,3,65,4,106,33,3,32,11,68,207,232,226,5,198,2,240,63,162,33,11,12,1,11,11,65,0,33,3,68,0,0,0,0,0,0,208,65,33,11,3,64,32,3,65,3,116,34,2,65,212,144,3,106,2,127,32,11,68,0,0,0,0,0,0,224,63,160,156,34,12,153,68,0,0,0,0,0,0,224,65,99,4,64,32,12,170,12,1,11,65,128,128,128,128,120,11,54,2,0,32,2,65,12,114,65,208,144,3,106,2,127,32,11,68,207,232,226,5,198,2,240,63,162,34,11,68,0,0,0,0,0,0,224,63,160,156,34,12,153,68,0,0,0,0,0,0,224,65,99,4,64,32,12,170,12,1,11,65,128,128,128,128,120,11,54,2,0,32,11,68,207,232,226,5,198,2,240,63,162,33,11,32,3,65,2,106,34,3,65,128,8,71,13,0,11,65,0,33,3,3,64,32,3,65,3,116,34,2,65,208,144,3,106,34,6,32,2,65,12,114,65,208,144,3,106,40,2,0,32,6,40,2,4,107,54,2,0,32,3,65,1,114,34,2,65,255,7,71,4,64,32,2,65,3,116,65,208,144,3,106,34,2,32,2,40,2,12,32,2,40,2,4,107,54,2,0,32,3,65,2,106,33,3,12,1,11,11,65,200,208,3,65,128,128,128,128,120,65,204,208,3,40,2,0,107,54,2,0,65,0,33,2,65,0,33,3,65,0,33,6,66,128,128,128,128,4,33,14,3,64,32,2,65,3,116,65,208,208,2,106,34,4,65,132,32,106,65,0,32,3,65,32,106,65,6,117,34,5,107,54,2,0,32,4,32,5,54,2,4,32,3,172,34,15,66,188,240,237,124,126,32,14,66,32,134,66,32,135,34,16,66,139,226,254,255,3,126,124,66,128,128,128,128,2,124,66,30,135,33,14,32,15,66,139,226,254,255,3,126,32,16,66,196,143,146,3,126,124,66,128,128,128,128,2,124,66,30,136,167,33,3,32,2,65,1,106,34,2,65,128,4,71,13,0,11,3,64,32,6,65,3,116,34,2,65,208,208,2,106,34,3,32,2,65,12,114,65,208,208,2,106,40,2,0,32,3,40,2,4,107,54,2,0,32,6,65,1,114,34,2,65,255,7,71,4,64,32,2,65,3,116,65,208,208,2,106,34,2,32,2,40,2,12,32,2,40,2,4,107,54,2,0,32,6,65,2,106,33,6,12,1,11,11,65,200,144,3,65,0,65,204,144,3,40,2,0,107,54,2,0,65,176,176,2,2,127,68,0,0,0,128,1,6,216,65,32,13,163,68,0,0,0,0,0,0,224,63,160,34,11,153,68,0,0,0,0,0,0,224,65,99,4,64,32,11,170,12,1,11,65,128,128,128,128,120,11,54,2,0,65,208,208,3,2,127,68,0,0,0,0,0,0,208,65,32,13,68,205,204,204,204,204,76,53,64,162,163,68,0,0,0,0,0,0,224,63,160,34,13,153,68,0,0,0,0,0,0,224,65,99,4,64,32,13,170,12,1,11,65,128,128,128,128,120,11,54,2,0,32,0,32,1,54,2,164,64,32,0,65,127,32,1,32,1,106,34,2,32,1,32,2,75,27,16,238,5,54,2,160,64,65,240,232,0,16,238,5,33,1,35,0,65,16,107,34,3,36,0,32,1,65,192,231,0,106,66,24,55,2,0,32,1,65,188,231,0,106,65,129,2,59,1,0,32,1,65,199,231,0,106,65,0,54,0,0,32,1,65,204,231,0,106,65,0,54,2,0,32,1,65,207,231,0,106,65,0,54,0,0,32,1,65,212,231,0,106,65,0,54,2,0,32,1,65,215,231,0,106,65,0,54,0,0,32,1,65,220,231,0,106,65,0,54,2,0,32,1,65,223,231,0,106,65,0,54,0,0,32,1,65,164,231,0,106,65,0,54,2,0,32,1,65,156,231,0,106,66,0,55,2,0,32,1,65,148,231,0,106,65,206,14,40,0,0,54,0,0,32,1,65,151,231,0,106,65,209,14,40,0,0,54,0,0,32,1,32,0,65,20,106,54,2,0,65,0,33,2,3,64,65,208,9,16,238,5,33,6,32,3,65,8,106,33,4,65,0,33,7,65,144,4,16,238,5,34,9,66,0,55,2,4,32,9,65,160,36,54,2,12,32,9,65,180,35,54,2,0,32,9,65,12,106,33,5,3,64,32,5,65,4,106,34,10,32,7,65,2,116,106,32,7,65,213,170,213,0,108,65,177,142,160,24,106,54,2,0,32,10,32,7,65,1,114,34,8,65,2,116,106,32,8,65,213,170,213,0,108,65,177,142,160,24,106,54,2,0,32,10,32,7,65,2,114,34,8,65,2,116,106,32,8,65,213,170,213,0,108,65,177,142,160,24,106,54,2,0,32,10,32,7,65,3,114,34,8,65,2,116,106,32,8,65,213,170,213,0,108,65,177,142,160,24,106,54,2,0,32,7,65,4,106,34,7,65,128,1,71,13,0,11,32,4,32,9,54,2,4,32,4,32,5,54,2,0,32,3,32,3,41,3,8,55,3,0,32,6,34,4,32,3,40,2,0,54,2,0,32,4,32,3,40,2,4,34,5,54,2,4,32,5,4,64,32,5,32,5,40,2,4,65,1,106,54,2,4,11,32,4,65,0,54,2,16,32,4,66,128,192,0,55,2,8,32,4,65,0,54,2,220,7,32,4,65,224,23,54,2,20,32,4,65,0,54,2,236,7,32,4,65,0,54,2,212,7,32,4,65,0,54,2,252,7,32,4,65,0,54,2,228,7,32,4,65,140,8,106,65,0,54,2,0,32,4,65,0,54,2,244,7,32,4,65,156,8,106,65,0,54,2,0,32,4,65,132,8,106,65,0,54,2,0,32,4,65,172,8,106,65,0,54,2,0,32,4,65,148,8,106,65,0,54,2,0,32,4,65,164,8,106,65,0,54,2,0,2,64,32,5,69,13,0,32,5,32,5,40,2,4,34,4,65,1,107,54,2,4,32,4,13,0,32,5,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,5,40,2,0,40,2,8,17,0,0,26,2,64,32,5,65,8,106,34,4,40,2,0,4,64,32,4,16,166,4,65,127,71,13,1,11,32,5,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,5,40,2,0,40,2,16,17,0,0,26,11,11,32,1,32,2,65,12,108,106,34,4,65,0,58,0,10,32,4,65,0,59,1,8,32,4,32,6,54,2,12,32,2,65,1,106,34,2,65,16,71,13,0,11,32,1,65,0,54,2,200,65,32,1,65,204,193,0,106,65,160,175,2,65,128,1,16,69,33,2,32,1,65,0,54,2,204,97,32,2,32,1,65,208,225,0,106,16,39,32,1,65,236,226,0,106,32,1,65,217,226,0,106,16,40,32,1,65,168,231,0,106,66,0,55,2,0,32,1,65,132,231,0,106,65,128,192,0,54,2,0,32,1,65,0,54,2,196,1,32,1,65,176,231,0,106,66,0,55,2,0,32,1,65,132,227,0,106,16,36,32,1,65,0,54,2,236,104,32,1,65,0,58,0,232,103,32,3,65,16,106,36,0,32,0,32,1,54,2,156,64,65,0,11,34,1,1,127,32,0,40,2,156,64,34,1,4,64,32,1,16,86,11,32,0,40,2,160,64,34,0,4,64,32,0,16,86,11,11,51,1,1,127,32,0,40,2,160,64,34,2,4,64,32,2,16,86,11,32,0,32,1,54,2,164,64,32,0,65,127,32,1,32,1,106,34,2,32,1,32,2,75,27,16,238,5,54,2,160,64,11,55,1,1,127,35,0,65,16,107,34,4,36,0,32,4,32,3,58,0,15,32,4,32,2,58,0,14,32,4,32,1,58,0,13,32,0,65,20,106,32,4,65,13,106,65,3,16,38,32,4,65,16,106,36,0,11,23,0,32,2,65,136,32,70,4,64,32,0,65,20,106,32,1,65,136,32,16,38,11,11,105,0,32,0,40,2,156,64,33,0,2,64,2,64,2,64,2,64,32,2,65,128,1,107,14,18,0,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,1,3,11,32,1,32,0,65,208,225,0,106,16,39,12,1,11,32,0,65,208,225,0,106,32,1,65,145,1,16,69,26,32,0,65,235,226,0,106,65,63,58,0,0,11,32,0,65,236,226,0,106,32,0,65,217,226,0,106,16,40,11,11,48,0,32,0,40,2,156,64,33,0,32,2,153,68,0,0,0,0,0,0,224,65,99,4,64,32,0,32,1,32,2,170,16,37,15,11,32,0,32,1,65,128,128,128,128,120,16,37,11,166,50,4,29,127,3,126,1,124,2,125,32,0,40,2,156,64,33,17,32,0,40,2,164,64,33,2,32,0,40,2,160,64,33,22,35,0,65,144,2,107,34,24,36,0,32,17,40,2,0,34,7,40,2,132,64,32,7,40,2,128,64,107,65,255,63,113,34,4,65,128,192,0,32,17,40,2,200,65,34,3,107,34,11,32,4,32,11,73,27,34,4,65,0,74,4,64,32,3,32,17,106,65,200,1,106,32,17,40,2,0,34,7,40,2,128,64,34,5,32,7,106,32,4,65,128,192,0,32,5,107,34,8,32,4,32,8,72,27,34,11,16,69,33,3,32,4,32,8,74,4,64,32,3,32,11,106,32,7,32,4,32,11,107,16,69,26,11,32,7,32,4,32,5,106,65,255,63,113,54,2,128,64,32,17,32,17,40,2,200,65,32,4,106,34,3,54,2,200,65,11,65,0,33,4,2,64,32,3,69,13,0,3,64,32,4,2,127,32,3,32,4,107,33,7,65,0,33,3,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,32,17,34,5,32,4,106,65,200,1,106,34,12,45,0,0,34,4,65,4,118,65,8,115,14,6,1,0,3,6,4,5,3,11,32,12,45,0,2,13,1,11,32,7,65,3,72,33,4,65,0,33,7,32,4,13,5,3,64,2,64,32,5,32,7,65,12,108,106,34,4,40,2,4,32,12,45,0,1,71,13,0,32,4,65,8,106,34,10,45,0,0,69,13,0,2,64,32,5,45,0,232,103,4,64,32,4,65,1,58,0,9,12,1,11,32,4,40,2,12,16,41,11,32,10,65,0,58,0,0,11,32,7,65,1,106,34,7,65,16,71,13,0,11,65,3,12,6,11,32,7,65,3,72,33,4,65,0,33,7,32,4,13,4,32,5,40,2,196,1,33,4,3,64,32,4,65,1,106,65,16,111,33,7,2,64,2,64,32,5,32,4,65,12,108,106,65,8,106,34,10,45,0,0,69,4,64,32,4,33,3,12,1,11,32,7,65,1,106,65,16,111,33,4,32,5,32,7,65,12,108,106,65,8,106,34,10,45,0,0,13,1,32,7,33,3,32,4,33,7,11,32,5,32,7,54,2,196,1,65,3,33,7,32,3,65,0,72,13,6,32,5,65,236,226,0,106,34,7,45,0,10,4,64,32,7,65,255,255,255,255,7,54,2,0,11,32,7,65,0,54,2,12,32,5,32,3,65,12,108,106,34,7,32,12,45,0,1,54,2,4,32,10,65,1,58,0,0,32,5,45,0,232,103,33,4,32,7,65,1,58,0,10,32,7,32,4,58,0,9,32,7,40,2,12,33,19,32,12,45,0,1,33,10,32,12,45,0,2,33,8,35,0,65,32,107,34,13,36,0,32,19,32,10,32,5,65,208,225,0,106,34,6,45,0,144,1,106,65,24,107,58,0,188,9,32,8,65,255,0,32,8,65,255,0,72,27,34,8,65,0,32,8,65,0,74,27,65,1,118,65,208,22,106,45,0,0,65,239,1,107,33,5,65,0,33,10,3,64,32,13,32,6,32,10,65,21,108,106,34,8,45,0,0,54,2,16,32,13,32,8,45,0,4,54,2,0,32,13,32,8,45,0,1,54,2,20,32,13,32,8,45,0,5,54,2,4,32,13,32,8,45,0,2,54,2,24,32,13,32,8,45,0,6,54,2,8,32,13,32,8,45,0,3,54,2,28,32,13,32,8,45,0,7,54,2,12,2,127,32,8,45,0,16,34,3,65,28,106,32,3,65,20,79,13,0,26,32,3,65,2,116,65,240,31,106,40,2,0,11,33,3,2,64,2,64,32,19,45,0,188,9,34,7,32,8,45,0,8,107,34,11,65,17,78,4,64,32,8,45,0,10,33,4,32,11,65,16,107,65,255,1,113,65,3,110,33,11,65,12,33,14,32,8,45,0,12,34,12,14,4,2,1,1,2,1,11,32,8,45,0,9,33,4,65,18,32,11,107,65,255,255,3,113,65,3,110,33,11,65,12,33,14,32,8,45,0,11,34,12,14,4,1,0,0,1,0,11,32,11,65,32,32,11,65,32,73,27,65,144,23,106,45,0,0,33,11,65,15,33,14,11,32,8,45,0,15,32,5,108,65,1,116,65,14,106,65,112,113,65,0,32,4,32,11,108,65,201,2,108,32,14,118,34,11,107,32,11,32,12,65,2,73,27,32,3,106,34,11,65,255,0,32,11,65,255,0,72,27,65,5,116,106,34,11,65,0,32,11,65,0,74,27,33,9,32,8,45,0,13,32,7,65,3,110,34,11,65,7,32,11,65,7,75,27,65,7,107,34,11,65,31,32,11,65,31,73,27,108,65,3,118,33,15,32,19,32,10,65,196,0,108,106,65,184,4,106,34,7,32,13,65,16,106,34,3,40,2,0,54,2,0,32,7,32,13,40,2,0,54,2,16,32,7,32,3,40,2,4,54,2,4,32,7,32,13,40,2,4,54,2,20,32,7,32,3,40,2,8,54,2,8,32,7,32,13,40,2,8,54,2,24,32,7,32,3,40,2,12,54,2,12,32,13,40,2,12,33,3,32,7,65,1,58,0,64,32,7,65,0,54,2,40,32,7,32,15,54,2,36,32,7,32,9,54,2,32,32,7,32,3,54,2,28,32,7,65,0,16,42,32,8,45,0,20,33,11,32,8,45,0,19,33,3,32,8,45,0,18,33,14,2,127,32,8,45,0,17,34,7,69,4,64,2,127,32,19,40,2,0,34,4,173,32,19,45,0,188,9,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,4,40,2,0,40,2,8,17,0,0,167,34,4,178,67,0,0,128,51,148,187,68,242,210,77,98,16,88,217,191,162,16,73,68,215,18,242,65,207,102,149,63,162,68,0,0,0,0,0,0,28,64,163,32,4,183,34,35,162,32,11,65,7,107,183,162,32,35,160,34,35,153,68,0,0,0,0,0,0,224,65,99,4,64,32,35,170,12,1,11,65,128,128,128,128,120,11,32,14,65,31,113,65,2,116,65,208,21,106,40,2,0,106,34,14,32,3,69,13,1,26,32,3,184,68,123,20,174,71,225,122,132,63,162,68,0,0,0,0,0,0,240,63,160,16,77,68,6,131,43,101,71,21,119,65,162,68,0,0,0,0,0,0,224,63,160,156,34,35,153,68,0,0,0,0,0,0,224,65,99,4,64,32,14,32,35,170,106,12,2,11,32,14,65,128,128,128,128,120,107,12,1,11,32,14,65,3,113,65,228,0,108,32,3,106,65,248,144,144,2,108,65,3,118,32,11,65,145,233,0,108,65,247,223,5,107,65,0,32,11,65,7,75,27,106,11,33,14,32,19,32,10,65,2,116,106,34,11,65,232,8,106,32,14,54,2,0,32,11,65,164,9,106,32,7,54,2,0,32,11,65,140,9,106,32,8,45,0,14,65,3,113,65,2,116,65,192,23,106,40,2,0,54,2,0,32,10,65,1,106,34,10,65,6,71,13,0,11,32,13,32,6,45,0,126,54,2,16,32,13,32,6,45,0,130,1,54,2,0,32,13,32,6,45,0,127,54,2,20,32,13,32,6,45,0,131,1,54,2,4,32,13,32,6,45,0,128,1,54,2,24,32,13,32,6,45,0,132,1,54,2,8,32,13,32,6,45,0,129,1,54,2,28,32,13,32,6,45,0,133,1,54,2,12,32,19,65,176,8,106,34,7,32,13,65,16,106,34,9,40,2,0,34,15,54,2,0,32,7,32,13,40,2,0,34,3,54,2,16,32,7,32,9,40,2,4,54,2,4,32,7,32,13,40,2,4,54,2,20,32,7,32,9,40,2,8,54,2,8,32,7,32,13,40,2,8,54,2,24,32,7,32,9,40,2,12,54,2,12,32,7,32,13,40,2,12,54,2,28,32,13,40,2,12,33,5,32,7,65,1,58,0,52,32,7,65,0,54,2,44,32,7,32,3,65,128,31,106,44,0,0,65,19,116,34,9,54,2,36,32,7,32,5,65,128,31,106,44,0,0,65,19,116,34,5,54,2,32,32,7,32,5,32,9,72,58,0,40,32,7,65,208,208,3,40,2,0,32,15,65,144,30,106,45,0,0,108,54,2,48,32,19,32,6,45,0,134,1,54,2,196,9,32,19,65,8,32,6,45,0,135,1,34,8,107,65,16,32,8,27,54,2,136,9,32,19,32,6,45,0,139,1,65,165,1,108,65,6,118,54,2,200,9,32,19,32,6,45,0,143,1,65,7,113,65,208,23,106,45,0,0,54,2,204,9,32,6,45,0,140,1,33,8,32,19,65,0,54,2,16,32,19,66,128,192,0,55,2,8,32,19,32,8,65,165,1,108,65,6,118,54,2,192,9,32,13,65,32,106,36,0,65,3,12,7,11,65,3,33,7,32,3,65,2,106,34,3,65,16,71,13,0,11,12,4,11,32,4,65,224,1,70,4,64,32,5,65,132,231,0,106,32,12,45,0,1,32,12,45,0,2,65,7,116,114,54,2,0,65,3,12,5,11,32,7,65,6,72,13,3,32,4,65,240,1,71,13,3,32,12,45,0,1,65,195,0,71,13,3,32,12,45,0,2,13,3,32,12,45,0,3,65,9,71,13,3,32,12,45,0,4,65,32,71,13,3,32,12,45,0,5,13,3,32,7,65,136,32,73,33,4,65,0,33,7,32,4,13,3,32,5,65,204,193,0,106,32,12,65,6,106,65,128,32,16,69,26,32,5,32,5,40,2,204,97,34,12,54,2,204,97,32,5,32,12,65,7,116,106,65,204,193,0,106,32,5,65,208,225,0,106,16,39,32,5,65,236,226,0,106,32,5,65,217,226,0,106,16,40,65,136,32,33,7,12,3,11,32,7,65,2,72,33,4,65,0,33,7,32,4,13,2,32,5,32,12,45,0,1,34,7,65,31,32,7,65,31,73,27,34,7,54,2,204,97,32,5,32,7,65,7,116,106,65,204,193,0,106,32,5,65,208,225,0,106,16,39,32,5,65,236,226,0,106,32,5,65,217,226,0,106,16,40,65,2,12,3,11,32,5,65,168,231,0,106,32,12,45,0,1,54,2,0,32,5,65,132,227,0,106,16,36,65,0,12,2,11,32,7,65,3,72,33,4,65,0,33,7,32,4,13,0,32,12,45,0,2,33,4,2,64,2,64,2,64,2,64,2,64,32,12,45,0,1,34,7,65,1,107,14,3,1,2,3,0,11,32,7,65,192,0,70,13,3,65,3,12,5,11,32,5,65,180,231,0,106,32,4,54,2,0,32,5,65,132,227,0,106,16,36,65,3,12,4,11,32,5,65,172,231,0,106,32,4,54,2,0,32,5,65,132,227,0,106,16,36,65,3,12,3,11,32,5,65,176,231,0,106,32,4,54,2,0,32,5,65,132,227,0,106,16,36,65,3,12,2,11,65,0,33,7,32,5,32,4,65,0,71,58,0,232,103,65,3,32,4,13,1,26,3,64,2,64,32,5,32,7,65,12,108,106,34,4,65,9,106,34,12,45,0,0,69,13,0,32,4,45,0,8,13,0,32,4,40,2,12,16,41,32,12,65,0,58,0,0,11,32,7,65,1,106,34,7,65,16,71,13,0,11,65,3,12,1,11,32,7,11,34,11,106,33,4,32,17,40,2,200,65,33,3,32,11,69,13,1,32,3,32,4,75,13,0,11,11,32,17,32,3,32,4,75,4,127,32,17,65,200,1,106,34,11,32,4,32,11,106,32,3,32,4,107,16,70,32,17,40,2,200,65,5,32,3,11,32,4,107,54,2,200,65,32,17,40,2,236,104,33,12,2,64,32,2,65,0,76,13,0,65,0,33,4,32,12,65,0,32,12,65,0,74,27,33,18,3,64,32,4,32,18,70,13,1,32,22,32,4,65,1,116,34,3,106,32,3,32,17,106,65,234,231,0,106,47,1,0,59,1,0,32,4,65,1,106,34,4,32,2,71,13,0,11,32,2,33,18,11,2,64,2,64,2,64,32,2,32,12,78,4,64,32,2,32,18,76,13,2,32,17,65,132,227,0,106,33,13,32,17,65,236,226,0,106,33,7,32,24,65,15,106,65,112,113,33,28,12,1,11,32,12,32,2,107,34,13,65,0,76,13,2,32,13,65,3,113,33,22,65,0,33,11,65,0,33,4,32,12,32,2,65,127,115,106,65,3,79,4,64,32,13,65,124,113,33,19,32,17,65,234,231,0,106,33,3,65,0,33,12,3,64,32,3,32,4,65,1,116,106,32,3,32,2,32,4,106,65,1,116,106,47,1,0,59,1,0,32,3,32,4,65,1,114,34,18,65,1,116,106,32,3,32,2,32,18,106,65,1,116,106,47,1,0,59,1,0,32,3,32,4,65,2,114,34,18,65,1,116,106,32,3,32,2,32,18,106,65,1,116,106,47,1,0,59,1,0,32,3,32,4,65,3,114,34,18,65,1,116,106,32,3,32,2,32,18,106,65,1,116,106,47,1,0,59,1,0,32,4,65,4,106,33,4,32,12,65,4,106,34,12,32,19,71,13,0,11,11,32,22,69,13,2,32,17,65,234,231,0,106,33,3,3,64,32,3,32,4,65,1,116,106,32,3,32,2,32,4,106,65,1,116,106,47,1,0,59,1,0,32,4,65,1,106,33,4,32,11,65,1,106,34,11,32,22,71,13,0,11,12,2,11,3,64,65,0,33,4,32,28,65,0,65,128,2,16,71,33,12,2,127,32,7,34,3,32,3,40,2,4,34,11,32,3,40,2,0,106,34,5,54,2,0,65,128,128,128,4,33,8,2,64,2,64,2,64,2,64,2,64,2,64,2,64,32,3,45,0,8,14,6,0,1,2,3,4,5,6,11,32,5,65,31,117,32,5,65,7,118,115,65,255,255,255,7,113,12,6,11,32,5,65,8,118,65,255,255,255,3,115,12,5,11,32,5,65,8,118,65,128,128,128,4,115,12,4,11,32,5,65,127,115,65,7,118,65,128,128,128,8,113,12,3,11,32,5,65,19,118,34,3,65,4,114,65,252,63,113,65,208,208,2,106,40,2,0,32,3,65,248,63,113,65,208,208,2,106,52,2,0,32,5,65,8,118,65,255,255,0,113,173,126,66,14,136,167,106,65,1,117,65,128,128,128,4,106,12,2,11,32,3,45,0,9,33,8,32,5,32,11,73,4,64,32,3,32,8,65,179,127,108,65,17,106,34,8,58,0,9,11,32,8,65,128,1,115,65,255,1,113,65,16,116,65,128,128,4,106,33,8,11,32,8,11,33,11,2,127,65,128,128,128,8,32,7,65,16,65,20,32,7,40,2,12,34,3,65,0,78,27,106,53,2,0,32,3,173,124,34,32,66,255,255,255,255,15,86,13,0,26,32,7,32,32,167,34,3,54,2,12,65,0,32,32,66,128,128,128,128,8,84,13,0,26,32,3,65,7,118,65,255,255,255,7,113,11,33,19,3,64,32,17,32,4,65,12,108,106,34,3,45,0,10,4,64,32,3,40,2,12,34,10,40,2,204,9,32,11,34,3,65,128,128,128,4,107,108,34,9,172,34,32,32,19,34,8,32,10,40,2,200,9,108,173,126,66,39,135,167,34,6,32,6,65,31,117,34,6,106,32,6,115,34,6,32,13,34,5,52,2,156,4,32,32,126,66,14,136,167,34,16,32,16,65,31,117,34,16,106,32,16,115,34,16,32,6,32,16,75,27,33,16,2,64,32,10,65,176,8,106,34,6,40,2,44,34,21,65,3,78,4,64,32,21,65,3,71,13,1,32,6,45,0,52,13,1,11,32,6,40,2,32,33,14,32,6,40,2,48,33,15,32,6,2,127,32,6,45,0,40,4,64,32,6,32,14,32,15,106,34,14,54,2,32,32,14,32,6,40,2,36,34,15,72,13,2,32,6,32,15,54,2,32,32,6,32,21,65,1,106,34,14,54,2,44,32,21,65,2,74,13,2,32,6,32,6,32,14,65,2,116,106,40,2,16,65,128,31,106,44,0,0,65,19,116,34,21,54,2,36,32,15,32,21,72,12,1,11,32,6,32,14,32,15,107,34,14,54,2,32,32,14,32,6,40,2,36,34,15,74,13,1,32,6,32,15,54,2,32,32,6,32,21,65,1,106,34,14,54,2,44,32,21,65,2,74,13,1,32,6,32,6,32,14,65,2,116,106,40,2,16,65,128,31,106,44,0,0,65,19,116,34,21,54,2,36,32,15,32,21,72,11,58,0,40,32,6,65,208,208,3,40,2,0,32,6,32,14,65,2,116,106,40,2,0,65,144,30,106,45,0,0,108,54,2,48,11,32,6,40,2,32,33,15,2,127,65,0,32,5,40,2,128,4,34,21,65,128,64,106,34,14,69,13,0,26,32,5,40,2,136,4,34,6,69,4,64,32,14,65,11,116,178,33,36,32,21,65,128,192,0,78,4,64,32,36,32,5,40,2,132,4,178,148,187,68,0,0,0,0,0,0,40,64,163,34,35,153,68,0,0,0,0,0,0,224,65,99,4,64,32,35,170,12,3,11,65,128,128,128,128,120,12,2,11,32,36,32,5,40,2,140,4,178,148,187,68,0,0,0,0,0,0,40,64,163,34,35,153,68,0,0,0,0,0,0,224,65,99,4,64,32,35,170,12,2,11,65,128,128,128,128,120,12,1,11,65,255,63,65,12,32,6,109,34,6,65,16,116,65,16,117,109,65,16,116,65,16,117,32,6,32,14,108,65,255,63,109,108,65,11,116,11,33,6,65,0,32,16,107,33,14,32,9,65,0,78,33,9,32,5,45,0,185,4,4,64,2,127,32,5,40,2,188,4,178,32,10,40,2,8,65,11,116,65,128,128,128,8,107,178,148,187,68,0,0,0,0,0,0,40,64,163,34,35,153,68,0,0,0,0,0,0,224,65,99,4,64,32,35,170,12,1,11,65,128,128,128,128,120,11,32,6,106,33,6,11,32,16,32,14,32,9,27,33,16,2,64,32,10,40,2,0,34,9,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,9,40,2,0,40,2,12,17,0,0,167,13,0,32,6,69,13,0,32,10,40,2,0,34,9,173,2,127,32,6,65,11,117,183,68,0,0,0,0,0,0,40,64,162,68,0,0,0,0,0,0,32,63,162,182,34,36,142,34,37,139,67,0,0,0,79,93,4,64,32,37,168,12,1,11,65,128,128,128,128,120,11,34,6,32,10,45,0,188,9,106,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,9,40,2,0,40,2,8,17,0,0,167,183,68,0,0,0,0,0,0,240,63,32,36,32,6,178,147,34,36,187,161,162,32,36,32,10,40,2,0,34,9,173,32,6,32,10,45,0,188,9,106,65,1,106,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,9,40,2,0,40,2,8,17,0,0,167,178,148,187,160,182,32,10,40,2,0,34,6,173,32,10,45,0,188,9,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,6,40,2,0,40,2,8,17,0,0,167,178,147,34,36,139,67,0,0,0,79,93,4,64,32,36,168,33,6,12,1,11,65,128,128,128,128,120,33,6,11,32,15,32,16,106,33,16,65,128,128,248,7,32,5,40,2,160,4,65,17,116,107,34,9,65,128,128,128,8,32,3,107,172,34,32,32,10,52,2,192,9,32,8,172,126,66,8,136,66,255,255,255,255,15,131,126,66,24,136,167,34,3,32,5,52,2,152,4,32,32,126,66,7,136,167,34,8,32,3,32,8,75,27,34,3,32,3,32,9,73,27,173,33,32,32,5,40,2,180,4,32,6,106,33,9,65,0,33,6,3,64,2,64,32,5,32,6,106,45,0,144,4,65,48,70,4,64,32,10,32,6,65,196,0,108,106,65,184,4,106,16,43,26,65,0,33,3,12,1,11,32,10,32,6,65,4,116,106,32,10,32,6,65,2,116,106,34,8,65,232,8,106,40,2,0,32,9,65,0,32,16,32,8,65,164,9,106,40,2,0,27,106,106,34,3,65,12,118,65,252,31,113,65,192,176,2,106,34,14,40,2,0,34,15,32,14,40,2,4,32,15,107,172,32,3,65,255,255,0,113,173,126,66,14,136,167,106,65,20,32,3,65,24,117,107,117,54,2,216,7,32,10,32,6,65,196,0,108,106,65,184,4,106,16,43,33,3,32,8,65,140,9,106,40,2,0,34,8,69,13,0,32,3,32,3,172,2,127,32,8,172,32,32,126,66,24,136,167,179,67,0,0,128,54,148,187,68,236,81,184,30,133,235,177,63,162,68,102,102,102,102,102,102,40,64,160,16,73,34,35,68,0,0,0,0,0,0,240,65,99,32,35,68,0,0,0,0,0,0,0,0,102,113,4,64,32,35,171,12,1,11,65,0,11,173,126,66,24,136,167,107,33,3,11,32,10,32,6,65,4,116,106,32,3,54,2,208,7,32,6,65,1,106,34,6,65,6,71,13,0,11,32,5,40,2,224,4,33,25,32,10,65,208,7,106,33,29,32,10,40,2,196,9,33,3,32,10,65,128,9,106,33,23,32,10,40,2,136,9,33,26,65,0,33,14,35,0,65,32,107,34,8,36,0,32,8,32,3,65,24,108,65,128,24,106,34,3,41,2,16,55,3,24,32,8,32,3,41,2,8,55,3,16,32,8,32,3,41,2,0,55,3,8,32,8,65,130,30,45,0,0,58,0,6,32,8,65,128,30,47,0,0,59,1,4,32,26,65,15,74,33,30,3,64,32,29,32,14,65,4,116,106,34,3,40,2,4,33,9,32,8,65,8,106,32,14,65,2,116,106,40,2,0,33,16,32,3,32,3,40,2,0,34,10,65,128,128,128,240,0,107,34,6,65,11,118,65,248,63,113,65,208,144,3,106,34,5,40,2,4,32,5,52,2,0,32,10,65,255,255,0,113,173,126,66,14,136,167,106,65,6,32,6,65,24,117,107,117,34,6,54,2,4,32,16,65,3,113,33,10,32,16,65,4,113,33,5,2,64,32,6,65,224,8,72,32,9,65,223,8,76,113,69,4,64,32,10,65,144,2,108,32,25,106,65,253,1,107,65,112,113,32,12,32,10,27,33,15,32,8,65,4,106,32,10,106,34,21,45,0,0,65,0,71,32,5,65,0,71,113,33,5,2,64,32,16,65,4,118,65,3,113,34,10,4,64,32,8,65,4,106,32,10,106,45,0,0,13,1,11,32,3,40,2,8,33,10,32,3,40,2,12,33,20,2,64,32,30,13,0,32,16,65,192,1,113,65,192,1,71,13,0,32,15,33,16,32,26,65,1,106,33,27,32,6,32,9,107,65,32,106,65,6,117,172,33,32,32,9,172,33,34,32,23,40,2,4,33,15,32,23,40,2,0,33,9,65,0,33,6,2,64,32,5,4,64,3,64,32,16,32,6,65,2,116,106,34,5,32,5,40,2,0,32,32,32,34,124,34,34,32,20,32,15,34,5,32,9,106,32,27,117,106,34,15,65,11,118,65,248,63,113,65,208,208,2,106,34,9,40,2,4,32,9,52,2,0,32,15,65,255,255,0,113,173,126,66,14,136,167,106,172,126,66,24,136,34,33,167,34,15,106,54,2,0,32,10,32,20,106,33,20,32,5,33,9,32,6,65,1,106,34,6,65,192,0,71,13,0,12,2,11,0,11,3,64,32,16,32,6,65,2,116,106,32,32,32,34,124,34,34,32,15,34,5,32,9,106,32,27,117,32,20,106,34,15,65,11,118,65,248,63,113,65,208,208,2,106,34,9,40,2,4,32,9,52,2,0,32,15,65,255,255,0,113,173,126,66,14,136,167,106,172,126,66,24,136,34,33,167,34,15,54,2,0,32,10,32,20,106,33,20,32,5,33,9,32,6,65,1,106,34,6,65,192,0,71,13,0,11,11,32,23,32,33,62,2,4,32,23,32,5,54,2,0,32,21,65,1,58,0,0,12,3,11,32,6,32,9,107,65,32,106,65,6,117,172,33,32,32,9,172,33,33,65,0,33,9,2,64,32,5,4,64,3,64,32,15,32,9,65,2,116,106,34,5,32,5,40,2,0,32,32,32,33,124,34,33,32,20,65,11,118,65,248,63,113,65,208,208,2,106,34,5,40,2,4,32,5,52,2,0,32,20,65,255,255,0,113,173,126,66,14,136,167,106,172,126,66,24,136,167,106,54,2,0,32,10,32,20,106,33,20,32,9,65,1,106,34,9,65,192,0,71,13,0,12,2,11,0,11,3,64,32,15,32,9,65,2,116,106,32,32,32,33,124,34,33,32,20,65,11,118,65,248,63,113,65,208,208,2,106,34,5,40,2,4,32,5,52,2,0,32,20,65,255,255,0,113,173,126,66,14,136,167,106,172,126,66,24,136,62,2,0,32,10,32,20,106,33,20,32,9,65,1,106,34,9,65,192,0,71,13,0,11,11,32,21,65,1,58,0,0,12,2,11,32,10,65,144,2,108,32,25,106,65,253,1,107,65,112,113,33,10,32,3,40,2,12,33,16,32,3,40,2,8,33,20,32,6,32,9,107,65,32,106,65,6,117,172,33,32,32,9,172,33,33,65,0,33,9,2,64,32,5,4,64,3,64,32,15,32,9,65,2,116,34,5,106,34,6,32,6,40,2,0,32,32,32,33,124,34,33,32,5,32,10,106,40,2,0,32,16,106,34,5,65,11,118,65,248,63,113,65,208,208,2,106,34,6,40,2,4,32,6,52,2,0,32,5,65,255,255,0,113,173,126,66,14,136,167,106,172,126,66,24,136,167,106,54,2,0,32,16,32,20,106,33,16,32,9,65,1,106,34,9,65,192,0,71,13,0,12,2,11,0,11,3,64,32,15,32,9,65,2,116,34,5,106,32,32,32,33,124,34,33,32,5,32,10,106,40,2,0,32,16,106,34,5,65,11,118,65,248,63,113,65,208,208,2,106,34,6,40,2,4,32,6,52,2,0,32,5,65,255,255,0,113,173,126,66,14,136,167,106,172,126,66,24,136,62,2,0,32,16,32,20,106,33,16,32,9,65,1,106,34,9,65,192,0,71,13,0,11,11,32,21,65,1,58,0,0,12,1,11,32,5,13,0,32,8,65,4,106,32,10,106,65,0,58,0,0,11,32,3,32,3,40,2,12,32,3,40,2,8,65,6,116,106,54,2,12,32,14,65,1,106,34,14,65,6,71,13,0,11,32,8,65,32,106,36,0,11,32,4,65,1,106,34,4,65,16,71,13,0,11,32,2,32,18,107,33,11,65,0,33,4,3,64,32,22,32,4,32,18,106,65,1,116,106,32,17,32,4,32,11,107,65,1,116,106,65,234,231,0,106,32,4,32,11,72,27,65,128,128,126,65,255,255,1,32,12,32,4,65,2,116,106,40,2,0,34,3,65,13,118,32,3,65,255,255,255,255,0,74,27,32,3,65,128,128,128,128,127,72,27,59,1,0,32,4,65,1,106,34,4,65,192,0,71,13,0,11,32,18,65,64,107,34,18,32,2,72,13,0,11,11,32,18,32,2,107,33,13,11,32,17,32,13,54,2,236,104,32,24,65,144,2,106,36,0,2,64,32,0,40,2,164,64,34,2,69,13,0,32,1,40,2,4,40,2,0,33,1,32,2,65,3,113,33,3,32,0,40,2,160,64,33,18,65,0,33,0,32,2,65,1,107,65,3,79,4,64,32,2,65,124,113,33,17,65,0,33,2,3,64,32,1,32,0,65,2,116,106,32,18,32,0,65,1,116,106,46,1,0,178,67,0,0,0,56,148,56,2,0,32,1,32,0,65,1,114,34,4,65,2,116,106,32,18,32,4,65,1,116,106,46,1,0,178,67,0,0,0,56,148,56,2,0,32,1,32,0,65,2,114,34,4,65,2,116,106,32,18,32,4,65,1,116,106,46,1,0,178,67,0,0,0,56,148,56,2,0,32,1,32,0,65,3,114,34,4,65,2,116,106,32,18,32,4,65,1,116,106,46,1,0,178,67,0,0,0,56,148,56,2,0,32,0,65,4,106,33,0,32,2,65,4,106,34,2,32,17,71,13,0,11,11,32,3,69,13,0,3,64,32,1,32,0,65,2,116,106,32,18,32,0,65,1,116,106,46,1,0,178,67,0,0,0,56,148,56,2,0,32,0,65,1,106,33,0,32,31,65,1,106,34,31,32,3,71,13,0,11,11,11,4,0,32,0,11,6,0,32,0,16,86,11,3,0,1,11,3,0,1,11,3,0,1,11,18,0,32,0,32,2,54,2,8,32,0,32,1,54,2,4,65,0,11,50,0,32,0,173,32,1,173,32,2,173,32,3,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,0,17,0,0,167,11,47,0,32,0,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,4,17,0,0,26,11,48,0,32,0,173,32,1,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,8,17,0,0,26,11,50,0,32,0,173,32,1,173,32,2,187,189,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,44,17,0,0,26,11,50,0,32,0,173,32,1,173,32,2,173,32,3,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,24,17,0,0,26,11,49,0,32,0,173,32,1,173,32,2,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,28,17,0,0,26,11,49,0,32,0,173,32,1,173,32,2,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,20,17,0,0,26,11,49,0,32,0,173,32,1,173,32,2,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,48,17,0,0,26,11,50,0,32,0,173,32,1,173,32,2,173,32,3,189,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,32,17,0,0,26,11,50,0,32,0,173,32,1,173,32,2,173,32,3,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,36,17,0,0,26,11,51,0,32,0,173,32,1,173,32,2,173,32,3,173,32,4,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,40,17,0,0,26,11,208,4,2,7,127,1,125,32,0,65,0,54,2,160,4,32,0,66,0,55,2,152,4,2,127,32,0,40,2,176,4,178,32,0,40,2,192,4,183,68,123,20,174,71,225,122,132,63,162,182,148,34,8,139,67,0,0,0,79,93,4,64,32,8,168,12,1,11,65,128,128,128,128,120,11,33,1,32,0,45,0,197,4,4,64,32,0,32,1,65,0,32,1,65,0,74,27,34,2,54,2,152,4,11,32,0,45,0,196,4,4,64,32,0,32,1,65,0,32,1,65,0,74,27,34,4,54,2,156,4,11,32,0,45,0,198,4,34,5,4,64,32,0,32,1,65,0,32,1,65,0,74,27,34,3,54,2,160,4,11,2,127,32,0,40,2,168,4,178,32,0,40,2,208,4,183,68,123,20,174,71,225,122,132,63,162,182,148,34,8,139,67,0,0,0,79,93,4,64,32,8,168,12,1,11,65,128,128,128,128,120,11,33,1,32,0,45,0,213,4,4,64,32,0,32,2,32,1,32,1,32,2,72,27,34,2,54,2,152,4,11,32,0,45,0,212,4,4,64,32,0,32,4,32,1,32,1,32,4,72,27,34,4,54,2,156,4,11,32,0,45,0,214,4,34,6,4,64,32,0,32,3,32,1,32,1,32,3,72,27,34,3,54,2,160,4,11,2,127,32,0,40,2,172,4,178,32,0,40,2,200,4,183,68,123,20,174,71,225,122,132,63,162,182,148,34,8,139,67,0,0,0,79,93,4,64,32,8,168,12,1,11,65,128,128,128,128,120,11,33,1,32,0,45,0,205,4,4,64,32,0,32,2,32,1,32,1,32,2,72,27,34,2,54,2,152,4,11,32,0,45,0,204,4,4,64,32,0,32,4,32,1,32,1,32,4,72,27,34,4,54,2,156,4,11,32,0,45,0,206,4,34,7,4,64,32,0,32,3,32,1,32,1,32,3,72,27,34,3,54,2,160,4,11,2,127,32,0,40,2,164,4,178,32,0,40,2,216,4,183,68,123,20,174,71,225,122,132,63,162,182,148,34,8,139,67,0,0,0,79,93,4,64,32,8,168,12,1,11,65,128,128,128,128,120,11,33,1,32,0,45,0,221,4,4,64,32,0,32,2,32,1,32,1,32,2,72,27,54,2,152,4,11,32,0,45,0,220,4,4,64,32,0,32,4,32,1,32,1,32,4,72,27,54,2,156,4,11,32,0,45,0,222,4,34,2,4,64,32,0,32,3,32,1,32,1,32,3,72,27,54,2,160,4,11,2,64,32,5,13,0,32,7,13,0,32,6,13,0,32,2,13,0,32,0,65,255,0,54,2,160,4,11,11,17,0,32,0,32,1,106,65,208,225,0,106,32,2,58,0,0,11,177,2,2,5,127,2,124,35,0,65,16,107,34,6,36,0,32,2,65,0,74,4,64,3,64,2,64,32,0,40,2,128,64,32,0,40,2,132,64,34,4,65,127,115,106,65,255,63,113,34,3,69,4,64,32,6,66,128,128,128,128,128,200,208,7,55,3,8,65,28,33,5,2,64,32,6,65,8,106,34,3,69,13,0,32,3,40,2,4,34,4,65,255,147,235,220,3,75,13,0,32,3,40,2,0,34,3,65,0,72,13,0,32,3,183,68,0,0,0,0,0,64,143,64,162,32,4,183,68,0,0,0,0,128,132,46,65,163,160,33,8,16,3,33,9,3,64,16,3,32,9,161,32,8,99,13,0,11,65,0,33,5,11,65,0,32,5,107,34,3,65,129,96,79,4,127,65,140,163,4,65,0,32,3,107,54,2,0,65,0,5,32,3,11,26,12,1,11,32,0,32,4,106,32,1,32,2,32,3,32,2,32,3,73,27,34,3,65,128,192,0,32,4,107,34,5,32,3,32,5,72,27,34,7,16,69,26,32,3,32,5,74,4,64,32,0,32,1,32,7,106,32,3,32,7,107,16,69,26,11,32,0,32,3,32,4,106,65,255,63,113,54,2,132,64,32,1,32,3,106,33,1,32,2,32,3,107,33,2,11,32,2,65,0,74,13,0,11,11,32,6,65,16,106,36,0,11,186,2,1,4,127,3,64,32,1,32,5,65,21,108,106,34,2,32,0,32,5,65,17,108,106,34,3,41,0,0,55,0,0,32,2,32,3,40,0,7,54,0,7,32,2,32,3,45,0,11,34,4,65,3,113,58,0,11,32,2,32,4,65,2,118,65,3,113,58,0,12,32,2,32,3,44,0,12,34,4,65,3,118,58,0,20,32,2,32,4,65,7,113,58,0,13,32,2,32,3,44,0,13,34,4,65,2,118,58,0,15,32,2,32,4,65,3,113,58,0,14,32,2,32,3,45,0,14,58,0,16,32,2,32,3,44,0,15,34,4,65,1,118,58,0,18,32,2,32,4,65,1,113,58,0,17,32,2,32,3,45,0,16,58,0,19,32,5,65,1,106,34,5,65,6,71,13,0,11,32,1,32,0,41,0,102,55,0,126,32,1,32,0,45,0,110,58,0,134,1,32,1,32,0,45,0,111,34,2,65,7,113,58,0,135,1,32,1,32,2,65,24,116,65,24,117,65,3,118,58,0,136,1,32,1,32,0,40,0,112,54,0,137,1,32,1,32,0,44,0,116,34,2,65,4,118,58,0,143,1,32,1,32,2,65,1,113,58,0,141,1,32,1,32,2,65,1,118,65,7,113,58,0,142,1,32,1,32,0,41,0,117,55,0,144,1,32,1,32,0,40,0,124,54,0,151,1,32,1,65,63,58,0,155,1,11,167,1,1,3,127,32,0,32,1,44,0,0,34,2,65,165,1,108,65,6,117,65,1,32,2,27,34,2,65,176,176,2,40,2,0,34,4,108,65,11,32,2,65,160,1,107,65,4,117,65,11,106,32,2,65,160,1,72,27,108,54,2,4,32,0,2,127,32,1,44,0,1,34,2,69,4,64,65,127,33,2,65,127,12,1,11,65,227,0,32,2,107,34,2,65,15,113,65,16,114,32,2,65,4,117,65,1,106,116,34,3,32,4,108,33,2,32,3,65,128,255,3,113,34,3,65,128,1,32,3,27,32,4,108,11,54,2,20,32,0,32,2,54,2,16,32,0,32,1,45,0,5,58,0,8,32,0,32,1,45,0,4,65,0,71,58,0,10,11,145,1,1,2,127,32,0,65,184,4,106,16,44,32,0,65,252,4,106,16,44,32,0,65,192,5,106,16,44,32,0,65,132,6,106,16,44,32,0,65,200,6,106,16,44,32,0,65,140,7,106,16,44,32,0,65,176,8,106,34,0,45,0,52,4,64,32,0,65,0,58,0,52,32,0,65,3,54,2,44,32,0,32,0,65,12,106,34,1,40,2,16,65,128,31,106,44,0,0,65,19,116,34,2,54,2,36,32,0,32,2,32,0,40,2,32,74,58,0,40,32,0,65,208,208,3,40,2,0,32,1,40,2,0,65,144,30,106,45,0,0,108,54,2,48,11,11,181,2,2,6,127,1,126,32,0,32,1,54,2,52,32,1,65,3,76,4,64,32,0,32,0,40,2,32,2,127,32,0,32,1,65,2,116,106,40,2,16,34,4,65,20,78,4,64,32,4,65,28,106,12,1,11,32,4,65,2,116,65,240,31,106,40,2,0,11,65,5,116,65,64,113,106,34,2,65,176,33,32,2,65,176,33,74,27,65,16,116,65,128,128,128,133,1,107,34,2,54,2,44,32,0,32,2,32,0,40,2,40,34,5,74,58,0,48,32,0,40,2,36,34,6,32,0,32,1,65,2,116,106,40,2,0,34,7,65,41,108,65,6,117,106,34,3,65,63,32,3,65,63,72,27,33,3,2,64,32,2,32,5,71,65,0,32,1,32,4,114,34,1,27,69,4,64,32,0,65,160,176,2,53,2,0,34,8,2,127,32,6,32,7,106,34,2,65,227,0,32,2,65,227,0,72,27,34,2,65,205,0,78,4,64,65,227,0,32,2,107,65,20,108,12,1,11,32,2,65,2,116,65,192,32,106,40,2,0,34,2,32,1,13,0,26,32,2,65,20,109,11,172,126,66,24,136,62,2,60,12,1,11,32,0,65,0,54,2,60,65,160,176,2,53,2,0,33,8,11,32,0,32,8,32,3,65,3,113,65,4,114,32,3,65,2,117,65,8,106,116,172,126,66,24,136,62,2,56,11,11,223,1,1,3,127,2,64,32,0,40,2,60,34,2,69,13,0,32,0,32,2,65,64,106,54,2,60,32,2,65,192,0,74,13,0,32,0,65,0,54,2,60,32,0,32,0,40,2,52,65,1,106,16,42,11,2,64,32,0,40,2,52,34,2,65,3,78,4,64,32,2,65,3,71,13,1,32,0,45,0,64,13,1,11,32,0,40,2,60,13,0,2,64,32,0,45,0,48,4,64,32,0,32,0,40,2,56,65,128,128,128,136,1,32,0,40,2,40,34,1,65,128,128,208,53,32,1,65,128,128,208,53,74,27,34,1,107,65,24,117,108,32,1,106,34,1,54,2,40,32,1,32,0,40,2,44,34,3,72,13,2,32,0,32,3,54,2,40,12,1,11,32,0,32,0,40,2,40,32,0,40,2,56,107,34,1,54,2,40,32,1,32,0,40,2,44,34,3,74,13,1,32,0,32,3,54,2,40,11,32,0,32,2,65,1,106,16,42,11,32,0,40,2,40,11,23,0,32,0,45,0,64,4,64,32,0,65,0,58,0,64,32,0,65,3,16,42,11,11,146,75,2,29,127,1,124,35,0,65,144,1,107,34,19,36,0,32,19,65,248,220,0,54,2,60,32,19,65,132,221,0,40,2,0,34,7,54,2,0,32,19,32,7,65,12,107,40,2,0,106,65,136,221,0,40,2,0,54,2,0,32,19,40,2,0,33,7,32,19,65,0,54,2,4,32,19,32,7,65,12,107,40,2,0,106,34,8,32,19,65,8,106,34,7,16,207,1,32,8,66,128,128,128,128,112,55,2,72,32,19,65,248,220,0,54,2,60,32,19,65,228,220,0,54,2,0,32,7,16,95,33,28,32,19,66,0,55,3,40,32,19,66,0,55,3,48,32,19,65,8,54,2,56,32,19,65,152,216,0,54,2,8,32,7,32,1,16,164,1,32,19,33,1,35,0,65,176,2,107,34,7,36,0,32,7,65,168,2,106,34,29,65,0,54,2,0,32,7,66,0,55,3,160,2,32,0,65,16,16,238,5,34,8,54,2,0,32,0,66,139,128,128,128,128,130,128,128,128,127,55,2,4,32,8,65,159,13,40,0,0,54,0,7,32,8,65,152,13,41,0,0,55,0,0,32,8,65,0,58,0,11,32,0,65,0,58,0,35,32,0,65,0,58,0,12,32,0,65,0,59,0,23,32,0,66,0,55,2,36,32,0,66,0,55,2,44,32,7,65,196,219,0,54,2,208,1,32,7,65,208,219,0,40,2,0,34,23,54,2,152,1,32,23,65,12,107,40,2,0,32,7,65,152,1,106,106,65,212,219,0,40,2,0,54,2,0,32,7,40,2,152,1,65,12,107,40,2,0,32,7,65,152,1,106,106,34,23,32,7,65,152,1,106,65,4,114,34,22,16,207,1,32,23,66,128,128,128,128,112,55,2,72,32,7,65,196,219,0,54,2,208,1,32,7,65,176,219,0,54,2,152,1,32,22,16,95,33,30,32,7,66,0,55,2,188,1,32,7,66,0,55,2,196,1,32,7,65,16,54,2,204,1,32,7,65,152,216,0,54,2,156,1,32,0,65,40,106,33,20,32,0,65,36,106,33,26,32,0,65,24,106,33,25,32,0,65,12,106,33,24,32,7,65,128,1,106,33,27,65,0,33,23,3,64,2,64,32,7,65,232,0,106,32,1,32,1,40,2,0,65,12,107,40,2,0,106,16,203,1,32,7,65,232,0,106,65,148,169,4,16,168,2,34,8,173,65,10,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,8,40,2,0,40,2,28,17,0,0,167,33,8,32,7,65,232,0,106,16,163,2,32,7,65,160,2,106,33,11,65,0,33,18,35,0,65,16,107,34,15,36,0,32,15,65,8,106,32,1,65,1,16,115,26,32,15,45,0,8,4,64,2,64,32,11,44,0,11,65,0,72,4,64,32,11,40,2,0,65,0,58,0,0,32,11,65,0,54,2,4,12,1,11,32,11,65,0,58,0,11,32,11,65,0,58,0,0,11,32,1,65,24,106,33,21,32,8,65,255,1,113,33,6,2,127,2,64,3,64,2,64,32,21,32,1,40,2,0,65,12,107,40,2,0,106,40,2,0,34,8,40,2,12,34,10,32,8,40,2,16,71,4,64,32,8,32,10,65,1,106,54,2,12,32,10,45,0,0,33,8,12,1,11,32,8,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,8,40,2,0,40,2,40,17,0,0,167,34,8,65,127,70,13,2,11,65,0,32,6,32,8,65,255,1,113,70,13,2,26,32,11,32,8,65,24,116,65,24,117,16,129,6,32,18,65,1,106,33,18,32,11,44,0,11,65,0,78,13,0,32,11,40,2,4,65,111,71,13,0,11,65,4,12,1,11,65,2,65,6,32,18,27,11,33,8,32,1,32,1,40,2,0,65,12,107,40,2,0,106,34,11,32,11,40,2,16,32,8,114,16,204,1,11,32,15,65,16,106,36,0,32,1,34,8,32,8,40,2,0,65,12,107,40,2,0,106,45,0,16,65,5,113,13,0,32,7,65,152,1,106,32,7,40,2,160,2,32,7,65,160,2,106,32,7,45,0,171,2,34,8,65,24,116,65,24,117,65,0,72,34,15,27,32,7,40,2,164,2,32,8,32,15,27,16,50,65,201,21,65,1,16,50,26,32,23,65,1,106,33,23,32,7,40,2,160,2,34,21,32,7,65,160,2,106,32,7,45,0,171,2,34,6,65,24,116,65,24,117,65,0,72,34,15,27,34,8,45,0,0,65,33,70,13,1,2,64,2,64,2,64,32,16,14,3,0,1,2,4,11,65,1,33,16,32,24,32,7,65,160,2,106,70,13,3,32,24,44,0,11,65,0,78,4,64,32,15,69,4,64,32,24,32,7,41,3,160,2,55,2,0,32,24,32,29,40,2,0,54,2,8,12,5,11,32,24,32,21,32,7,40,2,164,2,16,128,6,12,4,11,32,24,32,8,32,7,40,2,164,2,32,6,32,15,27,16,255,5,26,12,3,11,32,26,32,8,16,68,54,2,0,65,2,33,16,12,2,11,32,23,33,10,35,0,65,208,0,107,34,16,36,0,32,7,65,232,0,106,34,11,66,129,128,128,128,16,55,3,16,32,11,66,0,55,3,8,32,11,65,1,54,2,0,32,11,65,3,58,0,35,32,11,65,213,14,47,0,0,59,0,24,32,11,65,215,14,45,0,0,58,0,26,32,11,66,128,128,128,128,128,128,128,248,63,55,3,40,32,11,65,0,58,0,27,2,64,32,7,65,160,2,106,34,9,32,11,65,24,106,34,6,70,13,0,32,9,44,0,11,65,0,78,4,64,32,6,32,9,41,2,0,55,2,0,32,6,32,9,40,2,8,54,2,8,12,1,11,32,6,32,9,40,2,0,32,9,40,2,4,16,128,6,11,32,9,40,2,0,32,9,32,9,45,0,11,34,6,65,24,116,65,24,117,65,0,72,34,15,27,33,8,2,124,2,64,2,64,2,64,2,64,32,9,40,2,4,32,6,32,15,27,34,21,65,0,74,4,64,32,8,32,21,106,33,18,32,21,33,6,32,8,33,15,3,64,32,15,65,46,32,6,16,78,34,6,69,13,2,32,6,45,0,0,65,46,71,4,64,32,18,32,6,65,1,106,34,15,107,34,6,65,0,74,13,1,12,3,11,11,32,6,32,18,70,13,1,32,6,32,8,107,65,127,70,13,1,32,11,65,0,54,2,0,2,124,35,0,65,192,1,107,34,9,36,0,32,9,66,0,55,3,176,1,32,8,16,81,34,10,65,112,73,4,64,2,64,2,64,32,10,65,11,79,4,64,32,10,65,16,106,65,112,113,34,15,16,238,5,33,6,32,9,32,15,65,128,128,128,128,120,114,54,2,24,32,9,32,6,54,2,16,32,9,32,10,54,2,20,12,1,11,32,9,32,10,58,0,27,32,9,65,16,106,33,6,32,10,69,13,1,11,32,6,32,8,32,10,16,69,26,11,32,6,32,10,106,65,0,58,0,0,32,9,65,248,220,0,54,2,92,32,9,65,132,221,0,40,2,0,34,10,54,2,32,32,10,65,12,107,40,2,0,32,9,65,32,106,106,65,136,221,0,40,2,0,54,2,0,32,9,65,0,54,2,36,32,9,40,2,32,65,12,107,40,2,0,32,9,65,32,106,106,34,8,32,9,65,40,106,34,10,16,207,1,32,8,66,128,128,128,128,112,55,2,72,32,9,65,248,220,0,54,2,92,32,9,65,228,220,0,54,2,32,32,10,16,95,33,8,32,9,66,0,55,3,72,32,9,66,0,55,3,80,32,9,65,8,54,2,88,32,9,65,152,216,0,54,2,40,32,10,32,9,65,16,106,16,164,1,32,9,44,0,27,65,0,72,4,64,32,9,40,2,16,16,86,11,32,9,40,2,32,65,12,107,40,2,0,33,6,35,0,65,16,107,34,15,36,0,65,168,1,16,238,5,33,10,32,15,65,244,13,16,51,34,21,33,3,32,10,65,0,16,243,3,32,10,65,136,235,1,54,2,0,32,10,65,8,106,16,244,3,33,5,32,10,65,152,1,106,32,3,16,52,33,18,16,159,4,40,2,0,65,8,106,34,3,32,5,71,4,64,32,3,40,2,0,33,17,32,3,40,2,4,33,13,35,0,65,16,107,34,12,36,0,2,64,32,17,32,13,16,216,3,34,4,32,5,16,215,5,77,4,64,32,12,32,13,54,2,12,32,17,32,5,16,140,4,32,4,79,34,14,4,127,32,13,5,32,12,32,17,54,2,12,32,5,16,140,4,33,3,32,12,65,12,106,34,2,32,2,40,2,0,32,3,65,2,116,106,54,2,0,32,12,40,2,12,11,32,5,40,2,0,16,234,3,33,17,32,14,69,4,64,32,5,32,12,40,2,12,32,13,32,4,32,5,16,140,4,107,16,219,5,12,2,11,32,5,32,17,16,169,4,12,1,11,32,5,40,2,0,4,64,32,5,16,245,3,32,5,16,180,5,32,5,40,2,0,32,5,16,215,5,16,216,5,32,5,16,208,5,65,0,54,2,0,32,5,66,0,55,3,0,11,32,5,32,5,32,4,16,220,5,16,138,4,32,5,32,17,32,13,32,4,16,219,5,11,32,12,65,16,106,36,0,11,65,0,33,3,3,64,32,5,16,140,4,32,3,75,4,64,32,5,32,3,16,160,4,40,2,0,4,64,32,5,32,3,16,160,4,40,2,0,16,161,4,11,32,3,65,1,106,33,3,12,1,11,11,65,12,16,238,5,33,3,35,0,65,16,107,34,5,36,0,32,3,65,0,16,145,4,32,3,65,156,235,1,54,2,0,32,3,32,18,16,159,1,16,240,1,34,13,54,2,8,32,13,69,4,64,32,5,65,131,18,32,18,16,138,6,16,177,1,0,11,32,5,65,16,106,36,0,32,10,32,3,16,246,3,65,12,16,238,5,33,3,35,0,65,16,107,34,5,36,0,32,3,65,0,16,146,4,32,3,65,188,235,1,54,2,0,32,3,32,18,16,159,1,16,240,1,34,13,54,2,8,32,13,69,4,64,32,5,65,184,19,32,18,16,138,6,16,177,1,0,11,32,5,65,16,106,36,0,32,10,32,3,16,247,3,32,10,65,20,16,238,5,32,18,65,0,16,162,4,16,248,3,32,10,65,12,16,238,5,32,18,65,0,16,163,4,16,249,3,65,8,16,238,5,33,3,32,18,16,159,1,26,32,3,65,0,16,243,3,32,3,65,168,242,1,54,2,0,32,3,65,172,156,2,54,2,0,32,10,32,3,16,250,3,65,12,16,238,5,34,3,33,2,32,18,16,159,1,33,13,35,0,65,32,107,34,5,36,0,32,2,65,0,16,243,3,32,2,65,136,237,1,54,2,0,32,2,32,13,16,240,1,34,2,54,2,8,32,2,69,4,64,32,5,65,16,106,65,177,15,32,5,32,13,16,51,16,46,16,177,1,0,11,32,5,65,32,106,36,0,32,3,65,148,157,2,54,2,0,32,10,32,3,16,251,3,65,8,16,238,5,33,3,32,18,16,159,1,26,32,3,65,0,16,243,3,32,3,65,188,243,1,54,2,0,32,3,65,252,157,2,54,2,0,32,10,32,3,16,252,3,65,8,16,238,5,33,3,32,18,16,159,1,26,32,3,65,0,16,243,3,32,3,65,176,244,1,54,2,0,32,3,65,228,158,2,54,2,0,32,10,32,3,16,253,3,65,24,16,238,5,34,3,65,0,16,149,4,32,3,65,180,238,1,54,2,0,32,18,16,159,1,33,2,35,0,65,48,107,34,13,36,0,2,64,2,64,32,2,65,244,13,16,235,1,4,64,32,13,65,40,106,32,2,16,255,4,34,5,16,128,5,69,13,1,32,3,65,8,106,32,5,40,2,0,16,129,5,34,2,40,2,0,32,5,40,2,0,16,130,5,26,32,3,65,9,106,32,2,40,2,4,32,5,40,2,0,16,130,5,26,32,3,65,12,106,32,2,40,2,8,16,131,5,32,5,16,132,5,11,32,13,65,48,106,36,0,12,1,11,32,13,65,24,106,65,195,17,32,13,65,8,106,32,2,16,51,16,46,16,177,1,0,11,32,10,32,3,16,254,3,65,28,16,238,5,34,3,65,0,16,150,4,32,3,65,220,238,1,54,2,0,32,18,16,159,1,33,2,35,0,65,48,107,34,13,36,0,2,64,2,64,32,2,65,244,13,16,235,1,4,64,32,13,65,40,106,32,2,16,255,4,34,5,16,128,5,69,13,1,32,3,65,8,106,32,5,40,2,0,16,129,5,34,2,40,2,0,32,5,40,2,0,16,134,5,26,32,3,65,12,106,32,2,40,2,4,32,5,40,2,0,16,134,5,26,32,3,65,16,106,32,2,40,2,8,16,131,5,32,5,16,132,5,11,32,13,65,48,106,36,0,12,1,11,32,13,65,24,106,65,128,17,32,13,65,8,106,32,2,16,51,16,46,16,177,1,0,11,32,10,32,3,16,255,3,65,200,0,16,238,5,34,3,65,0,16,151,4,32,3,65,148,145,2,54,2,0,32,3,65,12,106,16,151,1,26,32,3,65,24,106,16,151,1,26,32,3,65,36,106,16,151,1,26,32,3,65,48,106,16,151,1,26,32,18,16,159,1,33,4,35,0,65,48,107,34,14,36,0,2,64,32,14,65,40,106,32,4,16,255,4,34,5,16,128,5,4,64,32,3,65,8,106,32,5,40,2,0,16,129,5,34,4,40,2,20,32,5,40,2,0,16,130,5,69,4,64,32,3,65,255,0,58,0,8,11,32,3,65,9,106,32,4,40,2,24,32,5,40,2,0,16,130,5,69,4,64,32,3,65,255,0,58,0,9,11,32,3,65,12,106,32,4,40,2,28,16,131,5,32,3,65,24,106,34,13,32,4,40,2,16,16,131,5,32,3,32,4,44,0,41,34,2,65,255,0,70,4,127,65,0,5,32,2,11,54,2,60,32,3,65,36,106,32,4,45,0,46,4,127,32,4,40,2,32,5,65,133,15,11,16,131,5,32,3,65,48,106,32,4,45,0,47,4,127,32,4,40,2,36,5,65,133,15,11,16,131,5,32,3,65,64,107,32,14,65,24,106,32,13,16,52,34,2,65,0,32,4,44,0,42,32,4,44,0,43,32,4,44,0,46,16,173,5,32,3,65,196,0,106,32,13,65,0,32,4,44,0,44,32,4,44,0,45,32,4,44,0,47,16,173,5,32,2,16,246,5,26,32,5,16,132,5,32,14,65,48,106,36,0,12,1,11,32,14,65,24,106,65,213,16,32,14,65,8,106,32,4,16,51,16,46,16,177,1,0,11,32,10,32,3,16,128,4,65,200,0,16,238,5,34,3,65,0,16,152,4,32,3,65,252,145,2,54,2,0,32,3,65,12,106,16,151,1,26,32,3,65,24,106,16,151,1,26,32,3,65,36,106,16,151,1,26,32,3,65,48,106,16,151,1,26,32,18,16,159,1,33,4,35,0,65,48,107,34,14,36,0,2,64,32,14,65,40,106,32,4,16,255,4,34,5,16,128,5,4,64,32,3,65,8,106,32,5,40,2,0,16,129,5,34,4,40,2,20,32,5,40,2,0,16,130,5,69,4,64,32,3,65,255,0,58,0,8,11,32,3,65,9,106,32,4,40,2,24,32,5,40,2,0,16,130,5,69,4,64,32,3,65,255,0,58,0,9,11,32,3,65,12,106,32,4,40,2,28,16,131,5,32,3,65,24,106,34,13,32,4,40,2,12,16,131,5,32,3,32,4,44,0,40,34,2,65,255,0,70,4,127,65,0,5,32,2,11,54,2,60,32,3,65,36,106,32,4,45,0,52,4,127,32,4,40,2,32,5,65,133,15,11,16,131,5,32,3,65,48,106,32,4,45,0,53,4,127,32,4,40,2,36,5,65,133,15,11,16,131,5,32,3,65,64,107,32,14,65,24,106,32,13,16,52,34,2,65,1,32,4,44,0,48,32,4,44,0,49,32,4,44,0,52,16,173,5,32,3,65,196,0,106,32,13,65,1,32,4,44,0,50,32,4,44,0,51,32,4,44,0,53,16,173,5,32,2,16,246,5,26,32,5,16,132,5,32,14,65,48,106,36,0,12,1,11,32,14,65,24,106,65,213,16,32,14,65,8,106,32,4,16,51,16,46,16,177,1,0,11,32,10,32,3,16,129,4,65,204,0,16,238,5,34,3,65,0,16,153,4,32,3,65,228,146,2,54,2,0,32,3,65,16,106,16,151,1,26,32,3,65,28,106,16,151,1,26,32,3,65,40,106,16,151,1,26,32,3,65,52,106,16,151,1,26,32,18,16,159,1,33,14,35,0,65,192,3,107,34,4,36,0,2,64,2,64,2,64,2,64,32,4,65,184,3,106,32,14,16,255,4,34,5,16,128,5,4,64,32,3,65,8,106,32,5,40,2,0,16,129,5,34,14,40,2,20,32,5,40,2,0,16,134,5,69,4,64,32,3,65,255,255,255,255,7,54,2,8,11,32,3,65,12,106,32,14,40,2,24,32,5,40,2,0,16,134,5,69,4,64,32,3,65,255,255,255,255,7,54,2,12,11,32,3,65,16,106,32,14,40,2,28,16,131,5,32,4,66,0,55,3,8,32,4,32,14,40,2,16,54,2,4,32,4,65,16,106,32,4,65,4,106,65,228,0,32,4,65,8,106,32,5,40,2,0,16,170,3,34,2,65,127,70,13,1,32,3,65,28,106,34,13,32,4,65,16,106,32,4,65,16,106,32,2,65,2,116,106,16,171,5,32,3,32,14,44,0,41,34,2,65,255,0,70,4,127,65,0,5,32,2,11,54,2,64,2,64,32,14,45,0,46,69,4,64,32,3,65,40,106,65,200,240,1,16,140,5,12,1,11,32,4,66,0,55,3,8,32,4,32,14,40,2,32,54,2,4,32,4,65,16,106,32,4,65,4,106,65,228,0,32,4,65,8,106,32,5,40,2,0,16,170,3,34,2,65,127,70,13,3,32,3,65,40,106,32,4,65,16,106,32,4,65,16,106,32,2,65,2,116,106,16,171,5,11,2,64,32,14,45,0,47,69,4,64,32,3,65,52,106,65,200,240,1,16,140,5,12,1,11,32,4,66,0,55,3,8,32,4,32,14,40,2,36,54,2,4,32,4,65,16,106,32,4,65,4,106,65,228,0,32,4,65,8,106,32,5,40,2,0,16,170,3,34,2,65,127,70,13,4,32,3,65,52,106,32,4,65,16,106,32,4,65,16,106,32,2,65,2,116,106,16,171,5,11,32,3,65,196,0,106,32,4,65,168,3,106,32,13,16,188,3,34,2,65,0,32,14,44,0,42,32,14,44,0,43,32,14,44,0,46,16,175,5,32,3,65,200,0,106,32,13,65,0,32,14,44,0,44,32,14,44,0,45,32,14,44,0,47,16,175,5,32,2,16,246,5,26,32,5,16,132,5,32,4,65,192,3,106,36,0,12,4,11,32,4,65,16,106,65,213,16,32,4,65,168,3,106,32,14,16,51,16,46,16,177,1,0,11,16,177,1,0,11,16,177,1,0,11,16,177,1,0,11,32,10,32,3,16,130,4,65,204,0,16,238,5,34,3,65,0,16,154,4,32,3,65,204,147,2,54,2,0,32,3,65,16,106,16,151,1,26,32,3,65,28,106,16,151,1,26,32,3,65,40,106,16,151,1,26,32,3,65,52,106,16,151,1,26,32,18,16,159,1,33,14,35,0,65,192,3,107,34,4,36,0,2,64,2,64,2,64,2,64,32,4,65,184,3,106,32,14,16,255,4,34,5,16,128,5,4,64,32,3,65,8,106,32,5,40,2,0,16,129,5,34,14,40,2,20,32,5,40,2,0,16,134,5,69,4,64,32,3,65,255,255,255,255,7,54,2,8,11,32,3,65,12,106,32,14,40,2,24,32,5,40,2,0,16,134,5,69,4,64,32,3,65,255,255,255,255,7,54,2,12,11,32,3,65,16,106,32,14,40,2,28,16,131,5,32,4,66,0,55,3,8,32,4,32,14,40,2,12,54,2,4,32,4,65,16,106,32,4,65,4,106,65,228,0,32,4,65,8,106,32,5,40,2,0,16,170,3,34,2,65,127,70,13,1,32,3,65,28,106,34,13,32,4,65,16,106,32,4,65,16,106,32,2,65,2,116,106,16,171,5,32,3,32,14,44,0,40,34,2,65,255,0,70,4,127,65,0,5,32,2,11,54,2,64,2,64,32,14,45,0,52,69,4,64,32,3,65,40,106,65,200,240,1,16,140,5,12,1,11,32,4,66,0,55,3,8,32,4,32,14,40,2,32,54,2,4,32,4,65,16,106,32,4,65,4,106,65,228,0,32,4,65,8,106,32,5,40,2,0,16,170,3,34,2,65,127,70,13,3,32,3,65,40,106,32,4,65,16,106,32,4,65,16,106,32,2,65,2,116,106,16,171,5,11,2,64,32,14,45,0,53,69,4,64,32,3,65,52,106,65,200,240,1,16,140,5,12,1,11,32,4,66,0,55,3,8,32,4,32,14,40,2,36,54,2,4,32,4,65,16,106,32,4,65,4,106,65,228,0,32,4,65,8,106,32,5,40,2,0,16,170,3,34,2,65,127,70,13,4,32,3,65,52,106,32,4,65,16,106,32,4,65,16,106,32,2,65,2,116,106,16,171,5,11,32,3,65,196,0,106,32,4,65,168,3,106,32,13,16,188,3,34,2,65,1,32,14,44,0,48,32,14,44,0,49,32,14,44,0,52,16,175,5,32,3,65,200,0,106,32,13,65,1,32,14,44,0,50,32,14,44,0,51,32,14,44,0,53,16,175,5,32,2,16,246,5,26,32,5,16,132,5,32,4,65,192,3,106,36,0,12,4,11,32,4,65,16,106,65,213,16,32,4,65,168,3,106,32,14,16,51,16,46,16,177,1,0,11,16,177,1,0,11,16,177,1,0,11,16,177,1,0,11,32,10,32,3,16,131,4,65,160,4,16,238,5,34,3,65,0,16,155,4,35,0,65,32,107,34,14,36,0,32,3,65,12,106,34,12,32,18,34,2,16,165,5,32,12,65,172,1,106,33,5,32,12,65,4,106,33,13,3,64,32,13,16,151,1,65,12,106,34,13,32,5,71,13,0,11,32,12,65,204,3,106,33,5,32,12,65,172,1,106,33,13,3,64,32,13,16,151,1,65,12,106,34,13,32,5,71,13,0,11,32,12,65,228,3,106,33,5,32,12,65,204,3,106,33,13,3,64,32,13,16,151,1,65,12,106,34,13,32,5,71,13,0,11,32,12,65,228,3,106,16,151,1,26,32,12,65,240,3,106,16,151,1,26,32,12,65,252,3,106,16,151,1,26,32,12,65,136,4,106,16,151,1,26,32,14,65,8,106,34,5,32,2,65,1,16,162,4,26,32,5,65,136,167,2,54,2,0,32,5,33,13,65,0,33,5,35,0,65,176,1,107,34,2,36,0,32,2,65,128,1,106,65,0,65,44,16,71,26,3,64,32,5,65,7,70,4,64,2,64,65,0,33,5,3,64,32,5,65,12,70,13,1,32,2,32,5,54,2,144,1,32,2,65,16,106,65,228,0,65,246,13,32,2,65,128,1,106,32,12,40,2,0,16,8,26,32,12,32,5,65,12,108,106,34,4,65,172,1,106,32,2,65,16,106,16,131,5,32,2,65,16,106,65,228,0,65,176,13,32,2,65,128,1,106,32,12,40,2,0,16,8,26,32,4,65,188,2,106,32,2,65,16,106,16,131,5,32,5,65,1,106,33,5,12,0,11,0,11,5,32,2,32,5,54,2,152,1,32,2,65,16,106,65,228,0,65,249,13,32,2,65,128,1,106,32,12,40,2,0,16,8,26,32,12,32,5,65,12,108,106,34,4,65,4,106,32,2,65,16,106,16,131,5,32,2,65,16,106,65,228,0,65,179,13,32,2,65,128,1,106,32,12,40,2,0,16,8,26,32,4,65,216,0,106,32,2,65,16,106,16,131,5,32,5,65,1,106,33,5,12,1,11,11,32,2,65,1,54,2,136,1,32,2,65,16,106,65,228,0,65,213,10,32,2,65,128,1,106,32,12,40,2,0,16,8,26,32,12,65,204,3,106,32,2,65,16,106,16,131,5,32,2,65,13,54,2,136,1,32,2,65,16,106,65,228,0,65,213,10,32,2,65,128,1,106,32,12,40,2,0,16,8,26,32,12,65,216,3,106,32,2,65,16,106,16,131,5,32,2,32,12,65,227,0,32,13,16,167,5,32,12,65,228,3,106,32,2,16,154,1,32,2,16,246,5,26,32,2,32,12,65,242,0,32,13,16,167,5,32,12,65,240,3,106,32,2,16,154,1,32,2,16,246,5,26,32,2,32,12,65,248,0,32,13,16,167,5,32,12,65,252,3,106,32,2,16,154,1,32,2,16,246,5,26,32,2,32,12,65,216,0,32,13,16,167,5,32,12,65,136,4,106,32,2,16,154,1,32,2,16,246,5,26,32,2,65,176,1,106,36,0,32,13,16,205,4,26,32,14,65,32,106,36,0,32,3,65,184,133,2,54,2,8,32,3,65,236,132,2,54,2,0,32,10,32,3,16,132,4,65,160,4,16,238,5,34,3,65,0,16,156,4,35,0,65,16,107,34,13,36,0,32,3,65,12,106,34,17,32,18,34,2,16,165,5,32,17,65,172,1,106,33,12,32,17,65,4,106,33,5,3,64,32,5,16,151,1,65,12,106,34,5,32,12,71,13,0,11,32,17,65,204,3,106,33,12,32,17,65,172,1,106,33,5,3,64,32,5,16,151,1,65,12,106,34,5,32,12,71,13,0,11,32,17,65,228,3,106,33,12,32,17,65,204,3,106,33,5,3,64,32,5,16,151,1,65,12,106,34,5,32,12,71,13,0,11,32,17,65,228,3,106,16,151,1,26,32,17,65,240,3,106,16,151,1,26,32,17,65,252,3,106,16,151,1,26,32,17,65,136,4,106,16,151,1,26,32,13,32,2,65,1,16,163,4,26,32,13,65,232,167,2,54,2,0,32,13,33,5,65,0,33,12,35,0,65,208,4,107,34,2,36,0,32,2,65,160,4,106,65,0,65,44,16,71,26,32,2,66,0,55,3,24,2,64,2,64,3,64,32,12,65,7,70,4,64,65,0,33,12,2,64,2,64,2,64,3,64,2,64,32,12,65,12,70,4,64,32,2,65,1,54,2,168,4,32,2,65,176,3,106,65,228,0,65,213,10,32,2,65,160,4,106,32,17,40,2,0,16,8,26,32,2,66,0,55,3,24,32,2,32,2,65,176,3,106,54,2,20,32,2,65,32,106,32,2,65,20,106,65,228,0,32,2,65,24,106,32,17,40,2,0,16,170,3,34,12,65,127,71,13,1,16,177,1,0,11,32,2,32,12,54,2,176,4,32,2,65,176,3,106,65,228,0,65,246,13,32,2,65,160,4,106,32,17,40,2,0,16,8,26,32,2,66,0,55,3,24,32,2,32,2,65,176,3,106,54,2,8,32,2,65,32,106,32,2,65,8,106,65,228,0,32,2,65,24,106,32,17,40,2,0,16,170,3,34,4,65,1,106,65,1,77,13,2,32,17,32,12,65,12,108,106,34,14,65,172,1,106,32,2,65,32,106,32,2,65,32,106,32,4,65,2,116,106,16,171,5,32,2,65,176,3,106,65,228,0,65,176,13,32,2,65,160,4,106,32,17,40,2,0,16,8,26,32,2,66,0,55,3,24,32,2,32,2,65,176,3,106,54,2,8,32,2,65,32,106,32,2,65,8,106,65,228,0,32,2,65,24,106,32,17,40,2,0,16,170,3,34,4,65,1,106,65,1,77,13,3,32,14,65,188,2,106,32,2,65,32,106,32,2,65,32,106,32,4,65,2,116,106,16,171,5,32,12,65,1,106,33,12,12,1,11,11,32,17,65,204,3,106,32,2,65,32,106,32,2,65,32,106,32,12,65,2,116,106,16,171,5,32,2,65,13,54,2,168,4,32,2,65,176,3,106,65,228,0,65,213,10,32,2,65,160,4,106,32,17,40,2,0,16,8,26,32,2,66,0,55,3,24,32,2,32,2,65,176,3,106,54,2,20,32,2,65,32,106,32,2,65,20,106,65,228,0,32,2,65,24,106,32,17,40,2,0,16,170,3,34,12,65,127,70,13,2,32,17,65,216,3,106,32,2,65,32,106,32,2,65,32,106,32,12,65,2,116,106,16,171,5,32,2,65,8,106,32,17,65,227,0,32,5,16,169,5,32,17,65,228,3,106,32,2,65,8,106,16,220,3,32,2,65,8,106,16,246,5,26,32,2,65,8,106,32,17,65,242,0,32,5,16,169,5,32,17,65,240,3,106,32,2,65,8,106,16,220,3,32,2,65,8,106,16,246,5,26,32,2,65,8,106,32,17,65,248,0,32,5,16,169,5,32,17,65,252,3,106,32,2,65,8,106,16,220,3,32,2,65,8,106,16,246,5,26,32,2,65,8,106,32,17,65,216,0,32,5,16,169,5,32,17,65,136,4,106,32,2,65,8,106,16,220,3,32,2,65,8,106,16,246,5,26,32,2,65,208,4,106,36,0,12,6,11,16,177,1,0,11,16,177,1,0,11,16,177,1,0,11,32,2,32,12,54,2,184,4,32,2,65,176,3,106,65,228,0,65,249,13,32,2,65,160,4,106,32,17,40,2,0,16,8,26,32,2,66,0,55,3,24,32,2,32,2,65,176,3,106,54,2,8,32,2,65,32,106,32,2,65,8,106,65,228,0,32,2,65,24,106,32,17,40,2,0,16,170,3,34,4,65,1,106,65,1,75,4,64,32,17,32,12,65,12,108,106,34,14,65,4,106,32,2,65,32,106,32,2,65,32,106,32,4,65,2,116,106,16,171,5,32,2,65,176,3,106,65,228,0,65,179,13,32,2,65,160,4,106,32,17,40,2,0,16,8,26,32,2,66,0,55,3,24,32,2,32,2,65,176,3,106,54,2,8,32,2,65,32,106,32,2,65,8,106,65,228,0,32,2,65,24,106,32,17,40,2,0,16,170,3,34,4,65,1,106,65,1,77,13,2,32,14,65,216,0,106,32,2,65,32,106,32,2,65,32,106,32,4,65,2,116,106,16,171,5,32,12,65,1,106,33,12,12,1,11,11,16,177,1,0,11,16,177,1,0,11,32,5,16,211,4,26,32,13,65,16,106,36,0,32,3,65,224,135,2,54,2,8,32,3,65,148,135,2,54,2,0,32,10,32,3,16,133,4,65,12,16,238,5,34,3,65,0,16,243,3,32,3,65,8,106,32,18,16,172,5,32,3,65,160,137,2,54,2,0,32,3,65,188,139,2,54,2,0,32,10,32,3,16,134,4,65,12,16,238,5,34,3,65,0,16,243,3,32,3,65,8,106,32,18,16,172,5,32,3,65,188,138,2,54,2,0,32,3,65,176,140,2,54,2,0,32,10,32,3,16,135,4,65,8,16,238,5,34,3,65,0,16,157,4,32,3,65,148,155,2,54,2,0,32,10,32,3,16,136,4,65,8,16,238,5,34,3,65,0,16,158,4,32,3,65,224,155,2,54,2,0,32,10,32,3,16,137,4,32,21,16,246,5,26,32,9,32,10,54,2,0,32,10,16,161,4,32,15,65,16,106,36,0,32,9,65,8,106,32,6,32,9,65,32,106,106,34,6,16,203,1,32,9,65,16,106,32,6,65,28,106,34,15,16,170,4,26,32,15,32,9,34,10,16,172,4,32,6,65,1,16,202,1,32,9,65,16,106,16,163,2,32,6,40,2,24,34,6,4,64,32,6,173,32,10,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,6,40,2,0,40,2,8,17,0,0,26,32,9,65,184,1,106,32,6,65,4,106,34,6,16,170,4,33,15,32,6,32,10,16,172,4,32,15,16,163,2,11,32,9,65,8,106,16,163,2,32,10,16,163,2,32,9,65,176,1,106,33,13,35,0,65,32,107,34,6,36,0,32,6,65,0,54,2,28,32,6,65,24,106,32,9,65,32,106,34,15,65,0,16,115,45,0,0,4,64,32,6,65,16,106,32,15,32,15,40,2,0,65,12,107,40,2,0,106,16,203,1,32,6,65,16,106,65,216,167,4,16,168,2,33,10,32,6,65,8,106,32,15,16,118,33,21,32,6,16,119,33,18,32,10,173,32,21,40,2,0,173,32,18,40,2,0,173,32,15,32,15,40,2,0,65,12,107,40,2,0,106,173,32,6,65,28,106,173,32,13,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,10,40,2,0,40,2,44,17,0,0,167,26,32,6,65,16,106,16,163,2,32,15,32,15,40,2,0,65,12,107,40,2,0,106,32,6,40,2,28,16,125,11,32,6,65,32,106,36,0,32,9,65,128,221,0,40,2,0,34,10,54,2,32,32,10,65,12,107,40,2,0,32,9,65,32,106,106,65,140,221,0,40,2,0,54,2,0,32,9,65,152,216,0,54,2,40,32,9,43,3,176,1,33,31,32,9,44,0,83,65,0,72,4,64,32,9,40,2,72,16,86,11,32,8,16,93,26,32,9,65,220,0,106,16,92,32,9,65,192,1,106,36,0,32,31,12,1,11,16,53,0,11,12,5,11,32,11,65,1,54,2,0,12,1,11,32,11,65,1,54,2,0,32,21,65,0,76,13,0,32,8,33,6,3,64,32,6,65,47,32,21,16,78,34,6,69,13,1,32,6,45,0,0,65,47,71,4,64,32,18,32,6,65,1,106,34,6,107,34,21,65,0,74,13,1,12,2,11,11,32,6,32,18,70,13,0,32,6,32,8,107,34,6,65,127,71,13,1,11,65,1,33,15,32,8,16,68,33,6,32,11,65,1,54,2,16,32,11,32,6,54,2,20,12,1,11,2,64,32,16,65,64,107,32,9,65,0,32,6,32,9,16,253,5,34,15,44,0,11,65,0,78,4,64,32,11,32,16,65,64,107,16,68,54,2,20,12,1,11,32,11,32,15,40,2,0,34,15,16,68,54,2,20,32,15,16,86,11,2,64,32,16,65,64,107,32,9,32,6,65,1,106,65,127,32,9,16,253,5,34,6,44,0,11,65,0,78,4,64,32,11,32,16,65,64,107,16,68,34,15,54,2,16,12,1,11,32,11,32,6,40,2,0,34,6,16,68,54,2,16,32,6,16,86,32,11,40,2,16,33,15,11,32,11,40,2,20,33,6,11,32,6,65,0,32,15,27,69,4,64,32,16,65,64,107,65,225,14,16,51,33,6,2,64,32,10,65,0,72,13,0,32,16,65,16,106,32,10,16,139,6,32,16,32,16,65,16,106,65,134,20,16,254,5,34,11,65,8,106,34,15,40,2,0,54,2,40,32,16,32,11,41,2,0,55,3,32,32,11,66,0,55,2,0,32,15,65,0,54,2,0,32,16,32,16,65,32,106,65,252,14,16,130,6,34,11,65,8,106,34,15,40,2,0,54,2,56,32,16,32,11,41,2,0,55,3,48,32,11,66,0,55,2,0,32,15,65,0,54,2,0,32,6,32,16,40,2,48,32,16,65,48,106,32,16,45,0,59,34,11,65,24,116,65,24,117,65,0,72,34,15,27,32,16,40,2,52,32,11,32,15,27,16,252,5,26,32,16,44,0,59,65,0,72,4,64,32,16,40,2,48,16,86,11,32,16,44,0,43,65,0,72,4,64,32,16,40,2,32,16,86,11,32,16,44,0,27,65,0,78,13,0,32,16,40,2,16,16,86,11,32,16,65,32,106,65,136,15,32,9,16,138,6,32,16,65,48,106,32,16,65,32,106,65,251,14,16,47,32,6,32,16,65,48,106,34,9,40,2,0,32,9,32,9,45,0,11,34,11,65,24,116,65,24,117,65,0,72,34,10,27,32,9,40,2,4,32,11,32,10,27,16,252,5,26,32,16,65,48,106,16,246,5,26,32,16,65,32,106,16,246,5,26,65,16,16,0,34,11,32,16,32,6,16,52,16,48,32,11,65,140,35,65,16,16,1,0,11,32,6,183,32,15,183,163,16,77,68,0,0,0,0,0,192,146,64,162,68,239,57,250,254,66,46,230,63,163,11,33,31,32,11,32,31,57,3,8,32,11,32,31,68,0,0,0,0,0,192,146,64,163,68,0,0,0,0,0,0,240,63,160,57,3,40,32,16,65,208,0,106,36,0,2,64,32,0,40,2,44,34,8,32,0,40,2,48,71,4,64,32,8,32,7,41,3,104,55,3,0,32,8,32,7,41,3,120,55,3,16,32,8,32,7,41,3,112,55,3,8,32,8,65,24,106,33,15,2,64,32,7,44,0,139,1,65,0,78,4,64,32,15,32,27,41,2,0,55,2,0,32,15,32,27,40,2,8,54,2,8,12,1,11,32,15,32,7,40,2,128,1,32,7,40,2,132,1,16,250,5,11,32,8,32,7,43,3,144,1,57,3,40,32,0,32,8,65,48,106,34,8,54,2,44,12,1,11,32,7,65,232,0,106,33,8,65,0,33,16,2,64,2,64,2,64,32,20,40,2,4,34,9,32,20,40,2,0,34,10,107,65,48,109,34,21,65,1,106,34,6,65,214,170,213,42,73,4,64,32,6,32,20,40,2,8,32,10,107,65,48,109,34,11,65,1,116,34,18,32,6,32,18,75,27,65,213,170,213,42,32,11,65,170,213,170,21,73,27,34,11,4,64,32,11,65,214,170,213,42,79,13,2,32,11,65,48,108,16,238,5,33,16,11,32,16,32,21,65,48,108,106,34,6,32,8,41,3,0,55,3,0,32,6,32,8,41,3,16,55,3,16,32,6,32,8,41,3,8,55,3,8,32,11,65,48,108,33,18,32,6,65,24,106,33,11,2,64,32,8,44,0,35,65,0,78,4,64,32,11,32,8,65,24,106,34,15,41,2,0,55,2,0,32,11,32,15,40,2,8,54,2,8,12,1,11,32,11,32,8,40,2,24,32,8,40,2,28,16,250,5,32,20,40,2,4,33,9,32,20,40,2,0,33,10,11,32,16,32,18,106,33,11,32,16,32,21,65,48,108,106,32,8,43,3,40,57,3,40,32,6,65,48,106,33,16,32,9,32,10,70,13,2,3,64,32,6,65,48,107,34,6,32,9,65,48,107,34,9,41,3,0,55,3,0,32,6,32,9,41,3,16,55,3,16,32,6,32,9,41,3,8,55,3,8,32,6,32,9,65,32,106,34,8,40,2,0,54,2,32,32,6,32,9,41,2,24,55,2,24,32,9,66,0,55,3,24,32,8,65,0,54,2,0,32,6,32,9,43,3,40,57,3,40,32,9,32,10,71,13,0,11,32,20,32,11,54,2,8,32,20,40,2,4,33,8,32,20,32,16,54,2,4,32,20,40,2,0,33,9,32,20,32,6,54,2,0,32,8,32,9,70,13,3,3,64,32,8,65,48,107,33,6,32,8,65,13,107,44,0,0,65,0,72,4,64,32,8,65,24,107,40,2,0,16,86,11,32,6,33,8,32,6,32,9,71,13,0,11,12,3,11,16,56,0,11,65,136,12,16,55,0,11,32,20,32,11,54,2,8,32,20,32,16,54,2,4,32,20,32,6,54,2,0,11,32,9,4,64,32,9,16,86,11,32,0,40,2,44,33,8,11,32,26,40,2,0,32,8,32,20,40,2,0,107,65,48,109,70,33,8,32,7,44,0,139,1,65,0,72,4,64,32,7,40,2,128,1,16,86,11,65,3,65,2,32,8,27,33,16,12,1,11,11,2,64,2,64,32,16,65,2,113,4,64,32,0,40,2,36,34,1,32,0,40,2,44,32,0,40,2,40,107,65,48,109,71,13,1,32,7,65,232,0,106,33,1,35,0,65,32,107,34,8,36,0,2,64,32,22,40,2,48,34,20,65,16,113,4,64,32,22,40,2,24,32,22,40,2,44,75,4,64,32,22,32,22,40,2,24,54,2,44,11,32,1,32,22,40,2,20,32,22,40,2,44,32,8,65,24,106,16,161,1,26,12,1,11,32,20,65,8,113,4,64,32,1,32,22,40,2,8,32,22,40,2,16,32,8,65,16,106,16,161,1,26,12,1,11,32,1,32,8,65,8,106,16,162,1,26,11,32,8,65,32,106,36,0,32,25,44,0,11,65,0,72,4,64,32,25,40,2,0,16,86,11,32,25,32,7,41,3,104,55,2,0,32,25,32,7,40,2,112,54,2,8,32,7,65,204,219,0,40,2,0,34,1,54,2,152,1,32,1,65,12,107,40,2,0,32,7,65,152,1,106,106,65,216,219,0,40,2,0,54,2,0,32,7,65,152,216,0,54,2,156,1,32,7,44,0,199,1,65,0,72,4,64,32,7,40,2,188,1,16,86,11,32,30,16,93,26,32,7,65,208,1,106,16,92,32,7,44,0,171,2,65,0,72,4,64,32,7,40,2,160,2,16,86,11,32,7,65,176,2,106,36,0,12,2,11,65,16,16,0,34,1,32,7,65,216,0,106,65,224,12,16,51,16,48,32,1,65,140,35,65,16,16,1,0,11,32,7,65,40,106,32,1,16,139,6,32,7,65,56,106,65,252,13,32,7,65,40,106,16,46,32,7,65,200,0,106,32,7,65,56,106,65,168,14,16,47,32,0,40,2,44,32,0,40,2,40,107,65,48,109,33,0,35,0,65,32,107,34,1,36,0,32,1,65,8,106,32,1,65,21,106,32,1,65,32,106,32,0,16,140,6,32,7,65,24,106,32,1,65,21,106,32,1,40,2,8,16,155,2,26,32,1,65,32,106,36,0,32,7,65,232,0,106,34,8,32,7,65,200,0,106,32,7,65,24,106,34,6,40,2,0,32,6,32,6,45,0,11,34,1,65,24,116,65,24,117,65,0,72,34,0,27,32,6,40,2,4,32,1,32,0,27,16,252,5,34,6,41,2,0,55,2,0,32,8,32,6,65,8,106,34,8,40,2,0,54,2,8,32,6,66,0,55,2,0,32,8,65,0,54,2,0,32,7,65,24,106,16,246,5,26,32,7,65,200,0,106,16,246,5,26,32,7,65,56,106,16,246,5,26,32,7,65,40,106,16,246,5,26,65,16,16,0,34,1,32,7,65,8,106,32,7,65,232,0,106,16,52,16,48,32,1,65,140,35,65,16,16,1,0,11,32,0,65,194,11,65,16,16,251,5,32,19,65,128,221,0,40,2,0,34,0,54,2,0,32,19,32,0,65,12,107,40,2,0,106,65,140,221,0,40,2,0,54,2,0,32,19,65,152,216,0,54,2,8,32,19,44,0,51,65,0,72,4,64,32,19,40,2,40,16,86,11,32,28,16,93,26,32,19,65,60,106,16,92,32,19,65,144,1,106,36,0,11,48,0,32,0,32,2,32,1,16,254,5,34,2,41,2,0,55,2,0,32,0,32,2,65,8,106,34,0,40,2,0,54,2,8,32,2,66,0,55,2,0,32,0,65,0,54,2,0,11,48,0,32,0,32,1,32,2,16,130,6,34,1,41,2,0,55,2,0,32,0,32,1,65,8,106,34,0,40,2,0,54,2,8,32,1,66,0,55,2,0,32,0,65,0,54,2,0,11,64,0,32,0,65,160,35,54,2,0,32,0,65,4,106,33,0,32,1,44,0,11,65,0,78,4,64,32,0,32,1,41,2,0,55,2,0,32,0,32,1,40,2,8,54,2,8,15,11,32,0,32,1,40,2,0,32,1,40,2,4,16,250,5,11,30,0,32,0,65,160,35,54,2,0,32,0,44,0,15,65,0,72,4,64,32,0,40,2,4,16,86,11,32,0,11,238,1,1,6,127,35,0,65,16,107,34,3,36,0,32,3,32,0,16,127,33,5,2,64,32,3,45,0,0,69,13,0,32,1,32,2,106,34,6,32,1,32,0,32,0,40,2,0,65,12,107,40,2,0,106,34,2,40,2,4,65,176,1,113,65,32,70,27,33,7,32,2,40,2,24,33,8,32,2,40,2,76,34,4,65,127,70,4,64,32,3,65,8,106,32,2,16,203,1,32,3,65,8,106,65,148,169,4,16,168,2,34,4,173,65,32,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,4,40,2,0,40,2,28,17,0,0,167,33,4,32,3,65,8,106,16,163,2,32,2,32,4,54,2,76,11,32,8,32,1,32,7,32,6,32,2,32,4,65,24,116,65,24,117,16,54,13,0,32,0,32,0,40,2,0,65,12,107,40,2,0,106,34,2,32,2,40,2,16,65,5,114,16,204,1,11,32,5,16,129,1,32,3,65,16,106,36,0,32,0,11,116,1,3,127,32,1,16,81,34,2,65,112,73,4,64,2,64,2,64,32,2,65,11,79,4,64,32,2,65,16,106,65,112,113,34,4,16,238,5,33,3,32,0,32,4,65,128,128,128,128,120,114,54,2,8,32,0,32,3,54,2,0,32,0,32,2,54,2,4,12,1,11,32,0,32,2,58,0,11,32,0,33,3,32,2,69,13,1,11,32,3,32,1,32,2,16,69,26,11,32,2,32,3,106,65,0,58,0,0,32,0,15,11,16,53,0,11,53,0,32,1,44,0,11,65,0,78,4,64,32,0,32,1,41,2,0,55,2,0,32,0,32,1,40,2,8,54,2,8,32,0,15,11,32,0,32,1,40,2,0,32,1,40,2,4,16,250,5,32,0,11,8,0,65,221,11,16,55,0,11,252,2,1,4,127,35,0,65,16,107,34,6,36,0,2,64,32,0,69,13,0,32,4,40,2,12,33,7,32,2,32,1,107,34,9,65,0,74,4,64,32,0,173,32,1,173,32,9,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,48,17,0,0,167,32,9,71,13,1,11,32,7,32,3,32,1,107,34,8,107,65,0,32,7,32,8,74,27,34,1,4,64,2,64,32,1,65,11,79,4,64,32,1,65,16,106,65,112,113,34,8,16,238,5,33,7,32,6,32,8,65,128,128,128,128,120,114,54,2,8,32,6,32,7,54,2,0,32,6,32,1,54,2,4,12,1,11,32,6,32,1,58,0,11,32,6,33,7,11,65,0,33,8,32,7,32,5,32,1,16,71,32,1,106,65,0,58,0,0,32,0,173,32,6,40,2,0,32,6,32,6,44,0,11,65,0,72,27,173,32,1,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,48,17,0,0,167,33,7,32,6,44,0,11,65,0,72,4,64,32,6,40,2,0,16,86,11,32,1,32,7,71,13,1,11,32,3,32,2,107,34,1,65,0,74,4,64,65,0,33,8,32,0,173,32,2,173,32,1,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,48,17,0,0,167,32,1,71,13,1,11,32,4,65,0,54,2,12,32,0,33,8,11,32,6,65,16,106,36,0,32,8,11,101,1,3,127,65,8,16,0,34,1,65,128,174,2,54,2,0,32,1,65,172,174,2,54,2,0,32,0,16,81,34,2,65,13,106,16,238,5,34,3,65,0,54,2,8,32,3,32,2,54,2,4,32,3,32,2,54,2,0,32,1,65,4,106,32,3,65,12,106,32,0,32,2,65,1,106,16,69,54,2,0,32,1,65,220,174,2,54,2,0,32,1,65,252,174,2,65,17,16,1,0,11,8,0,65,137,10,16,55,0,11,32,0,32,0,65,160,35,54,2,0,32,0,44,0,15,65,0,72,4,64,32,0,40,2,4,16,86,11,32,0,16,86,11,30,1,1,127,32,0,65,4,106,33,1,32,0,44,0,15,65,0,72,4,127,32,1,40,2,0,5,32,1,11,11,12,0,32,0,65,180,35,54,2,0,32,0,11,14,0,32,0,65,180,35,54,2,0,32,0,16,86,11,51,0,32,0,65,12,106,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,12,40,2,0,17,0,0,167,26,11,13,0,32,0,32,1,65,2,116,106,40,2,4,11,4,0,65,1,11,4,0,65,12,11,59,0,32,0,65,16,16,238,5,34,1,54,2,0,32,0,66,143,128,128,128,128,130,128,128,128,127,55,2,4,32,1,65,241,11,41,0,0,55,0,7,32,1,65,234,11,41,0,0,55,0,0,32,1,65,0,58,0,15,11,142,26,2,18,127,5,124,2,64,65,224,161,4,45,0,0,65,1,113,13,0,65,224,161,4,16,141,6,69,13,0,35,0,65,144,1,107,34,4,36,0,32,4,65,144,1,16,238,5,34,12,54,2,8,32,4,66,128,129,128,128,128,146,128,128,128,127,55,2,12,32,12,65,202,20,65,128,1,16,69,65,0,58,0,128,1,2,64,32,4,65,216,0,106,32,4,65,8,106,16,45,11,32,4,44,0,19,65,0,72,4,64,32,4,40,2,8,16,86,11,32,4,66,0,55,3,56,32,4,65,215,0,106,34,12,65,0,58,0,0,32,4,65,0,59,0,75,32,4,66,12,55,3,48,32,4,66,128,128,128,128,128,128,128,160,192,0,55,3,40,32,4,66,216,242,138,134,165,192,150,184,192,0,55,3,32,32,4,65,60,54,2,24,32,4,66,255,128,128,128,192,7,55,3,16,32,4,66,0,55,3,8,32,4,65,0,58,0,64,35,0,65,48,107,34,10,36,0,65,216,208,3,65,16,16,238,5,34,0,54,2,0,65,220,208,3,66,139,128,128,128,128,130,128,128,128,127,55,2,0,32,0,65,159,13,40,0,0,54,0,7,32,0,65,152,13,41,0,0,55,0,0,32,0,65,0,58,0,11,65,251,208,3,65,0,58,0,0,65,228,208,3,65,0,58,0,0,65,239,208,3,65,0,59,0,0,65,252,208,3,66,0,55,2,0,65,132,209,3,66,0,55,2,0,65,192,209,3,66,0,55,2,0,65,184,209,3,66,12,55,3,0,65,176,209,3,66,128,128,128,128,128,128,128,160,192,0,55,3,0,65,168,209,3,66,216,242,138,134,165,192,150,184,192,0,55,3,0,65,160,209,3,65,60,54,2,0,65,152,209,3,66,255,128,128,128,192,7,55,3,0,65,144,209,3,66,0,55,3,0,65,223,209,3,65,0,58,0,0,65,200,209,3,65,0,58,0,0,65,211,209,3,65,0,59,0,0,2,64,2,64,2,64,32,4,65,216,0,106,34,11,34,0,65,216,208,3,71,4,64,32,0,45,0,11,34,2,65,24,116,65,24,117,33,1,2,64,65,227,208,3,44,0,0,65,0,78,4,64,32,1,65,0,78,4,64,65,216,208,3,32,0,41,2,0,55,2,0,65,224,208,3,32,0,40,2,8,54,2,0,12,2,11,65,216,208,3,32,0,40,2,0,32,0,40,2,4,16,128,6,12,1,11,65,216,208,3,32,0,40,2,0,32,0,32,1,65,0,72,34,1,27,32,0,40,2,4,32,2,32,1,27,16,255,5,26,11,32,0,65,12,106,33,2,32,0,45,0,23,34,3,65,24,116,65,24,117,33,1,2,64,65,239,208,3,44,0,0,65,0,78,4,64,32,1,65,0,78,4,64,65,228,208,3,32,2,41,2,0,55,2,0,65,236,208,3,32,2,40,2,8,54,2,0,12,2,11,65,228,208,3,32,0,40,2,12,32,0,40,2,16,16,128,6,12,1,11,65,228,208,3,32,0,40,2,12,32,2,32,1,65,0,72,34,1,27,32,0,40,2,16,32,3,32,1,27,16,255,5,26,11,32,0,65,24,106,33,2,32,0,45,0,35,34,3,65,24,116,65,24,117,33,1,65,251,208,3,44,0,0,65,0,78,4,64,32,1,65,0,72,13,2,65,240,208,3,32,2,41,2,0,55,2,0,65,248,208,3,32,2,40,2,8,54,2,0,12,3,11,65,240,208,3,32,0,40,2,24,32,2,32,1,65,0,72,34,1,27,32,0,40,2,28,32,3,32,1,27,16,255,5,26,12,2,11,65,252,208,3,32,0,40,2,36,54,2,0,12,2,11,65,240,208,3,32,0,40,2,24,32,0,40,2,28,16,128,6,11,65,252,208,3,32,0,40,2,36,54,2,0,2,64,32,0,40,2,44,34,5,32,0,40,2,40,34,1,107,65,48,109,34,7,65,136,209,3,40,2,0,34,0,65,128,209,3,40,2,0,34,2,107,65,48,109,77,4,64,32,1,32,1,65,132,209,3,40,2,0,32,2,107,65,48,109,34,9,65,48,108,106,34,0,32,5,32,7,32,9,75,27,34,13,71,4,64,3,64,32,2,32,1,41,3,0,55,3,0,32,2,32,1,41,3,16,55,3,16,32,2,32,1,41,3,8,55,3,8,2,64,32,1,32,2,70,13,0,32,1,65,24,106,34,8,45,0,11,34,14,65,24,116,65,24,117,33,6,32,2,65,24,106,34,3,44,0,11,65,0,78,4,64,32,6,65,0,78,4,64,32,3,32,8,41,2,0,55,2,0,32,3,32,8,40,2,8,54,2,8,12,2,11,32,3,32,1,40,2,24,32,1,40,2,28,16,128,6,12,1,11,32,3,32,1,40,2,24,32,8,32,6,65,0,72,34,6,27,32,1,40,2,28,32,14,32,6,27,16,255,5,26,11,32,2,32,1,43,3,40,57,3,40,32,2,65,48,106,33,2,32,1,65,48,106,34,1,32,13,71,13,0,11,11,65,132,209,3,40,2,0,33,1,32,7,32,9,75,4,64,32,5,32,13,71,4,64,3,64,32,1,32,0,41,3,0,55,3,0,32,1,32,0,41,3,16,55,3,16,32,1,32,0,41,3,8,55,3,8,32,1,65,24,106,33,2,2,64,32,0,44,0,35,65,0,78,4,64,32,2,32,0,65,24,106,34,3,41,2,0,55,2,0,32,2,32,3,40,2,8,54,2,8,12,1,11,32,2,32,0,40,2,24,32,0,40,2,28,16,250,5,11,32,1,32,0,43,3,40,57,3,40,32,1,65,48,106,33,1,32,0,65,48,106,34,0,32,5,71,13,0,11,11,65,132,209,3,32,1,54,2,0,12,2,11,32,1,32,2,71,4,64,3,64,32,1,65,48,107,33,0,32,1,65,13,107,44,0,0,65,0,72,4,64,32,1,65,24,107,40,2,0,16,86,11,32,2,32,0,34,1,71,13,0,11,11,65,132,209,3,32,2,54,2,0,12,1,11,32,2,4,64,32,2,65,132,209,3,40,2,0,34,0,70,4,127,32,2,5,3,64,32,0,65,48,107,33,3,32,0,65,13,107,44,0,0,65,0,72,4,64,32,0,65,24,107,40,2,0,16,86,11,32,3,34,0,32,2,71,13,0,11,65,128,209,3,40,2,0,11,33,0,65,132,209,3,32,2,54,2,0,32,0,16,86,65,136,209,3,65,0,54,2,0,65,128,209,3,66,0,55,2,0,65,0,33,0,11,2,64,32,7,65,214,170,213,42,79,13,0,32,7,32,0,65,48,109,34,2,65,1,116,34,0,32,0,32,7,73,27,65,213,170,213,42,32,2,65,170,213,170,21,73,27,34,2,65,214,170,213,42,79,13,0,65,128,209,3,32,2,65,48,108,34,0,16,238,5,34,2,54,2,0,65,132,209,3,32,2,54,2,0,65,136,209,3,32,0,32,2,106,54,2,0,32,1,32,5,71,4,64,3,64,32,2,32,1,41,3,0,55,3,0,32,2,32,1,41,3,16,55,3,16,32,2,32,1,41,3,8,55,3,8,32,2,65,24,106,33,0,2,64,32,1,44,0,35,65,0,78,4,64,32,0,32,1,65,24,106,34,3,41,2,0,55,2,0,32,0,32,3,40,2,8,54,2,8,12,1,11,32,0,32,1,40,2,24,32,1,40,2,28,16,250,5,11,32,2,32,1,43,3,40,57,3,40,32,2,65,48,106,33,2,32,1,65,48,106,34,1,32,5,71,13,0,11,11,65,132,209,3,32,2,54,2,0,12,1,11,16,56,0,11,11,65,144,209,3,32,4,65,8,106,34,7,34,1,41,3,0,55,3,0,65,184,209,3,32,1,40,2,40,54,2,0,65,176,209,3,32,1,41,3,32,55,3,0,65,168,209,3,32,1,41,3,24,55,3,0,65,160,209,3,32,1,41,3,16,55,3,0,65,152,209,3,32,1,41,3,8,55,3,0,32,1,65,144,209,3,71,4,64,2,64,2,64,32,1,40,2,48,34,8,32,1,40,2,44,34,3,107,34,2,65,2,117,34,5,65,196,209,3,40,2,0,34,6,65,188,209,3,40,2,0,34,0,107,65,2,117,77,4,64,32,3,65,192,209,3,40,2,0,32,0,107,34,2,106,32,8,32,5,32,2,65,2,117,34,6,75,27,34,9,32,3,107,34,2,4,64,32,0,32,3,32,2,16,70,11,32,5,32,6,75,4,64,65,192,209,3,40,2,0,33,3,65,192,209,3,32,8,32,9,107,34,0,65,0,74,4,127,32,3,32,9,32,0,16,69,32,0,106,5,32,3,11,54,2,0,12,2,11,65,192,209,3,32,0,32,2,106,54,2,0,12,1,11,32,0,4,64,65,192,209,3,32,0,54,2,0,32,0,16,86,65,196,209,3,65,0,54,2,0,65,188,209,3,66,0,55,2,0,65,0,33,6,11,2,64,32,2,65,0,72,13,0,32,5,32,6,65,1,117,34,0,32,0,32,5,73,27,65,255,255,255,255,3,32,6,65,252,255,255,255,7,73,27,34,0,65,128,128,128,128,4,79,13,0,65,188,209,3,32,0,65,2,116,34,5,16,238,5,34,0,54,2,0,65,192,209,3,32,0,54,2,0,65,196,209,3,32,0,32,5,106,54,2,0,65,192,209,3,32,2,4,127,32,0,32,3,32,2,16,69,32,2,106,5,32,0,11,54,2,0,12,1,11,16,56,0,11,32,1,65,56,106,33,2,32,1,45,0,67,34,3,65,24,116,65,24,117,33,0,2,64,65,211,209,3,44,0,0,65,0,78,4,64,32,0,65,0,78,4,64,65,200,209,3,32,2,41,2,0,55,2,0,65,208,209,3,32,2,40,2,8,54,2,0,12,2,11,65,200,209,3,32,1,40,2,56,32,1,40,2,60,16,128,6,12,1,11,65,200,209,3,32,1,40,2,56,32,2,32,0,65,0,72,34,0,27,32,1,40,2,60,32,3,32,0,27,16,255,5,26,11,32,1,65,196,0,106,33,2,32,1,45,0,79,34,3,65,24,116,65,24,117,33,0,65,223,209,3,44,0,0,65,0,78,4,64,32,0,65,0,78,4,64,65,212,209,3,32,2,41,2,0,55,2,0,65,220,209,3,32,2,40,2,8,54,2,0,12,2,11,65,212,209,3,32,1,40,2,68,32,1,40,2,72,16,128,6,12,1,11,65,212,209,3,32,1,40,2,68,32,2,32,0,65,0,72,34,0,27,32,1,40,2,72,32,3,32,0,27,16,255,5,26,11,11,2,124,2,64,2,64,32,11,40,2,36,34,0,65,0,74,4,64,32,7,40,2,16,34,1,32,7,40,2,12,34,3,107,33,2,32,1,65,128,2,106,33,9,32,7,43,3,32,16,77,68,239,57,250,254,66,46,230,63,163,68,0,0,0,0,0,0,240,191,160,33,21,32,7,40,2,0,65,0,74,4,64,32,7,40,2,44,32,2,65,2,116,106,40,2,0,33,2,11,32,2,69,4,64,32,11,40,2,40,33,8,65,0,33,2,68,0,0,0,0,0,0,0,0,12,4,11,32,11,40,2,40,34,8,32,0,65,48,108,106,65,8,107,43,3,0,68,0,0,0,0,0,0,240,191,160,33,20,32,2,65,0,72,13,1,12,2,11,65,16,16,0,33,0,32,10,32,11,40,2,36,16,139,6,32,10,65,16,106,65,140,20,32,10,16,46,32,10,65,32,106,32,10,65,16,106,65,217,14,16,47,32,0,32,10,65,32,106,16,48,32,0,65,140,35,65,16,16,1,0,11,3,64,32,20,32,19,160,33,19,32,0,32,2,106,34,2,65,0,72,13,0,11,11,32,0,32,2,72,4,64,3,64,32,19,32,20,161,33,19,32,2,32,0,107,34,2,32,0,74,13,0,11,11,32,2,69,4,64,65,0,33,2,32,19,154,12,1,11,32,2,65,48,108,32,8,106,65,8,107,43,3,0,68,0,0,0,0,0,0,240,191,160,32,19,161,11,33,22,65,128,126,32,3,107,33,13,32,9,65,2,116,65,224,145,4,106,33,14,32,9,65,3,116,65,216,208,3,106,34,0,65,136,1,106,33,15,32,0,65,136,33,106,33,16,32,7,40,2,44,33,17,32,21,68,0,0,0,0,0,0,240,63,160,34,20,16,74,33,23,65,0,33,0,3,64,2,64,32,0,32,9,70,4,64,32,16,32,20,57,3,0,32,15,32,23,57,3,0,32,14,32,2,32,11,40,2,36,111,54,2,0,12,1,11,32,0,32,13,106,33,1,2,64,2,64,2,127,32,7,40,2,0,34,5,69,4,64,32,1,65,1,107,34,3,32,3,32,11,40,2,36,34,1,109,34,6,32,1,108,107,34,3,65,31,117,32,1,113,32,3,106,12,1,11,65,127,33,3,32,1,65,0,32,17,32,1,32,5,111,34,6,65,31,117,32,5,113,32,6,106,34,5,65,2,116,106,40,2,0,34,6,32,5,107,32,6,65,0,72,34,5,27,106,65,1,107,34,18,32,11,40,2,36,34,1,109,33,6,32,5,13,1,32,18,32,1,32,6,108,107,34,3,65,31,117,32,1,113,32,3,106,11,33,5,32,3,65,31,117,32,6,106,183,32,1,65,48,108,32,8,106,65,8,107,43,3,0,68,0,0,0,0,0,0,240,191,160,162,32,8,32,5,65,48,108,106,43,3,40,160,32,22,161,33,19,32,5,65,1,106,32,1,111,33,3,12,1,11,68,0,0,0,0,0,0,0,0,33,19,11,32,0,65,2,116,65,224,145,4,106,32,3,54,2,0,32,0,65,3,116,65,216,208,3,106,34,1,32,21,32,19,160,34,19,16,74,57,3,136,1,32,1,65,136,33,106,32,19,57,3,0,11,32,0,65,1,106,34,0,65,128,4,71,13,0,11,32,10,65,48,106,36,0,32,12,44,0,0,65,0,72,4,64,32,4,40,2,76,16,86,11,32,4,44,0,75,65,0,72,4,64,32,4,40,2,64,16,86,11,32,4,40,2,52,34,0,4,64,32,4,32,0,54,2,56,32,0,16,86,11,32,4,40,2,128,1,34,1,4,64,32,1,32,4,40,2,132,1,34,0,70,4,127,32,1,5,3,64,32,0,65,48,107,33,12,32,0,65,13,107,44,0,0,65,0,72,4,64,32,0,65,24,107,40,2,0,16,86,11,32,1,32,12,34,0,71,13,0,11,32,4,40,2,128,1,11,33,0,32,4,32,1,54,2,132,1,32,0,16,86,11,32,4,44,0,123,65,0,72,4,64,32,4,40,2,112,16,86,11,32,4,44,0,111,65,0,72,4,64,32,4,40,2,100,16,86,11,32,4,44,0,99,65,0,72,4,64,32,4,40,2,88,16,86,11,32,4,65,144,1,106,36,0,65,224,161,4,16,143,6,11,65,216,208,3,11,230,1,1,1,127,65,223,209,3,44,0,0,65,0,72,4,64,65,212,209,3,40,2,0,16,86,11,65,211,209,3,44,0,0,65,0,72,4,64,65,200,209,3,40,2,0,16,86,11,65,188,209,3,40,2,0,34,0,4,64,65,192,209,3,32,0,54,2,0,32,0,16,86,11,65,128,209,3,40,2,0,34,1,4,64,32,1,65,132,209,3,40,2,0,34,0,70,4,127,32,1,5,3,64,32,0,65,13,107,44,0,0,65,0,72,4,64,32,0,65,24,107,40,2,0,16,86,11,32,0,65,48,107,34,0,32,1,71,13,0,11,65,128,209,3,40,2,0,11,33,0,65,132,209,3,32,1,54,2,0,32,0,16,86,11,65,251,208,3,44,0,0,65,0,72,4,64,65,240,208,3,40,2,0,16,86,11,65,239,208,3,44,0,0,65,0,72,4,64,65,228,208,3,40,2,0,16,86,11,65,227,208,3,44,0,0,65,0,72,4,64,65,216,208,3,40,2,0,16,86,11,11,121,1,4,127,3,64,32,0,34,1,65,1,106,33,0,32,1,44,0,0,16,76,13,0,11,2,64,2,64,2,64,32,1,44,0,0,34,4,65,43,107,14,3,1,2,0,2,11,65,1,33,3,11,32,0,44,0,0,33,4,32,0,33,1,11,32,4,16,75,4,64,3,64,32,2,65,10,108,32,1,44,0,0,107,65,48,106,33,2,32,1,44,0,1,33,0,32,1,65,1,106,33,1,32,0,16,75,13,0,11,11,32,2,65,0,32,2,107,32,3,27,11,129,4,1,3,127,32,2,65,128,4,79,4,64,32,0,32,1,32,2,16,2,26,32,0,15,11,32,0,32,2,106,33,3,2,64,32,0,32,1,115,65,3,113,69,4,64,2,64,32,0,65,3,113,69,4,64,32,0,33,2,12,1,11,32,2,69,4,64,32,0,33,2,12,1,11,32,0,33,2,3,64,32,2,32,1,45,0,0,58,0,0,32,1,65,1,106,33,1,32,2,65,1,106,34,2,65,3,113,69,13,1,32,2,32,3,73,13,0,11,11,2,64,32,3,65,124,113,34,4,65,192,0,73,13,0,32,2,32,4,65,64,106,34,5,75,13,0,3,64,32,2,32,1,40,2,0,54,2,0,32,2,32,1,40,2,4,54,2,4,32,2,32,1,40,2,8,54,2,8,32,2,32,1,40,2,12,54,2,12,32,2,32,1,40,2,16,54,2,16,32,2,32,1,40,2,20,54,2,20,32,2,32,1,40,2,24,54,2,24,32,2,32,1,40,2,28,54,2,28,32,2,32,1,40,2,32,54,2,32,32,2,32,1,40,2,36,54,2,36,32,2,32,1,40,2,40,54,2,40,32,2,32,1,40,2,44,54,2,44,32,2,32,1,40,2,48,54,2,48,32,2,32,1,40,2,52,54,2,52,32,2,32,1,40,2,56,54,2,56,32,2,32,1,40,2,60,54,2,60,32,1,65,64,107,33,1,32,2,65,64,107,34,2,32,5,77,13,0,11,11,32,2,32,4,79,13,1,3,64,32,2,32,1,40,2,0,54,2,0,32,1,65,4,106,33,1,32,2,65,4,106,34,2,32,4,73,13,0,11,12,1,11,32,3,65,4,73,4,64,32,0,33,2,12,1,11,32,0,32,3,65,4,107,34,4,75,4,64,32,0,33,2,12,1,11,32,0,33,2,3,64,32,2,32,1,45,0,0,58,0,0,32,2,32,1,45,0,1,58,0,1,32,2,32,1,45,0,2,58,0,2,32,2,32,1,45,0,3,58,0,3,32,1,65,4,106,33,1,32,2,65,4,106,34,2,32,4,77,13,0,11,11,32,2,32,3,73,4,64,3,64,32,2,32,1,45,0,0,58,0,0,32,1,65,1,106,33,1,32,2,65,1,106,34,2,32,3,71,13,0,11,11,32,0,11,231,2,1,2,127,2,64,32,0,32,1,70,13,0,32,1,32,0,32,2,106,34,3,107,65,0,32,2,65,1,116,107,77,4,64,32,0,32,1,32,2,16,69,26,15,11,32,0,32,1,115,65,3,113,33,4,2,64,2,64,32,0,32,1,73,4,64,32,4,4,64,32,0,33,3,12,3,11,32,0,65,3,113,69,4,64,32,0,33,3,12,2,11,32,0,33,3,3,64,32,2,69,13,4,32,3,32,1,45,0,0,58,0,0,32,1,65,1,106,33,1,32,2,65,1,107,33,2,32,3,65,1,106,34,3,65,3,113,13,0,11,12,1,11,2,64,32,4,13,0,32,3,65,3,113,4,64,3,64,32,2,69,13,5,32,0,32,2,65,1,107,34,2,106,34,3,32,1,32,2,106,45,0,0,58,0,0,32,3,65,3,113,13,0,11,11,32,2,65,3,77,13,0,3,64,32,0,32,2,65,4,107,34,2,106,32,1,32,2,106,40,2,0,54,2,0,32,2,65,3,75,13,0,11,11,32,2,69,13,2,3,64,32,0,32,2,65,1,107,34,2,106,32,1,32,2,106,45,0,0,58,0,0,32,2,13,0,11,12,2,11,32,2,65,3,77,13,0,3,64,32,3,32,1,40,2,0,54,2,0,32,1,65,4,106,33,1,32,3,65,4,106,33,3,32,2,65,4,107,34,2,65,3,75,13,0,11,11,32,2,69,13,0,3,64,32,3,32,1,45,0,0,58,0,0,32,3,65,1,106,33,3,32,1,65,1,106,33,1,32,2,65,1,107,34,2,13,0,11,11,11,242,2,2,2,127,1,126,2,64,32,2,69,13,0,32,0,32,1,58,0,0,32,0,32,2,106,34,3,65,1,107,32,1,58,0,0,32,2,65,3,73,13,0,32,0,32,1,58,0,2,32,0,32,1,58,0,1,32,3,65,3,107,32,1,58,0,0,32,3,65,2,107,32,1,58,0,0,32,2,65,7,73,13,0,32,0,32,1,58,0,3,32,3,65,4,107,32,1,58,0,0,32,2,65,9,73,13,0,32,0,65,0,32,0,107,65,3,113,34,4,106,34,3,32,1,65,255,1,113,65,129,130,132,8,108,34,1,54,2,0,32,3,32,2,32,4,107,65,124,113,34,4,106,34,2,65,4,107,32,1,54,2,0,32,4,65,9,73,13,0,32,3,32,1,54,2,8,32,3,32,1,54,2,4,32,2,65,8,107,32,1,54,2,0,32,2,65,12,107,32,1,54,2,0,32,4,65,25,73,13,0,32,3,32,1,54,2,24,32,3,32,1,54,2,20,32,3,32,1,54,2,16,32,3,32,1,54,2,12,32,2,65,16,107,32,1,54,2,0,32,2,65,20,107,32,1,54,2,0,32,2,65,24,107,32,1,54,2,0,32,2,65,28,107,32,1,54,2,0,32,4,32,3,65,4,113,65,24,114,34,4,107,34,2,65,32,73,13,0,32,1,173,66,129,128,128,128,16,126,33,5,32,3,32,4,106,33,1,3,64,32,1,32,5,55,3,24,32,1,32,5,55,3,16,32,1,32,5,55,3,8,32,1,32,5,55,3,0,32,1,65,32,106,33,1,32,2,65,32,107,34,2,65,31,75,13,0,11,11,32,0,11,24,1,1,127,35,0,65,16,107,34,1,32,0,57,3,8,32,1,43,3,8,32,0,162,11,140,4,3,3,124,2,127,2,126,2,124,2,64,32,0,189,34,6,66,52,136,167,65,255,15,113,34,4,65,201,7,107,65,63,73,4,64,32,4,33,5,12,1,11,32,4,65,200,7,77,4,64,32,0,68,0,0,0,0,0,0,240,63,160,15,11,32,4,65,137,8,73,13,0,68,0,0,0,0,0,0,0,0,32,6,66,128,128,128,128,128,128,128,120,81,13,1,26,32,4,65,255,15,70,4,64,32,0,68,0,0,0,0,0,0,240,63,160,15,11,32,6,66,0,83,4,64,68,0,0,0,0,0,0,0,16,16,72,15,11,68,0,0,0,0,0,0,0,112,16,72,15,11,65,240,36,43,3,0,32,0,162,65,248,36,43,3,0,34,1,160,34,2,32,1,161,34,1,65,136,37,43,3,0,162,32,1,65,128,37,43,3,0,162,32,0,160,160,34,0,32,0,162,34,1,32,1,162,32,0,65,168,37,43,3,0,162,65,160,37,43,3,0,160,162,32,1,32,0,65,152,37,43,3,0,162,65,144,37,43,3,0,160,162,32,2,189,34,6,167,65,4,116,65,240,15,113,34,4,65,224,37,106,43,3,0,32,0,160,160,160,33,0,32,4,65,232,37,106,41,3,0,32,6,66,45,134,124,33,7,32,5,69,4,64,2,124,32,6,66,128,128,128,128,8,131,80,4,64,32,7,66,128,128,128,128,128,128,128,136,63,125,191,34,1,32,0,162,32,1,160,68,0,0,0,0,0,0,0,127,162,12,1,11,35,0,65,16,107,33,4,32,7,66,128,128,128,128,128,128,128,240,63,124,191,34,1,32,0,162,34,2,32,1,160,34,0,68,0,0,0,0,0,0,240,63,99,4,124,32,4,66,128,128,128,128,128,128,128,8,55,3,8,32,4,32,4,43,3,8,68,0,0,0,0,0,0,16,0,162,57,3,8,68,0,0,0,0,0,0,0,0,32,0,68,0,0,0,0,0,0,240,63,160,34,3,32,2,32,1,32,0,161,160,32,0,68,0,0,0,0,0,0,240,63,32,3,161,160,160,160,68,0,0,0,0,0,0,240,191,160,34,0,32,0,68,0,0,0,0,0,0,0,0,97,27,5,32,0,11,68,0,0,0,0,0,0,16,0,162,11,15,11,32,7,191,34,1,32,0,162,32,1,160,11,11,148,4,3,2,127,3,124,2,126,2,124,32,0,189,34,6,66,52,136,167,65,255,15,113,34,1,65,201,7,107,65,63,79,4,64,32,1,65,200,7,77,4,64,32,0,68,0,0,0,0,0,0,240,63,160,15,11,2,64,32,1,65,137,8,73,13,0,68,0,0,0,0,0,0,0,0,32,6,66,128,128,128,128,128,128,128,120,81,13,2,26,32,1,65,255,15,70,4,64,32,0,68,0,0,0,0,0,0,240,63,160,15,11,32,6,66,0,89,4,64,68,0,0,0,0,0,0,0,112,16,72,15,11,32,6,66,128,128,128,128,128,128,179,200,64,84,13,0,68,0,0,0,0,0,0,0,16,16,72,15,11,65,0,32,1,32,6,66,1,134,66,128,128,128,128,128,128,128,141,129,127,86,27,33,1,11,32,0,65,176,37,43,3,0,34,3,32,0,160,34,4,32,3,161,161,34,0,32,0,162,34,3,32,3,162,32,0,65,216,37,43,3,0,162,65,208,37,43,3,0,160,162,32,3,32,0,65,200,37,43,3,0,162,65,192,37,43,3,0,160,162,32,0,65,184,37,43,3,0,162,32,4,189,34,6,167,65,4,116,65,240,15,113,34,2,65,224,37,106,43,3,0,160,160,160,33,0,32,2,65,232,37,106,41,3,0,32,6,66,45,134,124,33,7,32,1,69,4,64,2,124,32,6,66,128,128,128,128,8,131,80,4,64,32,7,66,128,128,128,128,128,128,128,8,125,191,34,3,32,0,162,32,3,160,34,0,32,0,160,12,1,11,35,0,65,16,107,33,1,32,7,66,128,128,128,128,128,128,128,240,63,124,191,34,3,32,0,162,34,4,32,3,160,34,0,68,0,0,0,0,0,0,240,63,99,4,124,32,1,66,128,128,128,128,128,128,128,8,55,3,8,32,1,32,1,43,3,8,68,0,0,0,0,0,0,16,0,162,57,3,8,68,0,0,0,0,0,0,0,0,32,0,68,0,0,0,0,0,0,240,63,160,34,5,32,4,32,3,32,0,161,160,32,0,68,0,0,0,0,0,0,240,63,32,5,161,160,160,160,68,0,0,0,0,0,0,240,191,160,34,0,32,0,68,0,0,0,0,0,0,0,0,97,27,5,32,0,11,68,0,0,0,0,0,0,16,0,162,11,15,11,32,7,191,34,3,32,0,162,32,3,160,11,11,10,0,32,0,65,48,107,65,10,73,11,16,0,32,0,65,32,70,32,0,65,9,107,65,5,73,114,11,210,4,3,6,124,1,127,2,126,32,0,189,34,8,66,128,128,128,128,128,128,128,247,63,125,66,255,255,255,255,255,159,194,1,88,4,64,32,8,66,128,128,128,128,128,128,128,248,63,81,4,64,68,0,0,0,0,0,0,0,0,15,11,32,0,68,0,0,0,0,0,0,240,191,160,34,0,32,0,32,0,68,0,0,0,0,0,0,160,65,162,34,1,160,32,1,161,34,1,32,1,162,65,152,54,43,3,0,34,4,162,34,5,160,34,6,32,0,32,0,32,0,162,34,2,162,34,3,32,3,32,3,32,3,65,232,54,43,3,0,162,32,2,65,224,54,43,3,0,162,32,0,65,216,54,43,3,0,162,65,208,54,43,3,0,160,160,160,162,32,2,65,200,54,43,3,0,162,32,0,65,192,54,43,3,0,162,65,184,54,43,3,0,160,160,160,162,32,2,65,176,54,43,3,0,162,32,0,65,168,54,43,3,0,162,65,160,54,43,3,0,160,160,160,162,32,0,32,1,161,32,4,162,32,0,32,1,160,162,32,5,32,0,32,6,161,160,160,160,160,15,11,2,64,32,8,66,48,136,167,34,7,65,240,255,1,107,65,159,128,126,77,4,64,32,8,66,255,255,255,255,255,255,255,255,255,0,131,80,4,64,35,0,65,16,107,34,7,68,0,0,0,0,0,0,240,191,57,3,8,32,7,43,3,8,68,0,0,0,0,0,0,0,0,163,15,11,32,8,66,128,128,128,128,128,128,128,248,255,0,81,13,1,32,7,65,128,128,2,113,69,32,7,65,240,255,1,113,65,240,255,1,71,113,69,4,64,32,0,32,0,161,34,0,32,0,163,15,11,32,0,68,0,0,0,0,0,0,48,67,162,189,66,128,128,128,128,128,128,128,160,3,125,33,8,11,32,8,66,128,128,128,128,128,128,128,243,63,125,34,9,66,52,135,167,183,34,2,65,224,53,43,3,0,162,32,9,66,45,136,167,65,255,0,113,65,4,116,34,7,65,248,54,106,43,3,0,160,34,3,32,7,65,240,54,106,43,3,0,32,8,32,9,66,128,128,128,128,128,128,128,120,131,125,191,32,7,65,240,198,0,106,43,3,0,161,32,7,65,248,198,0,106,43,3,0,161,162,34,0,160,34,4,32,0,32,0,32,0,162,34,1,162,32,1,32,0,65,144,54,43,3,0,162,65,136,54,43,3,0,160,162,32,0,65,128,54,43,3,0,162,65,248,53,43,3,0,160,160,162,32,1,65,240,53,43,3,0,162,32,2,65,232,53,43,3,0,162,32,0,32,3,32,4,161,160,160,160,160,160,33,0,11,32,0,11,227,1,1,2,127,32,2,65,0,71,33,3,2,64,2,64,2,64,32,0,65,3,113,69,13,0,32,2,69,13,0,32,1,65,255,1,113,33,4,3,64,32,0,45,0,0,32,4,70,13,2,32,2,65,1,107,34,2,65,0,71,33,3,32,0,65,1,106,34,0,65,3,113,69,13,1,32,2,13,0,11,11,32,3,69,13,1,11,2,64,32,0,45,0,0,32,1,65,255,1,113,70,13,0,32,2,65,4,73,13,0,32,1,65,255,1,113,65,129,130,132,8,108,33,4,3,64,32,0,40,2,0,32,4,115,34,3,65,127,115,32,3,65,129,130,132,8,107,113,65,128,129,130,132,120,113,13,1,32,0,65,4,106,33,0,32,2,65,4,107,34,2,65,3,75,13,0,11,11,32,2,69,13,0,32,1,65,255,1,113,33,3,3,64,32,3,32,0,45,0,0,70,4,64,32,0,15,11,32,0,65,1,106,33,0,32,2,65,1,107,34,2,13,0,11,11,65,0,11,4,0,65,0,11,4,0,65,0,11,127,1,3,127,32,0,33,1,2,64,32,0,65,3,113,4,64,3,64,32,1,45,0,0,69,13,2,32,1,65,1,106,34,1,65,3,113,13,0,11,11,3,64,32,1,34,2,65,4,106,33,1,32,2,40,2,0,34,3,65,127,115,32,3,65,129,130,132,8,107,113,65,128,129,130,132,120,113,69,13,0,11,32,3,65,255,1,113,69,4,64,32,2,32,0,107,15,11,3,64,32,2,45,0,1,33,3,32,2,65,1,106,34,1,33,2,32,3,13,0,11,11,32,1,32,0,107,11,6,0,65,140,163,4,11,51,1,1,127,32,2,4,64,32,0,33,3,3,64,32,3,32,1,40,2,0,54,2,0,32,3,65,4,106,33,3,32,1,65,4,106,33,1,32,2,65,1,107,34,2,13,0,11,11,32,0,11,82,1,2,127,65,164,176,2,40,2,0,34,1,32,0,65,3,106,65,124,113,34,2,106,33,0,2,64,32,2,65,0,32,0,32,1,77,27,13,0,32,0,63,0,65,16,116,75,4,64,32,0,16,4,69,13,1,11,65,164,176,2,32,0,54,2,0,32,1,15,11,65,140,163,4,65,48,54,2,0,65,127,11,161,46,1,11,127,35,0,65,16,107,34,11,36,0,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,32,0,65,244,1,77,4,64,65,144,163,4,40,2,0,34,6,65,16,32,0,65,11,106,65,120,113,32,0,65,11,73,27,34,4,65,3,118,34,1,118,34,0,65,3,113,4,64,32,0,65,127,115,65,1,113,32,1,106,34,3,65,3,116,34,2,65,192,163,4,106,40,2,0,34,1,65,8,106,33,0,2,64,32,1,40,2,8,34,4,32,2,65,184,163,4,106,34,2,70,4,64,65,144,163,4,32,6,65,126,32,3,119,113,54,2,0,12,1,11,32,4,32,2,54,2,12,32,2,32,4,54,2,8,11,32,1,32,3,65,3,116,34,3,65,3,114,54,2,4,32,1,32,3,106,34,1,32,1,40,2,4,65,1,114,54,2,4,12,12,11,32,4,65,152,163,4,40,2,0,34,8,77,13,1,32,0,4,64,2,64,32,0,32,1,116,65,2,32,1,116,34,0,65,0,32,0,107,114,113,34,0,65,0,32,0,107,113,65,1,107,34,0,32,0,65,12,118,65,16,113,34,0,118,34,1,65,5,118,65,8,113,34,3,32,0,114,32,1,32,3,118,34,0,65,2,118,65,4,113,34,1,114,32,0,32,1,118,34,0,65,1,118,65,2,113,34,1,114,32,0,32,1,118,34,0,65,1,118,65,1,113,34,1,114,32,0,32,1,118,106,34,3,65,3,116,34,2,65,192,163,4,106,40,2,0,34,1,40,2,8,34,0,32,2,65,184,163,4,106,34,2,70,4,64,65,144,163,4,32,6,65,126,32,3,119,113,34,6,54,2,0,12,1,11,32,0,32,2,54,2,12,32,2,32,0,54,2,8,11,32,1,65,8,106,33,0,32,1,32,4,65,3,114,54,2,4,32,1,32,4,106,34,2,32,3,65,3,116,34,5,32,4,107,34,3,65,1,114,54,2,4,32,1,32,5,106,32,3,54,2,0,32,8,4,64,32,8,65,3,118,34,5,65,3,116,65,184,163,4,106,33,4,65,164,163,4,40,2,0,33,1,2,127,32,6,65,1,32,5,116,34,5,113,69,4,64,65,144,163,4,32,5,32,6,114,54,2,0,32,4,12,1,11,32,4,40,2,8,11,33,5,32,4,32,1,54,2,8,32,5,32,1,54,2,12,32,1,32,4,54,2,12,32,1,32,5,54,2,8,11,65,164,163,4,32,2,54,2,0,65,152,163,4,32,3,54,2,0,12,12,11,65,148,163,4,40,2,0,34,9,69,13,1,32,9,65,0,32,9,107,113,65,1,107,34,0,32,0,65,12,118,65,16,113,34,0,118,34,1,65,5,118,65,8,113,34,3,32,0,114,32,1,32,3,118,34,0,65,2,118,65,4,113,34,1,114,32,0,32,1,118,34,0,65,1,118,65,2,113,34,1,114,32,0,32,1,118,34,0,65,1,118,65,1,113,34,1,114,32,0,32,1,118,106,65,2,116,65,192,165,4,106,40,2,0,34,2,40,2,4,65,120,113,32,4,107,33,1,32,2,33,3,3,64,2,64,32,3,40,2,16,34,0,69,4,64,32,3,40,2,20,34,0,69,13,1,11,32,0,40,2,4,65,120,113,32,4,107,34,3,32,1,32,1,32,3,75,34,3,27,33,1,32,0,32,2,32,3,27,33,2,32,0,33,3,12,1,11,11,32,2,40,2,24,33,10,32,2,32,2,40,2,12,34,5,71,4,64,32,2,40,2,8,34,0,65,160,163,4,40,2,0,73,26,32,0,32,5,54,2,12,32,5,32,0,54,2,8,12,11,11,32,2,65,20,106,34,3,40,2,0,34,0,69,4,64,32,2,40,2,16,34,0,69,13,3,32,2,65,16,106,33,3,11,3,64,32,3,33,7,32,0,34,5,65,20,106,34,3,40,2,0,34,0,13,0,32,5,65,16,106,33,3,32,5,40,2,16,34,0,13,0,11,32,7,65,0,54,2,0,12,10,11,65,127,33,4,32,0,65,191,127,75,13,0,32,0,65,11,106,34,0,65,120,113,33,4,65,148,163,4,40,2,0,34,8,69,13,0,2,127,65,0,32,4,65,128,2,73,13,0,26,65,31,32,4,65,255,255,255,7,75,13,0,26,32,0,65,8,118,34,0,32,0,65,128,254,63,106,65,16,118,65,8,113,34,0,116,34,1,32,1,65,128,224,31,106,65,16,118,65,4,113,34,1,116,34,3,32,3,65,128,128,15,106,65,16,118,65,2,113,34,3,116,65,15,118,32,0,32,1,114,32,3,114,107,34,0,65,1,116,32,4,32,0,65,21,106,118,65,1,113,114,65,28,106,11,33,7,65,0,32,4,107,33,1,2,64,2,64,2,64,32,7,65,2,116,65,192,165,4,106,40,2,0,34,3,69,4,64,65,0,33,0,12,1,11,65,0,33,0,32,4,65,0,65,25,32,7,65,1,118,107,32,7,65,31,70,27,116,33,2,3,64,2,64,32,3,40,2,4,65,120,113,32,4,107,34,6,32,1,79,13,0,32,3,33,5,32,6,34,1,13,0,65,0,33,1,32,3,33,0,12,3,11,32,0,32,3,40,2,20,34,6,32,6,32,3,32,2,65,29,118,65,4,113,106,40,2,16,34,3,70,27,32,0,32,6,27,33,0,32,2,65,1,116,33,2,32,3,13,0,11,11,32,0,32,5,114,69,4,64,65,0,33,5,65,2,32,7,116,34,0,65,0,32,0,107,114,32,8,113,34,0,69,13,3,32,0,65,0,32,0,107,113,65,1,107,34,0,32,0,65,12,118,65,16,113,34,0,118,34,3,65,5,118,65,8,113,34,2,32,0,114,32,3,32,2,118,34,0,65,2,118,65,4,113,34,3,114,32,0,32,3,118,34,0,65,1,118,65,2,113,34,3,114,32,0,32,3,118,34,0,65,1,118,65,1,113,34,3,114,32,0,32,3,118,106,65,2,116,65,192,165,4,106,40,2,0,33,0,11,32,0,69,13,1,11,3,64,32,0,40,2,4,65,120,113,32,4,107,34,6,32,1,73,33,2,32,6,32,1,32,2,27,33,1,32,0,32,5,32,2,27,33,5,32,0,40,2,16,34,3,4,127,32,3,5,32,0,40,2,20,11,34,0,13,0,11,11,32,5,69,13,0,32,1,65,152,163,4,40,2,0,32,4,107,79,13,0,32,5,40,2,24,33,7,32,5,32,5,40,2,12,34,2,71,4,64,32,5,40,2,8,34,0,65,160,163,4,40,2,0,73,26,32,0,32,2,54,2,12,32,2,32,0,54,2,8,12,9,11,32,5,65,20,106,34,3,40,2,0,34,0,69,4,64,32,5,40,2,16,34,0,69,13,3,32,5,65,16,106,33,3,11,3,64,32,3,33,6,32,0,34,2,65,20,106,34,3,40,2,0,34,0,13,0,32,2,65,16,106,33,3,32,2,40,2,16,34,0,13,0,11,32,6,65,0,54,2,0,12,8,11,32,4,65,152,163,4,40,2,0,34,0,77,4,64,65,164,163,4,40,2,0,33,1,2,64,32,0,32,4,107,34,3,65,16,79,4,64,65,152,163,4,32,3,54,2,0,65,164,163,4,32,1,32,4,106,34,2,54,2,0,32,2,32,3,65,1,114,54,2,4,32,0,32,1,106,32,3,54,2,0,32,1,32,4,65,3,114,54,2,4,12,1,11,65,164,163,4,65,0,54,2,0,65,152,163,4,65,0,54,2,0,32,1,32,0,65,3,114,54,2,4,32,0,32,1,106,34,0,32,0,40,2,4,65,1,114,54,2,4,11,32,1,65,8,106,33,0,12,10,11,32,4,65,156,163,4,40,2,0,34,2,73,4,64,65,156,163,4,32,2,32,4,107,34,1,54,2,0,65,168,163,4,65,168,163,4,40,2,0,34,0,32,4,106,34,3,54,2,0,32,3,32,1,65,1,114,54,2,4,32,0,32,4,65,3,114,54,2,4,32,0,65,8,106,33,0,12,10,11,65,0,33,0,32,4,65,47,106,34,8,2,127,65,232,166,4,40,2,0,4,64,65,240,166,4,40,2,0,12,1,11,65,244,166,4,66,127,55,2,0,65,236,166,4,66,128,160,128,128,128,128,4,55,2,0,65,232,166,4,32,11,65,12,106,65,112,113,65,216,170,213,170,5,115,54,2,0,65,252,166,4,65,0,54,2,0,65,204,166,4,65,0,54,2,0,65,128,32,11,34,1,106,34,6,65,0,32,1,107,34,7,113,34,5,32,4,77,13,9,65,200,166,4,40,2,0,34,1,4,64,65,192,166,4,40,2,0,34,3,32,5,106,34,9,32,3,77,13,10,32,1,32,9,73,13,10,11,65,204,166,4,45,0,0,65,4,113,13,4,2,64,2,64,65,168,163,4,40,2,0,34,1,4,64,65,208,166,4,33,0,3,64,32,1,32,0,40,2,0,34,3,79,4,64,32,3,32,0,40,2,4,106,32,1,75,13,3,11,32,0,40,2,8,34,0,13,0,11,11,65,0,16,84,34,2,65,127,70,13,5,32,5,33,6,65,236,166,4,40,2,0,34,0,65,1,107,34,1,32,2,113,4,64,32,5,32,2,107,32,1,32,2,106,65,0,32,0,107,113,106,33,6,11,32,4,32,6,79,13,5,32,6,65,254,255,255,255,7,75,13,5,65,200,166,4,40,2,0,34,0,4,64,65,192,166,4,40,2,0,34,1,32,6,106,34,3,32,1,77,13,6,32,0,32,3,73,13,6,11,32,6,16,84,34,0,32,2,71,13,1,12,7,11,32,6,32,2,107,32,7,113,34,6,65,254,255,255,255,7,75,13,4,32,6,16,84,34,2,32,0,40,2,0,32,0,40,2,4,106,70,13,3,32,2,33,0,11,2,64,32,0,65,127,70,13,0,32,4,65,48,106,32,6,77,13,0,65,240,166,4,40,2,0,34,1,32,8,32,6,107,106,65,0,32,1,107,113,34,1,65,254,255,255,255,7,75,4,64,32,0,33,2,12,7,11,32,1,16,84,65,127,71,4,64,32,1,32,6,106,33,6,32,0,33,2,12,7,11,65,0,32,6,107,16,84,26,12,4,11,32,0,33,2,32,0,65,127,71,13,5,12,3,11,65,0,33,5,12,7,11,65,0,33,2,12,5,11,32,2,65,127,71,13,2,11,65,204,166,4,65,204,166,4,40,2,0,65,4,114,54,2,0,11,32,5,65,254,255,255,255,7,75,13,1,32,5,16,84,33,2,65,0,16,84,33,0,32,2,65,127,70,13,1,32,0,65,127,70,13,1,32,0,32,2,77,13,1,32,0,32,2,107,34,6,32,4,65,40,106,77,13,1,11,65,192,166,4,65,192,166,4,40,2,0,32,6,106,34,0,54,2,0,65,196,166,4,40,2,0,32,0,73,4,64,65,196,166,4,32,0,54,2,0,11,2,64,2,64,2,64,65,168,163,4,40,2,0,34,1,4,64,65,208,166,4,33,0,3,64,32,2,32,0,40,2,0,34,3,32,0,40,2,4,34,5,106,70,13,2,32,0,40,2,8,34,0,13,0,11,12,2,11,65,160,163,4,40,2,0,34,0,65,0,32,0,32,2,77,27,69,4,64,65,160,163,4,32,2,54,2,0,11,65,0,33,0,65,212,166,4,32,6,54,2,0,65,208,166,4,32,2,54,2,0,65,176,163,4,65,127,54,2,0,65,180,163,4,65,232,166,4,40,2,0,54,2,0,65,220,166,4,65,0,54,2,0,3,64,32,0,65,3,116,34,1,65,192,163,4,106,32,1,65,184,163,4,106,34,3,54,2,0,32,1,65,196,163,4,106,32,3,54,2,0,32,0,65,1,106,34,0,65,32,71,13,0,11,65,156,163,4,32,6,65,40,107,34,0,65,120,32,2,107,65,7,113,65,0,32,2,65,8,106,65,7,113,27,34,1,107,34,3,54,2,0,65,168,163,4,32,1,32,2,106,34,1,54,2,0,32,1,32,3,65,1,114,54,2,4,32,0,32,2,106,65,40,54,2,4,65,172,163,4,65,248,166,4,40,2,0,54,2,0,12,2,11,32,0,45,0,12,65,8,113,13,0,32,1,32,3,73,13,0,32,1,32,2,79,13,0,32,0,32,5,32,6,106,54,2,4,65,168,163,4,32,1,65,120,32,1,107,65,7,113,65,0,32,1,65,8,106,65,7,113,27,34,0,106,34,3,54,2,0,65,156,163,4,65,156,163,4,40,2,0,32,6,106,34,2,32,0,107,34,0,54,2,0,32,3,32,0,65,1,114,54,2,4,32,1,32,2,106,65,40,54,2,4,65,172,163,4,65,248,166,4,40,2,0,54,2,0,12,1,11,65,160,163,4,40,2,0,32,2,75,4,64,65,160,163,4,32,2,54,2,0,11,32,2,32,6,106,33,3,65,208,166,4,33,0,2,64,2,64,2,64,2,64,2,64,2,64,3,64,32,3,32,0,40,2,0,71,4,64,32,0,40,2,8,34,0,13,1,12,2,11,11,32,0,45,0,12,65,8,113,69,13,1,11,65,208,166,4,33,0,3,64,32,1,32,0,40,2,0,34,3,79,4,64,32,3,32,0,40,2,4,106,34,3,32,1,75,13,3,11,32,0,40,2,8,33,0,12,0,11,0,11,32,0,32,2,54,2,0,32,0,32,0,40,2,4,32,6,106,54,2,4,32,2,65,120,32,2,107,65,7,113,65,0,32,2,65,8,106,65,7,113,27,106,34,7,32,4,65,3,114,54,2,4,32,3,65,120,32,3,107,65,7,113,65,0,32,3,65,8,106,65,7,113,27,106,34,6,32,4,32,7,106,34,4,107,33,3,32,1,32,6,70,4,64,65,168,163,4,32,4,54,2,0,65,156,163,4,65,156,163,4,40,2,0,32,3,106,34,0,54,2,0,32,4,32,0,65,1,114,54,2,4,12,3,11,32,6,65,164,163,4,40,2,0,70,4,64,65,164,163,4,32,4,54,2,0,65,152,163,4,65,152,163,4,40,2,0,32,3,106,34,0,54,2,0,32,4,32,0,65,1,114,54,2,4,32,0,32,4,106,32,0,54,2,0,12,3,11,32,6,40,2,4,34,0,65,3,113,65,1,70,4,64,32,0,65,120,113,33,8,2,64,32,0,65,255,1,77,4,64,32,6,40,2,8,34,1,32,0,65,3,118,34,5,65,3,116,65,184,163,4,106,70,26,32,1,32,6,40,2,12,34,0,70,4,64,65,144,163,4,65,144,163,4,40,2,0,65,126,32,5,119,113,54,2,0,12,2,11,32,1,32,0,54,2,12,32,0,32,1,54,2,8,12,1,11,32,6,40,2,24,33,9,2,64,32,6,32,6,40,2,12,34,2,71,4,64,32,6,40,2,8,34,0,32,2,54,2,12,32,2,32,0,54,2,8,12,1,11,2,64,32,6,65,20,106,34,0,40,2,0,34,1,13,0,32,6,65,16,106,34,0,40,2,0,34,1,13,0,65,0,33,2,12,1,11,3,64,32,0,33,5,32,1,34,2,65,20,106,34,0,40,2,0,34,1,13,0,32,2,65,16,106,33,0,32,2,40,2,16,34,1,13,0,11,32,5,65,0,54,2,0,11,32,9,69,13,0,2,64,32,6,32,6,40,2,28,34,1,65,2,116,65,192,165,4,106,34,0,40,2,0,70,4,64,32,0,32,2,54,2,0,32,2,13,1,65,148,163,4,65,148,163,4,40,2,0,65,126,32,1,119,113,54,2,0,12,2,11,32,9,65,16,65,20,32,9,40,2,16,32,6,70,27,106,32,2,54,2,0,32,2,69,13,1,11,32,2,32,9,54,2,24,32,6,40,2,16,34,0,4,64,32,2,32,0,54,2,16,32,0,32,2,54,2,24,11,32,6,40,2,20,34,0,69,13,0,32,2,32,0,54,2,20,32,0,32,2,54,2,24,11,32,6,32,8,106,33,6,32,3,32,8,106,33,3,11,32,6,32,6,40,2,4,65,126,113,54,2,4,32,4,32,3,65,1,114,54,2,4,32,3,32,4,106,32,3,54,2,0,32,3,65,255,1,77,4,64,32,3,65,3,118,34,1,65,3,116,65,184,163,4,106,33,0,2,127,65,144,163,4,40,2,0,34,3,65,1,32,1,116,34,1,113,69,4,64,65,144,163,4,32,1,32,3,114,54,2,0,32,0,12,1,11,32,0,40,2,8,11,33,1,32,0,32,4,54,2,8,32,1,32,4,54,2,12,32,4,32,0,54,2,12,32,4,32,1,54,2,8,12,3,11,65,31,33,0,32,3,65,255,255,255,7,77,4,64,32,3,65,8,118,34,0,32,0,65,128,254,63,106,65,16,118,65,8,113,34,0,116,34,1,32,1,65,128,224,31,106,65,16,118,65,4,113,34,1,116,34,2,32,2,65,128,128,15,106,65,16,118,65,2,113,34,2,116,65,15,118,32,0,32,1,114,32,2,114,107,34,0,65,1,116,32,3,32,0,65,21,106,118,65,1,113,114,65,28,106,33,0,11,32,4,32,0,54,2,28,32,4,66,0,55,2,16,32,0,65,2,116,65,192,165,4,106,33,1,2,64,65,148,163,4,40,2,0,34,2,65,1,32,0,116,34,5,113,69,4,64,65,148,163,4,32,2,32,5,114,54,2,0,32,1,32,4,54,2,0,32,4,32,1,54,2,24,12,1,11,32,3,65,0,65,25,32,0,65,1,118,107,32,0,65,31,70,27,116,33,0,32,1,40,2,0,33,2,3,64,32,2,34,1,40,2,4,65,120,113,32,3,70,13,3,32,0,65,29,118,33,2,32,0,65,1,116,33,0,32,1,32,2,65,4,113,106,65,16,106,34,5,40,2,0,34,2,13,0,11,32,5,32,4,54,2,0,32,4,32,1,54,2,24,11,32,4,32,4,54,2,12,32,4,32,4,54,2,8,12,2,11,65,156,163,4,32,6,65,40,107,34,0,65,120,32,2,107,65,7,113,65,0,32,2,65,8,106,65,7,113,27,34,5,107,34,7,54,2,0,65,168,163,4,32,2,32,5,106,34,5,54,2,0,32,5,32,7,65,1,114,54,2,4,32,0,32,2,106,65,40,54,2,4,65,172,163,4,65,248,166,4,40,2,0,54,2,0,32,1,32,3,65,39,32,3,107,65,7,113,65,0,32,3,65,39,107,65,7,113,27,106,65,47,107,34,0,32,0,32,1,65,16,106,73,27,34,5,65,27,54,2,4,32,5,65,216,166,4,41,2,0,55,2,16,32,5,65,208,166,4,41,2,0,55,2,8,65,216,166,4,32,5,65,8,106,54,2,0,65,212,166,4,32,6,54,2,0,65,208,166,4,32,2,54,2,0,65,220,166,4,65,0,54,2,0,32,5,65,24,106,33,0,3,64,32,0,65,7,54,2,4,32,0,65,8,106,33,2,32,0,65,4,106,33,0,32,2,32,3,73,13,0,11,32,1,32,5,70,13,3,32,5,32,5,40,2,4,65,126,113,54,2,4,32,1,32,5,32,1,107,34,6,65,1,114,54,2,4,32,5,32,6,54,2,0,32,6,65,255,1,77,4,64,32,6,65,3,118,34,3,65,3,116,65,184,163,4,106,33,0,2,127,65,144,163,4,40,2,0,34,2,65,1,32,3,116,34,3,113,69,4,64,65,144,163,4,32,2,32,3,114,54,2,0,32,0,12,1,11,32,0,40,2,8,11,33,3,32,0,32,1,54,2,8,32,3,32,1,54,2,12,32,1,32,0,54,2,12,32,1,32,3,54,2,8,12,4,11,65,31,33,0,32,1,66,0,55,2,16,32,6,65,255,255,255,7,77,4,64,32,6,65,8,118,34,0,32,0,65,128,254,63,106,65,16,118,65,8,113,34,0,116,34,3,32,3,65,128,224,31,106,65,16,118,65,4,113,34,3,116,34,2,32,2,65,128,128,15,106,65,16,118,65,2,113,34,2,116,65,15,118,32,0,32,3,114,32,2,114,107,34,0,65,1,116,32,6,32,0,65,21,106,118,65,1,113,114,65,28,106,33,0,11,32,1,32,0,54,2,28,32,0,65,2,116,65,192,165,4,106,33,3,2,64,65,148,163,4,40,2,0,34,2,65,1,32,0,116,34,5,113,69,4,64,65,148,163,4,32,2,32,5,114,54,2,0,32,3,32,1,54,2,0,32,1,32,3,54,2,24,12,1,11,32,6,65,0,65,25,32,0,65,1,118,107,32,0,65,31,70,27,116,33,0,32,3,40,2,0,33,2,3,64,32,2,34,3,40,2,4,65,120,113,32,6,70,13,4,32,0,65,29,118,33,2,32,0,65,1,116,33,0,32,3,32,2,65,4,113,106,65,16,106,34,5,40,2,0,34,2,13,0,11,32,5,32,1,54,2,0,32,1,32,3,54,2,24,11,32,1,32,1,54,2,12,32,1,32,1,54,2,8,12,3,11,32,1,40,2,8,34,0,32,4,54,2,12,32,1,32,4,54,2,8,32,4,65,0,54,2,24,32,4,32,1,54,2,12,32,4,32,0,54,2,8,11,32,7,65,8,106,33,0,12,5,11,32,3,40,2,8,34,0,32,1,54,2,12,32,3,32,1,54,2,8,32,1,65,0,54,2,24,32,1,32,3,54,2,12,32,1,32,0,54,2,8,11,65,156,163,4,40,2,0,34,0,32,4,77,13,0,65,156,163,4,32,0,32,4,107,34,1,54,2,0,65,168,163,4,65,168,163,4,40,2,0,34,0,32,4,106,34,3,54,2,0,32,3,32,1,65,1,114,54,2,4,32,0,32,4,65,3,114,54,2,4,32,0,65,8,106,33,0,12,3,11,65,140,163,4,65,48,54,2,0,65,0,33,0,12,2,11,2,64,32,7,69,13,0,2,64,32,5,40,2,28,34,3,65,2,116,65,192,165,4,106,34,0,40,2,0,32,5,70,4,64,32,0,32,2,54,2,0,32,2,13,1,65,148,163,4,32,8,65,126,32,3,119,113,34,8,54,2,0,12,2,11,32,7,65,16,65,20,32,7,40,2,16,32,5,70,27,106,32,2,54,2,0,32,2,69,13,1,11,32,2,32,7,54,2,24,32,5,40,2,16,34,0,4,64,32,2,32,0,54,2,16,32,0,32,2,54,2,24,11,32,5,40,2,20,34,0,69,13,0,32,2,32,0,54,2,20,32,0,32,2,54,2,24,11,2,64,32,1,65,15,77,4,64,32,5,32,1,32,4,106,34,0,65,3,114,54,2,4,32,0,32,5,106,34,0,32,0,40,2,4,65,1,114,54,2,4,12,1,11,32,5,32,4,65,3,114,54,2,4,32,4,32,5,106,34,2,32,1,65,1,114,54,2,4,32,1,32,2,106,32,1,54,2,0,32,1,65,255,1,77,4,64,32,1,65,3,118,34,1,65,3,116,65,184,163,4,106,33,0,2,127,65,144,163,4,40,2,0,34,3,65,1,32,1,116,34,1,113,69,4,64,65,144,163,4,32,1,32,3,114,54,2,0,32,0,12,1,11,32,0,40,2,8,11,33,1,32,0,32,2,54,2,8,32,1,32,2,54,2,12,32,2,32,0,54,2,12,32,2,32,1,54,2,8,12,1,11,65,31,33,0,32,1,65,255,255,255,7,77,4,64,32,1,65,8,118,34,0,32,0,65,128,254,63,106,65,16,118,65,8,113,34,0,116,34,3,32,3,65,128,224,31,106,65,16,118,65,4,113,34,3,116,34,4,32,4,65,128,128,15,106,65,16,118,65,2,113,34,4,116,65,15,118,32,0,32,3,114,32,4,114,107,34,0,65,1,116,32,1,32,0,65,21,106,118,65,1,113,114,65,28,106,33,0,11,32,2,32,0,54,2,28,32,2,66,0,55,2,16,32,0,65,2,116,65,192,165,4,106,33,3,2,64,2,64,32,8,65,1,32,0,116,34,4,113,69,4,64,65,148,163,4,32,4,32,8,114,54,2,0,32,3,32,2,54,2,0,32,2,32,3,54,2,24,12,1,11,32,1,65,0,65,25,32,0,65,1,118,107,32,0,65,31,70,27,116,33,0,32,3,40,2,0,33,4,3,64,32,4,34,3,40,2,4,65,120,113,32,1,70,13,2,32,0,65,29,118,33,4,32,0,65,1,116,33,0,32,3,32,4,65,4,113,106,65,16,106,34,6,40,2,0,34,4,13,0,11,32,6,32,2,54,2,0,32,2,32,3,54,2,24,11,32,2,32,2,54,2,12,32,2,32,2,54,2,8,12,1,11,32,3,40,2,8,34,0,32,2,54,2,12,32,3,32,2,54,2,8,32,2,65,0,54,2,24,32,2,32,3,54,2,12,32,2,32,0,54,2,8,11,32,5,65,8,106,33,0,12,1,11,2,64,32,10,69,13,0,2,64,32,2,40,2,28,34,3,65,2,116,65,192,165,4,106,34,0,40,2,0,32,2,70,4,64,32,0,32,5,54,2,0,32,5,13,1,65,148,163,4,32,9,65,126,32,3,119,113,54,2,0,12,2,11,32,10,65,16,65,20,32,10,40,2,16,32,2,70,27,106,32,5,54,2,0,32,5,69,13,1,11,32,5,32,10,54,2,24,32,2,40,2,16,34,0,4,64,32,5,32,0,54,2,16,32,0,32,5,54,2,24,11,32,2,40,2,20,34,0,69,13,0,32,5,32,0,54,2,20,32,0,32,5,54,2,24,11,2,64,32,1,65,15,77,4,64,32,2,32,1,32,4,106,34,0,65,3,114,54,2,4,32,0,32,2,106,34,0,32,0,40,2,4,65,1,114,54,2,4,12,1,11,32,2,32,4,65,3,114,54,2,4,32,2,32,4,106,34,3,32,1,65,1,114,54,2,4,32,1,32,3,106,32,1,54,2,0,32,8,4,64,32,8,65,3,118,34,5,65,3,116,65,184,163,4,106,33,4,65,164,163,4,40,2,0,33,0,2,127,65,1,32,5,116,34,5,32,6,113,69,4,64,65,144,163,4,32,5,32,6,114,54,2,0,32,4,12,1,11,32,4,40,2,8,11,33,5,32,4,32,0,54,2,8,32,5,32,0,54,2,12,32,0,32,4,54,2,12,32,0,32,5,54,2,8,11,65,164,163,4,32,3,54,2,0,65,152,163,4,32,1,54,2,0,11,32,2,65,8,106,33,0,11,32,11,65,16,106,36,0,32,0,11,204,12,1,7,127,2,64,32,0,69,13,0,32,0,65,8,107,34,2,32,0,65,4,107,40,2,0,34,1,65,120,113,34,0,106,33,5,2,64,32,1,65,1,113,13,0,32,1,65,3,113,69,13,1,32,2,32,2,40,2,0,34,1,107,34,2,65,160,163,4,40,2,0,73,13,1,32,0,32,1,106,33,0,32,2,65,164,163,4,40,2,0,71,4,64,32,1,65,255,1,77,4,64,32,2,40,2,8,34,4,32,1,65,3,118,34,7,65,3,116,65,184,163,4,106,70,26,32,4,32,2,40,2,12,34,1,70,4,64,65,144,163,4,65,144,163,4,40,2,0,65,126,32,7,119,113,54,2,0,12,3,11,32,4,32,1,54,2,12,32,1,32,4,54,2,8,12,2,11,32,2,40,2,24,33,6,2,64,32,2,32,2,40,2,12,34,3,71,4,64,32,2,40,2,8,34,1,32,3,54,2,12,32,3,32,1,54,2,8,12,1,11,2,64,32,2,65,20,106,34,1,40,2,0,34,4,13,0,32,2,65,16,106,34,1,40,2,0,34,4,13,0,65,0,33,3,12,1,11,3,64,32,1,33,7,32,4,34,3,65,20,106,34,1,40,2,0,34,4,13,0,32,3,65,16,106,33,1,32,3,40,2,16,34,4,13,0,11,32,7,65,0,54,2,0,11,32,6,69,13,1,2,64,32,2,32,2,40,2,28,34,4,65,2,116,65,192,165,4,106,34,1,40,2,0,70,4,64,32,1,32,3,54,2,0,32,3,13,1,65,148,163,4,65,148,163,4,40,2,0,65,126,32,4,119,113,54,2,0,12,3,11,32,6,65,16,65,20,32,6,40,2,16,32,2,70,27,106,32,3,54,2,0,32,3,69,13,2,11,32,3,32,6,54,2,24,32,2,40,2,16,34,1,4,64,32,3,32,1,54,2,16,32,1,32,3,54,2,24,11,32,2,40,2,20,34,1,69,13,1,32,3,32,1,54,2,20,32,1,32,3,54,2,24,12,1,11,32,5,40,2,4,34,1,65,3,113,65,3,71,13,0,65,152,163,4,32,0,54,2,0,32,5,32,1,65,126,113,54,2,4,32,2,32,0,65,1,114,54,2,4,32,0,32,2,106,32,0,54,2,0,15,11,32,2,32,5,79,13,0,32,5,40,2,4,34,1,65,1,113,69,13,0,2,64,32,1,65,2,113,69,4,64,32,5,65,168,163,4,40,2,0,70,4,64,65,168,163,4,32,2,54,2,0,65,156,163,4,65,156,163,4,40,2,0,32,0,106,34,0,54,2,0,32,2,32,0,65,1,114,54,2,4,32,2,65,164,163,4,40,2,0,71,13,3,65,152,163,4,65,0,54,2,0,65,164,163,4,65,0,54,2,0,15,11,32,5,65,164,163,4,40,2,0,70,4,64,65,164,163,4,32,2,54,2,0,65,152,163,4,65,152,163,4,40,2,0,32,0,106,34,0,54,2,0,32,2,32,0,65,1,114,54,2,4,32,0,32,2,106,32,0,54,2,0,15,11,32,1,65,120,113,32,0,106,33,0,2,64,32,1,65,255,1,77,4,64,32,5,40,2,8,34,4,32,1,65,3,118,34,7,65,3,116,65,184,163,4,106,70,26,32,4,32,5,40,2,12,34,1,70,4,64,65,144,163,4,65,144,163,4,40,2,0,65,126,32,7,119,113,54,2,0,12,2,11,32,4,32,1,54,2,12,32,1,32,4,54,2,8,12,1,11,32,5,40,2,24,33,6,2,64,32,5,32,5,40,2,12,34,3,71,4,64,32,5,40,2,8,34,1,65,160,163,4,40,2,0,73,26,32,1,32,3,54,2,12,32,3,32,1,54,2,8,12,1,11,2,64,32,5,65,20,106,34,1,40,2,0,34,4,13,0,32,5,65,16,106,34,1,40,2,0,34,4,13,0,65,0,33,3,12,1,11,3,64,32,1,33,7,32,4,34,3,65,20,106,34,1,40,2,0,34,4,13,0,32,3,65,16,106,33,1,32,3,40,2,16,34,4,13,0,11,32,7,65,0,54,2,0,11,32,6,69,13,0,2,64,32,5,32,5,40,2,28,34,4,65,2,116,65,192,165,4,106,34,1,40,2,0,70,4,64,32,1,32,3,54,2,0,32,3,13,1,65,148,163,4,65,148,163,4,40,2,0,65,126,32,4,119,113,54,2,0,12,2,11,32,6,65,16,65,20,32,6,40,2,16,32,5,70,27,106,32,3,54,2,0,32,3,69,13,1,11,32,3,32,6,54,2,24,32,5,40,2,16,34,1,4,64,32,3,32,1,54,2,16,32,1,32,3,54,2,24,11,32,5,40,2,20,34,1,69,13,0,32,3,32,1,54,2,20,32,1,32,3,54,2,24,11,32,2,32,0,65,1,114,54,2,4,32,0,32,2,106,32,0,54,2,0,32,2,65,164,163,4,40,2,0,71,13,1,65,152,163,4,32,0,54,2,0,15,11,32,5,32,1,65,126,113,54,2,4,32,2,32,0,65,1,114,54,2,4,32,0,32,2,106,32,0,54,2,0,11,32,0,65,255,1,77,4,64,32,0,65,3,118,34,1,65,3,116,65,184,163,4,106,33,0,2,127,65,144,163,4,40,2,0,34,4,65,1,32,1,116,34,1,113,69,4,64,65,144,163,4,32,1,32,4,114,54,2,0,32,0,12,1,11,32,0,40,2,8,11,33,1,32,0,32,2,54,2,8,32,1,32,2,54,2,12,32,2,32,0,54,2,12,32,2,32,1,54,2,8,15,11,65,31,33,1,32,2,66,0,55,2,16,32,0,65,255,255,255,7,77,4,64,32,0,65,8,118,34,1,32,1,65,128,254,63,106,65,16,118,65,8,113,34,1,116,34,4,32,4,65,128,224,31,106,65,16,118,65,4,113,34,4,116,34,3,32,3,65,128,128,15,106,65,16,118,65,2,113,34,3,116,65,15,118,32,1,32,4,114,32,3,114,107,34,1,65,1,116,32,0,32,1,65,21,106,118,65,1,113,114,65,28,106,33,1,11,32,2,32,1,54,2,28,32,1,65,2,116,65,192,165,4,106,33,4,2,64,2,64,2,64,65,148,163,4,40,2,0,34,3,65,1,32,1,116,34,5,113,69,4,64,65,148,163,4,32,3,32,5,114,54,2,0,32,4,32,2,54,2,0,32,2,32,4,54,2,24,12,1,11,32,0,65,0,65,25,32,1,65,1,118,107,32,1,65,31,70,27,116,33,1,32,4,40,2,0,33,3,3,64,32,3,34,4,40,2,4,65,120,113,32,0,70,13,2,32,1,65,29,118,33,3,32,1,65,1,116,33,1,32,4,32,3,65,4,113,106,65,16,106,34,5,40,2,0,34,3,13,0,11,32,5,32,2,54,2,0,32,2,32,4,54,2,24,11,32,2,32,2,54,2,12,32,2,32,2,54,2,8,12,1,11,32,4,40,2,8,34,0,32,2,54,2,12,32,4,32,2,54,2,8,32,2,65,0,54,2,24,32,2,32,4,54,2,12,32,2,32,0,54,2,8,11,65,176,163,4,65,176,163,4,40,2,0,65,1,107,34,2,65,127,32,2,27,54,2,0,11,11,154,8,1,11,127,32,0,69,4,64,32,1,16,85,15,11,32,1,65,64,79,4,64,65,140,163,4,65,48,54,2,0,65,0,15,11,2,127,65,16,32,1,65,11,106,65,120,113,32,1,65,11,73,27,33,3,32,0,65,8,107,34,5,40,2,4,34,8,65,120,113,33,2,2,64,32,8,65,3,113,69,4,64,65,0,32,3,65,128,2,73,13,2,26,32,3,65,4,106,32,2,77,4,64,32,5,33,4,32,2,32,3,107,65,240,166,4,40,2,0,65,1,116,77,13,2,11,65,0,12,2,11,32,2,32,5,106,33,7,2,64,32,2,32,3,79,4,64,32,2,32,3,107,34,2,65,16,73,13,1,32,5,32,8,65,1,113,32,3,114,65,2,114,54,2,4,32,3,32,5,106,34,3,32,2,65,3,114,54,2,4,32,7,32,7,40,2,4,65,1,114,54,2,4,32,3,32,2,16,88,12,1,11,32,7,65,168,163,4,40,2,0,70,4,64,65,156,163,4,40,2,0,32,2,106,34,2,32,3,77,13,2,32,5,32,8,65,1,113,32,3,114,65,2,114,54,2,4,32,3,32,5,106,34,8,32,2,32,3,107,34,3,65,1,114,54,2,4,65,156,163,4,32,3,54,2,0,65,168,163,4,32,8,54,2,0,12,1,11,32,7,65,164,163,4,40,2,0,70,4,64,65,152,163,4,40,2,0,32,2,106,34,2,32,3,73,13,2,2,64,32,2,32,3,107,34,4,65,16,79,4,64,32,5,32,8,65,1,113,32,3,114,65,2,114,54,2,4,32,3,32,5,106,34,3,32,4,65,1,114,54,2,4,32,2,32,5,106,34,2,32,4,54,2,0,32,2,32,2,40,2,4,65,126,113,54,2,4,12,1,11,32,5,32,8,65,1,113,32,2,114,65,2,114,54,2,4,32,2,32,5,106,34,3,32,3,40,2,4,65,1,114,54,2,4,65,0,33,4,65,0,33,3,11,65,164,163,4,32,3,54,2,0,65,152,163,4,32,4,54,2,0,12,1,11,32,7,40,2,4,34,6,65,2,113,13,1,32,6,65,120,113,32,2,106,34,9,32,3,73,13,1,32,9,32,3,107,33,11,2,64,32,6,65,255,1,77,4,64,32,7,40,2,8,34,2,32,6,65,3,118,34,12,65,3,116,65,184,163,4,106,70,26,32,2,32,7,40,2,12,34,4,70,4,64,65,144,163,4,65,144,163,4,40,2,0,65,126,32,12,119,113,54,2,0,12,2,11,32,2,32,4,54,2,12,32,4,32,2,54,2,8,12,1,11,32,7,40,2,24,33,10,2,64,32,7,32,7,40,2,12,34,6,71,4,64,32,7,40,2,8,34,2,65,160,163,4,40,2,0,73,26,32,2,32,6,54,2,12,32,6,32,2,54,2,8,12,1,11,2,64,32,7,65,20,106,34,2,40,2,0,34,4,13,0,32,7,65,16,106,34,2,40,2,0,34,4,13,0,65,0,33,6,12,1,11,3,64,32,2,33,12,32,4,34,6,65,20,106,34,2,40,2,0,34,4,13,0,32,6,65,16,106,33,2,32,6,40,2,16,34,4,13,0,11,32,12,65,0,54,2,0,11,32,10,69,13,0,2,64,32,7,32,7,40,2,28,34,4,65,2,116,65,192,165,4,106,34,2,40,2,0,70,4,64,32,2,32,6,54,2,0,32,6,13,1,65,148,163,4,65,148,163,4,40,2,0,65,126,32,4,119,113,54,2,0,12,2,11,32,10,65,16,65,20,32,10,40,2,16,32,7,70,27,106,32,6,54,2,0,32,6,69,13,1,11,32,6,32,10,54,2,24,32,7,40,2,16,34,2,4,64,32,6,32,2,54,2,16,32,2,32,6,54,2,24,11,32,7,40,2,20,34,2,69,13,0,32,6,32,2,54,2,20,32,2,32,6,54,2,24,11,32,11,65,15,77,4,64,32,5,32,8,65,1,113,32,9,114,65,2,114,54,2,4,32,5,32,9,106,34,3,32,3,40,2,4,65,1,114,54,2,4,12,1,11,32,5,32,8,65,1,113,32,3,114,65,2,114,54,2,4,32,3,32,5,106,34,3,32,11,65,3,114,54,2,4,32,5,32,9,106,34,2,32,2,40,2,4,65,1,114,54,2,4,32,3,32,11,16,88,11,32,5,33,4,11,32,4,11,34,4,4,64,32,4,65,8,106,15,11,32,1,16,85,34,4,69,4,64,65,0,15,11,32,4,32,0,65,124,65,120,32,0,65,4,107,40,2,0,34,5,65,3,113,27,32,5,65,120,113,106,34,5,32,1,32,1,32,5,75,27,16,69,26,32,0,16,86,32,4,11,139,12,1,6,127,32,0,32,1,106,33,5,2,64,2,64,32,0,40,2,4,34,2,65,1,113,13,0,32,2,65,3,113,69,13,1,32,0,40,2,0,34,2,32,1,106,33,1,2,64,32,0,32,2,107,34,0,65,164,163,4,40,2,0,71,4,64,32,2,65,255,1,77,4,64,32,0,40,2,8,34,4,32,2,65,3,118,34,7,65,3,116,65,184,163,4,106,70,26,32,0,40,2,12,34,2,32,4,71,13,2,65,144,163,4,65,144,163,4,40,2,0,65,126,32,7,119,113,54,2,0,12,3,11,32,0,40,2,24,33,6,2,64,32,0,32,0,40,2,12,34,3,71,4,64,32,0,40,2,8,34,2,65,160,163,4,40,2,0,73,26,32,2,32,3,54,2,12,32,3,32,2,54,2,8,12,1,11,2,64,32,0,65,20,106,34,2,40,2,0,34,4,13,0,32,0,65,16,106,34,2,40,2,0,34,4,13,0,65,0,33,3,12,1,11,3,64,32,2,33,7,32,4,34,3,65,20,106,34,2,40,2,0,34,4,13,0,32,3,65,16,106,33,2,32,3,40,2,16,34,4,13,0,11,32,7,65,0,54,2,0,11,32,6,69,13,2,2,64,32,0,32,0,40,2,28,34,4,65,2,116,65,192,165,4,106,34,2,40,2,0,70,4,64,32,2,32,3,54,2,0,32,3,13,1,65,148,163,4,65,148,163,4,40,2,0,65,126,32,4,119,113,54,2,0,12,4,11,32,6,65,16,65,20,32,6,40,2,16,32,0,70,27,106,32,3,54,2,0,32,3,69,13,3,11,32,3,32,6,54,2,24,32,0,40,2,16,34,2,4,64,32,3,32,2,54,2,16,32,2,32,3,54,2,24,11,32,0,40,2,20,34,2,69,13,2,32,3,32,2,54,2,20,32,2,32,3,54,2,24,12,2,11,32,5,40,2,4,34,2,65,3,113,65,3,71,13,1,65,152,163,4,32,1,54,2,0,32,5,32,2,65,126,113,54,2,4,32,0,32,1,65,1,114,54,2,4,32,5,32,1,54,2,0,15,11,32,4,32,2,54,2,12,32,2,32,4,54,2,8,11,2,64,32,5,40,2,4,34,2,65,2,113,69,4,64,32,5,65,168,163,4,40,2,0,70,4,64,65,168,163,4,32,0,54,2,0,65,156,163,4,65,156,163,4,40,2,0,32,1,106,34,1,54,2,0,32,0,32,1,65,1,114,54,2,4,32,0,65,164,163,4,40,2,0,71,13,3,65,152,163,4,65,0,54,2,0,65,164,163,4,65,0,54,2,0,15,11,32,5,65,164,163,4,40,2,0,70,4,64,65,164,163,4,32,0,54,2,0,65,152,163,4,65,152,163,4,40,2,0,32,1,106,34,1,54,2,0,32,0,32,1,65,1,114,54,2,4,32,0,32,1,106,32,1,54,2,0,15,11,32,2,65,120,113,32,1,106,33,1,2,64,32,2,65,255,1,77,4,64,32,5,40,2,8,34,4,32,2,65,3,118,34,7,65,3,116,65,184,163,4,106,70,26,32,4,32,5,40,2,12,34,2,70,4,64,65,144,163,4,65,144,163,4,40,2,0,65,126,32,7,119,113,54,2,0,12,2,11,32,4,32,2,54,2,12,32,2,32,4,54,2,8,12,1,11,32,5,40,2,24,33,6,2,64,32,5,32,5,40,2,12,34,3,71,4,64,32,5,40,2,8,34,2,65,160,163,4,40,2,0,73,26,32,2,32,3,54,2,12,32,3,32,2,54,2,8,12,1,11,2,64,32,5,65,20,106,34,4,40,2,0,34,2,13,0,32,5,65,16,106,34,4,40,2,0,34,2,13,0,65,0,33,3,12,1,11,3,64,32,4,33,7,32,2,34,3,65,20,106,34,4,40,2,0,34,2,13,0,32,3,65,16,106,33,4,32,3,40,2,16,34,2,13,0,11,32,7,65,0,54,2,0,11,32,6,69,13,0,2,64,32,5,32,5,40,2,28,34,4,65,2,116,65,192,165,4,106,34,2,40,2,0,70,4,64,32,2,32,3,54,2,0,32,3,13,1,65,148,163,4,65,148,163,4,40,2,0,65,126,32,4,119,113,54,2,0,12,2,11,32,6,65,16,65,20,32,6,40,2,16,32,5,70,27,106,32,3,54,2,0,32,3,69,13,1,11,32,3,32,6,54,2,24,32,5,40,2,16,34,2,4,64,32,3,32,2,54,2,16,32,2,32,3,54,2,24,11,32,5,40,2,20,34,2,69,13,0,32,3,32,2,54,2,20,32,2,32,3,54,2,24,11,32,0,32,1,65,1,114,54,2,4,32,0,32,1,106,32,1,54,2,0,32,0,65,164,163,4,40,2,0,71,13,1,65,152,163,4,32,1,54,2,0,15,11,32,5,32,2,65,126,113,54,2,4,32,0,32,1,65,1,114,54,2,4,32,0,32,1,106,32,1,54,2,0,11,32,1,65,255,1,77,4,64,32,1,65,3,118,34,2,65,3,116,65,184,163,4,106,33,1,2,127,65,144,163,4,40,2,0,34,4,65,1,32,2,116,34,2,113,69,4,64,65,144,163,4,32,2,32,4,114,54,2,0,32,1,12,1,11,32,1,40,2,8,11,33,2,32,1,32,0,54,2,8,32,2,32,0,54,2,12,32,0,32,1,54,2,12,32,0,32,2,54,2,8,15,11,65,31,33,2,32,0,66,0,55,2,16,32,1,65,255,255,255,7,77,4,64,32,1,65,8,118,34,2,32,2,65,128,254,63,106,65,16,118,65,8,113,34,2,116,34,4,32,4,65,128,224,31,106,65,16,118,65,4,113,34,4,116,34,3,32,3,65,128,128,15,106,65,16,118,65,2,113,34,3,116,65,15,118,32,2,32,4,114,32,3,114,107,34,2,65,1,116,32,1,32,2,65,21,106,118,65,1,113,114,65,28,106,33,2,11,32,0,32,2,54,2,28,32,2,65,2,116,65,192,165,4,106,33,4,2,64,2,64,65,148,163,4,40,2,0,34,3,65,1,32,2,116,34,5,113,69,4,64,65,148,163,4,32,3,32,5,114,54,2,0,32,4,32,0,54,2,0,32,0,32,4,54,2,24,12,1,11,32,1,65,0,65,25,32,2,65,1,118,107,32,2,65,31,70,27,116,33,2,32,4,40,2,0,33,3,3,64,32,3,34,4,40,2,4,65,120,113,32,1,70,13,2,32,2,65,29,118,33,3,32,2,65,1,116,33,2,32,4,32,3,65,4,113,106,65,16,106,34,5,40,2,0,34,3,13,0,11,32,5,32,0,54,2,0,32,0,32,4,54,2,24,11,32,0,32,0,54,2,12,32,0,32,0,54,2,8,15,11,32,4,40,2,8,34,1,32,0,54,2,12,32,4,32,0,54,2,8,32,0,65,0,54,2,24,32,0,32,4,54,2,12,32,0,32,1,54,2,8,11,11,3,0,1,11,154,1,1,2,127,32,0,32,0,40,2,72,34,1,65,1,107,32,1,114,54,2,72,32,0,40,2,20,32,0,40,2,28,71,4,64,32,0,173,65,0,173,65,0,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,36,17,0,0,167,26,11,32,0,65,0,54,2,28,32,0,66,0,55,3,16,32,0,40,2,0,34,1,65,4,113,4,64,32,0,32,1,65,32,114,54,2,0,65,127,15,11,32,0,32,0,40,2,44,32,0,40,2,48,106,34,2,54,2,8,32,0,32,2,54,2,4,32,1,65,27,116,65,31,117,11,89,1,1,127,32,0,32,0,40,2,72,34,1,65,1,107,32,1,114,54,2,72,32,0,40,2,0,34,1,65,8,113,4,64,32,0,32,1,65,32,114,54,2,0,65,127,15,11,32,0,66,0,55,2,4,32,0,32,0,40,2,44,34,1,54,2,28,32,0,32,1,54,2,20,32,0,32,1,32,0,40,2,48,106,54,2,16,65,0,11,8,0,32,0,16,205,1,26,11,21,0,32,0,65,248,214,0,54,2,0,32,0,65,4,106,16,163,2,32,0,11,8,0,32,0,16,93,16,86,11,42,0,32,0,65,248,214,0,54,2,0,32,0,65,4,106,16,171,4,32,0,66,0,55,2,24,32,0,66,0,55,2,16,32,0,66,0,55,2,8,32,0,11,3,0,1,11,4,0,32,0,11,8,0,32,0,66,127,16,99,11,16,0,32,0,32,1,55,3,8,32,0,66,0,55,3,0,11,8,0,32,0,66,127,16,99,11,220,1,1,4,127,35,0,65,16,107,34,4,36,0,3,64,2,64,32,2,32,5,76,13,0,2,64,32,0,40,2,12,34,3,32,0,40,2,16,34,6,73,4,64,32,4,65,255,255,255,255,7,54,2,12,32,4,32,6,32,3,107,54,2,8,32,4,32,2,32,5,107,54,2,4,32,4,65,12,106,32,4,65,8,106,32,4,65,4,106,16,102,16,102,33,3,32,1,32,0,40,2,12,32,3,40,2,0,34,3,16,103,32,0,32,0,40,2,12,32,3,106,54,2,12,12,1,11,32,0,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,40,17,0,0,167,34,3,65,127,70,13,1,32,1,32,3,16,104,58,0,0,65,1,33,3,11,32,1,32,3,106,33,1,32,3,32,5,106,33,5,12,1,11,11,32,4,65,16,106,36,0,32,5,11,40,1,2,127,35,0,65,16,107,34,2,36,0,32,1,40,2,0,32,0,40,2,0,72,33,3,32,2,65,16,106,36,0,32,1,32,0,32,3,27,11,16,0,32,2,4,64,32,0,32,1,32,2,16,69,26,11,11,10,0,32,0,65,24,116,65,24,117,11,4,0,65,127,11,78,0,32,0,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,36,17,0,0,167,65,127,70,4,64,65,127,15,11,32,0,32,0,40,2,12,34,0,65,1,106,54,2,12,32,0,44,0,0,16,107,11,8,0,32,0,65,255,1,113,11,4,0,65,127,11,206,1,1,4,127,35,0,65,16,107,34,5,36,0,3,64,2,64,32,2,32,4,76,13,0,32,0,40,2,24,34,3,32,0,40,2,28,34,6,79,4,64,32,0,173,32,1,44,0,0,16,107,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,52,17,0,0,167,65,127,70,13,1,32,4,65,1,106,33,4,32,1,65,1,106,33,1,12,2,5,32,5,32,6,32,3,107,54,2,12,32,5,32,2,32,4,107,54,2,8,32,5,65,12,106,32,5,65,8,106,16,102,33,3,32,0,40,2,24,32,1,32,3,40,2,0,34,3,16,103,32,0,32,3,32,0,40,2,24,106,54,2,24,32,3,32,4,106,33,4,32,1,32,3,106,33,1,12,2,11,0,11,11,32,5,65,16,106,36,0,32,4,11,19,0,32,2,4,127,32,0,32,1,32,2,16,83,5,32,0,11,26,11,11,0,32,0,65,8,106,16,92,32,0,11,18,0,32,0,32,0,40,2,0,65,12,107,40,2,0,106,16,111,11,8,0,32,0,16,111,16,86,11,18,0,32,0,32,0,40,2,0,65,12,107,40,2,0,106,16,113,11,153,2,1,3,127,35,0,65,32,107,34,3,36,0,32,0,65,0,58,0,0,32,1,32,1,40,2,0,65,12,107,40,2,0,106,16,126,33,4,32,1,32,1,40,2,0,65,12,107,40,2,0,106,33,5,2,64,32,4,4,64,32,5,40,2,72,4,64,32,1,32,1,40,2,0,65,12,107,40,2,0,106,40,2,72,16,116,11,2,64,32,2,13,0,32,1,32,1,40,2,0,65,12,107,40,2,0,106,40,2,4,65,128,32,113,69,13,0,32,3,65,24,106,32,1,32,1,40,2,0,65,12,107,40,2,0,106,16,203,1,32,3,65,24,106,16,117,33,2,32,3,65,24,106,16,163,2,32,3,65,16,106,32,1,16,118,33,4,32,3,65,8,106,16,119,33,5,3,64,2,64,32,4,32,5,16,120,69,13,0,32,2,65,128,192,0,32,4,16,121,16,122,69,13,0,32,4,16,123,26,12,1,11,11,32,4,32,5,16,124,69,13,0,32,1,32,1,40,2,0,65,12,107,40,2,0,106,65,6,16,125,11,32,0,32,1,32,1,40,2,0,65,12,107,40,2,0,106,16,126,58,0,0,12,1,11,32,5,65,4,16,125,11,32,3,65,32,106,36,0,32,0,11,108,1,2,127,35,0,65,16,107,34,1,36,0,32,0,32,0,40,2,0,65,12,107,40,2,0,106,40,2,24,4,64,2,64,32,1,65,8,106,32,0,16,127,34,2,45,0,0,69,13,0,32,0,32,0,40,2,0,65,12,107,40,2,0,106,40,2,24,16,128,1,65,127,71,13,0,32,0,32,0,40,2,0,65,12,107,40,2,0,106,65,1,16,125,11,32,2,16,129,1,11,32,1,65,16,106,36,0,11,11,0,32,0,65,148,169,4,16,168,2,11,26,0,32,0,32,1,32,1,40,2,0,65,12,107,40,2,0,106,40,2,24,54,2,0,32,0,11,11,0,32,0,65,0,54,2,0,32,0,11,12,0,32,0,32,1,16,130,1,65,1,115,11,16,0,32,0,40,2,0,16,131,1,65,24,116,65,24,117,11,39,1,1,127,32,2,65,0,78,4,127,32,0,40,2,8,32,2,65,255,1,113,65,1,116,106,47,1,0,32,1,113,65,0,71,5,32,3,11,11,13,0,32,0,40,2,0,16,132,1,26,32,0,11,9,0,32,0,32,1,16,130,1,11,15,0,32,0,32,0,40,2,16,32,1,114,16,204,1,11,8,0,32,0,40,2,16,69,11,83,0,32,0,32,1,54,2,4,32,0,65,0,58,0,0,32,1,32,1,40,2,0,65,12,107,40,2,0,106,16,126,4,64,32,1,32,1,40,2,0,65,12,107,40,2,0,106,40,2,72,4,64,32,1,32,1,40,2,0,65,12,107,40,2,0,106,40,2,72,16,116,11,32,0,65,1,58,0,0,11,32,0,11,47,0,32,0,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,24,17,0,0,167,11,139,1,1,1,127,2,64,32,0,40,2,4,34,1,32,1,40,2,0,65,12,107,40,2,0,106,40,2,24,69,13,0,32,0,40,2,4,34,1,32,1,40,2,0,65,12,107,40,2,0,106,16,126,69,13,0,32,0,40,2,4,34,1,32,1,40,2,0,65,12,107,40,2,0,106,40,2,4,65,128,192,0,113,69,13,0,32,0,40,2,4,34,1,32,1,40,2,0,65,12,107,40,2,0,106,40,2,24,16,128,1,65,127,71,13,0,32,0,40,2,4,34,1,32,1,40,2,0,65,12,107,40,2,0,106,65,1,16,125,11,11,16,0,32,0,16,192,1,32,1,16,192,1,115,65,1,115,11,73,1,1,127,32,0,40,2,12,34,1,32,0,40,2,16,70,4,64,32,0,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,36,17,0,0,167,15,11,32,1,44,0,0,16,107,11,83,1,1,127,32,0,40,2,12,34,1,32,0,40,2,16,70,4,64,32,0,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,40,17,0,0,167,15,11,32,0,32,1,65,1,106,54,2,12,32,1,44,0,0,16,107,11,7,0,32,0,32,1,70,11,90,1,1,127,32,0,40,2,24,34,2,32,0,40,2,28,70,4,64,32,0,173,32,1,16,107,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,52,17,0,0,167,15,11,32,0,32,2,65,1,106,54,2,24,32,2,32,1,58,0,0,32,1,16,107,11,11,0,32,0,65,140,169,4,16,168,2,11,12,0,32,0,32,1,16,141,1,65,1,115,11,10,0,32,0,40,2,0,16,142,1,11,49,0,32,0,173,32,1,173,32,2,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,12,17,0,0,167,11,13,0,32,0,40,2,0,16,143,1,26,32,0,11,9,0,32,0,32,1,16,141,1,11,16,0,32,0,16,193,1,32,1,16,193,1,115,65,1,115,11,71,1,1,127,32,0,40,2,12,34,1,32,0,40,2,16,70,4,64,32,0,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,36,17,0,0,167,15,11,32,1,40,2,0,11,81,1,1,127,32,0,40,2,12,34,1,32,0,40,2,16,70,4,64,32,0,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,40,17,0,0,167,15,11,32,0,32,1,65,4,106,54,2,12,32,1,40,2,0,11,11,0,32,0,65,4,106,16,92,32,0,11,19,0,32,0,32,0,40,2,0,65,12,107,40,2,0,106,16,144,1,11,9,0,32,0,16,144,1,16,86,11,19,0,32,0,32,0,40,2,0,65,12,107,40,2,0,106,16,146,1,11,39,1,1,127,2,64,32,0,40,2,0,34,2,69,13,0,32,2,32,1,16,134,1,65,127,16,133,1,69,13,0,32,0,65,0,54,2,0,11,11,118,1,2,127,2,64,32,0,40,2,0,34,2,69,13,0,2,127,32,2,40,2,24,34,3,32,2,40,2,28,70,4,64,32,2,173,32,1,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,2,40,2,0,40,2,52,17,0,0,167,12,1,11,32,2,32,3,65,4,106,54,2,24,32,3,32,1,54,2,0,32,1,11,65,127,16,133,1,69,13,0,32,0,65,0,54,2,0,11,11,49,0,32,0,173,32,1,173,32,2,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,48,17,0,0,167,11,27,1,1,127,35,0,65,16,107,34,1,36,0,32,0,16,158,1,32,1,65,16,106,36,0,32,0,11,7,0,32,0,40,2,8,11,7,0,32,0,40,2,12,11,89,1,2,127,35,0,65,16,107,34,2,36,0,32,0,16,168,1,4,64,32,0,40,2,0,33,3,32,0,16,169,1,26,32,3,16,86,11,32,0,32,1,40,2,8,54,2,8,32,0,32,1,41,2,0,55,2,0,32,1,65,0,16,190,1,32,2,65,0,58,0,15,32,1,32,2,65,15,106,16,191,1,32,2,65,16,106,36,0,11,23,0,32,0,32,3,54,2,16,32,0,32,2,54,2,12,32,0,32,1,54,2,8,11,23,0,32,0,32,2,54,2,28,32,0,32,1,54,2,20,32,0,32,1,54,2,24,11,15,0,32,0,32,0,40,2,24,32,1,106,54,2,24,11,45,1,1,127,32,0,33,1,65,0,33,0,3,64,32,0,65,3,71,4,64,32,1,32,0,65,2,116,106,65,0,54,2,0,32,0,65,1,106,33,0,12,1,11,11,11,18,0,32,0,16,168,1,4,64,32,0,40,2,0,15,11,32,0,11,53,1,1,127,35,0,65,16,107,34,2,36,0,32,2,32,0,40,2,0,54,2,12,32,0,32,1,40,2,0,54,2,0,32,1,32,2,65,12,106,40,2,0,54,2,0,32,2,65,16,106,36,0,11,29,0,35,0,65,16,107,34,3,36,0,32,0,32,1,32,2,16,163,1,32,3,65,16,106,36,0,32,0,11,25,0,35,0,65,16,107,34,1,36,0,32,0,16,158,1,32,1,65,16,106,36,0,32,0,11,148,1,1,4,127,35,0,65,16,107,34,5,36,0,32,1,32,2,16,196,1,34,4,65,111,77,4,64,2,64,32,4,65,10,77,4,64,32,0,32,4,16,190,1,32,0,33,3,12,1,11,32,0,32,4,16,197,1,65,1,106,34,6,16,238,5,34,3,16,198,1,32,0,32,6,16,199,1,32,0,32,4,16,200,1,11,3,64,32,1,32,2,71,4,64,32,3,32,1,16,191,1,32,3,65,1,106,33,3,32,1,65,1,106,33,1,12,1,11,11,32,5,65,0,58,0,15,32,3,32,5,65,15,106,16,191,1,32,5,65,16,106,36,0,15,11,16,53,0,11,148,2,1,1,127,2,64,32,1,32,0,65,32,106,34,2,71,4,127,32,2,16,168,1,69,4,64,32,1,16,168,1,69,4,64,32,2,32,1,40,2,8,54,2,8,32,2,32,1,41,2,0,55,2,0,12,3,11,32,2,32,1,16,159,1,32,1,16,165,1,16,128,6,12,2,11,32,2,32,1,16,159,1,32,1,16,165,1,16,255,5,5,32,2,11,26,11,32,0,65,0,54,2,44,2,64,32,0,40,2,48,34,1,65,8,113,4,127,32,0,32,2,16,159,1,32,2,16,165,1,106,54,2,44,32,0,32,2,16,159,1,32,2,16,159,1,32,0,40,2,44,16,155,1,32,0,40,2,48,5,32,1,11,65,16,113,69,13,0,32,0,32,2,16,165,1,34,1,32,2,16,159,1,106,54,2,44,32,2,32,2,16,166,1,16,167,1,32,0,32,2,16,159,1,32,2,16,159,1,32,2,16,165,1,106,16,156,1,32,0,45,0,48,65,3,113,69,13,0,3,64,32,1,65,0,72,4,64,32,0,65,255,255,255,255,7,16,157,1,32,1,65,255,255,255,255,7,107,33,1,12,1,11,11,32,1,69,13,0,32,0,32,1,16,157,1,11,11,21,0,32,0,16,168,1,4,64,32,0,40,2,4,15,11,32,0,45,0,11,11,27,1,1,127,65,10,33,1,32,0,16,168,1,4,127,32,0,16,169,1,65,1,107,5,32,1,11,11,230,1,1,4,127,2,64,32,1,32,0,16,165,1,34,2,75,4,64,35,0,65,16,107,34,4,36,0,32,1,32,2,107,34,5,4,64,32,0,16,166,1,33,1,32,0,16,165,1,34,2,32,5,106,33,3,32,5,32,1,32,2,107,75,4,64,32,0,32,1,32,3,32,1,107,32,2,32,2,65,0,16,248,5,11,32,2,32,0,16,159,1,34,1,106,32,5,65,0,16,249,5,32,0,32,3,16,201,3,32,4,65,0,58,0,15,32,1,32,3,106,32,4,65,15,106,16,191,1,11,32,4,65,16,106,36,0,12,1,11,35,0,65,16,107,34,2,36,0,2,64,32,0,16,168,1,4,64,32,0,40,2,0,33,3,32,2,65,0,58,0,15,32,1,32,3,106,32,2,65,15,106,16,191,1,32,0,32,1,16,200,1,12,1,11,32,2,65,0,58,0,14,32,0,32,1,106,32,2,65,14,106,16,191,1,32,0,32,1,16,190,1,11,32,2,65,16,106,36,0,11,11,10,0,32,0,45,0,11,65,7,118,11,14,0,32,0,40,2,8,65,255,255,255,255,7,113,11,100,0,32,0,40,2,24,32,0,40,2,44,75,4,64,32,0,32,0,40,2,24,54,2,44,11,2,64,32,0,45,0,48,65,8,113,69,13,0,32,0,40,2,16,32,0,40,2,44,73,4,64,32,0,32,0,40,2,8,32,0,40,2,12,32,0,40,2,44,16,155,1,11,32,0,40,2,12,32,0,40,2,16,79,13,0,32,0,40,2,12,44,0,0,16,107,15,11,65,127,11,160,1,1,1,127,32,0,40,2,24,32,0,40,2,44,75,4,64,32,0,32,0,40,2,24,54,2,44,11,2,64,32,0,40,2,8,32,0,40,2,12,79,13,0,32,1,65,127,16,133,1,4,64,32,0,32,0,40,2,8,32,0,40,2,12,65,1,107,32,0,40,2,44,16,155,1,32,1,16,172,1,15,11,32,0,45,0,48,65,16,113,69,4,64,32,1,16,104,32,0,40,2,12,65,1,107,44,0,0,16,133,1,69,13,1,11,32,0,32,0,40,2,8,32,0,40,2,12,65,1,107,32,0,40,2,44,16,155,1,32,1,16,104,33,2,32,0,40,2,12,32,2,58,0,0,32,1,15,11,65,127,11,14,0,65,0,32,0,32,0,65,127,16,133,1,27,11,137,2,1,9,127,35,0,65,16,107,34,3,36,0,2,127,32,1,65,127,16,133,1,69,4,64,32,0,40,2,12,33,4,32,0,40,2,8,33,5,32,0,40,2,24,32,0,40,2,28,70,4,64,65,127,32,0,45,0,48,65,16,113,69,13,2,26,32,0,40,2,24,33,6,32,0,40,2,20,33,7,32,0,40,2,44,33,8,32,0,40,2,20,33,9,32,0,65,32,106,34,2,65,0,16,129,6,32,2,32,2,16,166,1,16,167,1,32,0,32,2,16,159,1,34,10,32,2,16,165,1,32,10,106,16,156,1,32,0,32,6,32,7,107,16,157,1,32,0,32,0,40,2,20,32,8,32,9,107,106,54,2,44,11,32,3,32,0,40,2,24,65,1,106,54,2,12,32,0,32,3,65,12,106,32,0,65,44,106,16,174,1,40,2,0,54,2,44,32,0,45,0,48,65,8,113,4,64,32,0,32,0,65,32,106,16,159,1,34,2,32,2,32,4,32,5,107,106,32,0,40,2,44,16,155,1,11,32,0,32,1,16,104,16,134,1,12,1,11,32,1,16,172,1,11,33,0,32,3,65,16,106,36,0,32,0,11,36,1,2,127,35,0,65,16,107,34,2,36,0,32,0,32,1,16,189,1,33,3,32,2,65,16,106,36,0,32,1,32,0,32,3,27,11,150,2,2,1,127,3,126,32,1,40,2,24,32,1,40,2,44,75,4,64,32,1,32,1,40,2,24,54,2,44,11,66,127,33,8,2,64,32,4,65,24,113,34,5,69,13,0,32,3,65,1,70,32,5,65,24,70,113,13,0,32,1,40,2,44,34,5,4,64,32,5,32,1,65,32,106,16,159,1,107,172,33,6,11,2,64,2,64,2,64,32,3,14,3,2,0,1,3,11,32,4,65,8,113,4,64,32,1,40,2,12,32,1,40,2,8,107,172,33,7,12,2,11,32,1,40,2,24,32,1,40,2,20,107,172,33,7,12,1,11,32,6,33,7,11,32,2,32,7,124,34,2,66,0,83,13,0,32,2,32,6,85,13,0,32,4,65,8,113,33,3,2,64,32,2,80,13,0,32,3,4,64,32,1,40,2,12,69,13,2,11,32,4,65,16,113,69,13,0,32,1,40,2,24,69,13,1,11,32,3,4,64,32,1,32,1,40,2,8,32,1,40,2,8,32,2,167,106,32,1,40,2,44,16,155,1,11,32,4,65,16,113,4,64,32,1,32,1,40,2,20,32,1,40,2,28,16,156,1,32,1,32,2,167,16,157,1,11,32,2,33,8,11,32,0,32,8,16,99,11,36,1,2,127,35,0,65,16,107,34,2,36,0,32,1,32,0,16,189,1,33,3,32,2,65,16,106,36,0,32,1,32,0,32,3,27,11,5,0,16,5,0,11,27,0,32,0,65,152,216,0,54,2,0,32,0,65,32,106,16,246,5,26,32,0,16,93,26,32,0,11,9,0,32,0,16,178,1,16,86,11,53,0,32,0,173,32,1,173,32,2,41,3,8,65,0,173,32,3,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,1,40,2,0,40,2,16,17,0,0,26,11,57,1,1,127,32,0,65,204,219,0,40,2,0,34,1,54,2,0,32,0,32,1,65,12,107,40,2,0,106,65,216,219,0,40,2,0,54,2,0,32,0,65,4,106,16,178,1,26,32,0,65,56,106,16,92,32,0,11,9,0,32,0,16,181,1,16,86,11,19,0,32,0,32,0,40,2,0,65,12,107,40,2,0,106,16,181,1,11,19,0,32,0,32,0,40,2,0,65,12,107,40,2,0,106,16,182,1,11,57,1,1,127,32,0,65,128,221,0,40,2,0,34,1,54,2,0,32,0,32,1,65,12,107,40,2,0,106,65,140,221,0,40,2,0,54,2,0,32,0,65,8,106,16,178,1,26,32,0,65,60,106,16,92,32,0,11,9,0,32,0,16,185,1,16,86,11,19,0,32,0,32,0,40,2,0,65,12,107,40,2,0,106,16,185,1,11,19,0,32,0,32,0,40,2,0,65,12,107,40,2,0,106,16,186,1,11,13,0,32,0,40,2,0,32,1,40,2,0,73,11,9,0,32,0,32,1,58,0,11,11,12,0,32,0,32,1,45,0,0,58,0,0,11,44,1,1,127,32,0,40,2,0,34,1,4,64,32,1,16,131,1,65,127,16,133,1,69,4,64,32,0,40,2,0,69,15,11,32,0,65,0,54,2,0,11,65,1,11,44,1,1,127,32,0,40,2,0,34,1,4,64,32,1,16,142,1,65,127,16,133,1,69,4,64,32,0,40,2,0,69,15,11,32,0,65,0,54,2,0,11,65,1,11,48,0,32,0,173,32,1,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,28,17,0,0,167,11,48,0,32,0,173,32,1,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,44,17,0,0,167,11,9,0,32,0,32,1,16,201,1,11,36,0,32,0,65,11,79,4,127,32,0,65,16,106,65,112,113,34,0,32,0,65,1,107,34,0,32,0,65,11,70,27,5,65,10,11,11,9,0,32,0,32,1,54,2,0,11,16,0,32,0,32,1,65,128,128,128,128,120,114,54,2,8,11,9,0,32,0,32,1,54,2,4,11,7,0,32,1,32,0,107,11,90,1,2,127,32,0,40,2,40,33,2,3,64,32,2,4,64,32,1,173,32,0,173,32,2,65,1,107,34,2,65,2,116,34,3,32,0,40,2,36,106,40,2,0,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,32,32,3,106,40,2,0,17,0,0,26,12,1,11,11,11,13,0,32,0,32,1,65,28,106,16,170,4,26,11,33,0,32,0,32,0,40,2,24,69,32,1,114,34,1,54,2,16,32,0,40,2,20,32,1,113,4,64,16,177,1,0,11,11,56,0,32,0,65,148,222,0,54,2,0,32,0,65,0,16,202,1,32,0,65,28,106,16,163,2,32,0,40,2,32,16,86,32,0,40,2,36,16,86,32,0,40,2,48,16,86,32,0,40,2,60,16,86,32,0,11,9,0,32,0,16,205,1,16,86,11,63,0,32,0,65,0,54,2,20,32,0,32,1,54,2,24,32,0,65,0,54,2,12,32,0,66,130,160,128,128,224,0,55,2,4,32,0,32,1,69,54,2,16,32,0,65,32,106,65,0,65,40,16,71,26,32,0,65,28,106,16,171,4,11,12,0,32,0,32,1,40,2,0,54,2,0,11,71,1,2,127,32,0,32,1,55,3,112,32,0,32,0,40,2,44,32,0,40,2,4,34,3,107,172,55,3,120,32,0,40,2,8,33,2,2,64,32,1,80,13,0,32,2,32,3,107,172,32,1,87,13,0,32,3,32,1,167,106,33,2,11,32,0,32,2,54,2,104,11,166,2,2,3,127,2,126,2,64,32,0,41,3,112,34,4,80,69,32,4,32,0,41,3,120,32,0,40,2,4,34,1,32,0,40,2,44,34,2,107,172,124,34,5,87,113,69,4,64,35,0,65,16,107,34,1,36,0,65,127,33,2,2,64,32,0,16,90,13,0,32,0,173,32,1,65,15,106,173,65,1,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,32,17,0,0,167,65,1,71,13,0,32,1,45,0,15,33,2,11,32,1,65,16,106,36,0,32,2,65,0,78,13,1,32,0,40,2,44,33,2,32,0,40,2,4,33,1,11,32,0,66,127,55,3,112,32,0,32,1,54,2,104,32,0,32,5,32,2,32,1,107,172,124,55,3,120,65,127,15,11,32,5,66,1,124,33,5,32,0,40,2,4,33,1,32,0,40,2,8,33,3,2,64,32,0,41,3,112,34,4,80,13,0,32,4,32,5,125,34,4,32,3,32,1,107,172,89,13,0,32,1,32,4,167,106,33,3,11,32,0,32,3,54,2,104,32,0,32,5,32,0,40,2,44,34,3,32,1,107,172,124,55,3,120,32,1,32,3,77,4,64,32,1,65,1,107,32,2,58,0,0,11,32,2,11,80,1,1,126,2,64,32,3,65,192,0,113,4,64,32,1,32,3,65,64,106,173,134,33,2,66,0,33,1,12,1,11,32,3,69,13,0,32,2,32,3,173,34,4,134,32,1,65,192,0,32,3,107,173,136,132,33,2,32,1,32,4,134,33,1,11,32,0,32,1,55,3,0,32,0,32,2,55,3,8,11,127,2,2,127,1,126,35,0,65,16,107,34,3,36,0,32,0,2,126,32,1,69,4,64,66,0,12,1,11,32,3,32,1,32,1,65,31,117,34,2,106,32,2,115,34,2,173,66,0,32,2,103,34,2,65,209,0,106,16,211,1,32,3,41,3,8,66,128,128,128,128,128,128,192,0,133,65,158,128,1,32,2,107,173,66,48,134,124,32,1,65,128,128,128,128,120,113,173,66,32,134,132,33,4,32,3,41,3,0,11,55,3,0,32,0,32,4,55,3,8,32,3,65,16,106,36,0,11,80,1,1,126,2,64,32,3,65,192,0,113,4,64,32,2,32,3,65,64,106,173,136,33,1,66,0,33,2,12,1,11,32,3,69,13,0,32,2,65,192,0,32,3,107,173,134,32,1,32,3,173,34,4,136,132,33,1,32,2,32,4,136,33,2,11,32,0,32,1,55,3,0,32,0,32,2,55,3,8,11,233,10,2,5,127,15,126,35,0,65,224,0,107,34,5,36,0,32,4,66,255,255,255,255,255,255,63,131,34,12,66,15,134,32,3,66,49,136,132,33,15,32,2,32,4,133,66,128,128,128,128,128,128,128,128,128,127,131,33,10,32,2,66,255,255,255,255,255,255,63,131,34,13,66,32,136,33,16,32,12,66,17,136,33,17,32,4,66,48,136,167,65,255,255,1,113,33,6,2,64,2,64,32,2,66,48,136,167,65,255,255,1,113,34,8,65,255,255,1,107,65,130,128,126,79,4,64,32,6,65,255,255,1,107,65,129,128,126,75,13,1,11,32,1,80,32,2,66,255,255,255,255,255,255,255,255,255,0,131,34,11,66,128,128,128,128,128,128,192,255,255,0,84,32,11,66,128,128,128,128,128,128,192,255,255,0,81,27,69,4,64,32,2,66,128,128,128,128,128,128,32,132,33,10,12,2,11,32,3,80,32,4,66,255,255,255,255,255,255,255,255,255,0,131,34,2,66,128,128,128,128,128,128,192,255,255,0,84,32,2,66,128,128,128,128,128,128,192,255,255,0,81,27,69,4,64,32,4,66,128,128,128,128,128,128,32,132,33,10,32,3,33,1,12,2,11,32,1,32,11,66,128,128,128,128,128,128,192,255,255,0,133,132,80,4,64,32,2,32,3,132,80,4,64,66,128,128,128,128,128,128,224,255,255,0,33,10,66,0,33,1,12,3,11,32,10,66,128,128,128,128,128,128,192,255,255,0,132,33,10,66,0,33,1,12,2,11,32,3,32,2,66,128,128,128,128,128,128,192,255,255,0,133,132,80,4,64,32,1,32,11,132,33,2,66,0,33,1,32,2,80,4,64,66,128,128,128,128,128,128,224,255,255,0,33,10,12,3,11,32,10,66,128,128,128,128,128,128,192,255,255,0,132,33,10,12,2,11,32,1,32,11,132,80,4,64,66,0,33,1,12,2,11,32,2,32,3,132,80,4,64,66,0,33,1,12,2,11,32,11,66,255,255,255,255,255,255,63,88,4,64,32,5,65,208,0,106,32,1,32,13,32,1,32,13,32,13,80,34,7,27,121,32,7,65,6,116,173,124,167,34,7,65,15,107,16,211,1,65,16,32,7,107,33,7,32,5,41,3,88,34,13,66,32,136,33,16,32,5,41,3,80,33,1,11,32,2,66,255,255,255,255,255,255,63,86,13,0,32,5,65,64,107,32,3,32,12,32,3,32,12,32,12,80,34,9,27,121,32,9,65,6,116,173,124,167,34,9,65,15,107,16,211,1,32,7,32,9,107,65,16,106,33,7,32,5,41,3,72,34,2,66,15,134,32,5,41,3,64,34,3,66,49,136,132,33,15,32,2,66,17,136,33,17,11,32,3,66,15,134,66,128,128,254,255,15,131,34,2,32,1,66,32,136,34,4,126,34,18,32,3,66,17,136,66,255,255,255,255,15,131,34,3,32,1,66,255,255,255,255,15,131,34,1,126,124,34,11,66,32,134,34,12,32,1,32,2,126,124,34,14,32,12,84,173,32,2,32,13,66,255,255,255,255,15,131,34,12,126,34,21,32,3,32,4,126,124,34,19,32,15,66,255,255,255,255,15,131,34,13,32,1,126,124,34,15,32,11,32,18,84,173,66,32,134,32,11,66,32,136,132,124,34,18,32,2,32,16,66,128,128,4,132,34,11,126,34,22,32,3,32,12,126,124,34,16,32,4,32,13,126,124,34,20,32,17,66,255,255,255,255,7,131,66,128,128,128,128,8,132,34,2,32,1,126,124,34,17,66,32,134,124,34,23,124,33,1,32,6,32,8,106,32,7,106,65,255,255,0,107,33,6,2,64,32,12,32,13,126,34,24,32,3,32,11,126,124,34,3,32,24,84,173,32,3,32,2,32,4,126,124,34,4,32,3,84,173,124,32,2,32,11,126,124,32,4,32,19,32,21,84,173,32,15,32,19,84,173,124,124,34,3,32,4,84,173,124,32,2,32,12,126,34,4,32,11,32,13,126,124,34,2,32,4,84,173,66,32,134,32,2,66,32,136,132,124,32,3,32,2,66,32,134,124,34,2,32,3,84,173,124,32,2,32,17,32,20,84,173,32,16,32,22,84,173,32,16,32,20,86,173,124,124,66,32,134,32,17,66,32,136,132,124,34,4,32,2,84,173,124,32,4,32,15,32,18,86,173,32,18,32,23,86,173,124,124,34,2,32,4,84,173,124,34,4,66,128,128,128,128,128,128,192,0,131,80,69,4,64,32,6,65,1,106,33,6,12,1,11,32,14,66,63,136,33,3,32,4,66,1,134,32,2,66,63,136,132,33,4,32,2,66,1,134,32,1,66,63,136,132,33,2,32,14,66,1,134,33,14,32,3,32,1,66,1,134,132,33,1,11,32,6,65,255,255,1,78,4,64,32,10,66,128,128,128,128,128,128,192,255,255,0,132,33,10,66,0,33,1,12,1,11,2,126,32,6,65,0,76,4,64,65,1,32,6,107,34,8,65,128,1,79,4,64,66,0,33,1,12,3,11,32,5,65,48,106,32,14,32,1,32,6,65,255,0,106,34,6,16,211,1,32,5,65,32,106,32,2,32,4,32,6,16,211,1,32,5,65,16,106,32,14,32,1,32,8,16,213,1,32,5,32,2,32,4,32,8,16,213,1,32,5,41,3,48,32,5,41,3,56,132,66,0,82,173,32,5,41,3,32,32,5,41,3,16,132,132,33,14,32,5,41,3,40,32,5,41,3,24,132,33,1,32,5,41,3,0,33,2,32,5,41,3,8,12,1,11,32,4,66,255,255,255,255,255,255,63,131,32,6,173,66,48,134,132,11,32,10,132,33,10,32,14,80,32,1,66,0,89,32,1,66,128,128,128,128,128,128,128,128,128,127,81,27,69,4,64,32,10,32,2,66,1,124,34,1,32,2,84,173,124,33,10,12,1,11,32,14,32,1,66,128,128,128,128,128,128,128,128,128,127,133,132,80,69,4,64,32,2,33,1,12,1,11,32,10,32,2,32,2,66,1,131,124,34,1,32,2,84,173,124,33,10,11,32,0,32,1,55,3,0,32,0,32,10,55,3,8,32,5,65,224,0,106,36,0,11,205,9,2,3,126,4,127,35,0,65,240,0,107,34,8,36,0,32,4,66,255,255,255,255,255,255,255,255,255,0,131,33,6,2,64,2,64,32,1,80,34,9,32,2,66,255,255,255,255,255,255,255,255,255,0,131,34,5,66,128,128,128,128,128,128,192,255,255,0,125,66,128,128,128,128,128,128,192,128,128,127,84,32,5,80,27,69,4,64,32,3,66,0,82,32,6,66,128,128,128,128,128,128,192,255,255,0,125,34,7,66,128,128,128,128,128,128,192,128,128,127,86,32,7,66,128,128,128,128,128,128,192,128,128,127,81,27,13,1,11,32,9,32,5,66,128,128,128,128,128,128,192,255,255,0,84,32,5,66,128,128,128,128,128,128,192,255,255,0,81,27,69,4,64,32,2,66,128,128,128,128,128,128,32,132,33,4,32,1,33,3,12,2,11,32,3,80,32,6,66,128,128,128,128,128,128,192,255,255,0,84,32,6,66,128,128,128,128,128,128,192,255,255,0,81,27,69,4,64,32,4,66,128,128,128,128,128,128,32,132,33,4,12,2,11,32,1,32,5,66,128,128,128,128,128,128,192,255,255,0,133,132,80,4,64,66,128,128,128,128,128,128,224,255,255,0,32,2,32,1,32,3,133,32,2,32,4,133,66,128,128,128,128,128,128,128,128,128,127,133,132,80,34,9,27,33,4,66,0,32,1,32,9,27,33,3,12,2,11,32,3,32,6,66,128,128,128,128,128,128,192,255,255,0,133,132,80,13,1,32,1,32,5,132,80,4,64,32,3,32,6,132,66,0,82,13,2,32,1,32,3,131,33,3,32,2,32,4,131,33,4,12,2,11,32,3,32,6,132,80,69,13,0,32,1,33,3,32,2,33,4,12,1,11,32,3,32,1,32,1,32,3,84,32,5,32,6,84,32,5,32,6,81,27,34,10,27,33,5,32,4,32,2,32,10,27,34,6,66,255,255,255,255,255,255,63,131,33,7,32,2,32,4,32,10,27,34,2,66,48,136,167,65,255,255,1,113,33,11,32,6,66,48,136,167,65,255,255,1,113,34,9,69,4,64,32,8,65,224,0,106,32,5,32,7,32,5,32,7,32,7,80,34,9,27,121,32,9,65,6,116,173,124,167,34,9,65,15,107,16,211,1,65,16,32,9,107,33,9,32,8,41,3,104,33,7,32,8,41,3,96,33,5,11,32,1,32,3,32,10,27,33,3,32,2,66,255,255,255,255,255,255,63,131,33,4,32,11,69,4,64,32,8,65,208,0,106,32,3,32,4,32,3,32,4,32,4,80,34,10,27,121,32,10,65,6,116,173,124,167,34,10,65,15,107,16,211,1,65,16,32,10,107,33,11,32,8,41,3,88,33,4,32,8,41,3,80,33,3,11,32,4,66,3,134,32,3,66,61,136,132,66,128,128,128,128,128,128,128,4,132,33,4,32,7,66,3,134,32,5,66,61,136,132,33,1,32,2,32,6,133,33,2,2,126,32,3,66,3,134,34,3,32,9,32,11,107,34,10,69,13,0,26,32,10,65,255,0,75,4,64,66,0,33,4,66,1,12,1,11,32,8,65,64,107,32,3,32,4,65,128,1,32,10,107,16,211,1,32,8,65,48,106,32,3,32,4,32,10,16,213,1,32,8,41,3,56,33,4,32,8,41,3,48,32,8,41,3,64,32,8,41,3,72,132,66,0,82,173,132,11,33,3,32,1,66,128,128,128,128,128,128,128,4,132,33,7,32,5,66,3,134,33,1,2,64,32,2,66,0,83,4,64,32,1,32,3,125,34,5,32,7,32,4,125,32,1,32,3,84,173,125,34,4,132,80,4,64,66,0,33,3,66,0,33,4,12,3,11,32,4,66,255,255,255,255,255,255,255,3,86,13,1,32,8,65,32,106,32,5,32,4,32,5,32,4,32,4,80,34,10,27,121,32,10,65,6,116,173,124,167,65,12,107,34,10,16,211,1,32,9,32,10,107,33,9,32,8,41,3,40,33,4,32,8,41,3,32,33,5,12,1,11,32,1,32,3,124,34,5,32,3,84,173,32,4,32,7,124,124,34,4,66,128,128,128,128,128,128,128,8,131,80,13,0,32,5,66,1,131,32,4,66,63,134,32,5,66,1,136,132,132,33,5,32,9,65,1,106,33,9,32,4,66,1,136,33,4,11,32,6,66,128,128,128,128,128,128,128,128,128,127,131,33,1,32,9,65,255,255,1,78,4,64,32,1,66,128,128,128,128,128,128,192,255,255,0,132,33,4,66,0,33,3,12,1,11,65,0,33,10,2,64,32,9,65,0,74,4,64,32,9,33,10,12,1,11,32,8,65,16,106,32,5,32,4,32,9,65,255,0,106,16,211,1,32,8,32,5,32,4,65,1,32,9,107,16,213,1,32,8,41,3,0,32,8,41,3,16,32,8,41,3,24,132,66,0,82,173,132,33,5,32,8,41,3,8,33,4,11,32,4,66,61,134,32,5,66,3,136,132,34,3,32,3,32,5,167,65,7,113,34,9,65,4,75,173,124,34,5,86,173,32,4,66,3,136,66,255,255,255,255,255,255,63,131,32,10,173,66,48,134,132,32,1,132,124,33,4,2,64,2,64,32,9,65,4,71,4,64,32,5,33,3,12,1,11,32,4,32,5,66,1,131,34,1,32,5,124,34,3,32,1,84,173,124,33,4,12,1,11,32,9,69,13,1,11,11,32,0,32,3,55,3,0,32,0,32,4,55,3,8,32,8,65,240,0,106,36,0,11,250,1,2,3,126,2,127,35,0,65,16,107,34,5,36,0,2,126,32,1,189,34,3,66,255,255,255,255,255,255,255,255,255,0,131,34,2,66,128,128,128,128,128,128,128,8,125,66,255,255,255,255,255,255,255,239,255,0,88,4,64,32,2,66,60,134,33,4,32,2,66,4,136,66,128,128,128,128,128,128,128,128,60,124,12,1,11,32,2,66,128,128,128,128,128,128,128,248,255,0,90,4,64,32,3,66,60,134,33,4,32,3,66,4,136,66,128,128,128,128,128,128,192,255,255,0,132,12,1,11,32,2,80,4,64,66,0,12,1,11,32,5,32,2,66,0,32,3,167,103,65,32,106,32,2,66,32,136,167,103,32,2,66,128,128,128,128,16,84,27,34,6,65,49,106,16,211,1,32,5,41,3,0,33,4,32,5,41,3,8,66,128,128,128,128,128,128,192,0,133,65,140,248,0,32,6,107,173,66,48,134,132,11,33,2,32,0,32,4,55,3,0,32,0,32,2,32,3,66,128,128,128,128,128,128,128,128,128,127,131,132,55,3,8,32,5,65,16,106,36,0,11,219,1,2,1,127,2,126,65,1,33,4,2,64,32,0,66,0,82,32,1,66,255,255,255,255,255,255,255,255,255,0,131,34,5,66,128,128,128,128,128,128,192,255,255,0,86,32,5,66,128,128,128,128,128,128,192,255,255,0,81,27,13,0,32,2,66,0,82,32,3,66,255,255,255,255,255,255,255,255,255,0,131,34,6,66,128,128,128,128,128,128,192,255,255,0,86,32,6,66,128,128,128,128,128,128,192,255,255,0,81,27,13,0,32,0,32,2,132,32,5,32,6,132,132,80,4,64,65,0,15,11,32,1,32,3,131,66,0,89,4,64,65,127,33,4,32,0,32,2,84,32,1,32,3,83,32,1,32,3,81,27,13,1,32,0,32,2,133,32,1,32,3,133,132,66,0,82,15,11,65,127,33,4,32,0,32,2,86,32,1,32,3,85,32,1,32,3,81,27,13,0,32,0,32,2,133,32,1,32,3,133,132,66,0,82,33,4,11,32,4,11,196,1,2,1,127,2,126,65,127,33,3,2,64,32,0,66,0,82,32,1,66,255,255,255,255,255,255,255,255,255,0,131,34,4,66,128,128,128,128,128,128,192,255,255,0,86,32,4,66,128,128,128,128,128,128,192,255,255,0,81,27,13,0,65,0,32,2,66,255,255,255,255,255,255,255,255,255,0,131,34,5,66,128,128,128,128,128,128,192,255,255,0,86,32,5,66,128,128,128,128,128,128,192,255,255,0,81,27,13,0,32,0,32,4,32,5,132,132,80,4,64,65,0,15,11,32,1,32,2,131,66,0,89,4,64,65,0,32,1,32,2,83,32,1,32,2,81,27,13,1,32,0,32,1,32,2,133,132,66,0,82,15,11,32,0,66,0,82,32,1,32,2,85,32,1,32,2,81,27,13,0,32,0,32,1,32,2,133,132,66,0,82,33,3,11,32,3,11,169,1,1,1,124,68,0,0,0,0,0,0,240,63,33,1,2,64,32,0,65,128,8,78,4,64,68,0,0,0,0,0,0,224,127,33,1,32,0,65,255,15,73,4,64,32,0,65,255,7,107,33,0,12,2,11,68,0,0,0,0,0,0,240,127,33,1,32,0,65,253,23,32,0,65,253,23,73,27,65,254,15,107,33,0,12,1,11,32,0,65,129,120,74,13,0,68,0,0,0,0,0,0,96,3,33,1,32,0,65,184,112,75,4,64,32,0,65,201,7,106,33,0,12,1,11,68,0,0,0,0,0,0,0,0,33,1,32,0,65,240,104,32,0,65,240,104,75,27,65,146,15,106,33,0,11,32,1,32,0,65,255,7,106,173,66,52,134,191,162,11,53,0,32,0,32,1,55,3,0,32,0,32,2,66,255,255,255,255,255,255,63,131,32,4,66,48,136,167,65,128,128,2,113,32,2,66,48,136,167,65,255,255,1,113,114,173,66,48,134,132,55,3,8,11,100,2,1,127,1,126,35,0,65,16,107,34,2,36,0,32,0,2,126,32,1,69,4,64,66,0,12,1,11,32,2,32,1,173,66,0,32,1,103,34,1,65,209,0,106,16,211,1,32,2,41,3,8,66,128,128,128,128,128,128,192,0,133,65,158,128,1,32,1,107,173,66,48,134,124,33,3,32,2,41,3,0,11,55,3,0,32,0,32,3,55,3,8,32,2,65,16,106,36,0,11,69,1,1,127,35,0,65,16,107,34,5,36,0,32,5,32,1,32,2,32,3,32,4,66,128,128,128,128,128,128,128,128,128,127,133,16,215,1,32,5,41,3,0,33,1,32,0,32,5,41,3,8,55,3,8,32,0,32,1,55,3,0,32,5,65,16,106,36,0,11,196,2,1,1,127,35,0,65,208,0,107,34,4,36,0,2,64,32,3,65,128,128,1,78,4,64,32,4,65,32,106,32,1,32,2,66,0,66,128,128,128,128,128,128,128,255,255,0,16,214,1,32,4,41,3,40,33,2,32,4,41,3,32,33,1,32,3,65,255,255,1,73,4,64,32,3,65,255,255,0,107,33,3,12,2,11,32,4,65,16,106,32,1,32,2,66,0,66,128,128,128,128,128,128,128,255,255,0,16,214,1,32,3,65,253,255,2,32,3,65,253,255,2,73,27,65,254,255,1,107,33,3,32,4,41,3,24,33,2,32,4,41,3,16,33,1,12,1,11,32,3,65,129,128,127,74,13,0,32,4,65,64,107,32,1,32,2,66,0,66,128,128,128,128,128,128,128,57,16,214,1,32,4,41,3,72,33,2,32,4,41,3,64,33,1,32,3,65,244,128,126,75,4,64,32,3,65,141,255,0,106,33,3,12,1,11,32,4,65,48,106,32,1,32,2,66,0,66,128,128,128,128,128,128,128,57,16,214,1,32,3,65,232,129,125,32,3,65,232,129,125,75,27,65,154,254,1,106,33,3,32,4,41,3,56,33,2,32,4,41,3,48,33,1,11,32,4,32,1,32,2,66,0,32,3,65,255,255,0,106,173,66,48,134,16,214,1,32,0,32,4,41,3,8,55,3,8,32,0,32,4,41,3,0,55,3,0,32,4,65,208,0,106,36,0,11,117,1,1,126,32,0,32,1,32,4,126,32,2,32,3,126,124,32,3,66,32,136,34,4,32,1,66,32,136,34,2,126,124,32,3,66,255,255,255,255,15,131,34,3,32,1,66,255,255,255,255,15,131,34,1,126,34,5,66,32,136,32,2,32,3,126,124,34,3,66,32,136,124,32,1,32,4,126,32,3,66,255,255,255,255,15,131,124,34,3,66,32,136,124,55,3,8,32,0,32,5,66,255,255,255,255,15,131,32,3,66,32,134,132,55,3,0,11,197,15,2,5,127,14,126,35,0,65,208,2,107,34,5,36,0,32,4,66,255,255,255,255,255,255,63,131,33,11,32,2,66,255,255,255,255,255,255,63,131,33,15,32,2,32,4,133,66,128,128,128,128,128,128,128,128,128,127,131,33,12,32,4,66,48,136,167,65,255,255,1,113,33,6,2,64,2,64,32,2,66,48,136,167,65,255,255,1,113,34,9,65,255,255,1,107,65,130,128,126,79,4,64,32,6,65,255,255,1,107,65,129,128,126,75,13,1,11,32,1,80,32,2,66,255,255,255,255,255,255,255,255,255,0,131,34,10,66,128,128,128,128,128,128,192,255,255,0,84,32,10,66,128,128,128,128,128,128,192,255,255,0,81,27,69,4,64,32,2,66,128,128,128,128,128,128,32,132,33,12,12,2,11,32,3,80,32,4,66,255,255,255,255,255,255,255,255,255,0,131,34,2,66,128,128,128,128,128,128,192,255,255,0,84,32,2,66,128,128,128,128,128,128,192,255,255,0,81,27,69,4,64,32,4,66,128,128,128,128,128,128,32,132,33,12,32,3,33,1,12,2,11,32,1,32,10,66,128,128,128,128,128,128,192,255,255,0,133,132,80,4,64,32,3,32,2,66,128,128,128,128,128,128,192,255,255,0,133,132,80,4,64,66,0,33,1,66,128,128,128,128,128,128,224,255,255,0,33,12,12,3,11,32,12,66,128,128,128,128,128,128,192,255,255,0,132,33,12,66,0,33,1,12,2,11,32,3,32,2,66,128,128,128,128,128,128,192,255,255,0,133,132,80,4,64,66,0,33,1,12,2,11,32,1,32,10,132,80,4,64,66,128,128,128,128,128,128,224,255,255,0,32,12,32,2,32,3,132,80,27,33,12,66,0,33,1,12,2,11,32,2,32,3,132,80,4,64,32,12,66,128,128,128,128,128,128,192,255,255,0,132,33,12,66,0,33,1,12,2,11,32,10,66,255,255,255,255,255,255,63,88,4,64,32,5,65,192,2,106,32,1,32,15,32,1,32,15,32,15,80,34,7,27,121,32,7,65,6,116,173,124,167,34,7,65,15,107,16,211,1,65,16,32,7,107,33,7,32,5,41,3,200,2,33,15,32,5,41,3,192,2,33,1,11,32,2,66,255,255,255,255,255,255,63,86,13,0,32,5,65,176,2,106,32,3,32,11,32,3,32,11,32,11,80,34,8,27,121,32,8,65,6,116,173,124,167,34,8,65,15,107,16,211,1,32,7,32,8,106,65,16,107,33,7,32,5,41,3,184,2,33,11,32,5,41,3,176,2,33,3,11,32,5,65,160,2,106,32,11,66,128,128,128,128,128,128,192,0,132,34,18,66,15,134,32,3,66,49,136,132,34,2,66,0,66,128,128,128,128,176,230,188,130,245,0,32,2,125,34,4,66,0,16,224,1,32,5,65,144,2,106,66,0,32,5,41,3,168,2,125,66,0,32,4,66,0,16,224,1,32,5,65,128,2,106,32,5,41,3,152,2,66,1,134,32,5,41,3,144,2,66,63,136,132,34,4,66,0,32,2,66,0,16,224,1,32,5,65,240,1,106,32,4,66,0,66,0,32,5,41,3,136,2,125,66,0,16,224,1,32,5,65,224,1,106,32,5,41,3,248,1,66,1,134,32,5,41,3,240,1,66,63,136,132,34,4,66,0,32,2,66,0,16,224,1,32,5,65,208,1,106,32,4,66,0,66,0,32,5,41,3,232,1,125,66,0,16,224,1,32,5,65,192,1,106,32,5,41,3,216,1,66,1,134,32,5,41,3,208,1,66,63,136,132,34,4,66,0,32,2,66,0,16,224,1,32,5,65,176,1,106,32,4,66,0,66,0,32,5,41,3,200,1,125,66,0,16,224,1,32,5,65,160,1,106,32,2,66,0,32,5,41,3,184,1,66,1,134,32,5,41,3,176,1,66,63,136,132,66,1,125,34,4,66,0,16,224,1,32,5,65,144,1,106,32,3,66,15,134,66,0,32,4,66,0,16,224,1,32,5,65,240,0,106,32,4,66,0,66,0,32,5,41,3,168,1,32,5,41,3,160,1,34,11,32,5,41,3,152,1,124,34,2,32,11,84,173,124,32,2,66,1,86,173,124,125,66,0,16,224,1,32,5,65,128,1,106,66,1,32,2,125,66,0,32,4,66,0,16,224,1,32,7,32,9,32,6,107,106,33,6,2,126,32,5,41,3,112,34,13,66,1,134,34,14,32,5,41,3,136,1,34,16,66,1,134,32,5,41,3,128,1,66,63,136,132,124,34,10,66,231,236,0,125,34,19,66,32,136,34,2,32,15,66,128,128,128,128,128,128,192,0,132,34,20,66,31,136,66,255,255,255,255,15,131,34,4,126,34,17,32,1,66,1,134,34,21,66,32,136,34,11,32,10,32,19,86,173,32,10,32,14,84,173,32,5,41,3,120,66,1,134,32,13,66,63,136,132,32,16,66,63,136,124,124,124,66,1,125,34,13,66,32,136,34,10,126,124,34,14,32,17,84,173,32,14,32,13,66,255,255,255,255,15,131,34,13,32,1,66,63,136,34,23,32,15,66,1,134,132,66,255,255,255,255,15,131,34,15,126,124,34,16,32,14,84,173,124,32,4,32,10,126,124,32,4,32,13,126,34,17,32,10,32,15,126,124,34,14,32,17,84,173,66,32,134,32,14,66,32,136,132,124,32,16,32,14,66,32,134,124,34,14,32,16,84,173,124,32,14,32,19,66,255,255,255,255,15,131,34,19,32,15,126,34,17,32,2,32,11,126,124,34,16,32,17,84,173,32,16,32,13,32,21,66,254,255,255,255,15,131,34,17,126,124,34,22,32,16,84,173,124,124,34,16,32,14,84,173,124,32,16,32,4,32,19,126,34,14,32,10,32,17,126,124,34,4,32,2,32,15,126,124,34,10,32,11,32,13,126,124,34,13,66,32,136,32,10,32,13,86,173,32,4,32,14,84,173,32,4,32,10,86,173,124,124,66,32,134,132,124,34,4,32,16,84,173,124,32,4,32,22,32,2,32,17,126,34,2,32,11,32,19,126,124,34,11,66,32,136,32,2,32,11,86,173,66,32,134,132,124,34,2,32,22,84,173,32,2,32,13,66,32,134,124,32,2,84,173,124,124,34,2,32,4,84,173,124,34,4,66,255,255,255,255,255,255,255,0,88,4,64,32,20,66,1,134,32,23,132,33,20,32,5,65,208,0,106,32,2,32,4,32,3,32,18,16,224,1,32,1,66,49,134,32,5,41,3,88,125,32,5,41,3,80,34,1,66,0,82,173,125,33,10,32,6,65,254,255,0,106,33,6,66,0,32,1,125,12,1,11,32,5,65,224,0,106,32,4,66,63,134,32,2,66,1,136,132,34,2,32,4,66,1,136,34,4,32,3,32,18,16,224,1,32,1,66,48,134,32,5,41,3,104,125,32,5,41,3,96,34,11,66,0,82,173,125,33,10,32,6,65,255,255,0,106,33,6,32,1,33,21,66,0,32,11,125,11,33,11,32,6,65,255,255,1,78,4,64,32,12,66,128,128,128,128,128,128,192,255,255,0,132,33,12,66,0,33,1,12,1,11,2,126,32,6,65,0,74,4,64,32,10,66,1,134,32,11,66,63,136,132,33,10,32,4,66,255,255,255,255,255,255,63,131,32,6,173,66,48,134,132,33,13,32,11,66,1,134,12,1,11,32,6,65,143,127,76,4,64,66,0,33,1,12,2,11,32,5,65,64,107,32,2,32,4,65,1,32,6,107,16,213,1,32,5,65,48,106,32,21,32,20,32,6,65,240,0,106,16,211,1,32,5,65,32,106,32,3,32,18,32,5,41,3,64,34,2,32,5,41,3,72,34,13,16,224,1,32,5,41,3,56,32,5,41,3,40,66,1,134,32,5,41,3,32,34,1,66,63,136,132,125,32,5,41,3,48,34,4,32,1,66,1,134,34,1,84,173,125,33,10,32,4,32,1,125,11,33,4,32,5,65,16,106,32,3,32,18,66,3,66,0,16,224,1,32,5,32,3,32,18,66,5,66,0,16,224,1,32,13,32,2,32,2,66,1,131,34,1,32,4,124,34,4,32,3,86,32,10,32,1,32,4,86,173,124,34,1,32,18,86,32,1,32,18,81,27,173,124,34,3,32,2,84,173,124,34,2,32,3,32,2,66,128,128,128,128,128,128,192,255,255,0,84,32,4,32,5,41,3,16,86,32,1,32,5,41,3,24,34,2,86,32,1,32,2,81,27,113,173,124,34,2,32,3,84,173,124,34,3,32,2,32,3,66,128,128,128,128,128,128,192,255,255,0,84,32,4,32,5,41,3,0,86,32,1,32,5,41,3,8,34,4,86,32,1,32,4,81,27,113,173,124,34,1,32,2,84,173,124,32,12,132,33,12,11,32,0,32,1,55,3,0,32,0,32,12,55,3,8,32,5,65,208,2,106,36,0,11,215,6,2,4,127,3,126,35,0,65,128,1,107,34,5,36,0,2,64,2,64,2,64,32,3,32,4,66,0,66,0,16,217,1,69,13,0,2,127,32,4,66,255,255,255,255,255,255,63,131,33,9,2,127,32,4,66,48,136,167,65,255,255,1,113,34,6,65,255,255,1,71,4,64,65,4,32,6,13,1,26,65,2,65,3,32,3,32,9,132,80,27,12,2,11,32,3,32,9,132,80,11,11,33,7,32,2,66,48,136,167,34,8,65,255,255,1,113,34,6,65,255,255,1,70,13,0,32,7,13,1,11,32,5,65,16,106,32,1,32,2,32,3,32,4,16,214,1,32,5,32,5,41,3,16,34,4,32,5,41,3,24,34,3,32,4,32,3,16,225,1,32,5,41,3,8,33,2,32,5,41,3,0,33,4,12,1,11,32,1,32,2,66,255,255,255,255,255,255,63,131,32,6,173,66,48,134,132,34,10,32,3,32,4,66,255,255,255,255,255,255,63,131,32,4,66,48,136,167,65,255,255,1,113,34,7,173,66,48,134,132,34,9,16,217,1,65,0,76,4,64,32,1,32,10,32,3,32,9,16,217,1,4,64,32,1,33,4,12,2,11,32,5,65,240,0,106,32,1,32,2,66,0,66,0,16,214,1,32,5,41,3,120,33,2,32,5,41,3,112,33,4,12,1,11,32,6,4,126,32,1,5,32,5,65,224,0,106,32,1,32,10,66,0,66,128,128,128,128,128,128,192,187,192,0,16,214,1,32,5,41,3,104,34,10,66,48,136,167,65,248,0,107,33,6,32,5,41,3,96,11,33,4,32,7,69,4,64,32,5,65,208,0,106,32,3,32,9,66,0,66,128,128,128,128,128,128,192,187,192,0,16,214,1,32,5,41,3,88,34,9,66,48,136,167,65,248,0,107,33,7,32,5,41,3,80,33,3,11,32,9,66,255,255,255,255,255,255,63,131,66,128,128,128,128,128,128,192,0,132,33,11,32,10,66,255,255,255,255,255,255,63,131,66,128,128,128,128,128,128,192,0,132,33,10,32,6,32,7,74,4,64,3,64,2,126,32,10,32,11,125,32,3,32,4,86,173,125,34,9,66,0,89,4,64,32,9,32,4,32,3,125,34,4,132,80,4,64,32,5,65,32,106,32,1,32,2,66,0,66,0,16,214,1,32,5,41,3,40,33,2,32,5,41,3,32,33,4,12,5,11,32,9,66,1,134,32,4,66,63,136,132,12,1,11,32,10,66,1,134,32,4,66,63,136,132,11,33,10,32,4,66,1,134,33,4,32,6,65,1,107,34,6,32,7,74,13,0,11,32,7,33,6,11,2,64,32,10,32,11,125,32,3,32,4,86,173,125,34,9,66,0,83,4,64,32,10,33,9,12,1,11,32,9,32,4,32,3,125,34,4,132,66,0,82,13,0,32,5,65,48,106,32,1,32,2,66,0,66,0,16,214,1,32,5,41,3,56,33,2,32,5,41,3,48,33,4,12,1,11,32,9,66,255,255,255,255,255,255,63,88,4,64,3,64,32,4,66,63,136,33,3,32,6,65,1,107,33,6,32,4,66,1,134,33,4,32,3,32,9,66,1,134,132,34,9,66,128,128,128,128,128,128,192,0,84,13,0,11,11,32,8,65,128,128,2,113,33,7,32,6,65,0,76,4,64,32,5,65,64,107,32,4,32,9,66,255,255,255,255,255,255,63,131,32,6,65,248,0,106,32,7,114,173,66,48,134,132,66,0,66,128,128,128,128,128,128,192,195,63,16,214,1,32,5,41,3,72,33,2,32,5,41,3,64,33,4,12,1,11,32,9,66,255,255,255,255,255,255,63,131,32,6,32,7,114,173,66,48,134,132,33,2,11,32,0,32,4,55,3,0,32,0,32,2,55,3,8,32,5,65,128,1,106,36,0,11,210,51,3,17,127,7,126,1,124,35,0,65,48,107,34,13,36,0,2,64,32,2,65,2,77,4,64,32,1,65,4,106,33,6,32,2,65,2,116,34,2,65,252,222,0,106,40,2,0,33,15,32,2,65,240,222,0,106,40,2,0,33,14,3,64,2,127,32,1,40,2,4,34,2,32,1,40,2,104,71,4,64,32,6,32,2,65,1,106,54,2,0,32,2,45,0,0,12,1,11,32,1,16,210,1,11,34,2,16,76,13,0,11,65,1,33,7,2,64,2,64,32,2,65,43,107,14,3,0,1,0,1,11,65,127,65,1,32,2,65,45,70,27,33,7,32,1,40,2,4,34,2,32,1,40,2,104,71,4,64,32,6,32,2,65,1,106,54,2,0,32,2,45,0,0,33,2,12,1,11,32,1,16,210,1,33,2,11,2,64,2,64,3,64,32,5,65,236,8,106,44,0,0,32,2,65,32,114,70,4,64,2,64,32,5,65,6,75,13,0,32,1,40,2,4,34,2,32,1,40,2,104,71,4,64,32,6,32,2,65,1,106,54,2,0,32,2,45,0,0,33,2,12,1,11,32,1,16,210,1,33,2,11,32,5,65,1,106,34,5,65,8,71,13,1,12,2,11,11,32,5,65,3,71,4,64,32,5,65,8,70,13,1,32,3,69,13,2,32,5,65,4,73,13,2,32,5,65,8,70,13,1,11,32,1,41,3,112,34,22,66,0,89,4,64,32,6,32,6,40,2,0,65,1,107,54,2,0,11,32,3,69,13,0,32,5,65,4,73,13,0,32,22,66,0,83,33,1,3,64,32,1,69,4,64,32,6,32,6,40,2,0,65,1,107,54,2,0,11,32,5,65,1,107,34,5,65,3,75,13,0,11,11,35,0,65,16,107,34,2,36,0,2,126,32,7,178,67,0,0,128,127,148,188,34,3,65,255,255,255,255,7,113,34,1,65,128,128,128,4,107,65,255,255,255,247,7,77,4,64,32,1,173,66,25,134,66,128,128,128,128,128,128,128,192,63,124,12,1,11,32,3,173,66,25,134,66,128,128,128,128,128,128,192,255,255,0,132,32,1,65,128,128,128,252,7,79,13,0,26,66,0,32,1,69,13,0,26,32,2,32,1,173,66,0,32,1,103,34,1,65,209,0,106,16,211,1,32,2,41,3,0,33,21,32,2,41,3,8,66,128,128,128,128,128,128,192,0,133,65,137,255,0,32,1,107,173,66,48,134,132,11,33,22,32,13,32,21,55,3,0,32,13,32,22,32,3,65,128,128,128,128,120,113,173,66,32,134,132,55,3,8,32,2,65,16,106,36,0,32,13,41,3,8,33,21,32,13,41,3,0,33,22,12,2,11,2,64,2,64,2,64,32,5,13,0,65,0,33,5,3,64,32,5,65,169,11,106,44,0,0,32,2,65,32,114,71,13,1,2,64,32,5,65,1,75,13,0,32,1,40,2,4,34,2,32,1,40,2,104,71,4,64,32,6,32,2,65,1,106,54,2,0,32,2,45,0,0,33,2,12,1,11,32,1,16,210,1,33,2,11,32,5,65,1,106,34,5,65,3,71,13,0,11,12,1,11,2,64,2,64,32,5,14,4,0,1,1,2,1,11,2,64,32,2,65,48,71,13,0,2,127,32,1,40,2,4,34,5,32,1,40,2,104,71,4,64,32,6,32,5,65,1,106,54,2,0,32,5,45,0,0,12,1,11,32,1,16,210,1,11,65,95,113,65,216,0,70,4,64,32,13,65,16,106,33,9,65,0,33,6,35,0,65,176,3,107,34,2,36,0,2,127,32,1,40,2,4,34,5,32,1,40,2,104,71,4,64,32,1,32,5,65,1,106,54,2,4,32,5,45,0,0,12,1,11,32,1,16,210,1,11,33,5,2,64,2,127,3,64,2,64,32,5,65,48,71,4,64,32,5,65,46,71,13,4,32,1,40,2,4,34,5,32,1,40,2,104,70,13,1,32,1,32,5,65,1,106,54,2,4,32,5,45,0,0,12,3,11,32,1,40,2,4,34,5,32,1,40,2,104,71,4,64,65,1,33,4,32,1,32,5,65,1,106,54,2,4,32,5,45,0,0,33,5,12,2,5,65,1,33,4,32,1,16,210,1,33,5,12,2,11,0,11,11,32,1,16,210,1,11,33,5,65,1,33,11,32,5,65,48,71,13,0,3,64,32,24,66,1,125,33,24,2,127,32,1,40,2,4,34,5,32,1,40,2,104,71,4,64,32,1,32,5,65,1,106,54,2,4,32,5,45,0,0,12,1,11,32,1,16,210,1,11,34,5,65,48,70,13,0,11,65,1,33,4,11,66,128,128,128,128,128,128,192,255,63,33,22,2,64,3,64,2,64,32,5,65,32,114,33,8,2,64,2,64,32,5,65,48,107,34,12,65,10,73,13,0,32,5,65,46,71,32,8,65,225,0,107,65,6,79,113,13,4,32,5,65,46,71,13,0,32,11,13,2,65,1,33,11,32,21,33,24,12,1,11,32,8,65,215,0,107,32,12,32,5,65,57,74,27,33,5,2,64,32,21,66,7,87,4,64,32,5,32,6,65,4,116,106,33,6,12,1,11,32,21,66,28,88,4,64,32,2,65,48,106,32,5,16,212,1,32,2,65,32,106,32,26,32,22,66,0,66,128,128,128,128,128,128,192,253,63,16,214,1,32,2,65,16,106,32,2,41,3,48,32,2,41,3,56,32,2,41,3,32,34,26,32,2,41,3,40,34,22,16,214,1,32,2,32,2,41,3,16,32,2,41,3,24,32,23,32,25,16,215,1,32,2,41,3,8,33,25,32,2,41,3,0,33,23,12,1,11,32,5,69,13,0,32,10,13,0,32,2,65,208,0,106,32,26,32,22,66,0,66,128,128,128,128,128,128,128,255,63,16,214,1,32,2,65,64,107,32,2,41,3,80,32,2,41,3,88,32,23,32,25,16,215,1,32,2,41,3,72,33,25,65,1,33,10,32,2,41,3,64,33,23,11,32,21,66,1,124,33,21,65,1,33,4,11,32,1,40,2,4,34,5,32,1,40,2,104,71,4,64,32,1,32,5,65,1,106,54,2,4,32,5,45,0,0,33,5,12,2,5,32,1,16,210,1,33,5,12,2,11,0,11,11,65,46,33,5,11,2,126,32,4,69,4,64,2,64,2,64,32,1,41,3,112,66,0,89,4,64,32,1,32,1,40,2,4,34,5,65,1,107,54,2,4,32,3,69,13,1,32,1,32,5,65,2,107,54,2,4,32,11,69,13,2,32,1,32,5,65,3,107,54,2,4,12,2,11,32,3,13,1,11,32,1,66,0,16,209,1,11,32,2,65,224,0,106,32,7,183,68,0,0,0,0,0,0,0,0,162,16,216,1,32,2,41,3,96,33,23,32,2,41,3,104,12,1,11,32,21,66,7,87,4,64,32,21,33,22,3,64,32,6,65,4,116,33,6,32,22,66,1,124,34,22,66,8,82,13,0,11,11,2,64,2,64,2,64,32,5,65,95,113,65,208,0,70,4,64,32,1,32,3,16,228,1,34,22,66,128,128,128,128,128,128,128,128,128,127,82,13,3,32,3,4,64,32,1,41,3,112,66,0,89,13,2,12,3,11,66,0,33,23,32,1,66,0,16,209,1,66,0,12,4,11,66,0,33,22,32,1,41,3,112,66,0,83,13,2,11,32,1,32,1,40,2,4,65,1,107,54,2,4,11,66,0,33,22,11,32,6,69,4,64,32,2,65,240,0,106,32,7,183,68,0,0,0,0,0,0,0,0,162,16,216,1,32,2,41,3,112,33,23,32,2,41,3,120,12,1,11,32,24,32,21,32,11,27,66,2,134,32,22,124,66,32,125,34,21,65,0,32,15,107,173,85,4,64,65,140,163,4,65,196,0,54,2,0,32,2,65,160,1,106,32,7,16,212,1,32,2,65,144,1,106,32,2,41,3,160,1,32,2,41,3,168,1,66,127,66,255,255,255,255,255,255,191,255,255,0,16,214,1,32,2,65,128,1,106,32,2,41,3,144,1,32,2,41,3,152,1,66,127,66,255,255,255,255,255,255,191,255,255,0,16,214,1,32,2,41,3,128,1,33,23,32,2,41,3,136,1,12,1,11,32,15,65,226,1,107,172,32,21,87,4,64,32,6,65,0,78,4,64,3,64,32,2,65,160,3,106,32,23,32,25,66,0,66,128,128,128,128,128,128,192,255,191,127,16,215,1,32,23,32,25,66,128,128,128,128,128,128,128,255,63,16,218,1,33,5,32,2,65,144,3,106,32,23,32,25,32,23,32,2,41,3,160,3,32,5,65,0,72,34,1,27,32,25,32,2,41,3,168,3,32,1,27,16,215,1,32,21,66,1,125,33,21,32,2,41,3,152,3,33,25,32,2,41,3,144,3,33,23,32,6,65,1,116,32,5,65,0,78,114,34,6,65,0,78,13,0,11,11,2,126,32,21,32,15,172,125,66,32,124,34,24,167,34,5,65,0,32,5,65,0,74,27,32,14,32,24,32,14,173,83,27,34,5,65,241,0,78,4,64,32,2,65,128,3,106,32,7,16,212,1,32,2,41,3,136,3,33,24,32,2,41,3,128,3,33,26,66,0,12,1,11,32,2,65,224,2,106,65,144,1,32,5,107,16,219,1,16,216,1,32,2,65,208,2,106,32,7,16,212,1,32,2,65,240,2,106,32,2,41,3,224,2,32,2,41,3,232,2,32,2,41,3,208,2,34,26,32,2,41,3,216,2,34,24,16,220,1,32,2,41,3,248,2,33,27,32,2,41,3,240,2,11,33,22,32,2,65,192,2,106,32,6,32,6,65,1,113,69,32,23,32,25,66,0,66,0,16,217,1,65,0,71,32,5,65,32,72,113,113,34,5,106,16,221,1,32,2,65,176,2,106,32,26,32,24,32,2,41,3,192,2,32,2,41,3,200,2,16,214,1,32,2,65,144,2,106,32,2,41,3,176,2,32,2,41,3,184,2,32,22,32,27,16,215,1,32,2,65,160,2,106,32,26,32,24,66,0,32,23,32,5,27,66,0,32,25,32,5,27,16,214,1,32,2,65,128,2,106,32,2,41,3,160,2,32,2,41,3,168,2,32,2,41,3,144,2,32,2,41,3,152,2,16,215,1,32,2,65,240,1,106,32,2,41,3,128,2,32,2,41,3,136,2,32,22,32,27,16,222,1,32,2,41,3,240,1,34,23,32,2,41,3,248,1,34,25,66,0,66,0,16,217,1,69,4,64,65,140,163,4,65,196,0,54,2,0,11,32,2,65,224,1,106,32,23,32,25,32,21,167,16,223,1,32,2,41,3,224,1,33,23,32,2,41,3,232,1,12,1,11,65,140,163,4,65,196,0,54,2,0,32,2,65,208,1,106,32,7,16,212,1,32,2,65,192,1,106,32,2,41,3,208,1,32,2,41,3,216,1,66,0,66,128,128,128,128,128,128,192,0,16,214,1,32,2,65,176,1,106,32,2,41,3,192,1,32,2,41,3,200,1,66,0,66,128,128,128,128,128,128,192,0,16,214,1,32,2,41,3,176,1,33,23,32,2,41,3,184,1,11,33,21,32,9,32,23,55,3,0,32,9,32,21,55,3,8,32,2,65,176,3,106,36,0,32,13,41,3,24,33,21,32,13,41,3,16,33,22,12,6,11,32,1,41,3,112,66,0,83,13,0,32,6,32,6,40,2,0,65,1,107,54,2,0,11,32,13,65,32,106,33,17,32,1,33,5,32,7,33,11,65,0,33,7,65,0,33,6,35,0,65,144,198,0,107,34,4,36,0,65,0,32,14,32,15,106,34,19,107,33,20,2,64,2,127,3,64,2,64,32,2,65,48,71,4,64,32,2,65,46,71,13,4,32,5,40,2,4,34,2,32,5,40,2,104,70,13,1,32,5,32,2,65,1,106,54,2,4,32,2,45,0,0,12,3,11,32,5,40,2,4,34,2,32,5,40,2,104,71,4,64,65,1,33,7,32,5,32,2,65,1,106,54,2,4,32,2,45,0,0,33,2,12,2,5,65,1,33,7,32,5,16,210,1,33,2,12,2,11,0,11,11,32,5,16,210,1,11,33,2,65,1,33,8,32,2,65,48,71,13,0,3,64,32,21,66,1,125,33,21,2,127,32,5,40,2,4,34,2,32,5,40,2,104,71,4,64,32,5,32,2,65,1,106,54,2,4,32,2,45,0,0,12,1,11,32,5,16,210,1,11,34,2,65,48,70,13,0,11,65,1,33,7,11,32,4,65,0,54,2,144,6,32,17,2,126,2,64,2,64,2,64,2,64,2,64,32,2,65,46,70,34,1,69,32,2,65,48,107,34,9,65,9,75,113,69,4,64,3,64,2,64,32,1,65,1,113,4,64,32,8,69,4,64,32,22,33,21,65,1,33,8,12,2,11,32,7,69,33,1,12,4,11,32,22,66,1,124,33,22,32,6,65,252,15,76,4,64,32,12,32,22,167,32,2,65,48,70,27,33,12,32,4,65,144,6,106,32,6,65,2,116,106,34,1,32,10,4,127,32,2,32,1,40,2,0,65,10,108,106,65,48,107,5,32,9,11,54,2,0,65,1,33,7,65,0,32,10,65,1,106,34,2,32,2,65,9,70,34,2,27,33,10,32,2,32,6,106,33,6,12,1,11,32,2,65,48,70,13,0,32,4,32,4,40,2,128,70,65,1,114,54,2,128,70,65,220,143,1,33,12,11,2,127,32,5,40,2,4,34,2,32,5,40,2,104,71,4,64,32,5,32,2,65,1,106,54,2,4,32,2,45,0,0,12,1,11,32,5,16,210,1,11,34,2,65,48,107,33,9,32,2,65,46,70,34,1,13,0,32,9,65,10,73,13,0,11,11,32,21,32,22,32,8,27,33,21,2,64,32,7,69,13,0,32,2,65,95,113,65,197,0,71,13,0,2,64,32,5,32,3,16,228,1,34,24,66,128,128,128,128,128,128,128,128,128,127,82,13,0,32,3,69,13,5,66,0,33,24,32,5,41,3,112,66,0,83,13,0,32,5,32,5,40,2,4,65,1,107,54,2,4,11,32,7,69,13,3,32,21,32,24,124,33,21,12,5,11,32,7,69,33,1,32,2,65,0,72,13,1,11,32,5,41,3,112,66,0,83,13,0,32,5,32,5,40,2,4,65,1,107,54,2,4,11,32,1,69,13,2,11,65,140,163,4,65,28,54,2,0,11,66,0,33,22,32,5,66,0,16,209,1,66,0,12,1,11,32,4,40,2,144,6,34,5,69,4,64,32,4,32,11,183,68,0,0,0,0,0,0,0,0,162,16,216,1,32,4,41,3,0,33,22,32,4,41,3,8,12,1,11,2,64,32,22,66,9,85,13,0,32,21,32,22,82,13,0,32,14,65,30,76,65,0,32,5,32,14,118,27,13,0,32,4,65,48,106,32,11,16,212,1,32,4,65,32,106,32,5,16,221,1,32,4,65,16,106,32,4,41,3,48,32,4,41,3,56,32,4,41,3,32,32,4,41,3,40,16,214,1,32,4,41,3,16,33,22,32,4,41,3,24,12,1,11,32,15,65,126,109,173,32,21,83,4,64,65,140,163,4,65,196,0,54,2,0,32,4,65,224,0,106,32,11,16,212,1,32,4,65,208,0,106,32,4,41,3,96,32,4,41,3,104,66,127,66,255,255,255,255,255,255,191,255,255,0,16,214,1,32,4,65,64,107,32,4,41,3,80,32,4,41,3,88,66,127,66,255,255,255,255,255,255,191,255,255,0,16,214,1,32,4,41,3,64,33,22,32,4,41,3,72,12,1,11,32,15,65,226,1,107,172,32,21,85,4,64,65,140,163,4,65,196,0,54,2,0,32,4,65,144,1,106,32,11,16,212,1,32,4,65,128,1,106,32,4,41,3,144,1,32,4,41,3,152,1,66,0,66,128,128,128,128,128,128,192,0,16,214,1,32,4,65,240,0,106,32,4,41,3,128,1,32,4,41,3,136,1,66,0,66,128,128,128,128,128,128,192,0,16,214,1,32,4,41,3,112,33,22,32,4,41,3,120,12,1,11,32,10,4,64,32,10,65,8,76,4,64,32,4,65,144,6,106,32,6,65,2,116,106,34,2,40,2,0,33,5,3,64,32,5,65,10,108,33,5,32,10,65,1,106,34,10,65,9,71,13,0,11,32,2,32,5,54,2,0,11,32,6,65,1,106,33,6,11,32,21,167,33,8,2,64,32,12,65,9,78,13,0,32,8,32,12,72,13,0,32,8,65,17,74,13,0,32,8,65,9,70,4,64,32,4,65,192,1,106,32,11,16,212,1,32,4,65,176,1,106,32,4,40,2,144,6,16,221,1,32,4,65,160,1,106,32,4,41,3,192,1,32,4,41,3,200,1,32,4,41,3,176,1,32,4,41,3,184,1,16,214,1,32,4,41,3,160,1,33,22,32,4,41,3,168,1,12,2,11,32,8,65,8,76,4,64,32,4,65,144,2,106,32,11,16,212,1,32,4,65,128,2,106,32,4,40,2,144,6,16,221,1,32,4,65,240,1,106,32,4,41,3,144,2,32,4,41,3,152,2,32,4,41,3,128,2,32,4,41,3,136,2,16,214,1,32,4,65,224,1,106,65,0,32,8,107,65,2,116,65,240,222,0,106,40,2,0,16,212,1,32,4,65,208,1,106,32,4,41,3,240,1,32,4,41,3,248,1,32,4,41,3,224,1,32,4,41,3,232,1,16,225,1,32,4,41,3,208,1,33,22,32,4,41,3,216,1,12,2,11,32,14,32,8,65,125,108,106,65,27,106,34,2,65,30,76,65,0,32,4,40,2,144,6,34,5,32,2,118,27,13,0,32,4,65,224,2,106,32,11,16,212,1,32,4,65,208,2,106,32,5,16,221,1,32,4,65,192,2,106,32,4,41,3,224,2,32,4,41,3,232,2,32,4,41,3,208,2,32,4,41,3,216,2,16,214,1,32,4,65,176,2,106,32,8,65,2,116,65,168,222,0,106,40,2,0,16,212,1,32,4,65,160,2,106,32,4,41,3,192,2,32,4,41,3,200,2,32,4,41,3,176,2,32,4,41,3,184,2,16,214,1,32,4,41,3,160,2,33,22,32,4,41,3,168,2,12,1,11,3,64,32,4,65,144,6,106,32,6,34,2,65,1,107,34,6,65,2,116,106,40,2,0,69,13,0,11,65,0,33,10,2,64,32,8,65,9,111,34,5,69,4,64,65,0,33,1,12,1,11,32,5,32,5,65,9,106,32,8,65,0,78,27,33,3,2,64,32,2,69,4,64,65,0,33,1,65,0,33,2,12,1,11,65,128,148,235,220,3,65,0,32,3,107,65,2,116,65,240,222,0,106,40,2,0,34,7,109,33,16,65,0,33,9,65,0,33,5,65,0,33,1,3,64,32,4,65,144,6,106,32,5,65,2,116,106,34,6,32,6,40,2,0,34,6,32,7,110,34,12,32,9,106,34,9,54,2,0,32,1,65,1,106,65,255,15,113,32,1,32,9,69,32,1,32,5,70,113,34,9,27,33,1,32,8,65,9,107,32,8,32,9,27,33,8,32,16,32,6,32,7,32,12,108,107,108,33,9,32,5,65,1,106,34,5,32,2,71,13,0,11,32,9,69,13,0,32,4,65,144,6,106,32,2,65,2,116,106,32,9,54,2,0,32,2,65,1,106,33,2,11,32,8,32,3,107,65,9,106,33,8,11,3,64,32,4,65,144,6,106,32,1,65,2,116,106,33,12,2,64,3,64,32,8,65,36,78,4,64,32,8,65,36,71,13,2,32,12,40,2,0,65,209,233,249,4,79,13,2,11,32,2,65,255,15,106,33,7,65,0,33,9,3,64,32,9,173,32,4,65,144,6,106,32,7,65,255,15,113,34,5,65,2,116,106,34,7,53,2,0,66,29,134,124,34,21,66,129,148,235,220,3,84,4,127,65,0,5,32,21,32,21,66,128,148,235,220,3,128,34,22,66,128,148,235,220,3,126,125,33,21,32,22,167,11,33,9,32,7,32,21,167,34,6,54,2,0,32,2,32,2,32,2,32,5,32,6,27,32,1,32,5,70,27,32,5,32,2,65,1,107,65,255,15,113,71,27,33,2,32,5,65,1,107,33,7,32,1,32,5,71,13,0,11,32,10,65,29,107,33,10,32,9,69,13,0,11,32,2,32,1,65,1,107,65,255,15,113,34,1,70,4,64,32,4,65,144,6,106,32,2,65,254,15,106,65,255,15,113,65,2,116,106,34,5,32,5,40,2,0,32,4,65,144,6,106,32,2,65,1,107,65,255,15,113,34,5,65,2,116,106,40,2,0,114,54,2,0,32,5,33,2,11,32,8,65,9,106,33,8,32,4,65,144,6,106,32,1,65,2,116,106,32,9,54,2,0,12,1,11,11,2,64,3,64,32,2,65,1,106,65,255,15,113,33,3,32,4,65,144,6,106,32,2,65,1,107,65,255,15,113,65,2,116,106,33,18,3,64,65,9,65,1,32,8,65,45,74,27,33,6,2,64,3,64,32,1,33,7,65,0,33,5,2,64,3,64,2,64,32,5,32,7,106,65,255,15,113,34,1,32,2,70,13,0,32,4,65,144,6,106,32,1,65,2,116,106,40,2,0,34,1,32,5,65,2,116,65,192,222,0,106,40,2,0,34,9,73,13,0,32,1,32,9,75,13,2,32,5,65,1,106,34,5,65,4,71,13,1,11,11,32,8,65,36,71,13,0,66,0,33,21,65,0,33,5,66,0,33,22,3,64,32,2,32,5,32,7,106,65,255,15,113,34,1,70,4,64,32,2,65,1,106,65,255,15,113,34,2,65,2,116,32,4,106,65,0,54,2,140,6,11,32,4,65,128,6,106,32,4,65,144,6,106,32,1,65,2,116,106,40,2,0,16,221,1,32,4,65,240,5,106,32,21,32,22,66,0,66,128,128,128,128,229,154,183,142,192,0,16,214,1,32,4,65,224,5,106,32,4,41,3,240,5,32,4,41,3,248,5,32,4,41,3,128,6,32,4,41,3,136,6,16,215,1,32,4,41,3,232,5,33,22,32,4,41,3,224,5,33,21,32,5,65,1,106,34,5,65,4,71,13,0,11,32,4,65,208,5,106,32,11,16,212,1,32,4,65,192,5,106,32,21,32,22,32,4,41,3,208,5,32,4,41,3,216,5,16,214,1,32,4,41,3,200,5,33,22,66,0,33,21,32,4,41,3,192,5,33,24,32,10,65,241,0,106,34,9,32,15,107,34,5,65,0,32,5,65,0,74,27,32,14,32,5,32,14,72,34,8,27,34,1,65,240,0,76,13,2,12,5,11,32,6,32,10,106,33,10,32,2,33,1,32,2,32,7,70,13,0,11,65,128,148,235,220,3,32,6,118,33,12,65,127,32,6,116,65,127,115,33,16,65,0,33,5,32,7,33,1,3,64,32,4,65,144,6,106,32,7,65,2,116,106,34,9,32,9,40,2,0,34,9,32,6,118,32,5,106,34,5,54,2,0,32,1,65,1,106,65,255,15,113,32,1,32,5,69,32,1,32,7,70,113,34,5,27,33,1,32,8,65,9,107,32,8,32,5,27,33,8,32,9,32,16,113,32,12,108,33,5,32,7,65,1,106,65,255,15,113,34,7,32,2,71,13,0,11,32,5,69,13,1,32,1,32,3,71,4,64,32,4,65,144,6,106,32,2,65,2,116,106,32,5,54,2,0,32,3,33,2,12,3,11,32,18,32,18,40,2,0,65,1,114,54,2,0,32,3,33,1,12,1,11,11,11,32,4,65,144,5,106,65,225,1,32,1,107,16,219,1,16,216,1,32,4,65,176,5,106,32,4,41,3,144,5,32,4,41,3,152,5,32,24,32,22,16,220,1,32,4,41,3,184,5,33,26,32,4,41,3,176,5,33,25,32,4,65,128,5,106,65,241,0,32,1,107,16,219,1,16,216,1,32,4,65,160,5,106,32,24,32,22,32,4,41,3,128,5,32,4,41,3,136,5,16,226,1,32,4,65,240,4,106,32,24,32,22,32,4,41,3,160,5,34,21,32,4,41,3,168,5,34,23,16,222,1,32,4,65,224,4,106,32,25,32,26,32,4,41,3,240,4,32,4,41,3,248,4,16,215,1,32,4,41,3,232,4,33,22,32,4,41,3,224,4,33,24,11,2,64,32,7,65,4,106,65,255,15,113,34,6,32,2,70,13,0,2,64,32,4,65,144,6,106,32,6,65,2,116,106,40,2,0,34,6,65,255,201,181,238,1,77,4,64,32,6,69,32,7,65,5,106,65,255,15,113,32,2,70,113,13,1,32,4,65,240,3,106,32,11,183,68,0,0,0,0,0,0,208,63,162,16,216,1,32,4,65,224,3,106,32,21,32,23,32,4,41,3,240,3,32,4,41,3,248,3,16,215,1,32,4,41,3,232,3,33,23,32,4,41,3,224,3,33,21,12,1,11,32,6,65,128,202,181,238,1,71,4,64,32,4,65,208,4,106,32,11,183,68,0,0,0,0,0,0,232,63,162,16,216,1,32,4,65,192,4,106,32,21,32,23,32,4,41,3,208,4,32,4,41,3,216,4,16,215,1,32,4,41,3,200,4,33,23,32,4,41,3,192,4,33,21,12,1,11,32,11,183,33,28,32,2,32,7,65,5,106,65,255,15,113,70,4,64,32,4,65,144,4,106,32,28,68,0,0,0,0,0,0,224,63,162,16,216,1,32,4,65,128,4,106,32,21,32,23,32,4,41,3,144,4,32,4,41,3,152,4,16,215,1,32,4,41,3,136,4,33,23,32,4,41,3,128,4,33,21,12,1,11,32,4,65,176,4,106,32,28,68,0,0,0,0,0,0,232,63,162,16,216,1,32,4,65,160,4,106,32,21,32,23,32,4,41,3,176,4,32,4,41,3,184,4,16,215,1,32,4,41,3,168,4,33,23,32,4,41,3,160,4,33,21,11,32,1,65,239,0,74,13,0,32,4,65,208,3,106,32,21,32,23,66,0,66,128,128,128,128,128,128,192,255,63,16,226,1,32,4,41,3,208,3,32,4,41,3,216,3,66,0,66,0,16,217,1,13,0,32,4,65,192,3,106,32,21,32,23,66,0,66,128,128,128,128,128,128,192,255,63,16,215,1,32,4,41,3,200,3,33,23,32,4,41,3,192,3,33,21,11,32,4,65,176,3,106,32,24,32,22,32,21,32,23,16,215,1,32,4,65,160,3,106,32,4,41,3,176,3,32,4,41,3,184,3,32,25,32,26,16,222,1,32,4,41,3,168,3,33,22,32,4,41,3,160,3,33,24,2,64,65,126,32,19,107,32,9,65,255,255,255,255,7,113,78,13,0,32,4,65,144,3,106,34,2,32,22,66,255,255,255,255,255,255,255,255,255,0,131,55,3,8,32,2,32,24,55,3,0,32,4,65,128,3,106,32,24,32,22,66,0,66,128,128,128,128,128,128,128,255,63,16,214,1,32,4,41,3,144,3,34,25,32,4,41,3,152,3,34,26,66,128,128,128,128,128,128,128,184,192,0,16,218,1,33,2,32,22,32,4,41,3,136,3,32,2,65,0,72,34,9,27,33,22,32,24,32,4,41,3,128,3,32,9,27,33,24,32,20,32,10,32,2,65,0,78,106,34,10,65,238,0,106,78,4,64,32,8,32,8,32,1,32,5,71,113,32,25,32,26,66,128,128,128,128,128,128,128,184,192,0,16,218,1,65,0,72,27,65,1,71,13,1,32,21,32,23,66,0,66,0,16,217,1,69,13,1,11,65,140,163,4,65,196,0,54,2,0,11,32,4,65,240,2,106,32,24,32,22,32,10,16,223,1,32,4,41,3,240,2,33,22,32,4,41,3,248,2,11,55,3,8,32,17,32,22,55,3,0,32,4,65,144,198,0,106,36,0,32,13,41,3,40,33,21,32,13,41,3,32,33,22,12,4,11,32,1,41,3,112,66,0,89,4,64,32,6,32,6,40,2,0,65,1,107,54,2,0,11,65,140,163,4,65,28,54,2,0,12,1,11,2,64,2,127,32,1,40,2,4,34,2,32,1,40,2,104,71,4,64,32,6,32,2,65,1,106,54,2,0,32,2,45,0,0,12,1,11,32,1,16,210,1,11,65,40,70,4,64,65,1,33,5,12,1,11,66,128,128,128,128,128,128,224,255,255,0,33,21,32,1,41,3,112,66,0,83,13,3,32,6,32,6,40,2,0,65,1,107,54,2,0,12,3,11,3,64,2,127,32,1,40,2,4,34,2,32,1,40,2,104,71,4,64,32,6,32,2,65,1,106,54,2,0,32,2,45,0,0,12,1,11,32,1,16,210,1,11,34,2,65,193,0,107,33,7,2,64,2,64,32,2,65,48,107,65,10,73,13,0,32,7,65,26,73,13,0,32,2,65,225,0,107,33,7,32,2,65,223,0,70,13,0,32,7,65,26,79,13,1,11,32,5,65,1,106,33,5,12,1,11,11,66,128,128,128,128,128,128,224,255,255,0,33,21,32,2,65,41,70,13,2,32,1,41,3,112,34,24,66,0,89,4,64,32,6,32,6,40,2,0,65,1,107,54,2,0,11,2,64,32,3,4,64,32,5,13,1,12,4,11,65,140,163,4,65,28,54,2,0,12,1,11,3,64,32,5,65,1,107,33,5,32,24,66,0,89,4,64,32,6,32,6,40,2,0,65,1,107,54,2,0,11,32,5,13,0,11,12,2,11,32,1,66,0,16,209,1,11,66,0,33,21,11,32,0,32,22,55,3,0,32,0,32,21,55,3,8,32,13,65,48,106,36,0,11,145,4,2,4,127,1,126,2,64,2,64,2,64,2,64,2,64,2,127,32,0,40,2,4,34,2,32,0,40,2,104,71,4,64,32,0,32,2,65,1,106,54,2,4,32,2,45,0,0,12,1,11,32,0,16,210,1,11,34,3,65,43,107,14,3,0,1,0,1,11,32,3,65,45,70,33,5,2,127,32,0,40,2,4,34,2,32,0,40,2,104,71,4,64,32,0,32,2,65,1,106,54,2,4,32,2,45,0,0,12,1,11,32,0,16,210,1,11,34,2,65,58,107,33,4,32,1,69,13,1,32,4,65,117,75,13,1,32,0,41,3,112,66,0,83,13,2,32,0,32,0,40,2,4,65,1,107,54,2,4,12,2,11,32,3,65,58,107,33,4,32,3,33,2,11,32,4,65,118,73,13,0,32,2,65,48,107,34,4,65,10,73,4,64,65,0,33,3,3,64,32,2,32,3,65,10,108,106,33,3,32,3,65,48,107,34,3,65,204,153,179,230,0,72,2,127,32,0,40,2,4,34,2,32,0,40,2,104,71,4,64,32,0,32,2,65,1,106,54,2,4,32,2,45,0,0,12,1,11,32,0,16,210,1,11,34,2,65,48,107,34,4,65,9,77,113,13,0,11,32,3,172,33,6,11,2,64,32,4,65,10,79,13,0,3,64,32,2,173,32,6,66,10,126,124,66,48,125,33,6,2,127,32,0,40,2,4,34,2,32,0,40,2,104,71,4,64,32,0,32,2,65,1,106,54,2,4,32,2,45,0,0,12,1,11,32,0,16,210,1,11,34,2,65,48,107,34,4,65,9,75,13,1,32,6,66,174,143,133,215,199,194,235,163,1,83,13,0,11,11,32,4,65,10,73,4,64,3,64,2,127,32,0,40,2,4,34,2,32,0,40,2,104,71,4,64,32,0,32,2,65,1,106,54,2,4,32,2,45,0,0,12,1,11,32,0,16,210,1,11,65,48,107,65,10,73,13,0,11,11,32,0,41,3,112,66,0,89,4,64,32,0,32,0,40,2,4,65,1,107,54,2,4,11,66,0,32,6,125,32,6,32,5,27,33,6,12,1,11,66,128,128,128,128,128,128,128,128,128,127,33,6,32,0,41,3,112,66,0,83,13,0,32,0,32,0,40,2,4,65,1,107,54,2,4,66,128,128,128,128,128,128,128,128,128,127,15,11,32,6,11,182,3,2,1,126,3,127,35,0,65,32,107,34,4,36,0,2,64,32,1,66,255,255,255,255,255,255,255,255,255,0,131,34,2,66,128,128,128,128,128,128,192,192,63,125,32,2,66,128,128,128,128,128,128,192,191,192,0,125,84,4,64,32,1,66,25,136,167,33,5,32,0,80,32,1,66,255,255,255,15,131,34,2,66,128,128,128,8,84,32,2,66,128,128,128,8,81,27,69,4,64,32,5,65,129,128,128,128,4,106,33,3,12,2,11,32,5,65,128,128,128,128,4,106,33,3,32,0,32,2,66,128,128,128,8,133,132,66,0,82,13,1,32,3,32,5,65,1,113,106,33,3,12,1,11,32,0,80,32,2,66,128,128,128,128,128,128,192,255,255,0,84,32,2,66,128,128,128,128,128,128,192,255,255,0,81,27,69,4,64,32,1,66,25,136,167,65,255,255,255,1,113,65,128,128,128,254,7,114,33,3,12,1,11,65,128,128,128,252,7,33,3,32,2,66,255,255,255,255,255,255,191,191,192,0,86,13,0,65,0,33,3,32,2,66,48,136,167,34,5,65,145,254,0,73,13,0,32,4,65,16,106,32,0,32,1,66,255,255,255,255,255,255,63,131,66,128,128,128,128,128,128,192,0,132,34,2,32,5,65,129,254,0,107,16,211,1,32,4,32,0,32,2,65,129,255,0,32,5,107,16,213,1,32,4,41,3,8,34,2,66,25,136,167,33,3,32,4,41,3,0,32,4,41,3,16,32,4,41,3,24,132,66,0,82,173,132,34,0,80,32,2,66,255,255,255,15,131,34,2,66,128,128,128,8,84,32,2,66,128,128,128,8,81,27,69,4,64,32,3,65,1,106,33,3,12,1,11,32,0,32,2,66,128,128,128,8,133,132,66,0,82,13,0,32,3,65,1,113,32,3,106,33,3,11,32,4,65,32,106,36,0,32,3,32,1,66,32,136,167,65,128,128,128,128,120,113,114,190,11,217,3,2,2,126,2,127,35,0,65,32,107,34,4,36,0,2,64,32,1,66,255,255,255,255,255,255,255,255,255,0,131,34,2,66,128,128,128,128,128,128,192,128,60,125,32,2,66,128,128,128,128,128,128,192,255,195,0,125,84,4,64,32,1,66,4,134,32,0,66,60,136,132,33,2,32,0,66,255,255,255,255,255,255,255,255,15,131,34,0,66,129,128,128,128,128,128,128,128,8,90,4,64,32,2,66,129,128,128,128,128,128,128,128,192,0,124,33,3,12,2,11,32,2,66,128,128,128,128,128,128,128,128,64,125,33,3,32,0,66,128,128,128,128,128,128,128,128,8,133,66,0,82,13,1,32,3,32,2,66,1,131,124,33,3,12,1,11,32,0,80,32,2,66,128,128,128,128,128,128,192,255,255,0,84,32,2,66,128,128,128,128,128,128,192,255,255,0,81,27,69,4,64,32,1,66,4,134,32,0,66,60,136,132,66,255,255,255,255,255,255,255,3,131,66,128,128,128,128,128,128,128,252,255,0,132,33,3,12,1,11,66,128,128,128,128,128,128,128,248,255,0,33,3,32,2,66,255,255,255,255,255,255,191,255,195,0,86,13,0,66,0,33,3,32,2,66,48,136,167,34,5,65,145,247,0,73,13,0,32,4,65,16,106,32,0,32,1,66,255,255,255,255,255,255,63,131,66,128,128,128,128,128,128,192,0,132,34,2,32,5,65,129,247,0,107,16,211,1,32,4,32,0,32,2,65,129,248,0,32,5,107,16,213,1,32,4,41,3,8,66,4,134,32,4,41,3,0,34,2,66,60,136,132,33,3,32,4,41,3,16,32,4,41,3,24,132,66,0,82,173,32,2,66,255,255,255,255,255,255,255,255,15,131,132,34,2,66,129,128,128,128,128,128,128,128,8,90,4,64,32,3,66,1,124,33,3,12,1,11,32,2,66,128,128,128,128,128,128,128,128,8,133,66,0,82,13,0,32,3,66,1,131,32,3,124,33,3,11,32,4,65,32,106,36,0,32,3,32,1,66,128,128,128,128,128,128,128,128,128,127,131,132,191,11,229,2,1,6,127,35,0,65,16,107,34,7,36,0,32,3,65,128,167,4,32,3,27,34,5,40,2,0,33,3,2,64,2,64,2,64,32,1,69,4,64,32,3,13,1,12,3,11,65,126,33,4,32,2,69,13,2,32,0,32,7,65,12,106,32,0,27,33,6,2,64,32,3,4,64,32,2,33,0,12,1,11,32,1,45,0,0,34,3,65,24,116,65,24,117,34,0,65,0,78,4,64,32,6,32,3,54,2,0,32,0,65,0,71,33,4,12,4,11,32,1,44,0,0,33,0,65,244,162,4,40,2,0,40,2,0,69,4,64,32,6,32,0,65,255,191,3,113,54,2,0,65,1,33,4,12,4,11,32,0,65,255,1,113,65,194,1,107,34,3,65,50,75,13,1,32,3,65,2,116,65,160,225,0,106,40,2,0,33,3,32,2,65,1,107,34,0,69,13,2,32,1,65,1,106,33,1,11,32,1,45,0,0,34,8,65,3,118,34,9,65,16,107,32,3,65,26,117,32,9,106,114,65,7,75,13,0,3,64,32,0,65,1,107,33,0,32,8,65,128,1,107,32,3,65,6,116,114,34,3,65,0,78,4,64,32,5,65,0,54,2,0,32,6,32,3,54,2,0,32,2,32,0,107,33,4,12,4,11,32,0,69,13,2,32,1,65,1,106,34,1,45,0,0,34,8,65,192,1,113,65,128,1,70,13,0,11,11,32,5,65,0,54,2,0,65,140,163,4,65,25,54,2,0,65,127,33,4,12,1,11,32,5,32,3,54,2,0,11,32,7,65,16,106,36,0,32,4,11,67,0,2,64,32,0,69,13,0,2,64,2,64,2,64,2,64,32,1,65,2,106,14,6,0,1,2,2,4,3,4,11,32,0,32,2,60,0,0,15,11,32,0,32,2,61,1,0,15,11,32,0,32,2,62,2,0,15,11,32,0,32,2,55,3,0,11,11,243,30,2,16,127,5,126,35,0,65,144,1,107,34,3,36,0,32,3,65,0,65,144,1,16,71,34,3,65,127,54,2,76,32,3,32,0,54,2,44,32,3,65,200,0,54,2,32,32,3,32,0,54,2,84,32,1,33,4,32,2,33,15,65,0,33,2,35,0,65,176,2,107,34,6,36,0,32,3,40,2,76,26,2,64,2,64,2,64,2,64,2,64,32,3,40,2,4,13,0,32,3,16,90,26,32,3,40,2,4,13,0,12,1,11,32,4,45,0,0,34,1,69,13,3,32,6,65,16,106,33,18,2,64,2,64,2,64,3,64,2,64,2,64,32,1,65,255,1,113,16,76,4,64,3,64,32,4,34,1,65,1,106,33,4,32,1,45,0,1,16,76,13,0,11,32,3,66,0,16,209,1,3,64,2,127,32,3,40,2,4,34,4,32,3,40,2,104,71,4,64,32,3,32,4,65,1,106,54,2,4,32,4,45,0,0,12,1,11,32,3,16,210,1,11,16,76,13,0,11,32,3,40,2,4,33,4,32,3,41,3,112,66,0,89,4,64,32,3,32,4,65,1,107,34,4,54,2,4,11,32,4,32,3,40,2,44,107,172,32,3,41,3,120,32,21,124,124,33,21,12,1,11,2,127,2,64,2,64,32,4,45,0,0,65,37,70,4,64,32,4,45,0,1,34,1,65,42,70,13,1,32,1,65,37,71,13,2,11,32,3,66,0,16,209,1,2,64,32,4,45,0,0,65,37,70,4,64,3,64,2,127,32,3,40,2,4,34,1,32,3,40,2,104,71,4,64,32,3,32,1,65,1,106,54,2,4,32,1,45,0,0,12,1,11,32,3,16,210,1,11,34,1,16,76,13,0,11,32,4,65,1,106,33,4,12,1,11,32,3,40,2,4,34,1,32,3,40,2,104,71,4,64,32,3,32,1,65,1,106,54,2,4,32,1,45,0,0,33,1,12,1,11,32,3,16,210,1,33,1,11,32,4,45,0,0,32,1,71,4,64,32,3,41,3,112,66,0,89,4,64,32,3,32,3,40,2,4,65,1,107,54,2,4,11,32,1,65,0,78,13,13,65,0,33,2,32,14,69,13,10,12,13,11,32,3,40,2,4,32,3,40,2,44,107,172,32,3,41,3,120,32,21,124,124,33,21,32,4,33,1,12,3,11,65,0,33,8,32,4,65,2,106,12,1,11,2,64,32,1,16,75,69,13,0,32,4,45,0,2,65,36,71,13,0,32,4,45,0,1,65,48,107,33,0,35,0,65,16,107,34,1,32,15,54,2,12,32,1,32,15,32,0,65,2,116,65,4,107,65,0,32,0,65,1,75,27,106,34,0,65,4,106,54,2,8,32,0,40,2,0,33,8,32,4,65,3,106,12,1,11,32,15,40,2,0,33,8,32,15,65,4,106,33,15,32,4,65,1,106,11,33,1,65,0,33,12,65,0,33,4,32,1,45,0,0,16,75,4,64,3,64,32,1,45,0,0,32,4,65,10,108,106,65,48,107,33,4,32,1,45,0,1,33,0,32,1,65,1,106,33,1,32,0,16,75,13,0,11,11,32,1,45,0,0,34,7,65,237,0,71,4,127,32,1,5,65,0,33,9,32,8,65,0,71,33,12,32,1,45,0,1,33,7,65,0,33,10,32,1,65,1,106,11,34,0,65,1,106,33,1,65,3,33,5,32,12,33,2,2,64,2,64,2,64,2,64,2,64,2,64,32,7,65,255,1,113,65,193,0,107,14,58,4,11,4,11,4,4,4,11,11,11,11,3,11,11,11,11,11,11,4,11,11,11,11,4,11,11,4,11,11,11,11,11,4,11,4,4,4,4,4,0,4,5,11,1,11,4,4,4,11,11,4,2,4,11,11,4,11,2,11,11,32,0,65,2,106,32,1,32,0,45,0,1,65,232,0,70,34,0,27,33,1,65,126,65,127,32,0,27,33,5,12,4,11,32,0,65,2,106,32,1,32,0,45,0,1,65,236,0,70,34,0,27,33,1,65,3,65,1,32,0,27,33,5,12,3,11,65,1,33,5,12,2,11,65,2,33,5,12,1,11,65,0,33,5,32,0,33,1,11,65,1,32,5,32,1,45,0,0,34,0,65,47,113,65,3,70,34,7,27,33,13,2,64,32,0,65,32,114,32,0,32,7,27,34,11,65,219,0,70,13,0,2,64,32,11,65,238,0,71,4,64,32,11,65,227,0,71,13,1,32,4,65,1,32,4,65,1,74,27,33,4,12,2,11,32,8,32,13,32,21,16,232,1,12,2,11,32,3,66,0,16,209,1,3,64,2,127,32,3,40,2,4,34,0,32,3,40,2,104,71,4,64,32,3,32,0,65,1,106,54,2,4,32,0,45,0,0,12,1,11,32,3,16,210,1,11,16,76,13,0,11,32,3,40,2,4,33,0,32,3,41,3,112,66,0,89,4,64,32,3,32,0,65,1,107,34,0,54,2,4,11,32,0,32,3,40,2,44,107,172,32,3,41,3,120,32,21,124,124,33,21,11,32,3,32,4,172,34,19,16,209,1,2,64,32,3,40,2,4,34,0,32,3,40,2,104,71,4,64,32,3,32,0,65,1,106,54,2,4,12,1,11,32,3,16,210,1,65,0,72,13,4,11,32,3,41,3,112,66,0,89,4,64,32,3,32,3,40,2,4,65,1,107,54,2,4,11,65,16,33,0,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,32,11,65,216,0,107,14,33,6,9,9,2,9,9,9,9,9,1,9,2,4,1,1,1,9,5,9,9,9,9,9,3,6,9,9,2,9,4,9,9,6,0,11,32,11,65,193,0,107,34,4,65,6,75,13,8,65,1,32,4,116,65,241,0,113,69,13,8,11,32,6,65,8,106,32,3,32,13,65,0,16,227,1,32,3,41,3,120,66,0,32,3,40,2,4,32,3,40,2,44,107,172,125,82,13,5,12,15,11,32,11,65,239,1,113,65,227,0,70,4,64,32,6,65,32,106,65,127,65,129,2,16,71,26,32,6,65,0,58,0,32,32,11,65,243,0,71,13,6,32,6,65,0,58,0,65,32,6,65,0,58,0,46,32,6,65,0,54,1,42,12,6,11,32,6,65,32,106,32,1,45,0,1,34,5,65,222,0,70,34,0,65,129,2,16,71,26,32,6,65,0,58,0,32,32,1,65,2,106,32,1,65,1,106,32,0,27,33,7,2,127,2,64,2,64,32,1,65,2,65,1,32,0,27,106,45,0,0,34,1,65,45,71,4,64,32,1,65,221,0,70,13,1,32,5,65,222,0,71,33,5,32,7,12,3,11,32,6,32,5,65,222,0,71,34,5,58,0,78,12,1,11,32,6,32,5,65,222,0,71,34,5,58,0,126,11,32,7,65,1,106,11,33,1,3,64,2,64,32,1,45,0,0,34,0,65,45,71,4,64,32,0,69,13,13,32,0,65,221,0,71,13,1,12,8,11,65,45,33,0,32,1,45,0,1,34,2,69,13,0,32,2,65,221,0,70,13,0,32,1,65,1,106,33,7,2,64,32,2,32,1,65,1,107,45,0,0,34,1,77,4,64,32,2,33,0,12,1,11,3,64,32,1,65,1,106,34,1,32,6,65,32,106,106,32,5,58,0,0,32,1,32,7,45,0,0,34,0,73,13,0,11,11,32,7,33,1,11,32,0,32,6,106,32,5,58,0,33,32,1,65,1,106,33,1,12,0,11,0,11,65,8,33,0,12,2,11,65,10,33,0,12,1,11,65,0,33,0,11,66,0,33,19,65,0,33,2,66,0,33,20,65,0,33,7,65,0,33,5,35,0,65,16,107,34,16,36,0,2,64,32,0,65,1,71,32,0,65,36,77,113,69,4,64,65,140,163,4,65,28,54,2,0,12,1,11,3,64,2,127,32,3,40,2,4,34,4,32,3,40,2,104,71,4,64,32,3,32,4,65,1,106,54,2,4,32,4,45,0,0,12,1,11,32,3,16,210,1,11,34,4,16,76,13,0,11,2,64,2,64,32,4,65,43,107,14,3,0,1,0,1,11,65,127,65,0,32,4,65,45,70,27,33,5,32,3,40,2,4,34,4,32,3,40,2,104,71,4,64,32,3,32,4,65,1,106,54,2,4,32,4,45,0,0,33,4,12,1,11,32,3,16,210,1,33,4,11,2,64,2,64,2,64,2,64,2,64,32,0,65,111,113,13,0,32,4,65,48,71,13,0,2,127,32,3,40,2,4,34,4,32,3,40,2,104,71,4,64,32,3,32,4,65,1,106,54,2,4,32,4,45,0,0,12,1,11,32,3,16,210,1,11,34,4,65,95,113,65,216,0,70,4,64,65,16,33,0,2,127,32,3,40,2,4,34,4,32,3,40,2,104,71,4,64,32,3,32,4,65,1,106,54,2,4,32,4,45,0,0,12,1,11,32,3,16,210,1,11,34,4,65,145,223,0,106,45,0,0,65,16,73,13,3,32,3,41,3,112,66,0,89,4,64,32,3,32,3,40,2,4,65,1,107,54,2,4,11,32,3,66,0,16,209,1,12,6,11,32,0,13,1,65,8,33,0,12,2,11,32,0,65,10,32,0,27,34,0,32,4,65,145,223,0,106,45,0,0,75,13,0,32,3,41,3,112,66,0,89,4,64,32,3,32,3,40,2,4,65,1,107,54,2,4,11,32,3,66,0,16,209,1,65,140,163,4,65,28,54,2,0,12,4,11,32,0,65,10,71,13,0,32,4,65,48,107,34,2,65,9,77,4,64,65,0,33,0,3,64,32,2,32,0,65,10,108,106,34,0,65,153,179,230,204,1,73,2,127,32,3,40,2,4,34,4,32,3,40,2,104,71,4,64,32,3,32,4,65,1,106,54,2,4,32,4,45,0,0,12,1,11,32,3,16,210,1,11,34,4,65,48,107,34,2,65,9,77,113,13,0,11,32,0,173,33,19,11,2,64,32,2,65,9,75,13,0,32,19,66,10,126,33,22,32,2,173,33,20,3,64,32,20,32,22,124,33,19,2,127,32,3,40,2,4,34,4,32,3,40,2,104,71,4,64,32,3,32,4,65,1,106,54,2,4,32,4,45,0,0,12,1,11,32,3,16,210,1,11,34,4,65,48,107,34,2,65,9,75,13,1,32,19,66,154,179,230,204,153,179,230,204,25,90,13,1,32,19,66,10,126,34,22,32,2,173,34,20,66,127,133,88,13,0,11,65,10,33,0,12,2,11,65,10,33,0,32,2,65,9,77,13,1,12,2,11,32,0,32,0,65,1,107,113,4,64,32,4,65,145,223,0,106,45,0,0,34,7,32,0,73,4,64,3,64,32,7,32,0,32,2,108,106,34,2,65,199,227,241,56,73,2,127,32,3,40,2,4,34,4,32,3,40,2,104,71,4,64,32,3,32,4,65,1,106,54,2,4,32,4,45,0,0,12,1,11,32,3,16,210,1,11,34,4,65,145,223,0,106,45,0,0,34,7,32,0,73,113,13,0,11,32,2,173,33,19,11,32,0,32,7,77,13,1,32,0,173,33,22,3,64,32,19,32,22,126,34,20,32,7,173,66,255,1,131,34,23,66,127,133,86,13,2,32,20,32,23,124,33,19,32,0,2,127,32,3,40,2,4,34,4,32,3,40,2,104,71,4,64,32,3,32,4,65,1,106,54,2,4,32,4,45,0,0,12,1,11,32,3,16,210,1,11,34,4,65,145,223,0,106,45,0,0,34,7,77,13,2,32,16,32,22,66,0,32,19,66,0,16,224,1,32,16,41,3,8,80,13,0,11,12,1,11,32,0,65,23,108,65,5,118,65,7,113,65,145,225,0,106,44,0,0,33,17,32,4,65,145,223,0,106,45,0,0,34,2,32,0,73,4,64,3,64,32,7,32,17,116,32,2,114,34,7,65,128,128,128,192,0,73,2,127,32,3,40,2,4,34,4,32,3,40,2,104,71,4,64,32,3,32,4,65,1,106,54,2,4,32,4,45,0,0,12,1,11,32,3,16,210,1,11,34,4,65,145,223,0,106,45,0,0,34,2,32,0,73,113,13,0,11,32,7,173,33,19,11,32,0,32,2,77,13,0,66,127,32,17,173,34,20,136,34,23,32,19,84,13,0,3,64,32,2,173,66,255,1,131,32,19,32,20,134,132,33,19,32,0,2,127,32,3,40,2,4,34,4,32,3,40,2,104,71,4,64,32,3,32,4,65,1,106,54,2,4,32,4,45,0,0,12,1,11,32,3,16,210,1,11,34,4,65,145,223,0,106,45,0,0,34,2,77,13,1,32,19,32,23,88,13,0,11,11,32,0,32,4,65,145,223,0,106,45,0,0,77,13,0,3,64,32,0,2,127,32,3,40,2,4,34,4,32,3,40,2,104,71,4,64,32,3,32,4,65,1,106,54,2,4,32,4,45,0,0,12,1,11,32,3,16,210,1,11,65,145,223,0,106,45,0,0,75,13,0,11,65,140,163,4,65,196,0,54,2,0,65,0,33,5,66,127,33,19,11,32,3,41,3,112,66,0,89,4,64,32,3,32,3,40,2,4,65,1,107,54,2,4,11,2,64,32,19,66,127,82,13,0,11,32,19,32,5,172,34,20,133,32,20,125,33,20,11,32,16,65,16,106,36,0,32,20,33,19,32,3,41,3,120,66,0,32,3,40,2,4,32,3,40,2,44,107,172,125,81,13,10,2,64,32,11,65,240,0,71,13,0,32,8,69,13,0,32,8,32,19,62,2,0,12,3,11,32,8,32,13,32,19,16,232,1,12,2,11,32,8,69,13,1,32,18,41,3,0,33,19,32,6,41,3,8,33,20,2,64,2,64,2,64,32,13,14,3,0,1,2,4,11,32,8,32,20,32,19,16,229,1,56,2,0,12,3,11,32,8,32,20,32,19,16,230,1,57,3,0,12,2,11,32,8,32,20,55,3,0,32,8,32,19,55,3,8,12,1,11,32,4,65,1,106,65,31,32,11,65,227,0,70,34,7,27,33,5,2,64,32,13,65,1,71,34,13,69,4,64,32,8,33,0,32,12,4,64,32,5,65,2,116,16,85,34,0,69,13,8,11,32,6,66,0,55,3,168,2,65,0,33,4,32,12,33,9,2,64,3,64,32,0,33,10,3,64,2,127,32,3,40,2,4,34,0,32,3,40,2,104,71,4,64,32,3,32,0,65,1,106,54,2,4,32,0,45,0,0,12,1,11,32,3,16,210,1,11,34,0,32,6,106,45,0,33,69,13,2,32,6,32,0,58,0,27,32,6,65,28,106,32,6,65,27,106,65,1,32,6,65,168,2,106,16,231,1,34,0,65,126,70,13,0,32,0,65,127,70,13,7,32,10,4,64,32,10,32,4,65,2,116,106,32,6,40,2,28,54,2,0,32,4,65,1,106,33,4,11,32,9,32,4,32,5,70,113,69,13,0,11,32,10,32,5,65,1,116,65,1,114,34,5,65,2,116,16,87,34,0,13,0,11,65,1,33,2,65,0,33,9,12,9,11,32,6,65,168,2,106,34,0,4,127,32,0,40,2,0,5,65,0,11,13,4,65,0,33,9,12,1,11,32,12,4,64,65,0,33,4,32,5,16,85,34,0,69,13,7,3,64,32,0,33,9,3,64,2,127,32,3,40,2,4,34,0,32,3,40,2,104,71,4,64,32,3,32,0,65,1,106,54,2,4,32,0,45,0,0,12,1,11,32,3,16,210,1,11,34,0,32,6,106,45,0,33,69,4,64,65,0,33,10,12,4,11,32,4,32,9,106,32,0,58,0,0,32,4,65,1,106,34,4,32,5,71,13,0,11,65,1,33,2,65,0,33,10,32,9,32,5,65,1,116,65,1,114,34,5,16,87,34,0,13,0,11,12,8,11,65,0,33,4,32,8,4,64,3,64,2,127,32,3,40,2,4,34,0,32,3,40,2,104,71,4,64,32,3,32,0,65,1,106,54,2,4,32,0,45,0,0,12,1,11,32,3,16,210,1,11,34,0,32,6,106,45,0,33,4,64,32,4,32,8,106,32,0,58,0,0,32,4,65,1,106,33,4,12,1,5,65,0,33,10,32,8,33,9,12,3,11,0,11,0,11,3,64,2,127,32,3,40,2,4,34,4,32,3,40,2,104,71,4,64,32,3,32,4,65,1,106,54,2,4,32,4,45,0,0,12,1,11,32,3,16,210,1,11,32,6,106,45,0,33,13,0,11,65,0,33,9,65,0,33,10,65,0,33,4,11,32,3,40,2,4,33,0,32,3,41,3,112,66,0,89,4,64,32,3,32,0,65,1,107,34,0,54,2,4,11,32,3,41,3,120,32,0,32,3,40,2,44,107,172,124,34,20,80,13,8,32,11,65,227,0,70,32,19,32,20,82,113,13,8,2,64,32,12,69,13,0,32,13,69,4,64,32,8,32,10,54,2,0,12,1,11,32,8,32,9,54,2,0,11,32,7,13,0,32,10,4,64,32,10,32,4,65,2,116,106,65,0,54,2,0,11,32,9,69,4,64,65,0,33,9,12,1,11,32,4,32,9,106,65,0,58,0,0,11,32,3,40,2,4,32,3,40,2,44,107,172,32,3,41,3,120,32,21,124,124,33,21,32,14,32,8,65,0,71,106,33,14,11,32,1,65,1,106,33,4,32,1,45,0,1,34,1,13,1,12,8,11,11,65,0,33,9,11,32,12,33,2,12,1,11,65,1,33,2,65,0,33,9,65,0,33,10,11,32,14,13,2,11,65,127,33,14,12,1,11,32,12,33,2,11,32,2,69,13,0,32,9,16,86,32,10,16,86,11,32,6,65,176,2,106,36,0,32,14,33,0,32,3,65,144,1,106,36,0,32,0,11,83,1,2,127,32,1,32,0,40,2,84,34,3,32,3,65,0,32,2,65,128,2,106,34,1,16,78,34,4,32,3,107,32,1,32,4,27,34,1,32,2,32,1,32,2,73,27,34,2,16,69,26,32,0,32,1,32,3,106,34,1,54,2,84,32,0,32,1,54,2,8,32,0,32,2,32,3,106,54,2,4,32,2,11,77,1,2,127,32,1,45,0,0,33,2,2,64,32,0,45,0,0,34,3,69,13,0,32,2,32,3,71,13,0,3,64,32,1,45,0,1,33,2,32,0,45,0,1,34,3,69,13,1,32,1,65,1,106,33,1,32,0,65,1,106,33,0,32,2,32,3,70,13,0,11,11,32,3,32,2,107,11,153,3,1,9,127,2,127,2,64,32,0,34,1,65,3,113,4,64,3,64,32,1,45,0,0,34,2,69,13,2,32,2,65,61,70,13,2,32,1,65,1,106,34,1,65,3,113,13,0,11,11,2,64,32,1,40,2,0,34,2,65,127,115,32,2,65,129,130,132,8,107,113,65,128,129,130,132,120,113,13,0,3,64,32,2,65,189,250,244,233,3,115,34,2,65,127,115,32,2,65,129,130,132,8,107,113,65,128,129,130,132,120,113,13,1,32,1,40,2,4,33,2,32,1,65,4,106,33,1,32,2,65,129,130,132,8,107,32,2,65,127,115,113,65,128,129,130,132,120,113,69,13,0,11,11,3,64,32,1,34,2,45,0,0,34,3,4,64,32,2,65,1,106,33,1,32,3,65,61,71,13,1,11,11,32,2,12,1,11,32,1,11,32,0,107,34,5,69,4,64,65,0,15,11,2,64,32,0,32,5,106,45,0,0,13,0,65,132,167,4,40,2,0,34,4,69,13,0,32,4,40,2,0,34,1,69,13,0,3,64,2,64,2,127,32,0,33,2,32,1,33,3,65,0,33,6,65,0,32,5,34,7,69,13,0,26,2,64,32,2,45,0,0,34,1,69,13,0,3,64,2,64,32,3,45,0,0,34,8,69,13,0,32,7,65,1,107,34,7,69,13,0,32,1,32,8,71,13,0,32,3,65,1,106,33,3,32,2,45,0,1,33,1,32,2,65,1,106,33,2,32,1,13,1,12,2,11,11,32,1,33,6,11,32,6,65,255,1,113,32,3,45,0,0,107,11,69,4,64,32,4,40,2,0,32,5,106,34,1,45,0,0,65,61,70,13,1,11,32,4,40,2,4,33,1,32,4,65,4,106,33,4,32,1,13,1,12,2,11,11,32,1,65,1,106,33,9,11,32,9,11,238,2,1,3,127,2,64,32,1,45,0,0,13,0,65,228,13,16,236,1,34,1,4,64,32,1,45,0,0,13,1,11,32,0,65,12,108,65,224,227,0,106,16,236,1,34,1,4,64,32,1,45,0,0,13,1,11,65,235,13,16,236,1,34,1,4,64,32,1,45,0,0,13,1,11,65,198,14,33,1,11,2,64,3,64,2,64,32,1,32,2,106,45,0,0,34,4,69,13,0,32,4,65,47,70,13,0,65,23,33,4,32,2,65,1,106,34,2,65,23,71,13,1,12,2,11,11,32,2,33,4,11,65,198,14,33,3,2,64,2,64,2,64,2,64,2,64,32,1,45,0,0,34,2,65,46,70,13,0,32,1,32,4,106,45,0,0,13,0,32,1,33,3,32,2,65,195,0,71,13,1,11,32,3,45,0,1,69,13,1,11,32,3,65,198,14,16,235,1,69,13,0,32,3,65,203,13,16,235,1,13,1,11,32,0,69,4,64,65,132,227,0,33,2,32,3,45,0,1,65,46,70,13,2,11,65,0,15,11,65,0,33,1,65,140,167,4,40,2,0,34,2,4,64,3,64,32,3,32,2,65,8,106,16,235,1,69,13,2,32,2,40,2,32,34,2,13,0,11,11,65,36,16,85,34,2,4,64,32,2,65,132,227,0,41,2,0,55,2,0,32,2,65,8,106,34,1,32,3,32,4,16,69,26,32,1,32,4,106,65,0,58,0,0,32,2,65,140,167,4,40,2,0,54,2,32,65,140,167,4,32,2,54,2,0,32,2,33,1,11,32,1,65,132,227,0,32,0,32,1,114,27,33,2,11,32,2,11,125,1,3,127,65,24,33,2,2,64,2,64,32,0,32,1,114,65,3,113,13,0,3,64,32,0,40,2,0,32,1,40,2,0,71,13,1,32,1,65,4,106,33,1,32,0,65,4,106,33,0,32,2,65,4,107,34,2,65,3,75,13,0,11,32,2,69,13,1,11,3,64,32,0,45,0,0,34,3,32,1,45,0,0,34,4,70,4,64,32,1,65,1,106,33,1,32,0,65,1,106,33,0,32,2,65,1,107,34,2,13,1,12,2,11,11,32,3,32,4,107,15,11,65,0,11,39,0,32,0,65,0,71,32,0,65,168,227,0,71,113,32,0,65,192,227,0,71,113,32,0,65,144,167,4,71,113,32,0,65,168,167,4,71,113,11,172,2,1,4,127,35,0,65,32,107,34,3,36,0,2,64,2,64,3,64,32,3,65,8,106,32,1,65,2,116,106,32,1,32,0,65,202,21,65,1,32,1,116,65,255,255,255,255,7,113,27,16,237,1,34,4,54,2,0,32,4,65,127,71,4,64,32,1,65,1,106,34,1,65,6,70,13,2,12,1,11,11,12,1,11,65,0,16,239,1,69,4,64,65,168,227,0,33,2,32,3,65,8,106,65,168,227,0,16,238,1,69,13,1,65,192,227,0,33,2,32,3,65,8,106,65,192,227,0,16,238,1,69,13,1,65,0,33,1,65,192,167,4,45,0,0,69,4,64,3,64,32,1,65,2,116,65,144,167,4,106,32,1,65,202,21,16,237,1,54,2,0,32,1,65,1,106,34,1,65,6,71,13,0,11,65,192,167,4,65,1,58,0,0,65,168,167,4,65,144,167,4,40,2,0,54,2,0,11,65,144,167,4,33,2,32,3,65,8,106,65,144,167,4,16,238,1,69,13,1,65,168,167,4,33,2,32,3,65,8,106,65,168,167,4,16,238,1,69,13,1,65,24,16,85,34,2,69,13,1,11,32,2,32,3,41,3,8,55,2,0,32,2,32,3,41,3,24,55,2,16,32,2,32,3,41,3,16,55,2,8,11,32,3,65,32,106,36,0,32,2,11,146,2,0,2,64,32,0,4,127,32,1,65,255,0,77,13,1,2,64,65,244,162,4,40,2,0,40,2,0,69,4,64,32,1,65,128,127,113,65,128,191,3,70,13,3,65,140,163,4,65,25,54,2,0,12,1,11,32,1,65,255,15,77,4,64,32,0,32,1,65,63,113,65,128,1,114,58,0,1,32,0,32,1,65,6,118,65,192,1,114,58,0,0,65,2,15,11,32,1,65,128,64,113,65,128,192,3,71,32,1,65,128,176,3,79,113,69,4,64,32,0,32,1,65,63,113,65,128,1,114,58,0,2,32,0,32,1,65,12,118,65,224,1,114,58,0,0,32,0,32,1,65,6,118,65,63,113,65,128,1,114,58,0,1,65,3,15,11,32,1,65,128,128,4,107,65,255,255,63,77,4,64,32,0,32,1,65,63,113,65,128,1,114,58,0,3,32,0,32,1,65,18,118,65,240,1,114,58,0,0,32,0,32,1,65,6,118,65,63,113,65,128,1,114,58,0,2,32,0,32,1,65,12,118,65,63,113,65,128,1,114,58,0,1,65,4,15,11,65,140,163,4,65,25,54,2,0,11,65,127,5,65,1,11,15,11,32,0,32,1,58,0,0,65,1,11,18,0,32,0,69,4,64,65,0,15,11,32,0,32,1,16,241,1,11,127,2,1,127,1,126,32,0,189,34,3,66,52,136,167,65,255,15,113,34,2,65,255,15,71,4,124,32,2,69,4,64,32,1,32,0,68,0,0,0,0,0,0,0,0,97,4,127,65,0,5,32,0,68,0,0,0,0,0,0,240,67,162,32,1,16,243,1,33,0,32,1,40,2,0,65,64,106,11,54,2,0,32,0,15,11,32,1,32,2,65,254,7,107,54,2,0,32,3,66,255,255,255,255,255,255,255,135,128,127,131,66,128,128,128,128,128,128,128,240,63,132,191,5,32,0,11,11,164,19,2,17,127,1,126,35,0,65,208,0,107,34,5,36,0,32,5,32,1,54,2,76,32,5,65,55,106,33,21,32,5,65,56,106,33,18,65,0,33,1,2,64,2,64,2,64,2,64,3,64,32,1,65,255,255,255,255,7,32,11,107,74,13,1,32,1,32,11,106,33,11,32,5,40,2,76,34,9,33,1,2,64,2,64,2,64,32,9,45,0,0,34,10,4,64,3,64,2,64,2,64,32,10,65,255,1,113,34,10,69,4,64,32,1,33,10,12,1,11,32,10,65,37,71,13,1,32,1,33,10,3,64,32,1,45,0,1,65,37,71,13,1,32,5,32,1,65,2,106,34,6,54,2,76,32,10,65,1,106,33,10,32,1,45,0,2,33,7,32,6,33,1,32,7,65,37,70,13,0,11,11,32,10,32,9,107,34,1,65,255,255,255,255,7,32,11,107,34,10,74,13,7,32,0,4,64,32,0,32,9,32,1,16,245,1,11,32,1,13,6,65,127,33,16,65,1,33,6,32,5,40,2,76,44,0,1,16,75,33,7,32,5,40,2,76,33,1,2,64,32,7,69,13,0,32,1,45,0,2,65,36,71,13,0,32,1,44,0,1,65,48,107,33,16,65,1,33,19,65,3,33,6,11,32,5,32,1,32,6,106,34,1,54,2,76,65,0,33,12,2,64,32,1,44,0,0,34,15,65,32,107,34,7,65,31,75,4,64,32,1,33,6,12,1,11,32,1,33,6,65,1,32,7,116,34,7,65,137,209,4,113,69,13,0,3,64,32,5,32,1,65,1,106,34,6,54,2,76,32,7,32,12,114,33,12,32,1,44,0,1,34,15,65,32,107,34,7,65,32,79,13,1,32,6,33,1,65,1,32,7,116,34,7,65,137,209,4,113,13,0,11,11,2,64,32,15,65,42,70,4,64,32,5,2,127,2,64,32,6,44,0,1,16,75,69,13,0,32,5,40,2,76,34,6,45,0,2,65,36,71,13,0,32,6,44,0,1,65,2,116,32,4,106,65,192,1,107,65,10,54,2,0,32,6,44,0,1,65,3,116,32,3,106,65,128,3,107,40,2,0,33,13,65,1,33,19,32,6,65,3,106,12,1,11,32,19,13,6,65,0,33,19,65,0,33,13,32,0,4,64,32,2,32,2,40,2,0,34,1,65,4,106,54,2,0,32,1,40,2,0,33,13,11,32,5,40,2,76,65,1,106,11,34,1,54,2,76,32,13,65,0,78,13,1,65,0,32,13,107,33,13,32,12,65,128,192,0,114,33,12,12,1,11,32,5,65,204,0,106,16,246,1,34,13,65,0,72,13,8,32,5,40,2,76,33,1,11,65,0,33,6,65,127,33,8,2,127,65,0,32,1,45,0,0,65,46,71,13,0,26,32,1,45,0,1,65,42,70,4,64,32,5,2,127,2,64,32,1,44,0,2,16,75,69,13,0,32,5,40,2,76,34,7,45,0,3,65,36,71,13,0,32,7,44,0,2,65,2,116,32,4,106,65,192,1,107,65,10,54,2,0,32,7,44,0,2,65,3,116,32,3,106,65,128,3,107,40,2,0,33,8,32,7,65,4,106,12,1,11,32,19,13,6,32,0,4,127,32,2,32,2,40,2,0,34,1,65,4,106,54,2,0,32,1,40,2,0,5,65,0,11,33,8,32,5,40,2,76,65,2,106,11,34,1,54,2,76,32,8,65,127,115,65,31,118,12,1,11,32,5,32,1,65,1,106,54,2,76,32,5,65,204,0,106,16,246,1,33,8,32,5,40,2,76,33,1,65,1,11,33,20,3,64,32,6,33,7,65,28,33,14,32,1,44,0,0,65,251,0,107,65,70,73,13,9,32,5,32,1,65,1,106,34,15,54,2,76,32,1,44,0,0,33,6,32,15,33,1,32,6,32,7,65,58,108,106,65,239,227,0,106,45,0,0,34,6,65,1,107,65,8,73,13,0,11,2,64,2,64,32,6,65,27,71,4,64,32,6,69,13,11,32,16,65,0,78,4,64,32,4,32,16,65,2,116,106,32,6,54,2,0,32,5,32,3,32,16,65,3,116,106,41,3,0,55,3,64,12,2,11,32,0,69,13,8,32,5,65,64,107,32,6,32,2,16,247,1,32,5,40,2,76,33,15,12,2,11,32,16,65,0,78,13,10,11,65,0,33,1,32,0,69,13,7,11,32,12,65,255,255,123,113,34,17,32,12,32,12,65,128,192,0,113,27,33,6,65,0,33,12,65,209,9,33,16,32,18,33,14,2,64,2,64,2,64,2,127,2,64,2,64,2,64,2,64,2,127,2,64,2,64,2,64,2,64,2,64,2,64,2,64,32,15,65,1,107,44,0,0,34,1,65,95,113,32,1,32,1,65,15,113,65,3,70,27,32,1,32,7,27,34,1,65,216,0,107,14,33,4,20,20,20,20,20,20,20,20,14,20,15,6,14,14,14,20,6,20,20,20,20,2,5,3,20,20,9,20,1,20,20,4,0,11,2,64,32,1,65,193,0,107,14,7,14,20,11,20,14,14,14,0,11,32,1,65,211,0,70,13,9,12,19,11,32,5,41,3,64,33,22,65,209,9,12,5,11,65,0,33,1,2,64,2,64,2,64,2,64,2,64,2,64,2,64,32,7,65,255,1,113,14,8,0,1,2,3,4,26,5,6,26,11,32,5,40,2,64,32,11,54,2,0,12,25,11,32,5,40,2,64,32,11,54,2,0,12,24,11,32,5,40,2,64,32,11,172,55,3,0,12,23,11,32,5,40,2,64,32,11,59,1,0,12,22,11,32,5,40,2,64,32,11,58,0,0,12,21,11,32,5,40,2,64,32,11,54,2,0,12,20,11,32,5,40,2,64,32,11,172,55,3,0,12,19,11,32,8,65,8,32,8,65,8,75,27,33,8,32,6,65,8,114,33,6,65,248,0,33,1,11,32,18,33,17,32,1,65,32,113,33,7,32,5,41,3,64,34,22,80,69,4,64,3,64,32,17,65,1,107,34,17,32,22,167,65,15,113,65,128,232,0,106,45,0,0,32,7,114,58,0,0,32,22,66,15,86,33,9,32,22,66,4,136,33,22,32,9,13,0,11,11,32,17,33,9,32,5,41,3,64,80,13,3,32,6,65,8,113,69,13,3,32,1,65,4,118,65,209,9,106,33,16,65,2,33,12,12,3,11,32,18,33,1,32,5,41,3,64,34,22,80,69,4,64,3,64,32,1,65,1,107,34,1,32,22,167,65,7,113,65,48,114,58,0,0,32,22,66,7,86,33,17,32,22,66,3,136,33,22,32,17,13,0,11,11,32,1,33,9,32,6,65,8,113,69,13,2,32,8,32,18,32,9,107,34,1,65,1,106,32,1,32,8,72,27,33,8,12,2,11,32,5,41,3,64,34,22,66,0,83,4,64,32,5,66,0,32,22,125,34,22,55,3,64,65,1,33,12,65,209,9,12,1,11,32,6,65,128,16,113,4,64,65,1,33,12,65,210,9,12,1,11,65,211,9,65,209,9,32,6,65,1,113,34,12,27,11,33,16,32,22,32,18,16,248,1,33,9,11,32,20,65,0,32,8,65,0,72,27,13,14,32,6,65,255,255,123,113,32,6,32,20,27,33,6,2,64,32,5,41,3,64,34,22,66,0,82,13,0,32,8,13,0,32,18,34,9,33,14,65,0,33,8,12,12,11,32,8,32,22,80,32,18,32,9,107,106,34,1,32,1,32,8,72,27,33,8,12,11,11,32,5,40,2,64,34,1,65,254,14,32,1,27,34,9,34,1,65,0,65,255,255,255,255,7,32,8,32,8,65,0,72,27,34,6,16,78,34,7,32,1,107,32,6,32,7,27,34,1,32,9,106,33,14,32,8,65,0,78,4,64,32,17,33,6,32,1,33,8,12,11,11,32,17,33,6,32,1,33,8,32,14,45,0,0,13,13,12,10,11,32,8,4,64,32,5,40,2,64,12,2,11,65,0,33,1,32,0,65,32,32,13,65,0,32,6,16,249,1,12,2,11,32,5,65,0,54,2,12,32,5,32,5,41,3,64,62,2,8,32,5,32,5,65,8,106,54,2,64,65,127,33,8,32,5,65,8,106,11,33,10,65,0,33,1,2,64,3,64,32,10,40,2,0,34,7,69,13,1,2,64,32,5,65,4,106,32,7,16,242,1,34,7,65,0,72,34,9,13,0,32,7,32,8,32,1,107,75,13,0,32,10,65,4,106,33,10,32,8,32,1,32,7,106,34,1,75,13,1,12,2,11,11,32,9,13,13,11,65,61,33,14,32,1,65,0,72,13,11,32,0,65,32,32,13,32,1,32,6,16,249,1,32,1,69,4,64,65,0,33,1,12,1,11,65,0,33,7,32,5,40,2,64,33,10,3,64,32,10,40,2,0,34,9,69,13,1,32,5,65,4,106,32,9,16,242,1,34,9,32,7,106,34,7,32,1,75,13,1,32,0,32,5,65,4,106,32,9,16,245,1,32,10,65,4,106,33,10,32,1,32,7,75,13,0,11,11,32,0,65,32,32,13,32,1,32,6,65,128,192,0,115,16,249,1,32,13,32,1,32,1,32,13,72,27,33,1,12,8,11,32,20,65,0,32,8,65,0,72,27,13,8,65,61,33,14,32,0,173,32,5,43,3,64,189,32,13,173,32,8,173,32,6,173,32,1,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,65,201,0,17,0,0,167,34,1,65,0,78,13,7,12,9,11,32,5,32,5,41,3,64,60,0,55,65,1,33,8,32,21,33,9,32,17,33,6,12,4,11,32,5,32,1,65,1,106,34,6,54,2,76,32,1,45,0,1,33,10,32,6,33,1,12,0,11,0,11,32,0,13,7,32,19,69,13,2,65,1,33,1,3,64,32,4,32,1,65,2,116,106,40,2,0,34,10,4,64,32,3,32,1,65,3,116,106,32,10,32,2,16,247,1,65,1,33,11,32,1,65,1,106,34,1,65,10,71,13,1,12,9,11,11,65,1,33,11,32,1,65,10,79,13,7,3,64,32,4,32,1,65,2,116,106,40,2,0,13,1,32,1,65,1,106,34,1,65,10,71,13,0,11,12,7,11,65,28,33,14,12,4,11,32,14,32,9,107,34,15,32,8,32,8,32,15,72,27,34,8,65,255,255,255,255,7,32,12,107,74,13,2,65,61,33,14,32,8,32,12,106,34,7,32,13,32,7,32,13,74,27,34,1,32,10,74,13,3,32,0,65,32,32,1,32,7,32,6,16,249,1,32,0,32,16,32,12,16,245,1,32,0,65,48,32,1,32,7,32,6,65,128,128,4,115,16,249,1,32,0,65,48,32,8,32,15,65,0,16,249,1,32,0,32,9,32,15,16,245,1,32,0,65,32,32,1,32,7,32,6,65,128,192,0,115,16,249,1,12,1,11,11,65,0,33,11,12,3,11,65,61,33,14,11,65,140,163,4,32,14,54,2,0,11,65,127,33,11,11,32,5,65,208,0,106,36,0,32,11,11,243,1,1,3,127,32,0,45,0,0,65,32,113,69,4,64,2,64,32,2,32,0,34,3,40,2,16,34,4,4,127,32,4,5,32,3,16,91,13,1,32,3,40,2,16,11,32,3,40,2,20,34,5,107,75,4,64,32,3,173,32,1,173,32,2,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,3,40,2,36,17,0,0,167,26,12,1,11,2,64,32,3,40,2,80,65,0,72,13,0,32,2,33,0,3,64,32,0,34,4,69,13,1,32,1,32,4,65,1,107,34,0,106,45,0,0,65,10,71,13,0,11,32,3,173,32,1,173,32,4,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,3,40,2,36,17,0,0,167,32,4,73,13,1,32,1,32,4,106,33,1,32,2,32,4,107,33,2,32,3,40,2,20,33,5,11,32,5,32,1,32,2,16,69,26,32,3,32,3,40,2,20,32,2,106,54,2,20,11,11,11,107,1,3,127,32,0,40,2,0,44,0,0,16,75,69,4,64,65,0,15,11,3,64,32,0,40,2,0,33,3,65,127,33,1,32,2,65,204,153,179,230,0,77,4,64,65,127,32,3,44,0,0,65,48,107,34,1,32,2,65,10,108,34,2,106,32,1,65,255,255,255,255,7,32,2,107,74,27,33,1,11,32,0,32,3,65,1,106,54,2,0,32,1,33,2,32,3,44,0,1,16,75,13,0,11,32,1,11,214,4,0,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,32,1,65,9,107,14,18,0,1,2,5,3,4,6,7,8,9,10,11,12,13,14,15,16,17,18,11,32,2,32,2,40,2,0,34,1,65,4,106,54,2,0,32,0,32,1,40,2,0,54,2,0,15,11,32,2,32,2,40,2,0,34,1,65,4,106,54,2,0,32,0,32,1,52,2,0,55,3,0,15,11,32,2,32,2,40,2,0,34,1,65,4,106,54,2,0,32,0,32,1,53,2,0,55,3,0,15,11,32,2,32,2,40,2,0,34,1,65,4,106,54,2,0,32,0,32,1,52,2,0,55,3,0,15,11,32,2,32,2,40,2,0,34,1,65,4,106,54,2,0,32,0,32,1,53,2,0,55,3,0,15,11,32,2,32,2,40,2,0,65,7,106,65,120,113,34,1,65,8,106,54,2,0,32,0,32,1,41,3,0,55,3,0,15,11,32,2,32,2,40,2,0,34,1,65,4,106,54,2,0,32,0,32,1,50,1,0,55,3,0,15,11,32,2,32,2,40,2,0,34,1,65,4,106,54,2,0,32,0,32,1,51,1,0,55,3,0,15,11,32,2,32,2,40,2,0,34,1,65,4,106,54,2,0,32,0,32,1,48,0,0,55,3,0,15,11,32,2,32,2,40,2,0,34,1,65,4,106,54,2,0,32,0,32,1,49,0,0,55,3,0,15,11,32,2,32,2,40,2,0,65,7,106,65,120,113,34,1,65,8,106,54,2,0,32,0,32,1,41,3,0,55,3,0,15,11,32,2,32,2,40,2,0,34,1,65,4,106,54,2,0,32,0,32,1,53,2,0,55,3,0,15,11,32,2,32,2,40,2,0,65,7,106,65,120,113,34,1,65,8,106,54,2,0,32,0,32,1,41,3,0,55,3,0,15,11,32,2,32,2,40,2,0,65,7,106,65,120,113,34,1,65,8,106,54,2,0,32,0,32,1,41,3,0,55,3,0,15,11,32,2,32,2,40,2,0,34,1,65,4,106,54,2,0,32,0,32,1,52,2,0,55,3,0,15,11,32,2,32,2,40,2,0,34,1,65,4,106,54,2,0,32,0,32,1,53,2,0,55,3,0,15,11,32,2,32,2,40,2,0,65,7,106,65,120,113,34,1,65,8,106,54,2,0,32,0,32,1,43,3,0,57,3,0,15,11,32,0,173,32,2,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,65,202,0,17,0,0,26,11,11,131,1,2,3,127,1,126,2,64,32,0,66,128,128,128,128,16,84,4,64,32,0,33,5,12,1,11,3,64,32,1,65,1,107,34,1,32,0,32,0,66,10,128,34,5,66,10,126,125,167,65,48,114,58,0,0,32,0,66,255,255,255,255,159,1,86,33,2,32,5,33,0,32,2,13,0,11,11,32,5,167,34,2,4,64,3,64,32,1,65,1,107,34,1,32,2,32,2,65,10,110,34,3,65,10,108,107,65,48,114,58,0,0,32,2,65,9,75,33,4,32,3,33,2,32,4,13,0,11,11,32,1,11,113,1,1,127,35,0,65,128,2,107,34,5,36,0,2,64,32,2,32,3,76,13,0,32,4,65,128,192,4,113,13,0,32,5,32,1,65,255,1,113,32,2,32,3,107,34,2,65,128,2,32,2,65,128,2,73,34,3,27,16,71,26,32,3,69,4,64,3,64,32,0,32,5,65,128,2,16,245,1,32,2,65,128,2,107,34,2,65,255,1,75,13,0,11,11,32,0,32,5,32,2,16,245,1,11,32,5,65,128,2,106,36,0,11,205,24,3,18,127,1,124,2,126,35,0,65,176,4,107,34,10,36,0,32,10,65,0,54,2,44,2,64,32,1,189,34,25,66,0,83,4,64,65,1,33,17,65,219,9,33,19,32,1,154,34,1,189,33,25,12,1,11,32,4,65,128,16,113,4,64,65,1,33,17,65,222,9,33,19,12,1,11,65,225,9,65,220,9,32,4,65,1,113,34,17,27,33,19,32,17,69,33,23,11,2,64,32,25,66,128,128,128,128,128,128,128,248,255,0,131,66,128,128,128,128,128,128,128,248,255,0,81,4,64,32,0,65,32,32,2,32,17,65,3,106,34,6,32,4,65,255,255,123,113,16,249,1,32,0,32,19,32,17,16,245,1,32,0,65,169,11,65,218,13,32,5,65,32,113,34,7,27,65,250,11,65,240,13,32,7,27,32,1,32,1,98,27,65,3,16,245,1,32,0,65,32,32,2,32,6,32,4,65,128,192,0,115,16,249,1,32,2,32,6,32,2,32,6,74,27,33,9,12,1,11,32,10,65,16,106,33,18,2,64,2,127,2,64,32,1,32,10,65,44,106,16,243,1,34,1,32,1,160,34,1,68,0,0,0,0,0,0,0,0,98,4,64,32,10,32,10,40,2,44,34,6,65,1,107,54,2,44,32,5,65,32,114,34,21,65,225,0,71,13,1,12,3,11,32,5,65,32,114,34,21,65,225,0,70,13,2,32,10,40,2,44,33,20,65,6,32,3,32,3,65,0,72,27,12,1,11,32,10,32,6,65,29,107,34,20,54,2,44,32,1,68,0,0,0,0,0,0,176,65,162,33,1,65,6,32,3,32,3,65,0,72,27,11,33,12,32,10,65,48,106,32,10,65,208,2,106,32,20,65,0,72,27,34,15,33,7,3,64,32,7,2,127,32,1,68,0,0,0,0,0,0,240,65,99,32,1,68,0,0,0,0,0,0,0,0,102,113,4,64,32,1,171,12,1,11,65,0,11,34,6,54,2,0,32,7,65,4,106,33,7,32,1,32,6,184,161,68,0,0,0,0,101,205,205,65,162,34,1,68,0,0,0,0,0,0,0,0,98,13,0,11,2,64,32,20,65,0,76,4,64,32,20,33,3,32,7,33,6,32,15,33,8,12,1,11,32,15,33,8,32,20,33,3,3,64,32,3,65,29,32,3,65,29,73,27,33,3,2,64,32,7,65,4,107,34,6,32,8,73,13,0,32,3,173,33,26,66,0,33,25,3,64,32,6,32,25,66,255,255,255,255,15,131,32,6,53,2,0,32,26,134,124,34,25,32,25,66,128,148,235,220,3,128,34,25,66,128,148,235,220,3,126,125,62,2,0,32,6,65,4,107,34,6,32,8,79,13,0,11,32,25,167,34,6,69,13,0,32,8,65,4,107,34,8,32,6,54,2,0,11,3,64,32,8,32,7,34,6,73,4,64,32,6,65,4,107,34,7,40,2,0,69,13,1,11,11,32,10,32,10,40,2,44,32,3,107,34,3,54,2,44,32,6,33,7,32,3,65,0,74,13,0,11,11,32,12,65,25,106,65,9,110,33,7,32,3,65,0,72,4,64,32,7,65,1,106,33,16,32,21,65,230,0,70,33,22,3,64,65,0,32,3,107,34,7,65,9,32,7,65,9,73,27,33,11,2,64,32,6,32,8,75,4,64,65,128,148,235,220,3,32,11,118,33,13,65,127,32,11,116,65,127,115,33,14,65,0,33,3,32,8,33,7,3,64,32,7,32,7,40,2,0,34,9,32,11,118,32,3,106,54,2,0,32,9,32,14,113,32,13,108,33,3,32,7,65,4,106,34,7,32,6,73,13,0,11,32,8,40,2,0,33,7,32,3,69,13,1,32,6,32,3,54,2,0,32,6,65,4,106,33,6,12,1,11,32,8,40,2,0,33,7,11,32,10,32,10,40,2,44,32,11,106,34,3,54,2,44,32,15,32,8,32,7,69,65,2,116,106,34,8,32,22,27,34,7,32,16,65,2,116,106,32,6,32,6,32,7,107,65,2,117,32,16,74,27,33,6,32,3,65,0,72,13,0,11,11,65,0,33,3,2,64,32,6,32,8,77,13,0,32,15,32,8,107,65,2,117,65,9,108,33,3,65,10,33,7,32,8,40,2,0,34,9,65,10,73,13,0,3,64,32,3,65,1,106,33,3,32,9,32,7,65,10,108,34,7,79,13,0,11,11,32,12,65,0,32,3,32,21,65,230,0,70,27,107,32,21,65,231,0,70,32,12,65,0,71,113,107,34,7,32,6,32,15,107,65,2,117,65,9,108,65,9,107,72,4,64,65,4,65,164,2,32,20,65,0,72,27,32,10,106,32,7,65,128,200,0,106,34,9,65,9,109,34,13,65,2,116,106,65,208,31,107,33,11,65,10,33,7,32,9,32,13,65,9,108,107,34,9,65,7,76,4,64,3,64,32,7,65,10,108,33,7,32,9,65,1,106,34,9,65,8,71,13,0,11,11,2,64,32,11,40,2,0,34,9,32,9,32,7,110,34,16,32,7,108,107,34,13,69,32,11,65,4,106,34,14,32,6,70,113,13,0,2,64,32,16,65,1,113,69,4,64,68,0,0,0,0,0,0,64,67,33,1,32,7,65,128,148,235,220,3,71,13,1,32,8,32,11,79,13,1,32,11,65,4,107,45,0,0,65,1,113,69,13,1,11,68,1,0,0,0,0,0,64,67,33,1,11,68,0,0,0,0,0,0,224,63,68,0,0,0,0,0,0,240,63,68,0,0,0,0,0,0,248,63,32,6,32,14,70,27,68,0,0,0,0,0,0,248,63,32,13,32,7,65,1,118,34,14,70,27,32,13,32,14,73,27,33,24,2,64,32,23,13,0,32,19,45,0,0,65,45,71,13,0,32,24,154,33,24,32,1,154,33,1,11,32,11,32,9,32,13,107,34,9,54,2,0,32,1,32,24,160,32,1,97,13,0,32,11,32,7,32,9,106,34,7,54,2,0,32,7,65,128,148,235,220,3,79,4,64,3,64,32,11,65,0,54,2,0,32,8,32,11,65,4,107,34,11,75,4,64,32,8,65,4,107,34,8,65,0,54,2,0,11,32,11,32,11,40,2,0,65,1,106,34,7,54,2,0,32,7,65,255,147,235,220,3,75,13,0,11,11,32,15,32,8,107,65,2,117,65,9,108,33,3,65,10,33,7,32,8,40,2,0,34,9,65,10,73,13,0,3,64,32,3,65,1,106,33,3,32,9,32,7,65,10,108,34,7,79,13,0,11,11,32,11,65,4,106,34,7,32,6,32,6,32,7,75,27,33,6,11,3,64,32,6,34,7,32,8,77,34,9,69,4,64,32,7,65,4,107,34,6,40,2,0,69,13,1,11,11,2,64,32,21,65,231,0,71,4,64,32,4,65,8,113,33,11,12,1,11,32,3,65,127,115,65,127,32,12,65,1,32,12,27,34,6,32,3,74,32,3,65,123,74,113,34,11,27,32,6,106,33,12,65,127,65,126,32,11,27,32,5,106,33,5,32,4,65,8,113,34,11,13,0,65,119,33,6,2,64,32,9,13,0,32,7,65,4,107,40,2,0,34,11,69,13,0,65,10,33,9,65,0,33,6,32,11,65,10,112,13,0,3,64,32,6,34,13,65,1,106,33,6,32,11,32,9,65,10,108,34,9,112,69,13,0,11,32,13,65,127,115,33,6,11,32,7,32,15,107,65,2,117,65,9,108,33,9,32,5,65,95,113,65,198,0,70,4,64,65,0,33,11,32,12,32,6,32,9,106,65,9,107,34,6,65,0,32,6,65,0,74,27,34,6,32,6,32,12,74,27,33,12,12,1,11,65,0,33,11,32,12,32,3,32,9,106,32,6,106,65,9,107,34,6,65,0,32,6,65,0,74,27,34,6,32,6,32,12,74,27,33,12,11,65,127,33,9,32,12,65,253,255,255,255,7,65,254,255,255,255,7,32,11,32,12,114,34,13,27,74,13,1,32,12,32,13,65,0,71,106,65,1,106,33,14,2,64,32,5,65,95,113,34,22,65,198,0,70,4,64,32,3,65,255,255,255,255,7,32,14,107,74,13,3,32,3,65,0,32,3,65,0,74,27,33,6,12,1,11,32,18,32,3,32,3,65,31,117,34,6,106,32,6,115,173,32,18,16,248,1,34,6,107,65,1,76,4,64,3,64,32,6,65,1,107,34,6,65,48,58,0,0,32,18,32,6,107,65,2,72,13,0,11,11,32,6,65,2,107,34,16,32,5,58,0,0,32,6,65,1,107,65,45,65,43,32,3,65,0,72,27,58,0,0,32,18,32,16,107,34,6,65,255,255,255,255,7,32,14,107,74,13,2,11,32,6,32,14,106,34,6,32,17,65,255,255,255,255,7,115,74,13,1,32,0,65,32,32,2,32,6,32,17,106,34,14,32,4,16,249,1,32,0,32,19,32,17,16,245,1,32,0,65,48,32,2,32,14,32,4,65,128,128,4,115,16,249,1,2,64,2,64,2,64,32,22,65,198,0,70,4,64,32,10,65,16,106,65,8,114,33,11,32,10,65,16,106,65,9,114,33,3,32,15,32,8,32,8,32,15,75,27,34,9,33,8,3,64,32,8,53,2,0,32,3,16,248,1,33,6,2,64,32,8,32,9,71,4,64,32,6,32,10,65,16,106,77,13,1,3,64,32,6,65,1,107,34,6,65,48,58,0,0,32,6,32,10,65,16,106,75,13,0,11,12,1,11,32,3,32,6,71,13,0,32,10,65,48,58,0,24,32,11,33,6,11,32,0,32,6,32,3,32,6,107,16,245,1,32,8,65,4,106,34,8,32,15,77,13,0,11,32,13,4,64,32,0,65,252,14,65,1,16,245,1,11,32,7,32,8,77,13,1,32,12,65,0,76,13,1,3,64,32,8,53,2,0,32,3,16,248,1,34,6,32,10,65,16,106,75,4,64,3,64,32,6,65,1,107,34,6,65,48,58,0,0,32,6,32,10,65,16,106,75,13,0,11,11,32,0,32,6,32,12,65,9,32,12,65,9,72,27,16,245,1,32,12,65,9,107,33,6,32,8,65,4,106,34,8,32,7,79,13,3,32,12,65,9,74,33,9,32,6,33,12,32,9,13,0,11,12,2,11,2,64,32,12,65,0,72,13,0,32,7,32,8,65,4,106,32,7,32,8,75,27,33,13,32,10,65,16,106,65,9,114,33,3,32,10,65,16,106,65,8,114,33,15,32,8,33,7,3,64,32,3,32,7,53,2,0,32,3,16,248,1,34,6,70,4,64,32,10,65,48,58,0,24,32,15,33,6,11,2,64,32,7,32,8,71,4,64,32,6,32,10,65,16,106,77,13,1,3,64,32,6,65,1,107,34,6,65,48,58,0,0,32,6,32,10,65,16,106,75,13,0,11,12,1,11,32,0,32,6,65,1,16,245,1,32,6,65,1,106,33,6,32,11,32,12,114,69,13,0,32,0,65,252,14,65,1,16,245,1,11,32,0,32,6,32,3,32,6,107,34,9,32,12,32,9,32,12,72,27,16,245,1,32,12,32,9,107,33,12,32,7,65,4,106,34,7,32,13,79,13,1,32,12,65,0,78,13,0,11,11,32,0,65,48,32,12,65,18,106,65,18,65,0,16,249,1,32,0,32,16,32,18,32,16,107,16,245,1,12,2,11,32,12,33,6,11,32,0,65,48,32,6,65,9,106,65,9,65,0,16,249,1,11,32,0,65,32,32,2,32,14,32,4,65,128,192,0,115,16,249,1,32,2,32,14,32,2,32,14,74,27,33,9,12,1,11,32,19,32,5,65,26,116,65,31,117,65,9,113,106,33,14,2,64,32,3,65,11,75,13,0,65,12,32,3,107,33,6,68,0,0,0,0,0,0,48,64,33,24,3,64,32,24,68,0,0,0,0,0,0,48,64,162,33,24,32,6,65,1,107,34,6,13,0,11,32,14,45,0,0,65,45,70,4,64,32,24,32,1,154,32,24,161,160,154,33,1,12,1,11,32,1,32,24,160,32,24,161,33,1,11,32,18,32,10,40,2,44,34,6,32,6,65,31,117,34,6,106,32,6,115,173,32,18,16,248,1,34,6,70,4,64,32,10,65,48,58,0,15,32,10,65,15,106,33,6,11,32,17,65,2,114,33,11,32,5,65,32,113,33,8,32,10,40,2,44,33,7,32,6,65,2,107,34,13,32,5,65,15,106,58,0,0,32,6,65,1,107,65,45,65,43,32,7,65,0,72,27,58,0,0,32,4,65,8,113,33,9,32,10,65,16,106,33,7,3,64,32,7,34,6,2,127,32,1,153,68,0,0,0,0,0,0,224,65,99,4,64,32,1,170,12,1,11,65,128,128,128,128,120,11,34,7,65,128,232,0,106,45,0,0,32,8,114,58,0,0,32,1,32,7,183,161,68,0,0,0,0,0,0,48,64,162,33,1,2,64,32,6,65,1,106,34,7,32,10,65,16,106,107,65,1,71,13,0,2,64,32,9,13,0,32,3,65,0,74,13,0,32,1,68,0,0,0,0,0,0,0,0,97,13,1,11,32,6,65,46,58,0,1,32,6,65,2,106,33,7,11,32,1,68,0,0,0,0,0,0,0,0,98,13,0,11,65,127,33,9,65,253,255,255,255,7,32,11,32,18,32,13,107,34,16,106,34,6,107,32,3,72,13,0,32,0,65,32,32,2,2,127,2,64,32,3,69,13,0,32,7,32,10,65,16,106,107,34,8,65,2,107,32,3,78,13,0,32,3,65,2,106,12,1,11,32,7,32,10,65,16,106,107,34,8,11,34,7,32,6,106,34,6,32,4,16,249,1,32,0,32,14,32,11,16,245,1,32,0,65,48,32,2,32,6,32,4,65,128,128,4,115,16,249,1,32,0,32,10,65,16,106,32,8,16,245,1,32,0,65,48,32,7,32,8,107,65,0,65,0,16,249,1,32,0,32,13,32,16,16,245,1,32,0,65,32,32,2,32,6,32,4,65,128,192,0,115,16,249,1,32,2,32,6,32,2,32,6,74,27,33,9,11,32,10,65,176,4,106,36,0,32,9,11,41,0,32,1,32,1,40,2,0,65,7,106,65,120,113,34,1,65,16,106,54,2,0,32,0,32,1,41,3,0,32,1,41,3,8,16,230,1,57,3,0,11,130,4,1,3,127,35,0,65,160,1,107,34,4,36,0,65,127,33,6,32,4,32,1,65,1,107,65,0,32,1,27,54,2,148,1,32,4,32,0,32,4,65,158,1,106,32,1,27,34,0,54,2,144,1,32,4,65,0,65,144,1,16,71,34,4,65,127,54,2,76,32,4,65,203,0,54,2,36,32,4,65,127,54,2,80,32,4,32,4,65,159,1,106,54,2,44,32,4,32,4,65,144,1,106,54,2,84,2,64,32,1,65,0,72,4,64,65,140,163,4,65,61,54,2,0,12,1,11,32,0,65,0,58,0,0,65,0,33,1,35,0,65,208,1,107,34,5,36,0,32,5,32,3,54,2,204,1,32,5,65,160,1,106,65,0,65,40,16,71,26,32,5,32,5,40,2,204,1,54,2,200,1,2,64,65,0,32,2,32,5,65,200,1,106,32,5,65,208,0,106,32,5,65,160,1,106,16,244,1,65,0,72,4,64,65,127,33,2,12,1,11,32,4,40,2,76,65,0,78,33,0,32,4,40,2,0,33,6,32,4,40,2,72,65,0,76,4,64,32,4,32,6,65,95,113,54,2,0,11,2,127,2,64,2,64,32,4,40,2,48,69,4,64,32,4,65,208,0,54,2,48,32,4,65,0,54,2,28,32,4,66,0,55,3,16,32,4,40,2,44,33,1,32,4,32,5,54,2,44,12,1,11,32,4,40,2,16,13,1,11,65,127,32,4,16,91,13,1,26,11,32,4,32,2,32,5,65,200,1,106,32,5,65,208,0,106,32,5,65,160,1,106,16,244,1,11,33,3,32,6,65,32,113,33,2,32,1,4,64,32,4,173,65,0,173,65,0,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,4,40,2,36,17,0,0,167,26,32,4,65,0,54,2,48,32,4,32,1,54,2,44,32,4,65,0,54,2,28,32,4,40,2,20,33,6,32,4,66,0,55,3,16,32,3,65,127,32,6,27,33,3,11,32,4,32,4,40,2,0,34,6,32,2,114,54,2,0,65,127,32,3,32,6,65,32,113,27,33,2,32,0,69,13,0,11,32,5,65,208,1,106,36,0,32,2,33,6,11,32,4,65,160,1,106,36,0,32,6,11,169,1,1,4,127,32,0,40,2,84,34,3,40,2,4,34,5,32,0,40,2,20,32,0,40,2,28,34,6,107,34,4,32,4,32,5,75,27,34,4,4,64,32,3,40,2,0,32,6,32,4,16,69,26,32,3,32,3,40,2,0,32,4,106,54,2,0,32,3,32,3,40,2,4,32,4,107,34,5,54,2,4,11,32,3,40,2,0,33,4,32,5,32,2,32,2,32,5,75,27,34,5,4,64,32,4,32,1,32,5,16,69,26,32,3,32,3,40,2,0,32,5,106,34,4,54,2,0,32,3,32,3,40,2,4,32,5,107,54,2,4,11,32,4,65,0,58,0,0,32,0,32,0,40,2,44,34,3,54,2,28,32,0,32,3,54,2,20,32,2,11,22,0,32,0,16,75,65,0,71,32,0,65,32,114,65,225,0,107,65,6,73,114,11,41,1,1,127,35,0,65,16,107,34,2,36,0,32,2,32,1,54,2,12,32,0,65,132,12,32,1,16,233,1,33,1,32,2,65,16,106,36,0,32,1,11,44,1,1,127,35,0,65,16,107,34,2,36,0,32,2,32,1,54,2,12,32,0,65,228,0,65,254,11,32,1,16,252,1,33,1,32,2,65,16,106,36,0,32,1,11,14,0,32,0,16,239,1,4,64,32,0,16,86,11,11,212,1,0,32,2,32,1,16,81,34,3,75,4,64,2,64,2,64,32,0,32,1,115,65,3,113,13,0,32,1,65,3,113,4,64,3,64,32,0,32,1,45,0,0,34,2,58,0,0,32,2,69,13,3,32,0,65,1,106,33,0,32,1,65,1,106,34,1,65,3,113,13,0,11,11,32,1,40,2,0,34,2,65,127,115,32,2,65,129,130,132,8,107,113,65,128,129,130,132,120,113,13,0,3,64,32,0,32,2,54,2,0,32,1,40,2,4,33,2,32,0,65,4,106,33,0,32,1,65,4,106,33,1,32,2,65,129,130,132,8,107,32,2,65,127,115,113,65,128,129,130,132,120,113,69,13,0,11,11,32,0,32,1,45,0,0,34,2,58,0,0,32,2,69,13,0,3,64,32,0,32,1,45,0,1,34,2,58,0,1,32,0,65,1,106,33,0,32,1,65,1,106,33,1,32,2,13,0,11,11,11,32,3,11,35,1,2,127,32,0,33,1,3,64,32,1,34,2,65,4,106,33,1,32,2,40,2,0,13,0,11,32,2,32,0,107,65,2,117,11,64,0,32,2,32,1,16,131,2,34,3,75,4,64,32,0,32,1,32,3,65,1,106,16,83,26,32,3,15,11,32,2,4,64,32,0,32,1,32,2,65,1,107,34,2,16,83,26,32,0,32,2,65,2,116,106,65,0,54,2,0,11,32,3,11,20,0,32,0,65,223,0,113,32,0,32,0,65,225,0,107,65,26,73,27,11,19,0,32,0,65,32,114,32,0,32,0,65,193,0,107,65,26,73,27,11,83,1,3,127,32,0,69,4,64,65,0,15,11,2,127,65,192,134,1,33,1,32,0,4,64,3,64,32,1,34,2,40,2,0,34,3,4,64,32,2,65,4,106,33,1,32,0,32,3,71,13,1,11,11,32,2,65,0,32,3,27,12,1,11,65,192,134,1,16,131,2,65,2,116,65,192,134,1,106,11,65,0,71,11,97,0,32,0,65,254,1,77,4,127,32,0,65,1,106,65,255,0,113,65,32,75,5,65,1,33,1,2,64,32,0,65,128,192,3,107,65,249,63,73,13,0,32,0,65,168,192,0,73,13,0,32,0,65,170,192,0,107,65,214,239,2,73,13,0,32,0,65,254,255,3,113,65,254,255,3,71,32,0,65,252,255,3,107,65,132,128,192,0,73,113,33,1,11,32,1,11,11,39,0,32,0,65,32,73,32,0,65,255,0,107,65,33,73,114,32,0,65,126,113,65,168,192,0,70,114,32,0,65,249,255,3,107,65,3,73,114,11,9,0,32,0,65,0,16,139,2,11,166,2,1,6,127,2,64,32,0,65,255,255,7,75,13,0,32,0,32,0,65,255,1,113,34,5,65,3,110,34,2,65,3,108,107,65,255,1,113,65,2,116,65,152,135,1,106,40,2,0,32,0,65,8,118,34,3,65,128,146,1,106,45,0,0,65,214,0,108,32,2,106,65,128,146,1,106,45,0,0,108,65,11,118,65,6,112,32,3,65,240,166,1,106,45,0,0,106,65,2,116,65,176,135,1,106,40,2,0,34,2,65,8,117,33,3,32,2,65,255,1,113,34,2,65,1,77,4,64,32,3,65,0,32,1,32,2,115,107,113,32,0,106,15,11,32,3,65,255,1,113,34,2,69,13,0,32,3,65,8,118,33,3,3,64,32,2,65,1,118,34,6,32,3,106,34,7,65,1,116,65,240,142,1,106,45,0,0,34,4,32,5,70,4,64,32,7,65,1,116,65,241,142,1,106,45,0,0,65,2,116,65,176,135,1,106,40,2,0,34,2,65,255,1,113,34,3,65,1,77,4,64,65,0,32,1,32,3,115,107,32,2,65,8,117,113,32,0,106,15,11,65,127,65,1,32,1,27,32,0,106,15,11,32,3,32,7,32,4,32,5,75,34,4,27,33,3,32,6,32,2,32,6,107,32,4,27,34,2,13,0,11,11,32,0,11,9,0,32,0,65,1,16,139,2,11,10,0,32,0,16,138,2,32,0,71,11,10,0,32,0,16,140,2,32,0,71,11,66,0,2,127,32,0,65,255,255,7,77,4,64,32,0,65,3,118,65,31,113,32,0,65,8,118,65,240,170,1,106,45,0,0,65,5,116,114,65,240,170,1,106,45,0,0,32,0,65,7,113,118,65,1,113,12,1,11,32,0,65,254,255,11,73,11,11,57,0,32,0,65,255,255,7,77,4,127,32,0,65,3,118,65,31,113,32,0,65,8,118,65,176,201,1,106,45,0,0,65,5,116,114,65,176,201,1,106,45,0,0,32,0,65,7,113,118,65,1,113,5,65,0,11,11,23,0,32,0,65,48,107,65,10,73,32,0,65,32,114,65,225,0,107,65,6,73,114,11,13,0,32,0,65,32,70,32,0,65,9,70,114,11,184,8,1,5,127,32,1,40,2,0,33,4,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,127,2,64,2,64,2,64,2,64,32,3,69,13,0,32,3,40,2,0,34,6,69,13,0,32,0,69,4,64,32,2,33,3,12,3,11,32,3,65,0,54,2,0,32,2,33,3,12,1,11,2,64,65,244,162,4,40,2,0,40,2,0,69,4,64,32,0,69,13,1,32,2,69,13,12,32,2,33,6,3,64,32,4,44,0,0,34,3,4,64,32,0,32,3,65,255,191,3,113,54,2,0,32,0,65,4,106,33,0,32,4,65,1,106,33,4,32,6,65,1,107,34,6,13,1,12,14,11,11,32,0,65,0,54,2,0,32,1,65,0,54,2,0,32,2,32,6,107,15,11,32,2,33,3,32,0,69,13,3,12,5,11,32,4,16,81,15,11,65,1,33,5,12,3,11,65,0,12,1,11,65,1,11,33,5,3,64,32,5,69,4,64,32,4,45,0,0,65,3,118,34,5,65,16,107,32,6,65,26,117,32,5,106,114,65,7,75,13,3,2,127,32,4,65,1,106,34,5,32,6,65,128,128,128,16,113,69,13,0,26,32,5,45,0,0,65,192,1,113,65,128,1,71,4,64,32,4,65,1,107,33,4,12,7,11,32,4,65,2,106,34,5,32,6,65,128,128,32,113,69,13,0,26,32,5,45,0,0,65,192,1,113,65,128,1,71,4,64,32,4,65,1,107,33,4,12,7,11,32,4,65,3,106,11,33,4,32,3,65,1,107,33,3,65,1,33,5,12,1,11,3,64,32,4,45,0,0,33,6,2,64,32,4,65,3,113,13,0,32,6,65,1,107,65,254,0,75,13,0,32,4,40,2,0,34,6,65,129,130,132,8,107,32,6,114,65,128,129,130,132,120,113,13,0,3,64,32,3,65,4,107,33,3,32,4,40,2,4,33,6,32,4,65,4,106,34,5,33,4,32,6,32,6,65,129,130,132,8,107,114,65,128,129,130,132,120,113,69,13,0,11,32,5,33,4,11,32,6,65,255,1,113,34,5,65,1,107,65,254,0,77,4,64,32,3,65,1,107,33,3,32,4,65,1,106,33,4,12,1,11,11,32,5,65,194,1,107,34,5,65,50,75,13,3,32,4,65,1,106,33,4,32,5,65,2,116,65,160,225,0,106,40,2,0,33,6,65,0,33,5,12,0,11,0,11,3,64,32,5,69,4,64,32,3,69,13,7,3,64,2,64,2,64,2,64,32,4,45,0,0,34,5,65,1,107,34,7,65,254,0,75,4,64,32,5,33,6,12,1,11,32,4,65,3,113,13,1,32,3,65,5,73,13,1,2,64,3,64,32,4,40,2,0,34,6,65,129,130,132,8,107,32,6,114,65,128,129,130,132,120,113,13,1,32,0,32,6,65,255,1,113,54,2,0,32,0,32,4,45,0,1,54,2,4,32,0,32,4,45,0,2,54,2,8,32,0,32,4,45,0,3,54,2,12,32,0,65,16,106,33,0,32,4,65,4,106,33,4,32,3,65,4,107,34,3,65,4,75,13,0,11,32,4,45,0,0,33,6,11,32,6,65,255,1,113,34,5,65,1,107,33,7,11,32,7,65,254,0,75,13,1,11,32,0,32,5,54,2,0,32,0,65,4,106,33,0,32,4,65,1,106,33,4,32,3,65,1,107,34,3,13,1,12,9,11,11,32,5,65,194,1,107,34,5,65,50,75,13,3,32,4,65,1,106,33,4,32,5,65,2,116,65,160,225,0,106,40,2,0,33,6,65,1,33,5,12,1,11,32,4,45,0,0,34,7,65,3,118,34,5,65,16,107,32,5,32,6,65,26,117,106,114,65,7,75,13,1,2,64,2,64,2,127,32,4,65,1,106,34,8,32,7,65,128,1,107,32,6,65,6,116,114,34,5,65,0,78,13,0,26,32,8,45,0,0,65,128,1,107,34,7,65,63,75,13,1,32,4,65,2,106,34,8,32,7,32,5,65,6,116,114,34,5,65,0,78,13,0,26,32,8,45,0,0,65,128,1,107,34,7,65,63,75,13,1,32,7,32,5,65,6,116,114,33,5,32,4,65,3,106,11,33,4,32,0,32,5,54,2,0,32,3,65,1,107,33,3,32,0,65,4,106,33,0,12,1,11,65,140,163,4,65,25,54,2,0,32,4,65,1,107,33,4,12,5,11,65,0,33,5,12,0,11,0,11,32,4,65,1,107,33,4,32,6,13,1,32,4,45,0,0,33,6,11,32,6,65,255,1,113,13,0,32,0,4,64,32,0,65,0,54,2,0,32,1,65,0,54,2,0,11,32,2,32,3,107,15,11,65,140,163,4,65,25,54,2,0,32,0,69,13,1,11,32,1,32,4,54,2,0,11,65,127,15,11,32,1,32,4,54,2,0,32,2,11,49,1,1,127,65,244,162,4,40,2,0,33,1,32,0,4,64,65,244,162,4,65,132,162,4,32,0,32,0,65,127,70,27,54,2,0,11,65,127,32,1,32,1,65,132,162,4,70,27,11,157,4,2,7,127,4,126,35,0,65,16,107,34,8,36,0,2,64,2,64,2,64,32,2,65,36,76,4,64,32,0,45,0,0,34,5,13,1,32,0,33,4,12,2,11,65,140,163,4,65,28,54,2,0,66,0,33,3,12,2,11,32,0,33,4,2,64,3,64,32,5,65,24,116,65,24,117,16,76,69,13,1,32,4,45,0,1,33,5,32,4,65,1,106,34,6,33,4,32,5,13,0,11,32,6,33,4,12,1,11,2,64,32,4,45,0,0,34,5,65,43,107,14,3,0,1,0,1,11,65,127,65,0,32,5,65,45,70,27,33,7,32,4,65,1,106,33,4,11,2,127,2,64,32,2,65,111,113,13,0,32,4,45,0,0,65,48,71,13,0,65,1,33,9,32,4,45,0,1,65,223,1,113,65,216,0,70,4,64,32,4,65,2,106,33,4,65,16,12,2,11,32,4,65,1,106,33,4,32,2,65,8,32,2,27,12,1,11,32,2,65,10,32,2,27,11,34,10,172,33,11,65,0,33,2,3,64,2,64,65,80,33,5,2,64,32,4,44,0,0,34,6,65,48,107,65,255,1,113,65,10,73,13,0,65,169,127,33,5,32,6,65,225,0,107,65,255,1,113,65,26,73,13,0,65,73,33,5,32,6,65,193,0,107,65,255,1,113,65,25,75,13,1,11,32,5,32,6,106,34,6,32,10,78,13,0,32,8,32,11,66,0,32,12,66,0,16,224,1,65,1,33,5,2,64,32,8,41,3,8,66,0,82,13,0,32,11,32,12,126,34,13,32,6,172,34,14,66,127,133,86,13,0,32,13,32,14,124,33,12,65,1,33,9,32,2,33,5,11,32,4,65,1,106,33,4,32,5,33,2,12,1,11,11,32,1,4,64,32,1,32,4,32,0,32,9,27,54,2,0,11,2,64,2,64,32,2,4,64,65,140,163,4,65,196,0,54,2,0,32,7,65,0,32,3,66,1,131,34,11,80,27,33,7,32,3,33,12,12,1,11,32,3,32,12,86,13,1,32,3,66,1,131,33,11,11,2,64,32,11,66,0,82,13,0,32,7,13,0,65,140,163,4,65,196,0,54,2,0,32,3,66,1,125,33,3,12,2,11,32,3,32,12,90,13,0,65,140,163,4,65,196,0,54,2,0,12,1,11,32,12,32,7,172,34,11,133,32,11,125,33,3,11,32,8,65,16,106,36,0,32,3,11,13,0,32,0,32,1,32,2,66,127,16,149,2,11,22,0,32,0,32,1,32,2,66,128,128,128,128,128,128,128,128,128,127,16,149,2,11,128,1,2,1,127,2,126,35,0,65,160,1,107,34,4,36,0,32,4,32,1,54,2,60,32,4,32,1,54,2,20,32,4,65,127,54,2,24,32,4,65,16,106,66,0,16,209,1,32,4,32,4,65,16,106,32,3,65,1,16,227,1,32,4,41,3,8,33,5,32,4,41,3,0,33,6,32,2,4,64,32,2,32,1,32,4,40,2,20,32,4,40,2,136,1,106,32,4,40,2,60,107,106,54,2,0,11,32,0,32,5,55,3,8,32,0,32,6,55,3,0,32,4,65,160,1,106,36,0,11,94,1,3,127,32,1,32,4,32,3,107,106,33,5,2,64,3,64,32,3,32,4,71,4,64,65,127,33,0,32,1,32,2,70,13,2,32,1,44,0,0,34,6,32,3,44,0,0,34,7,72,13,2,32,6,32,7,74,4,64,65,1,15,5,32,3,65,1,106,33,3,32,1,65,1,106,33,1,12,2,11,0,11,11,32,2,32,5,71,33,0,11,32,0,11,12,0,32,0,32,2,32,3,16,155,2,26,11,31,1,1,127,35,0,65,16,107,34,3,36,0,32,0,32,1,32,2,16,163,1,32,3,65,16,106,36,0,32,0,11,64,1,1,127,65,0,33,0,3,127,32,1,32,2,70,4,127,32,0,5,32,1,44,0,0,32,0,65,4,116,106,34,0,65,128,128,128,128,127,113,34,3,65,24,118,32,3,114,32,0,115,33,0,32,1,65,1,106,33,1,12,1,11,11,11,84,1,2,127,2,64,3,64,32,3,32,4,71,4,64,65,127,33,0,32,1,32,2,70,13,2,32,1,40,2,0,34,5,32,3,40,2,0,34,6,72,13,2,32,5,32,6,74,4,64,65,1,15,5,32,3,65,4,106,33,3,32,1,65,4,106,33,1,12,2,11,0,11,11,32,1,32,2,71,33,0,11,32,0,11,12,0,32,0,32,2,32,3,16,159,2,26,11,31,1,1,127,35,0,65,16,107,34,3,36,0,32,0,32,1,32,2,16,160,2,32,3,65,16,106,36,0,32,0,11,155,1,1,4,127,35,0,65,16,107,34,5,36,0,32,1,32,2,16,216,3,34,4,65,239,255,255,255,3,77,4,64,2,64,32,4,65,1,77,4,64,32,0,32,4,16,190,1,32,0,33,3,12,1,11,32,0,32,0,32,4,16,224,5,65,1,106,34,6,16,225,5,34,3,16,198,1,32,0,32,6,16,199,1,32,0,32,4,16,200,1,11,3,64,32,1,32,2,71,4,64,32,3,32,1,16,208,1,32,3,65,4,106,33,3,32,1,65,4,106,33,1,12,1,11,11,32,5,65,0,54,2,12,32,3,32,5,65,12,106,16,208,1,32,5,65,16,106,36,0,15,11,16,177,1,0,11,64,1,1,127,65,0,33,0,3,127,32,1,32,2,70,4,127,32,0,5,32,1,40,2,0,32,0,65,4,116,106,34,0,65,128,128,128,128,127,113,34,3,65,24,118,32,3,114,32,0,115,33,0,32,1,65,4,106,33,1,12,1,11,11,11,145,2,1,1,127,35,0,65,32,107,34,6,36,0,32,6,32,1,54,2,24,2,64,32,3,40,2,4,65,1,113,69,4,64,32,6,65,127,54,2,0,32,6,32,0,173,32,1,173,32,2,173,32,3,173,32,4,173,32,6,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,16,17,0,0,167,34,1,54,2,24,2,64,2,64,2,64,32,6,40,2,0,14,2,0,1,2,11,32,5,65,0,58,0,0,12,3,11,32,5,65,1,58,0,0,12,2,11,32,5,65,1,58,0,0,32,4,65,4,54,2,0,12,1,11,32,6,32,3,16,203,1,32,6,16,117,33,1,32,6,16,163,2,32,6,32,3,16,203,1,32,6,16,164,2,33,3,32,6,16,163,2,32,6,32,3,16,165,2,32,6,65,12,114,32,3,16,166,2,32,5,32,6,65,24,106,32,2,32,6,32,6,65,24,106,34,3,32,1,32,4,65,1,16,167,2,32,6,70,58,0,0,32,6,40,2,24,33,1,3,64,32,3,65,12,107,16,246,5,34,3,32,6,71,13,0,11,11,32,6,65,32,106,36,0,32,1,11,10,0,32,0,40,2,0,16,164,4,11,11,0,32,0,65,188,169,4,16,168,2,11,48,0,32,0,173,32,1,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,1,40,2,0,40,2,24,17,0,0,26,11,48,0,32,0,173,32,1,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,1,40,2,0,40,2,28,17,0,0,26,11,193,4,1,11,127,35,0,65,128,1,107,34,8,36,0,32,8,32,1,54,2,120,32,2,32,3,16,169,2,33,9,32,8,65,204,0,54,2,16,32,8,65,8,106,65,0,32,8,65,16,106,16,170,2,33,16,32,8,65,16,106,33,10,2,64,32,9,65,229,0,79,4,64,32,9,16,85,34,10,69,13,1,32,16,32,10,16,171,2,11,32,10,33,7,32,2,33,1,3,64,32,1,32,3,70,4,64,3,64,2,64,32,0,32,8,65,248,0,106,16,120,65,0,32,9,27,69,4,64,32,0,32,8,65,248,0,106,16,124,4,64,32,5,32,5,40,2,0,65,2,114,54,2,0,11,12,1,11,32,0,16,121,33,14,32,6,69,4,64,32,4,32,14,16,172,2,33,14,11,32,12,65,1,106,33,13,65,0,33,15,32,10,33,7,32,2,33,1,3,64,32,1,32,3,70,4,64,32,13,33,12,32,15,69,13,3,32,0,16,123,26,32,10,33,7,32,2,33,1,32,9,32,11,106,65,2,73,13,3,3,64,32,1,32,3,70,4,64,12,5,5,2,64,32,7,45,0,0,65,2,71,13,0,32,1,16,165,1,32,13,70,13,0,32,7,65,0,58,0,0,32,11,65,1,107,33,11,11,32,7,65,1,106,33,7,32,1,65,12,106,33,1,12,1,11,0,11,0,5,2,64,32,7,45,0,0,65,1,71,13,0,32,1,32,12,16,173,2,44,0,0,33,17,2,64,32,14,65,255,1,113,32,6,4,127,32,17,5,32,4,32,17,16,172,2,11,65,255,1,113,70,4,64,65,1,33,15,32,1,16,165,1,32,13,71,13,2,32,7,65,2,58,0,0,32,11,65,1,106,33,11,12,1,11,32,7,65,0,58,0,0,11,32,9,65,1,107,33,9,11,32,7,65,1,106,33,7,32,1,65,12,106,33,1,12,1,11,0,11,0,11,11,2,64,2,64,3,64,32,2,32,3,70,13,1,32,10,45,0,0,65,2,71,4,64,32,10,65,1,106,33,10,32,2,65,12,106,33,2,12,1,11,11,32,2,33,3,12,1,11,32,5,32,5,40,2,0,65,4,114,54,2,0,11,32,16,16,174,2,32,8,65,128,1,106,36,0,32,3,15,5,2,64,32,1,16,175,2,69,4,64,32,7,65,1,58,0,0,12,1,11,32,7,65,2,58,0,0,32,11,65,1,106,33,11,32,9,65,1,107,33,9,11,32,7,65,1,106,33,7,32,1,65,12,106,33,1,12,1,11,0,11,0,11,16,177,1,0,11,73,1,1,127,32,0,40,2,0,34,0,33,2,32,1,16,143,4,33,1,32,2,65,8,106,34,2,16,140,4,32,1,75,4,127,32,2,32,1,16,160,4,40,2,0,65,0,71,5,65,0,11,69,4,64,16,177,1,0,11,32,0,65,8,106,32,1,16,160,4,40,2,0,11,10,0,32,1,32,0,107,65,12,109,11,49,1,1,127,35,0,65,16,107,34,3,36,0,32,3,32,1,54,2,12,32,0,32,3,65,12,106,16,208,1,32,0,65,4,106,32,2,16,208,1,32,3,65,16,106,36,0,32,0,11,68,1,1,127,32,0,40,2,0,33,2,32,0,32,1,54,2,0,32,2,4,64,32,2,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,16,249,2,40,2,0,17,0,0,26,11,11,48,0,32,0,173,32,1,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,12,17,0,0,167,11,10,0,32,0,16,159,1,32,1,106,11,9,0,32,0,65,0,16,171,2,11,8,0,32,0,16,165,1,69,11,162,3,1,1,127,35,0,65,144,2,107,34,0,36,0,32,0,32,2,54,2,128,2,32,0,32,1,54,2,136,2,32,3,16,177,2,33,1,32,0,65,208,1,106,32,3,32,0,65,255,1,106,16,178,2,32,0,65,192,1,106,16,151,1,34,3,32,3,16,166,1,16,167,1,32,0,32,3,65,0,16,173,2,34,6,54,2,188,1,32,0,32,0,65,16,106,54,2,12,32,0,65,0,54,2,8,3,64,2,64,32,0,65,136,2,106,32,0,65,128,2,106,16,120,69,13,0,32,0,40,2,188,1,32,3,16,165,1,32,6,106,70,4,64,32,3,16,165,1,33,2,32,3,32,3,16,165,1,65,1,116,16,167,1,32,3,32,3,16,166,1,16,167,1,32,0,32,2,32,3,65,0,16,173,2,34,6,106,54,2,188,1,11,32,0,65,136,2,106,16,121,32,1,32,6,32,0,65,188,1,106,32,0,65,8,106,32,0,44,0,255,1,32,0,65,208,1,106,32,0,65,16,106,32,0,65,12,106,65,144,233,1,16,179,2,13,0,32,0,65,136,2,106,16,123,26,12,1,11,11,2,64,32,0,65,208,1,106,16,165,1,69,13,0,32,0,40,2,12,34,2,32,0,65,16,106,107,65,159,1,74,13,0,32,0,32,2,65,4,106,54,2,12,32,2,32,0,40,2,8,54,2,0,11,32,5,32,6,32,0,40,2,188,1,32,4,32,1,16,180,2,54,2,0,32,0,65,208,1,106,32,0,65,16,106,32,0,40,2,12,32,4,16,181,2,32,0,65,136,2,106,32,0,65,128,2,106,16,124,4,64,32,4,32,4,40,2,0,65,2,114,54,2,0,11,32,0,40,2,136,2,33,6,32,3,16,246,5,26,32,0,65,208,1,106,16,246,5,26,32,0,65,144,2,106,36,0,32,6,11,46,0,2,64,32,0,40,2,4,65,202,0,113,34,0,4,64,32,0,65,192,0,70,4,64,65,8,15,11,32,0,65,8,71,13,1,65,16,15,11,65,0,15,11,65,10,11,63,1,1,127,35,0,65,16,107,34,3,36,0,32,3,65,8,106,32,1,16,203,1,32,2,32,3,65,8,106,16,164,2,34,1,16,226,2,58,0,0,32,0,32,1,16,227,2,32,3,65,8,106,16,163,2,32,3,65,16,106,36,0,11,243,2,1,3,127,35,0,65,16,107,34,10,36,0,32,10,32,0,58,0,15,2,64,2,64,2,64,32,3,40,2,0,32,2,71,13,0,65,43,33,11,32,0,65,255,1,113,34,12,32,9,45,0,24,71,4,64,65,45,33,11,32,9,45,0,25,32,12,71,13,1,11,32,3,32,2,65,1,106,54,2,0,32,2,32,11,58,0,0,12,1,11,2,64,32,6,16,165,1,69,13,0,32,0,32,5,71,13,0,65,0,33,0,32,8,40,2,0,34,9,32,7,107,65,159,1,74,13,2,32,4,40,2,0,33,0,32,8,32,9,65,4,106,54,2,0,32,9,32,0,54,2,0,12,1,11,65,127,33,0,32,9,32,9,65,26,106,32,10,65,15,106,16,202,2,32,9,107,34,9,65,23,74,13,1,2,64,2,64,2,64,32,1,65,8,107,14,3,0,2,0,1,11,32,1,32,9,74,13,1,12,3,11,32,1,65,16,71,13,0,32,9,65,22,72,13,0,32,3,40,2,0,34,6,32,2,70,13,2,32,6,32,2,107,65,2,74,13,2,32,6,65,1,107,45,0,0,65,48,71,13,2,65,0,33,0,32,4,65,0,54,2,0,32,3,32,6,65,1,106,54,2,0,32,6,32,9,65,144,233,1,106,45,0,0,58,0,0,12,2,11,32,3,32,3,40,2,0,34,0,65,1,106,54,2,0,32,0,32,9,65,144,233,1,106,45,0,0,58,0,0,32,4,32,4,40,2,0,65,1,106,54,2,0,65,0,33,0,12,1,11,65,0,33,0,32,4,65,0,54,2,0,11,32,10,65,16,106,36,0,32,0,11,209,1,2,2,127,1,126,35,0,65,16,107,34,4,36,0,2,127,2,64,2,64,2,64,32,0,32,1,71,4,64,65,140,163,4,40,2,0,33,5,65,140,163,4,65,0,54,2,0,32,0,32,4,65,12,106,32,3,16,200,2,16,151,2,33,6,2,64,65,140,163,4,40,2,0,34,0,4,64,32,4,40,2,12,32,1,71,13,1,32,0,65,196,0,70,13,5,12,4,11,65,140,163,4,32,5,54,2,0,32,4,40,2,12,32,1,70,13,3,11,32,2,65,4,54,2,0,12,1,11,32,2,65,4,54,2,0,11,65,0,12,2,11,32,6,66,128,128,128,128,120,83,13,0,32,6,66,255,255,255,255,7,85,13,0,32,6,167,12,1,11,32,2,65,4,54,2,0,65,255,255,255,255,7,32,6,66,0,85,13,0,26,65,128,128,128,128,120,11,33,0,32,4,65,16,106,36,0,32,0,11,172,1,1,2,127,32,0,16,165,1,33,4,2,64,32,2,32,1,107,65,5,72,13,0,32,4,69,13,0,32,1,32,2,16,130,3,32,2,65,4,107,33,4,32,0,16,159,1,34,2,32,0,16,165,1,106,33,5,2,64,3,64,2,64,32,2,44,0,0,33,0,32,1,32,4,79,13,0,2,64,32,0,65,0,76,13,0,32,0,65,255,0,78,13,0,32,1,40,2,0,32,2,44,0,0,71,13,3,11,32,1,65,4,106,33,1,32,2,32,5,32,2,107,65,1,74,106,33,2,12,1,11,11,32,0,65,0,76,13,1,32,0,65,255,0,78,13,1,32,2,44,0,0,32,4,40,2,0,65,1,107,75,13,1,11,32,3,65,4,54,2,0,11,11,162,3,1,1,127,35,0,65,144,2,107,34,0,36,0,32,0,32,2,54,2,128,2,32,0,32,1,54,2,136,2,32,3,16,177,2,33,1,32,0,65,208,1,106,32,3,32,0,65,255,1,106,16,178,2,32,0,65,192,1,106,16,151,1,34,3,32,3,16,166,1,16,167,1,32,0,32,3,65,0,16,173,2,34,6,54,2,188,1,32,0,32,0,65,16,106,54,2,12,32,0,65,0,54,2,8,3,64,2,64,32,0,65,136,2,106,32,0,65,128,2,106,16,120,69,13,0,32,0,40,2,188,1,32,3,16,165,1,32,6,106,70,4,64,32,3,16,165,1,33,2,32,3,32,3,16,165,1,65,1,116,16,167,1,32,3,32,3,16,166,1,16,167,1,32,0,32,2,32,3,65,0,16,173,2,34,6,106,54,2,188,1,11,32,0,65,136,2,106,16,121,32,1,32,6,32,0,65,188,1,106,32,0,65,8,106,32,0,44,0,255,1,32,0,65,208,1,106,32,0,65,16,106,32,0,65,12,106,65,144,233,1,16,179,2,13,0,32,0,65,136,2,106,16,123,26,12,1,11,11,2,64,32,0,65,208,1,106,16,165,1,69,13,0,32,0,40,2,12,34,2,32,0,65,16,106,107,65,159,1,74,13,0,32,0,32,2,65,4,106,54,2,12,32,2,32,0,40,2,8,54,2,0,11,32,5,32,6,32,0,40,2,188,1,32,4,32,1,16,183,2,55,3,0,32,0,65,208,1,106,32,0,65,16,106,32,0,40,2,12,32,4,16,181,2,32,0,65,136,2,106,32,0,65,128,2,106,16,124,4,64,32,4,32,4,40,2,0,65,2,114,54,2,0,11,32,0,40,2,136,2,33,6,32,3,16,246,5,26,32,0,65,208,1,106,16,246,5,26,32,0,65,144,2,106,36,0,32,6,11,195,1,2,1,126,2,127,35,0,65,16,107,34,5,36,0,2,64,2,64,2,64,32,0,32,1,71,4,64,65,140,163,4,40,2,0,33,6,65,140,163,4,65,0,54,2,0,32,0,32,5,65,12,106,32,3,16,200,2,16,151,2,33,4,2,64,65,140,163,4,40,2,0,34,0,4,64,32,5,40,2,12,32,1,71,13,1,32,0,65,196,0,70,13,4,12,5,11,65,140,163,4,32,6,54,2,0,32,5,40,2,12,32,1,70,13,4,11,32,2,65,4,54,2,0,12,1,11,32,2,65,4,54,2,0,11,66,0,33,4,12,1,11,32,2,65,4,54,2,0,32,4,66,0,85,4,64,66,255,255,255,255,255,255,255,255,255,0,33,4,12,1,11,66,128,128,128,128,128,128,128,128,128,127,33,4,11,32,5,65,16,106,36,0,32,4,11,162,3,1,1,127,35,0,65,144,2,107,34,0,36,0,32,0,32,2,54,2,128,2,32,0,32,1,54,2,136,2,32,3,16,177,2,33,1,32,0,65,208,1,106,32,3,32,0,65,255,1,106,16,178,2,32,0,65,192,1,106,16,151,1,34,3,32,3,16,166,1,16,167,1,32,0,32,3,65,0,16,173,2,34,6,54,2,188,1,32,0,32,0,65,16,106,54,2,12,32,0,65,0,54,2,8,3,64,2,64,32,0,65,136,2,106,32,0,65,128,2,106,16,120,69,13,0,32,0,40,2,188,1,32,3,16,165,1,32,6,106,70,4,64,32,3,16,165,1,33,2,32,3,32,3,16,165,1,65,1,116,16,167,1,32,3,32,3,16,166,1,16,167,1,32,0,32,2,32,3,65,0,16,173,2,34,6,106,54,2,188,1,11,32,0,65,136,2,106,16,121,32,1,32,6,32,0,65,188,1,106,32,0,65,8,106,32,0,44,0,255,1,32,0,65,208,1,106,32,0,65,16,106,32,0,65,12,106,65,144,233,1,16,179,2,13,0,32,0,65,136,2,106,16,123,26,12,1,11,11,2,64,32,0,65,208,1,106,16,165,1,69,13,0,32,0,40,2,12,34,2,32,0,65,16,106,107,65,159,1,74,13,0,32,0,32,2,65,4,106,54,2,12,32,2,32,0,40,2,8,54,2,0,11,32,5,32,6,32,0,40,2,188,1,32,4,32,1,16,185,2,59,1,0,32,0,65,208,1,106,32,0,65,16,106,32,0,40,2,12,32,4,16,181,2,32,0,65,136,2,106,32,0,65,128,2,106,16,124,4,64,32,4,32,4,40,2,0,65,2,114,54,2,0,11,32,0,40,2,136,2,33,6,32,3,16,246,5,26,32,0,65,208,1,106,16,246,5,26,32,0,65,144,2,106,36,0,32,6,11,237,1,2,3,127,1,126,35,0,65,16,107,34,4,36,0,2,127,2,64,2,64,2,64,2,64,32,0,32,1,71,4,64,2,64,32,0,45,0,0,34,5,65,45,71,13,0,32,0,65,1,106,34,0,32,1,71,13,0,32,2,65,4,54,2,0,12,2,11,65,140,163,4,40,2,0,33,6,65,140,163,4,65,0,54,2,0,32,0,32,4,65,12,106,32,3,16,200,2,16,150,2,33,7,2,64,65,140,163,4,40,2,0,34,0,4,64,32,4,40,2,12,32,1,71,13,1,32,0,65,196,0,70,13,5,12,4,11,65,140,163,4,32,6,54,2,0,32,4,40,2,12,32,1,70,13,3,11,32,2,65,4,54,2,0,12,1,11,32,2,65,4,54,2,0,11,65,0,12,3,11,32,7,66,255,255,3,88,13,1,11,32,2,65,4,54,2,0,65,255,255,3,12,1,11,65,0,32,7,167,34,0,107,32,0,32,5,65,45,70,27,11,33,0,32,4,65,16,106,36,0,32,0,65,255,255,3,113,11,162,3,1,1,127,35,0,65,144,2,107,34,0,36,0,32,0,32,2,54,2,128,2,32,0,32,1,54,2,136,2,32,3,16,177,2,33,1,32,0,65,208,1,106,32,3,32,0,65,255,1,106,16,178,2,32,0,65,192,1,106,16,151,1,34,3,32,3,16,166,1,16,167,1,32,0,32,3,65,0,16,173,2,34,6,54,2,188,1,32,0,32,0,65,16,106,54,2,12,32,0,65,0,54,2,8,3,64,2,64,32,0,65,136,2,106,32,0,65,128,2,106,16,120,69,13,0,32,0,40,2,188,1,32,3,16,165,1,32,6,106,70,4,64,32,3,16,165,1,33,2,32,3,32,3,16,165,1,65,1,116,16,167,1,32,3,32,3,16,166,1,16,167,1,32,0,32,2,32,3,65,0,16,173,2,34,6,106,54,2,188,1,11,32,0,65,136,2,106,16,121,32,1,32,6,32,0,65,188,1,106,32,0,65,8,106,32,0,44,0,255,1,32,0,65,208,1,106,32,0,65,16,106,32,0,65,12,106,65,144,233,1,16,179,2,13,0,32,0,65,136,2,106,16,123,26,12,1,11,11,2,64,32,0,65,208,1,106,16,165,1,69,13,0,32,0,40,2,12,34,2,32,0,65,16,106,107,65,159,1,74,13,0,32,0,32,2,65,4,106,54,2,12,32,2,32,0,40,2,8,54,2,0,11,32,5,32,6,32,0,40,2,188,1,32,4,32,1,16,187,2,54,2,0,32,0,65,208,1,106,32,0,65,16,106,32,0,40,2,12,32,4,16,181,2,32,0,65,136,2,106,32,0,65,128,2,106,16,124,4,64,32,4,32,4,40,2,0,65,2,114,54,2,0,11,32,0,40,2,136,2,33,6,32,3,16,246,5,26,32,0,65,208,1,106,16,246,5,26,32,0,65,144,2,106,36,0,32,6,11,232,1,2,3,127,1,126,35,0,65,16,107,34,4,36,0,2,127,2,64,2,64,2,64,2,64,32,0,32,1,71,4,64,2,64,32,0,45,0,0,34,5,65,45,71,13,0,32,0,65,1,106,34,0,32,1,71,13,0,32,2,65,4,54,2,0,12,2,11,65,140,163,4,40,2,0,33,6,65,140,163,4,65,0,54,2,0,32,0,32,4,65,12,106,32,3,16,200,2,16,150,2,33,7,2,64,65,140,163,4,40,2,0,34,0,4,64,32,4,40,2,12,32,1,71,13,1,32,0,65,196,0,70,13,5,12,4,11,65,140,163,4,32,6,54,2,0,32,4,40,2,12,32,1,70,13,3,11,32,2,65,4,54,2,0,12,1,11,32,2,65,4,54,2,0,11,65,0,12,3,11,32,7,66,255,255,255,255,15,88,13,1,11,32,2,65,4,54,2,0,65,127,12,1,11,65,0,32,7,167,34,0,107,32,0,32,5,65,45,70,27,11,33,0,32,4,65,16,106,36,0,32,0,11,162,3,1,1,127,35,0,65,144,2,107,34,0,36,0,32,0,32,2,54,2,128,2,32,0,32,1,54,2,136,2,32,3,16,177,2,33,1,32,0,65,208,1,106,32,3,32,0,65,255,1,106,16,178,2,32,0,65,192,1,106,16,151,1,34,3,32,3,16,166,1,16,167,1,32,0,32,3,65,0,16,173,2,34,6,54,2,188,1,32,0,32,0,65,16,106,54,2,12,32,0,65,0,54,2,8,3,64,2,64,32,0,65,136,2,106,32,0,65,128,2,106,16,120,69,13,0,32,0,40,2,188,1,32,3,16,165,1,32,6,106,70,4,64,32,3,16,165,1,33,2,32,3,32,3,16,165,1,65,1,116,16,167,1,32,3,32,3,16,166,1,16,167,1,32,0,32,2,32,3,65,0,16,173,2,34,6,106,54,2,188,1,11,32,0,65,136,2,106,16,121,32,1,32,6,32,0,65,188,1,106,32,0,65,8,106,32,0,44,0,255,1,32,0,65,208,1,106,32,0,65,16,106,32,0,65,12,106,65,144,233,1,16,179,2,13,0,32,0,65,136,2,106,16,123,26,12,1,11,11,2,64,32,0,65,208,1,106,16,165,1,69,13,0,32,0,40,2,12,34,2,32,0,65,16,106,107,65,159,1,74,13,0,32,0,32,2,65,4,106,54,2,12,32,2,32,0,40,2,8,54,2,0,11,32,5,32,6,32,0,40,2,188,1,32,4,32,1,16,189,2,55,3,0,32,0,65,208,1,106,32,0,65,16,106,32,0,40,2,12,32,4,16,181,2,32,0,65,136,2,106,32,0,65,128,2,106,16,124,4,64,32,4,32,4,40,2,0,65,2,114,54,2,0,11,32,0,40,2,136,2,33,6,32,3,16,246,5,26,32,0,65,208,1,106,16,246,5,26,32,0,65,144,2,106,36,0,32,6,11,215,1,2,3,127,1,126,35,0,65,16,107,34,4,36,0,2,126,2,64,2,64,2,64,32,0,32,1,71,4,64,2,64,32,0,45,0,0,34,5,65,45,71,13,0,32,0,65,1,106,34,0,32,1,71,13,0,32,2,65,4,54,2,0,12,2,11,65,140,163,4,40,2,0,33,6,65,140,163,4,65,0,54,2,0,32,0,32,4,65,12,106,32,3,16,200,2,16,150,2,33,7,2,64,65,140,163,4,40,2,0,34,0,4,64,32,4,40,2,12,32,1,71,13,1,32,0,65,196,0,70,13,4,12,5,11,65,140,163,4,32,6,54,2,0,32,4,40,2,12,32,1,70,13,4,11,32,2,65,4,54,2,0,12,1,11,32,2,65,4,54,2,0,11,66,0,12,2,11,32,2,65,4,54,2,0,66,127,12,1,11,66,0,32,7,125,32,7,32,5,65,45,70,27,11,33,7,32,4,65,16,106,36,0,32,7,11,202,3,0,35,0,65,144,2,107,34,0,36,0,32,0,32,2,54,2,128,2,32,0,32,1,54,2,136,2,32,0,65,208,1,106,32,3,32,0,65,224,1,106,32,0,65,223,1,106,32,0,65,222,1,106,16,191,2,32,0,65,192,1,106,16,151,1,34,3,32,3,16,166,1,16,167,1,32,0,32,3,65,0,16,173,2,34,1,54,2,188,1,32,0,32,0,65,16,106,54,2,12,32,0,65,0,54,2,8,32,0,65,1,58,0,7,32,0,65,197,0,58,0,6,3,64,2,64,32,0,65,136,2,106,32,0,65,128,2,106,16,120,69,13,0,32,0,40,2,188,1,32,3,16,165,1,32,1,106,70,4,64,32,3,16,165,1,33,2,32,3,32,3,16,165,1,65,1,116,16,167,1,32,3,32,3,16,166,1,16,167,1,32,0,32,2,32,3,65,0,16,173,2,34,1,106,54,2,188,1,11,32,0,65,136,2,106,16,121,32,0,65,7,106,32,0,65,6,106,32,1,32,0,65,188,1,106,32,0,44,0,223,1,32,0,44,0,222,1,32,0,65,208,1,106,32,0,65,16,106,32,0,65,12,106,32,0,65,8,106,32,0,65,224,1,106,16,192,2,13,0,32,0,65,136,2,106,16,123,26,12,1,11,11,2,64,32,0,65,208,1,106,16,165,1,69,13,0,32,0,45,0,7,69,13,0,32,0,40,2,12,34,2,32,0,65,16,106,107,65,159,1,74,13,0,32,0,32,2,65,4,106,54,2,12,32,2,32,0,40,2,8,54,2,0,11,32,5,32,1,32,0,40,2,188,1,32,4,16,193,2,56,2,0,32,0,65,208,1,106,32,0,65,16,106,32,0,40,2,12,32,4,16,181,2,32,0,65,136,2,106,32,0,65,128,2,106,16,124,4,64,32,4,32,4,40,2,0,65,2,114,54,2,0,11,32,0,40,2,136,2,33,1,32,3,16,246,5,26,32,0,65,208,1,106,16,246,5,26,32,0,65,144,2,106,36,0,32,1,11,93,1,1,127,35,0,65,16,107,34,5,36,0,32,5,65,8,106,32,1,16,203,1,32,5,65,8,106,16,117,65,144,233,1,65,176,233,1,32,2,16,199,2,32,3,32,5,65,8,106,16,164,2,34,2,16,225,2,58,0,0,32,4,32,2,16,226,2,58,0,0,32,0,32,2,16,227,2,32,5,65,8,106,16,163,2,32,5,65,16,106,36,0,11,240,3,1,1,127,35,0,65,16,107,34,12,36,0,32,12,32,0,58,0,15,2,64,2,64,32,0,32,5,70,4,64,32,1,45,0,0,69,13,1,65,0,33,0,32,1,65,0,58,0,0,32,4,32,4,40,2,0,34,11,65,1,106,54,2,0,32,11,65,46,58,0,0,32,7,16,165,1,69,13,2,32,9,40,2,0,34,11,32,8,107,65,159,1,74,13,2,32,10,40,2,0,33,5,32,9,32,11,65,4,106,54,2,0,32,11,32,5,54,2,0,12,2,11,2,64,32,0,32,6,71,13,0,32,7,16,165,1,69,13,0,32,1,45,0,0,69,13,1,65,0,33,0,32,9,40,2,0,34,11,32,8,107,65,159,1,74,13,2,32,10,40,2,0,33,0,32,9,32,11,65,4,106,54,2,0,32,11,32,0,54,2,0,65,0,33,0,32,10,65,0,54,2,0,12,2,11,65,127,33,0,32,11,32,11,65,32,106,32,12,65,15,106,16,202,2,32,11,107,34,11,65,31,74,13,1,32,11,65,144,233,1,106,45,0,0,33,5,2,64,2,64,2,64,2,64,32,11,65,126,113,65,22,107,14,3,1,2,0,2,11,32,3,32,4,40,2,0,34,11,71,4,64,32,11,65,1,107,45,0,0,65,223,0,113,32,2,45,0,0,65,255,0,113,71,13,5,11,32,4,32,11,65,1,106,54,2,0,32,11,32,5,58,0,0,65,0,33,0,12,4,11,32,2,65,208,0,58,0,0,12,1,11,32,2,44,0,0,34,0,32,5,65,223,0,113,71,13,0,32,2,32,0,65,128,1,114,58,0,0,32,1,45,0,0,69,13,0,32,1,65,0,58,0,0,32,7,16,165,1,69,13,0,32,9,40,2,0,34,0,32,8,107,65,159,1,74,13,0,32,10,40,2,0,33,1,32,9,32,0,65,4,106,54,2,0,32,0,32,1,54,2,0,11,32,4,32,4,40,2,0,34,0,65,1,106,54,2,0,32,0,32,5,58,0,0,65,0,33,0,32,11,65,21,74,13,1,32,10,32,10,40,2,0,65,1,106,54,2,0,12,1,11,65,127,33,0,11,32,12,65,16,106,36,0,32,0,11,183,1,2,2,125,3,127,35,0,65,16,107,34,5,36,0,2,64,2,64,2,64,32,0,32,1,71,4,64,65,140,163,4,40,2,0,33,7,65,140,163,4,65,0,54,2,0,16,200,2,26,35,0,65,16,107,34,6,36,0,32,6,32,0,32,5,65,12,106,65,0,16,152,2,32,6,41,3,0,32,6,41,3,8,16,229,1,33,3,32,6,65,16,106,36,0,65,140,163,4,40,2,0,34,0,69,13,1,32,5,40,2,12,32,1,71,13,2,32,3,33,4,32,0,65,196,0,71,13,3,12,2,11,32,2,65,4,54,2,0,12,2,11,65,140,163,4,32,7,54,2,0,32,5,40,2,12,32,1,70,13,1,11,32,2,65,4,54,2,0,32,4,33,3,11,32,5,65,16,106,36,0,32,3,11,202,3,0,35,0,65,144,2,107,34,0,36,0,32,0,32,2,54,2,128,2,32,0,32,1,54,2,136,2,32,0,65,208,1,106,32,3,32,0,65,224,1,106,32,0,65,223,1,106,32,0,65,222,1,106,16,191,2,32,0,65,192,1,106,16,151,1,34,3,32,3,16,166,1,16,167,1,32,0,32,3,65,0,16,173,2,34,1,54,2,188,1,32,0,32,0,65,16,106,54,2,12,32,0,65,0,54,2,8,32,0,65,1,58,0,7,32,0,65,197,0,58,0,6,3,64,2,64,32,0,65,136,2,106,32,0,65,128,2,106,16,120,69,13,0,32,0,40,2,188,1,32,3,16,165,1,32,1,106,70,4,64,32,3,16,165,1,33,2,32,3,32,3,16,165,1,65,1,116,16,167,1,32,3,32,3,16,166,1,16,167,1,32,0,32,2,32,3,65,0,16,173,2,34,1,106,54,2,188,1,11,32,0,65,136,2,106,16,121,32,0,65,7,106,32,0,65,6,106,32,1,32,0,65,188,1,106,32,0,44,0,223,1,32,0,44,0,222,1,32,0,65,208,1,106,32,0,65,16,106,32,0,65,12,106,32,0,65,8,106,32,0,65,224,1,106,16,192,2,13,0,32,0,65,136,2,106,16,123,26,12,1,11,11,2,64,32,0,65,208,1,106,16,165,1,69,13,0,32,0,45,0,7,69,13,0,32,0,40,2,12,34,2,32,0,65,16,106,107,65,159,1,74,13,0,32,0,32,2,65,4,106,54,2,12,32,2,32,0,40,2,8,54,2,0,11,32,5,32,1,32,0,40,2,188,1,32,4,16,195,2,57,3,0,32,0,65,208,1,106,32,0,65,16,106,32,0,40,2,12,32,4,16,181,2,32,0,65,136,2,106,32,0,65,128,2,106,16,124,4,64,32,4,32,4,40,2,0,65,2,114,54,2,0,11,32,0,40,2,136,2,33,1,32,3,16,246,5,26,32,0,65,208,1,106,16,246,5,26,32,0,65,144,2,106,36,0,32,1,11,183,1,2,2,124,3,127,35,0,65,16,107,34,5,36,0,2,64,2,64,2,64,32,0,32,1,71,4,64,65,140,163,4,40,2,0,33,7,65,140,163,4,65,0,54,2,0,16,200,2,26,35,0,65,16,107,34,6,36,0,32,6,32,0,32,5,65,12,106,65,1,16,152,2,32,6,41,3,0,32,6,41,3,8,16,230,1,33,3,32,6,65,16,106,36,0,65,140,163,4,40,2,0,34,0,69,13,1,32,5,40,2,12,32,1,71,13,2,32,3,33,4,32,0,65,196,0,71,13,3,12,2,11,32,2,65,4,54,2,0,12,2,11,65,140,163,4,32,7,54,2,0,32,5,40,2,12,32,1,70,13,1,11,32,2,65,4,54,2,0,32,4,33,3,11,32,5,65,16,106,36,0,32,3,11,225,3,1,1,126,35,0,65,160,2,107,34,0,36,0,32,0,32,2,54,2,144,2,32,0,32,1,54,2,152,2,32,0,65,224,1,106,32,3,32,0,65,240,1,106,32,0,65,239,1,106,32,0,65,238,1,106,16,191,2,32,0,65,208,1,106,16,151,1,34,3,32,3,16,166,1,16,167,1,32,0,32,3,65,0,16,173,2,34,1,54,2,204,1,32,0,32,0,65,32,106,54,2,28,32,0,65,0,54,2,24,32,0,65,1,58,0,23,32,0,65,197,0,58,0,22,3,64,2,64,32,0,65,152,2,106,32,0,65,144,2,106,16,120,69,13,0,32,0,40,2,204,1,32,3,16,165,1,32,1,106,70,4,64,32,3,16,165,1,33,2,32,3,32,3,16,165,1,65,1,116,16,167,1,32,3,32,3,16,166,1,16,167,1,32,0,32,2,32,3,65,0,16,173,2,34,1,106,54,2,204,1,11,32,0,65,152,2,106,16,121,32,0,65,23,106,32,0,65,22,106,32,1,32,0,65,204,1,106,32,0,44,0,239,1,32,0,44,0,238,1,32,0,65,224,1,106,32,0,65,32,106,32,0,65,28,106,32,0,65,24,106,32,0,65,240,1,106,16,192,2,13,0,32,0,65,152,2,106,16,123,26,12,1,11,11,2,64,32,0,65,224,1,106,16,165,1,69,13,0,32,0,45,0,23,69,13,0,32,0,40,2,28,34,2,32,0,65,32,106,107,65,159,1,74,13,0,32,0,32,2,65,4,106,54,2,28,32,2,32,0,40,2,24,54,2,0,11,32,0,32,1,32,0,40,2,204,1,32,4,16,197,2,32,0,41,3,0,33,6,32,5,32,0,41,3,8,55,3,8,32,5,32,6,55,3,0,32,0,65,224,1,106,32,0,65,32,106,32,0,40,2,28,32,4,16,181,2,32,0,65,152,2,106,32,0,65,144,2,106,16,124,4,64,32,4,32,4,40,2,0,65,2,114,54,2,0,11,32,0,40,2,152,2,33,1,32,3,16,246,5,26,32,0,65,224,1,106,16,246,5,26,32,0,65,160,2,106,36,0,32,1,11,183,2,2,4,126,5,127,35,0,65,32,107,34,8,36,0,2,64,2,64,2,64,32,1,32,2,71,4,64,65,140,163,4,40,2,0,33,12,65,140,163,4,65,0,54,2,0,35,0,65,16,107,34,9,36,0,16,200,2,26,35,0,65,16,107,34,10,36,0,35,0,65,16,107,34,11,36,0,32,11,32,1,32,8,65,28,106,65,2,16,152,2,32,11,41,3,0,33,4,32,10,32,11,41,3,8,55,3,8,32,10,32,4,55,3,0,32,11,65,16,106,36,0,32,10,41,3,0,33,4,32,9,32,10,41,3,8,55,3,8,32,9,32,4,55,3,0,32,10,65,16,106,36,0,32,9,41,3,0,33,4,32,8,65,8,106,34,1,32,9,41,3,8,55,3,8,32,1,32,4,55,3,0,32,9,65,16,106,36,0,32,8,41,3,16,33,4,32,8,41,3,8,33,5,65,140,163,4,40,2,0,34,1,69,13,1,32,8,40,2,28,32,2,71,13,2,32,5,33,6,32,4,33,7,32,1,65,196,0,71,13,3,12,2,11,32,3,65,4,54,2,0,12,2,11,65,140,163,4,32,12,54,2,0,32,8,40,2,28,32,2,70,13,1,11,32,3,65,4,54,2,0,32,6,33,5,32,7,33,4,11,32,0,32,5,55,3,0,32,0,32,4,55,3,8,32,8,65,32,106,36,0,11,141,3,1,1,127,35,0,65,144,2,107,34,0,36,0,32,0,32,2,54,2,128,2,32,0,32,1,54,2,136,2,32,0,65,208,1,106,16,151,1,33,2,32,0,65,16,106,32,3,16,203,1,32,0,65,16,106,16,117,65,144,233,1,65,170,233,1,32,0,65,224,1,106,16,199,2,32,0,65,16,106,16,163,2,32,0,65,192,1,106,16,151,1,34,3,32,3,16,166,1,16,167,1,32,0,32,3,65,0,16,173,2,34,1,54,2,188,1,32,0,32,0,65,16,106,54,2,12,32,0,65,0,54,2,8,3,64,2,64,32,0,65,136,2,106,32,0,65,128,2,106,16,120,69,13,0,32,0,40,2,188,1,32,3,16,165,1,32,1,106,70,4,64,32,3,16,165,1,33,6,32,3,32,3,16,165,1,65,1,116,16,167,1,32,3,32,3,16,166,1,16,167,1,32,0,32,6,32,3,65,0,16,173,2,34,1,106,54,2,188,1,11,32,0,65,136,2,106,16,121,65,16,32,1,32,0,65,188,1,106,32,0,65,8,106,65,0,32,2,32,0,65,16,106,32,0,65,12,106,32,0,65,224,1,106,16,179,2,13,0,32,0,65,136,2,106,16,123,26,12,1,11,11,32,3,32,0,40,2,188,1,32,1,107,16,167,1,32,3,16,159,1,33,1,16,200,2,33,6,32,0,32,5,54,2,0,32,1,32,6,32,0,16,201,2,65,1,71,4,64,32,4,65,4,54,2,0,11,32,0,65,136,2,106,32,0,65,128,2,106,16,124,4,64,32,4,32,4,40,2,0,65,2,114,54,2,0,11,32,0,40,2,136,2,33,1,32,3,16,246,5,26,32,2,16,246,5,26,32,0,65,144,2,106,36,0,32,1,11,51,0,32,0,173,32,1,173,32,2,173,32,3,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,32,17,0,0,167,26,11,54,0,2,64,65,236,168,4,45,0,0,65,1,113,13,0,65,236,168,4,16,141,6,69,13,0,65,232,168,4,65,244,13,16,240,1,54,2,0,65,236,168,4,16,143,6,11,65,232,168,4,40,2,0,11,68,1,1,127,35,0,65,16,107,34,3,36,0,32,3,32,1,54,2,12,32,3,32,2,54,2,8,32,3,32,3,65,12,106,16,203,2,33,1,32,0,65,213,10,32,3,40,2,8,16,233,1,33,0,32,1,16,204,2,32,3,65,16,106,36,0,32,0,11,49,0,32,2,45,0,0,33,2,3,64,2,64,32,0,32,1,71,4,127,32,0,45,0,0,32,2,71,13,1,32,0,5,32,1,11,15,11,32,0,65,1,106,33,0,12,0,11,0,11,17,0,32,0,32,1,40,2,0,16,148,2,54,2,0,32,0,11,18,0,32,0,40,2,0,34,0,4,64,32,0,16,148,2,26,11,11,146,2,1,1,127,35,0,65,32,107,34,6,36,0,32,6,32,1,54,2,24,2,64,32,3,40,2,4,65,1,113,69,4,64,32,6,65,127,54,2,0,32,6,32,0,173,32,1,173,32,2,173,32,3,173,32,4,173,32,6,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,16,17,0,0,167,34,1,54,2,24,2,64,2,64,2,64,32,6,40,2,0,14,2,0,1,2,11,32,5,65,0,58,0,0,12,3,11,32,5,65,1,58,0,0,12,2,11,32,5,65,1,58,0,0,32,4,65,4,54,2,0,12,1,11,32,6,32,3,16,203,1,32,6,16,135,1,33,1,32,6,16,163,2,32,6,32,3,16,203,1,32,6,16,206,2,33,3,32,6,16,163,2,32,6,32,3,16,165,2,32,6,65,12,114,32,3,16,166,2,32,5,32,6,65,24,106,32,2,32,6,32,6,65,24,106,34,3,32,1,32,4,65,1,16,207,2,32,6,70,58,0,0,32,6,40,2,24,33,1,3,64,32,3,65,12,107,16,246,5,34,3,32,6,71,13,0,11,11,32,6,65,32,106,36,0,32,1,11,11,0,32,0,65,196,169,4,16,168,2,11,189,4,1,11,127,35,0,65,128,1,107,34,8,36,0,32,8,32,1,54,2,120,32,2,32,3,16,169,2,33,9,32,8,65,204,0,54,2,16,32,8,65,8,106,65,0,32,8,65,16,106,16,170,2,33,16,32,8,65,16,106,33,10,2,64,32,9,65,229,0,79,4,64,32,9,16,85,34,10,69,13,1,32,16,32,10,16,171,2,11,32,10,33,7,32,2,33,1,3,64,32,1,32,3,70,4,64,3,64,2,64,32,0,32,8,65,248,0,106,16,136,1,65,0,32,9,27,69,4,64,32,0,32,8,65,248,0,106,16,140,1,4,64,32,5,32,5,40,2,0,65,2,114,54,2,0,11,12,1,11,32,0,16,137,1,33,14,32,6,69,4,64,32,4,32,14,16,194,1,33,14,11,32,12,65,1,106,33,13,65,0,33,15,32,10,33,7,32,2,33,1,3,64,32,1,32,3,70,4,64,32,13,33,12,32,15,69,13,3,32,0,16,139,1,26,32,10,33,7,32,2,33,1,32,9,32,11,106,65,2,73,13,3,3,64,32,1,32,3,70,4,64,12,5,5,2,64,32,7,45,0,0,65,2,71,13,0,32,1,16,165,1,32,13,70,13,0,32,7,65,0,58,0,0,32,11,65,1,107,33,11,11,32,7,65,1,106,33,7,32,1,65,12,106,33,1,12,1,11,0,11,0,5,2,64,32,7,45,0,0,65,1,71,13,0,32,1,32,12,16,208,2,40,2,0,33,17,2,64,32,6,4,127,32,17,5,32,4,32,17,16,194,1,11,32,14,70,4,64,65,1,33,15,32,1,16,165,1,32,13,71,13,2,32,7,65,2,58,0,0,32,11,65,1,106,33,11,12,1,11,32,7,65,0,58,0,0,11,32,9,65,1,107,33,9,11,32,7,65,1,106,33,7,32,1,65,12,106,33,1,12,1,11,0,11,0,11,11,2,64,2,64,3,64,32,2,32,3,70,13,1,32,10,45,0,0,65,2,71,4,64,32,10,65,1,106,33,10,32,2,65,12,106,33,2,12,1,11,11,32,2,33,3,12,1,11,32,5,32,5,40,2,0,65,4,114,54,2,0,11,32,16,16,174,2,32,8,65,128,1,106,36,0,32,3,15,5,2,64,32,1,16,175,2,69,4,64,32,7,65,1,58,0,0,12,1,11,32,7,65,2,58,0,0,32,11,65,1,106,33,11,32,9,65,1,107,33,9,11,32,7,65,1,106,33,7,32,1,65,12,106,33,1,12,1,11,0,11,0,11,16,177,1,0,11,13,0,32,0,16,159,1,32,1,65,2,116,106,11,177,3,1,2,127,35,0,65,224,2,107,34,0,36,0,32,0,32,2,54,2,208,2,32,0,32,1,54,2,216,2,32,3,16,177,2,33,1,32,3,32,0,65,224,1,106,16,210,2,33,2,32,0,65,208,1,106,32,3,32,0,65,204,2,106,16,211,2,32,0,65,192,1,106,16,151,1,34,3,32,3,16,166,1,16,167,1,32,0,32,3,65,0,16,173,2,34,6,54,2,188,1,32,0,32,0,65,16,106,54,2,12,32,0,65,0,54,2,8,3,64,2,64,32,0,65,216,2,106,32,0,65,208,2,106,16,136,1,69,13,0,32,0,40,2,188,1,32,3,16,165,1,32,6,106,70,4,64,32,3,16,165,1,33,7,32,3,32,3,16,165,1,65,1,116,16,167,1,32,3,32,3,16,166,1,16,167,1,32,0,32,7,32,3,65,0,16,173,2,34,6,106,54,2,188,1,11,32,0,65,216,2,106,16,137,1,32,1,32,6,32,0,65,188,1,106,32,0,65,8,106,32,0,40,2,204,2,32,0,65,208,1,106,32,0,65,16,106,32,0,65,12,106,32,2,16,212,2,13,0,32,0,65,216,2,106,16,139,1,26,12,1,11,11,2,64,32,0,65,208,1,106,16,165,1,69,13,0,32,0,40,2,12,34,2,32,0,65,16,106,107,65,159,1,74,13,0,32,0,32,2,65,4,106,54,2,12,32,2,32,0,40,2,8,54,2,0,11,32,5,32,6,32,0,40,2,188,1,32,4,32,1,16,180,2,54,2,0,32,0,65,208,1,106,32,0,65,16,106,32,0,40,2,12,32,4,16,181,2,32,0,65,216,2,106,32,0,65,208,2,106,16,140,1,4,64,32,4,32,4,40,2,0,65,2,114,54,2,0,11,32,0,40,2,216,2,33,6,32,3,16,246,5,26,32,0,65,208,1,106,16,246,5,26,32,0,65,224,2,106,36,0,32,6,11,61,1,1,127,35,0,65,16,107,34,2,36,0,32,2,65,8,106,32,0,16,203,1,32,2,65,8,106,16,135,1,65,144,233,1,65,170,233,1,32,1,16,223,2,32,2,65,8,106,16,163,2,32,2,65,16,106,36,0,32,1,11,63,1,1,127,35,0,65,16,107,34,3,36,0,32,3,65,8,106,32,1,16,203,1,32,2,32,3,65,8,106,16,206,2,34,1,16,226,2,54,2,0,32,0,32,1,16,227,2,32,3,65,8,106,16,163,2,32,3,65,16,106,36,0,11,247,2,1,2,127,35,0,65,16,107,34,10,36,0,32,10,32,0,54,2,12,2,64,2,64,2,64,32,3,40,2,0,32,2,71,13,0,65,43,33,11,32,0,32,9,40,2,96,71,4,64,65,45,33,11,32,9,40,2,100,32,0,71,13,1,11,32,3,32,2,65,1,106,54,2,0,32,2,32,11,58,0,0,12,1,11,2,64,32,6,16,165,1,69,13,0,32,0,32,5,71,13,0,65,0,33,0,32,8,40,2,0,34,9,32,7,107,65,159,1,74,13,2,32,4,40,2,0,33,0,32,8,32,9,65,4,106,54,2,0,32,9,32,0,54,2,0,12,1,11,65,127,33,0,32,9,32,9,65,232,0,106,32,10,65,12,106,16,224,2,32,9,107,34,9,65,220,0,74,13,1,32,9,65,2,117,33,6,2,64,2,64,2,64,32,1,65,8,107,14,3,0,2,0,1,11,32,1,32,6,74,13,1,12,3,11,32,1,65,16,71,13,0,32,9,65,216,0,72,13,0,32,3,40,2,0,34,9,32,2,70,13,2,32,9,32,2,107,65,2,74,13,2,32,9,65,1,107,45,0,0,65,48,71,13,2,65,0,33,0,32,4,65,0,54,2,0,32,3,32,9,65,1,106,54,2,0,32,9,32,6,65,144,233,1,106,45,0,0,58,0,0,12,2,11,32,3,32,3,40,2,0,34,0,65,1,106,54,2,0,32,0,32,6,65,144,233,1,106,45,0,0,58,0,0,32,4,32,4,40,2,0,65,1,106,54,2,0,65,0,33,0,12,1,11,65,0,33,0,32,4,65,0,54,2,0,11,32,10,65,16,106,36,0,32,0,11,177,3,1,2,127,35,0,65,224,2,107,34,0,36,0,32,0,32,2,54,2,208,2,32,0,32,1,54,2,216,2,32,3,16,177,2,33,1,32,3,32,0,65,224,1,106,16,210,2,33,2,32,0,65,208,1,106,32,3,32,0,65,204,2,106,16,211,2,32,0,65,192,1,106,16,151,1,34,3,32,3,16,166,1,16,167,1,32,0,32,3,65,0,16,173,2,34,6,54,2,188,1,32,0,32,0,65,16,106,54,2,12,32,0,65,0,54,2,8,3,64,2,64,32,0,65,216,2,106,32,0,65,208,2,106,16,136,1,69,13,0,32,0,40,2,188,1,32,3,16,165,1,32,6,106,70,4,64,32,3,16,165,1,33,7,32,3,32,3,16,165,1,65,1,116,16,167,1,32,3,32,3,16,166,1,16,167,1,32,0,32,7,32,3,65,0,16,173,2,34,6,106,54,2,188,1,11,32,0,65,216,2,106,16,137,1,32,1,32,6,32,0,65,188,1,106,32,0,65,8,106,32,0,40,2,204,2,32,0,65,208,1,106,32,0,65,16,106,32,0,65,12,106,32,2,16,212,2,13,0,32,0,65,216,2,106,16,139,1,26,12,1,11,11,2,64,32,0,65,208,1,106,16,165,1,69,13,0,32,0,40,2,12,34,2,32,0,65,16,106,107,65,159,1,74,13,0,32,0,32,2,65,4,106,54,2,12,32,2,32,0,40,2,8,54,2,0,11,32,5,32,6,32,0,40,2,188,1,32,4,32,1,16,183,2,55,3,0,32,0,65,208,1,106,32,0,65,16,106,32,0,40,2,12,32,4,16,181,2,32,0,65,216,2,106,32,0,65,208,2,106,16,140,1,4,64,32,4,32,4,40,2,0,65,2,114,54,2,0,11,32,0,40,2,216,2,33,6,32,3,16,246,5,26,32,0,65,208,1,106,16,246,5,26,32,0,65,224,2,106,36,0,32,6,11,177,3,1,2,127,35,0,65,224,2,107,34,0,36,0,32,0,32,2,54,2,208,2,32,0,32,1,54,2,216,2,32,3,16,177,2,33,1,32,3,32,0,65,224,1,106,16,210,2,33,2,32,0,65,208,1,106,32,3,32,0,65,204,2,106,16,211,2,32,0,65,192,1,106,16,151,1,34,3,32,3,16,166,1,16,167,1,32,0,32,3,65,0,16,173,2,34,6,54,2,188,1,32,0,32,0,65,16,106,54,2,12,32,0,65,0,54,2,8,3,64,2,64,32,0,65,216,2,106,32,0,65,208,2,106,16,136,1,69,13,0,32,0,40,2,188,1,32,3,16,165,1,32,6,106,70,4,64,32,3,16,165,1,33,7,32,3,32,3,16,165,1,65,1,116,16,167,1,32,3,32,3,16,166,1,16,167,1,32,0,32,7,32,3,65,0,16,173,2,34,6,106,54,2,188,1,11,32,0,65,216,2,106,16,137,1,32,1,32,6,32,0,65,188,1,106,32,0,65,8,106,32,0,40,2,204,2,32,0,65,208,1,106,32,0,65,16,106,32,0,65,12,106,32,2,16,212,2,13,0,32,0,65,216,2,106,16,139,1,26,12,1,11,11,2,64,32,0,65,208,1,106,16,165,1,69,13,0,32,0,40,2,12,34,2,32,0,65,16,106,107,65,159,1,74,13,0,32,0,32,2,65,4,106,54,2,12,32,2,32,0,40,2,8,54,2,0,11,32,5,32,6,32,0,40,2,188,1,32,4,32,1,16,185,2,59,1,0,32,0,65,208,1,106,32,0,65,16,106,32,0,40,2,12,32,4,16,181,2,32,0,65,216,2,106,32,0,65,208,2,106,16,140,1,4,64,32,4,32,4,40,2,0,65,2,114,54,2,0,11,32,0,40,2,216,2,33,6,32,3,16,246,5,26,32,0,65,208,1,106,16,246,5,26,32,0,65,224,2,106,36,0,32,6,11,177,3,1,2,127,35,0,65,224,2,107,34,0,36,0,32,0,32,2,54,2,208,2,32,0,32,1,54,2,216,2,32,3,16,177,2,33,1,32,3,32,0,65,224,1,106,16,210,2,33,2,32,0,65,208,1,106,32,3,32,0,65,204,2,106,16,211,2,32,0,65,192,1,106,16,151,1,34,3,32,3,16,166,1,16,167,1,32,0,32,3,65,0,16,173,2,34,6,54,2,188,1,32,0,32,0,65,16,106,54,2,12,32,0,65,0,54,2,8,3,64,2,64,32,0,65,216,2,106,32,0,65,208,2,106,16,136,1,69,13,0,32,0,40,2,188,1,32,3,16,165,1,32,6,106,70,4,64,32,3,16,165,1,33,7,32,3,32,3,16,165,1,65,1,116,16,167,1,32,3,32,3,16,166,1,16,167,1,32,0,32,7,32,3,65,0,16,173,2,34,6,106,54,2,188,1,11,32,0,65,216,2,106,16,137,1,32,1,32,6,32,0,65,188,1,106,32,0,65,8,106,32,0,40,2,204,2,32,0,65,208,1,106,32,0,65,16,106,32,0,65,12,106,32,2,16,212,2,13,0,32,0,65,216,2,106,16,139,1,26,12,1,11,11,2,64,32,0,65,208,1,106,16,165,1,69,13,0,32,0,40,2,12,34,2,32,0,65,16,106,107,65,159,1,74,13,0,32,0,32,2,65,4,106,54,2,12,32,2,32,0,40,2,8,54,2,0,11,32,5,32,6,32,0,40,2,188,1,32,4,32,1,16,187,2,54,2,0,32,0,65,208,1,106,32,0,65,16,106,32,0,40,2,12,32,4,16,181,2,32,0,65,216,2,106,32,0,65,208,2,106,16,140,1,4,64,32,4,32,4,40,2,0,65,2,114,54,2,0,11,32,0,40,2,216,2,33,6,32,3,16,246,5,26,32,0,65,208,1,106,16,246,5,26,32,0,65,224,2,106,36,0,32,6,11,177,3,1,2,127,35,0,65,224,2,107,34,0,36,0,32,0,32,2,54,2,208,2,32,0,32,1,54,2,216,2,32,3,16,177,2,33,1,32,3,32,0,65,224,1,106,16,210,2,33,2,32,0,65,208,1,106,32,3,32,0,65,204,2,106,16,211,2,32,0,65,192,1,106,16,151,1,34,3,32,3,16,166,1,16,167,1,32,0,32,3,65,0,16,173,2,34,6,54,2,188,1,32,0,32,0,65,16,106,54,2,12,32,0,65,0,54,2,8,3,64,2,64,32,0,65,216,2,106,32,0,65,208,2,106,16,136,1,69,13,0,32,0,40,2,188,1,32,3,16,165,1,32,6,106,70,4,64,32,3,16,165,1,33,7,32,3,32,3,16,165,1,65,1,116,16,167,1,32,3,32,3,16,166,1,16,167,1,32,0,32,7,32,3,65,0,16,173,2,34,6,106,54,2,188,1,11,32,0,65,216,2,106,16,137,1,32,1,32,6,32,0,65,188,1,106,32,0,65,8,106,32,0,40,2,204,2,32,0,65,208,1,106,32,0,65,16,106,32,0,65,12,106,32,2,16,212,2,13,0,32,0,65,216,2,106,16,139,1,26,12,1,11,11,2,64,32,0,65,208,1,106,16,165,1,69,13,0,32,0,40,2,12,34,2,32,0,65,16,106,107,65,159,1,74,13,0,32,0,32,2,65,4,106,54,2,12,32,2,32,0,40,2,8,54,2,0,11,32,5,32,6,32,0,40,2,188,1,32,4,32,1,16,189,2,55,3,0,32,0,65,208,1,106,32,0,65,16,106,32,0,40,2,12,32,4,16,181,2,32,0,65,216,2,106,32,0,65,208,2,106,16,140,1,4,64,32,4,32,4,40,2,0,65,2,114,54,2,0,11,32,0,40,2,216,2,33,6,32,3,16,246,5,26,32,0,65,208,1,106,16,246,5,26,32,0,65,224,2,106,36,0,32,6,11,206,3,0,35,0,65,240,2,107,34,0,36,0,32,0,32,2,54,2,224,2,32,0,32,1,54,2,232,2,32,0,65,200,1,106,32,3,32,0,65,224,1,106,32,0,65,220,1,106,32,0,65,216,1,106,16,218,2,32,0,65,184,1,106,16,151,1,34,3,32,3,16,166,1,16,167,1,32,0,32,3,65,0,16,173,2,34,1,54,2,180,1,32,0,32,0,65,16,106,54,2,12,32,0,65,0,54,2,8,32,0,65,1,58,0,7,32,0,65,197,0,58,0,6,3,64,2,64,32,0,65,232,2,106,32,0,65,224,2,106,16,136,1,69,13,0,32,0,40,2,180,1,32,3,16,165,1,32,1,106,70,4,64,32,3,16,165,1,33,2,32,3,32,3,16,165,1,65,1,116,16,167,1,32,3,32,3,16,166,1,16,167,1,32,0,32,2,32,3,65,0,16,173,2,34,1,106,54,2,180,1,11,32,0,65,232,2,106,16,137,1,32,0,65,7,106,32,0,65,6,106,32,1,32,0,65,180,1,106,32,0,40,2,220,1,32,0,40,2,216,1,32,0,65,200,1,106,32,0,65,16,106,32,0,65,12,106,32,0,65,8,106,32,0,65,224,1,106,16,219,2,13,0,32,0,65,232,2,106,16,139,1,26,12,1,11,11,2,64,32,0,65,200,1,106,16,165,1,69,13,0,32,0,45,0,7,69,13,0,32,0,40,2,12,34,2,32,0,65,16,106,107,65,159,1,74,13,0,32,0,32,2,65,4,106,54,2,12,32,2,32,0,40,2,8,54,2,0,11,32,5,32,1,32,0,40,2,180,1,32,4,16,193,2,56,2,0,32,0,65,200,1,106,32,0,65,16,106,32,0,40,2,12,32,4,16,181,2,32,0,65,232,2,106,32,0,65,224,2,106,16,140,1,4,64,32,4,32,4,40,2,0,65,2,114,54,2,0,11,32,0,40,2,232,2,33,1,32,3,16,246,5,26,32,0,65,200,1,106,16,246,5,26,32,0,65,240,2,106,36,0,32,1,11,94,1,1,127,35,0,65,16,107,34,5,36,0,32,5,65,8,106,32,1,16,203,1,32,5,65,8,106,16,135,1,65,144,233,1,65,176,233,1,32,2,16,223,2,32,3,32,5,65,8,106,16,206,2,34,2,16,225,2,54,2,0,32,4,32,2,16,226,2,54,2,0,32,0,32,2,16,227,2,32,5,65,8,106,16,163,2,32,5,65,16,106,36,0,11,252,3,1,1,127,35,0,65,16,107,34,12,36,0,32,12,32,0,54,2,12,2,64,2,64,32,0,32,5,70,4,64,32,1,45,0,0,69,13,1,65,0,33,0,32,1,65,0,58,0,0,32,4,32,4,40,2,0,34,11,65,1,106,54,2,0,32,11,65,46,58,0,0,32,7,16,165,1,69,13,2,32,9,40,2,0,34,11,32,8,107,65,159,1,74,13,2,32,10,40,2,0,33,1,32,9,32,11,65,4,106,54,2,0,32,11,32,1,54,2,0,12,2,11,2,64,32,0,32,6,71,13,0,32,7,16,165,1,69,13,0,32,1,45,0,0,69,13,1,65,0,33,0,32,9,40,2,0,34,11,32,8,107,65,159,1,74,13,2,32,10,40,2,0,33,0,32,9,32,11,65,4,106,54,2,0,32,11,32,0,54,2,0,65,0,33,0,32,10,65,0,54,2,0,12,2,11,65,127,33,0,32,11,32,11,65,128,1,106,32,12,65,12,106,16,224,2,32,11,107,34,11,65,252,0,74,13,1,32,11,65,2,117,65,144,233,1,106,45,0,0,33,5,2,64,2,64,32,11,65,123,113,34,0,65,216,0,71,4,64,32,0,65,224,0,71,13,1,32,3,32,4,40,2,0,34,11,71,4,64,65,127,33,0,32,11,65,1,107,45,0,0,65,223,0,113,32,2,45,0,0,65,255,0,113,71,13,5,11,32,4,32,11,65,1,106,54,2,0,32,11,32,5,58,0,0,65,0,33,0,12,4,11,32,2,65,208,0,58,0,0,12,1,11,32,2,44,0,0,34,0,32,5,65,223,0,113,71,13,0,32,2,32,0,65,128,1,114,58,0,0,32,1,45,0,0,69,13,0,32,1,65,0,58,0,0,32,7,16,165,1,69,13,0,32,9,40,2,0,34,0,32,8,107,65,159,1,74,13,0,32,10,40,2,0,33,1,32,9,32,0,65,4,106,54,2,0,32,0,32,1,54,2,0,11,32,4,32,4,40,2,0,34,0,65,1,106,54,2,0,32,0,32,5,58,0,0,65,0,33,0,32,11,65,212,0,74,13,1,32,10,32,10,40,2,0,65,1,106,54,2,0,12,1,11,65,127,33,0,11,32,12,65,16,106,36,0,32,0,11,206,3,0,35,0,65,240,2,107,34,0,36,0,32,0,32,2,54,2,224,2,32,0,32,1,54,2,232,2,32,0,65,200,1,106,32,3,32,0,65,224,1,106,32,0,65,220,1,106,32,0,65,216,1,106,16,218,2,32,0,65,184,1,106,16,151,1,34,3,32,3,16,166,1,16,167,1,32,0,32,3,65,0,16,173,2,34,1,54,2,180,1,32,0,32,0,65,16,106,54,2,12,32,0,65,0,54,2,8,32,0,65,1,58,0,7,32,0,65,197,0,58,0,6,3,64,2,64,32,0,65,232,2,106,32,0,65,224,2,106,16,136,1,69,13,0,32,0,40,2,180,1,32,3,16,165,1,32,1,106,70,4,64,32,3,16,165,1,33,2,32,3,32,3,16,165,1,65,1,116,16,167,1,32,3,32,3,16,166,1,16,167,1,32,0,32,2,32,3,65,0,16,173,2,34,1,106,54,2,180,1,11,32,0,65,232,2,106,16,137,1,32,0,65,7,106,32,0,65,6,106,32,1,32,0,65,180,1,106,32,0,40,2,220,1,32,0,40,2,216,1,32,0,65,200,1,106,32,0,65,16,106,32,0,65,12,106,32,0,65,8,106,32,0,65,224,1,106,16,219,2,13,0,32,0,65,232,2,106,16,139,1,26,12,1,11,11,2,64,32,0,65,200,1,106,16,165,1,69,13,0,32,0,45,0,7,69,13,0,32,0,40,2,12,34,2,32,0,65,16,106,107,65,159,1,74,13,0,32,0,32,2,65,4,106,54,2,12,32,2,32,0,40,2,8,54,2,0,11,32,5,32,1,32,0,40,2,180,1,32,4,16,195,2,57,3,0,32,0,65,200,1,106,32,0,65,16,106,32,0,40,2,12,32,4,16,181,2,32,0,65,232,2,106,32,0,65,224,2,106,16,140,1,4,64,32,4,32,4,40,2,0,65,2,114,54,2,0,11,32,0,40,2,232,2,33,1,32,3,16,246,5,26,32,0,65,200,1,106,16,246,5,26,32,0,65,240,2,106,36,0,32,1,11,229,3,1,1,126,35,0,65,128,3,107,34,0,36,0,32,0,32,2,54,2,240,2,32,0,32,1,54,2,248,2,32,0,65,216,1,106,32,3,32,0,65,240,1,106,32,0,65,236,1,106,32,0,65,232,1,106,16,218,2,32,0,65,200,1,106,16,151,1,34,3,32,3,16,166,1,16,167,1,32,0,32,3,65,0,16,173,2,34,1,54,2,196,1,32,0,32,0,65,32,106,54,2,28,32,0,65,0,54,2,24,32,0,65,1,58,0,23,32,0,65,197,0,58,0,22,3,64,2,64,32,0,65,248,2,106,32,0,65,240,2,106,16,136,1,69,13,0,32,0,40,2,196,1,32,3,16,165,1,32,1,106,70,4,64,32,3,16,165,1,33,2,32,3,32,3,16,165,1,65,1,116,16,167,1,32,3,32,3,16,166,1,16,167,1,32,0,32,2,32,3,65,0,16,173,2,34,1,106,54,2,196,1,11,32,0,65,248,2,106,16,137,1,32,0,65,23,106,32,0,65,22,106,32,1,32,0,65,196,1,106,32,0,40,2,236,1,32,0,40,2,232,1,32,0,65,216,1,106,32,0,65,32,106,32,0,65,28,106,32,0,65,24,106,32,0,65,240,1,106,16,219,2,13,0,32,0,65,248,2,106,16,139,1,26,12,1,11,11,2,64,32,0,65,216,1,106,16,165,1,69,13,0,32,0,45,0,23,69,13,0,32,0,40,2,28,34,2,32,0,65,32,106,107,65,159,1,74,13,0,32,0,32,2,65,4,106,54,2,28,32,2,32,0,40,2,24,54,2,0,11,32,0,32,1,32,0,40,2,196,1,32,4,16,197,2,32,0,41,3,0,33,6,32,5,32,0,41,3,8,55,3,8,32,5,32,6,55,3,0,32,0,65,216,1,106,32,0,65,32,106,32,0,40,2,28,32,4,16,181,2,32,0,65,248,2,106,32,0,65,240,2,106,16,140,1,4,64,32,4,32,4,40,2,0,65,2,114,54,2,0,11,32,0,40,2,248,2,33,1,32,3,16,246,5,26,32,0,65,216,1,106,16,246,5,26,32,0,65,128,3,106,36,0,32,1,11,146,3,1,1,127,35,0,65,224,2,107,34,0,36,0,32,0,32,2,54,2,208,2,32,0,32,1,54,2,216,2,32,0,65,208,1,106,16,151,1,33,2,32,0,65,16,106,32,3,16,203,1,32,0,65,16,106,16,135,1,65,144,233,1,65,170,233,1,32,0,65,224,1,106,16,223,2,32,0,65,16,106,16,163,2,32,0,65,192,1,106,16,151,1,34,3,32,3,16,166,1,16,167,1,32,0,32,3,65,0,16,173,2,34,1,54,2,188,1,32,0,32,0,65,16,106,54,2,12,32,0,65,0,54,2,8,3,64,2,64,32,0,65,216,2,106,32,0,65,208,2,106,16,136,1,69,13,0,32,0,40,2,188,1,32,3,16,165,1,32,1,106,70,4,64,32,3,16,165,1,33,6,32,3,32,3,16,165,1,65,1,116,16,167,1,32,3,32,3,16,166,1,16,167,1,32,0,32,6,32,3,65,0,16,173,2,34,1,106,54,2,188,1,11,32,0,65,216,2,106,16,137,1,65,16,32,1,32,0,65,188,1,106,32,0,65,8,106,65,0,32,2,32,0,65,16,106,32,0,65,12,106,32,0,65,224,1,106,16,212,2,13,0,32,0,65,216,2,106,16,139,1,26,12,1,11,11,32,3,32,0,40,2,188,1,32,1,107,16,167,1,32,3,16,159,1,33,1,16,200,2,33,6,32,0,32,5,54,2,0,32,1,32,6,32,0,16,201,2,65,1,71,4,64,32,4,65,4,54,2,0,11,32,0,65,216,2,106,32,0,65,208,2,106,16,140,1,4,64,32,4,32,4,40,2,0,65,2,114,54,2,0,11,32,0,40,2,216,2,33,1,32,3,16,246,5,26,32,2,16,246,5,26,32,0,65,224,2,106,36,0,32,1,11,51,0,32,0,173,32,1,173,32,2,173,32,3,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,48,17,0,0,167,26,11,49,0,32,2,40,2,0,33,2,3,64,2,64,32,0,32,1,71,4,127,32,0,40,2,0,32,2,71,13,1,32,0,5,32,1,11,15,11,32,0,65,4,106,33,0,12,0,11,0,11,47,0,32,0,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,12,17,0,0,167,11,47,0,32,0,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,16,17,0,0,167,11,48,0,32,0,173,32,1,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,1,40,2,0,40,2,20,17,0,0,26,11,246,1,1,1,127,35,0,65,48,107,34,5,36,0,32,5,32,1,54,2,40,2,64,32,2,40,2,4,65,1,113,69,4,64,32,0,173,32,1,173,32,2,173,32,3,173,32,4,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,24,17,0,0,167,33,2,12,1,11,32,5,65,24,106,32,2,16,203,1,32,5,65,24,106,16,164,2,33,2,32,5,65,24,106,16,163,2,2,64,32,4,4,64,32,5,65,24,106,32,2,16,165,2,12,1,11,32,5,65,24,106,32,2,16,166,2,11,32,5,32,5,65,24,106,16,229,2,54,2,16,3,64,32,5,32,5,65,24,106,16,230,2,54,2,8,32,5,65,16,106,32,5,65,8,106,16,231,2,4,64,32,5,65,40,106,32,5,65,16,106,40,2,0,44,0,0,16,148,1,32,5,65,16,106,16,232,2,12,1,5,32,5,40,2,40,33,2,32,5,65,24,106,16,246,5,26,11,11,11,32,5,65,48,106,36,0,32,2,11,40,1,1,127,35,0,65,16,107,34,1,36,0,32,1,65,8,106,32,0,16,159,1,16,233,2,40,2,0,33,0,32,1,65,16,106,36,0,32,0,11,46,1,1,127,35,0,65,16,107,34,1,36,0,32,1,65,8,106,32,0,16,159,1,32,0,16,165,1,106,16,233,2,40,2,0,33,0,32,1,65,16,106,36,0,32,0,11,12,0,32,0,32,1,16,234,2,65,1,115,11,15,0,32,0,32,0,40,2,0,65,1,106,54,2,0,11,11,0,32,0,32,1,54,2,0,32,0,11,13,0,32,0,40,2,0,32,1,40,2,0,70,11,197,1,1,1,127,35,0,65,208,0,107,34,0,36,0,32,0,65,181,233,1,47,0,0,59,1,76,32,0,65,177,233,1,40,0,0,54,2,72,32,0,65,200,0,106,65,1,114,65,188,11,65,1,32,2,40,2,4,16,236,2,16,200,2,33,5,32,0,32,4,54,2,0,32,0,65,59,106,32,0,65,59,106,65,13,32,5,32,0,65,200,0,106,32,0,16,237,2,32,0,65,59,106,106,34,4,32,2,16,238,2,33,5,32,0,65,16,106,32,2,16,203,1,32,0,65,59,106,32,5,32,4,32,0,65,32,106,32,0,65,28,106,32,0,65,24,106,32,0,65,16,106,16,239,2,32,0,65,16,106,16,163,2,32,1,32,0,65,32,106,32,0,40,2,28,32,0,40,2,24,32,2,32,3,16,54,33,2,32,0,65,208,0,106,36,0,32,2,11,172,1,1,1,127,2,64,32,3,65,128,16,113,69,13,0,32,3,65,202,0,113,34,4,65,8,70,13,0,32,4,65,192,0,70,13,0,32,2,69,13,0,32,0,65,43,58,0,0,32,0,65,1,106,33,0,11,32,3,65,128,4,113,4,64,32,0,65,35,58,0,0,32,0,65,1,106,33,0,11,3,64,32,1,45,0,0,34,4,4,64,32,0,32,4,58,0,0,32,0,65,1,106,33,0,32,1,65,1,106,33,1,12,1,11,11,32,0,2,127,65,239,0,32,3,65,202,0,113,34,1,65,192,0,70,13,0,26,65,216,0,65,248,0,32,3,65,128,128,1,113,27,32,1,65,8,70,13,0,26,65,228,0,65,245,0,32,2,27,11,58,0,0,11,69,1,1,127,35,0,65,16,107,34,5,36,0,32,5,32,2,54,2,12,32,5,32,4,54,2,8,32,5,32,5,65,12,106,16,203,2,33,2,32,0,32,1,32,3,32,5,40,2,8,16,252,1,33,0,32,2,16,204,2,32,5,65,16,106,36,0,32,0,11,100,0,32,2,40,2,4,65,176,1,113,34,2,65,32,70,4,64,32,1,15,11,2,64,32,2,65,16,71,13,0,2,64,2,64,32,0,45,0,0,34,2,65,43,107,14,3,0,1,0,1,11,32,0,65,1,106,15,11,32,1,32,0,107,65,2,72,13,0,32,2,65,48,71,13,0,32,0,45,0,1,65,32,114,65,248,0,71,13,0,32,0,65,2,106,33,0,11,32,0,11,216,3,1,8,127,35,0,65,16,107,34,10,36,0,32,6,16,117,33,11,32,10,32,6,16,164,2,34,6,16,227,2,2,64,32,10,16,175,2,4,64,32,11,32,0,32,2,32,3,16,199,2,32,5,32,3,32,2,32,0,107,106,34,6,54,2,0,12,1,11,32,5,32,3,54,2,0,2,64,2,64,32,0,34,9,45,0,0,34,7,65,43,107,14,3,0,1,0,1,11,32,11,32,7,65,24,116,65,24,117,16,194,1,33,7,32,5,32,5,40,2,0,34,8,65,1,106,54,2,0,32,8,32,7,58,0,0,32,0,65,1,106,33,9,11,2,64,32,2,32,9,107,65,2,72,13,0,32,9,45,0,0,65,48,71,13,0,32,9,45,0,1,65,32,114,65,248,0,71,13,0,32,11,65,48,16,194,1,33,7,32,5,32,5,40,2,0,34,8,65,1,106,54,2,0,32,8,32,7,58,0,0,32,11,32,9,44,0,1,16,194,1,33,7,32,5,32,5,40,2,0,34,8,65,1,106,54,2,0,32,8,32,7,58,0,0,32,9,65,2,106,33,9,11,32,9,32,2,16,240,2,65,0,33,7,32,6,16,226,2,33,12,65,0,33,8,32,9,33,6,3,127,32,2,32,6,77,4,127,32,3,32,9,32,0,107,106,32,5,40,2,0,16,240,2,32,5,40,2,0,5,2,64,32,10,32,8,16,173,2,45,0,0,69,13,0,32,7,32,10,32,8,16,173,2,44,0,0,71,13,0,32,5,32,5,40,2,0,34,7,65,1,106,54,2,0,32,7,32,12,58,0,0,32,8,32,8,32,10,16,165,1,65,1,107,73,106,33,8,65,0,33,7,11,32,11,32,6,44,0,0,16,194,1,33,13,32,5,32,5,40,2,0,34,14,65,1,106,54,2,0,32,14,32,13,58,0,0,32,6,65,1,106,33,6,32,7,65,1,106,33,7,12,1,11,11,33,6,11,32,4,32,6,32,3,32,1,32,0,107,106,32,1,32,2,70,27,54,2,0,32,10,16,246,5,26,32,10,65,16,106,36,0,11,44,0,2,64,32,0,32,1,70,13,0,3,64,32,0,32,1,65,1,107,34,1,79,13,1,32,0,32,1,16,166,3,32,0,65,1,106,33,0,12,0,11,0,11,11,141,1,1,4,127,35,0,65,16,107,34,5,36,0,35,0,65,16,107,34,3,36,0,2,64,32,1,65,111,77,4,64,2,64,32,1,65,10,77,4,64,32,0,32,1,16,190,1,32,0,33,4,12,1,11,32,0,32,1,16,197,1,65,1,106,34,6,16,238,5,34,4,16,198,1,32,0,32,6,16,199,1,32,0,32,1,16,200,1,11,32,4,32,1,32,2,16,249,5,32,3,65,0,58,0,15,32,1,32,4,106,32,3,65,15,106,16,191,1,32,3,65,16,106,36,0,12,1,11,16,53,0,11,32,5,65,16,106,36,0,32,0,11,184,1,1,2,127,35,0,65,240,0,107,34,0,36,0,32,0,66,37,55,3,104,32,0,65,232,0,106,65,1,114,65,181,11,65,1,32,2,40,2,4,16,236,2,16,200,2,33,5,32,0,32,4,55,3,0,32,0,65,208,0,106,32,0,65,208,0,106,65,24,32,5,32,0,65,232,0,106,32,0,16,237,2,32,0,65,208,0,106,106,34,5,32,2,16,238,2,33,6,32,0,65,16,106,32,2,16,203,1,32,0,65,208,0,106,32,6,32,5,32,0,65,32,106,32,0,65,28,106,32,0,65,24,106,32,0,65,16,106,16,239,2,32,0,65,16,106,16,163,2,32,1,32,0,65,32,106,32,0,40,2,28,32,0,40,2,24,32,2,32,3,16,54,33,2,32,0,65,240,0,106,36,0,32,2,11,197,1,1,1,127,35,0,65,208,0,107,34,0,36,0,32,0,65,181,233,1,47,0,0,59,1,76,32,0,65,177,233,1,40,0,0,54,2,72,32,0,65,200,0,106,65,1,114,65,188,11,65,0,32,2,40,2,4,16,236,2,16,200,2,33,5,32,0,32,4,54,2,0,32,0,65,59,106,32,0,65,59,106,65,13,32,5,32,0,65,200,0,106,32,0,16,237,2,32,0,65,59,106,106,34,4,32,2,16,238,2,33,5,32,0,65,16,106,32,2,16,203,1,32,0,65,59,106,32,5,32,4,32,0,65,32,106,32,0,65,28,106,32,0,65,24,106,32,0,65,16,106,16,239,2,32,0,65,16,106,16,163,2,32,1,32,0,65,32,106,32,0,40,2,28,32,0,40,2,24,32,2,32,3,16,54,33,2,32,0,65,208,0,106,36,0,32,2,11,184,1,1,2,127,35,0,65,240,0,107,34,0,36,0,32,0,66,37,55,3,104,32,0,65,232,0,106,65,1,114,65,181,11,65,0,32,2,40,2,4,16,236,2,16,200,2,33,5,32,0,32,4,55,3,0,32,0,65,208,0,106,32,0,65,208,0,106,65,24,32,5,32,0,65,232,0,106,32,0,16,237,2,32,0,65,208,0,106,106,34,5,32,2,16,238,2,33,6,32,0,65,16,106,32,2,16,203,1,32,0,65,208,0,106,32,6,32,5,32,0,65,32,106,32,0,65,28,106,32,0,65,24,106,32,0,65,16,106,16,239,2,32,0,65,16,106,16,163,2,32,1,32,0,65,32,106,32,0,40,2,28,32,0,40,2,24,32,2,32,3,16,54,33,2,32,0,65,240,0,106,36,0,32,2,11,242,3,1,6,127,35,0,65,208,1,107,34,0,36,0,32,0,66,37,55,3,200,1,32,0,65,200,1,106,65,1,114,65,202,21,32,2,40,2,4,16,246,2,33,7,32,0,32,0,65,160,1,106,54,2,156,1,16,200,2,33,5,2,127,32,7,4,64,32,2,40,2,8,33,6,32,0,32,4,57,3,40,32,0,32,6,54,2,32,32,0,65,160,1,106,65,30,32,5,32,0,65,200,1,106,32,0,65,32,106,16,237,2,12,1,11,32,0,32,4,57,3,48,32,0,65,160,1,106,65,30,32,5,32,0,65,200,1,106,32,0,65,48,106,16,237,2,11,33,5,32,0,65,204,0,54,2,80,32,0,65,144,1,106,65,0,32,0,65,208,0,106,16,170,2,33,8,32,0,65,160,1,106,34,9,33,6,2,64,32,5,65,30,78,4,64,16,200,2,33,5,2,127,32,7,4,64,32,2,40,2,8,33,6,32,0,32,4,57,3,8,32,0,32,6,54,2,0,32,0,65,156,1,106,32,5,32,0,65,200,1,106,32,0,16,247,2,12,1,11,32,0,32,4,57,3,16,32,0,65,156,1,106,32,5,32,0,65,200,1,106,32,0,65,16,106,16,247,2,11,34,5,65,127,70,13,1,32,8,32,0,40,2,156,1,16,171,2,32,0,40,2,156,1,33,6,11,32,6,32,5,32,6,106,34,7,32,2,16,238,2,33,10,32,0,65,204,0,54,2,80,32,0,65,200,0,106,65,0,32,0,65,208,0,106,16,170,2,33,6,2,64,32,0,40,2,156,1,32,0,65,160,1,106,70,4,64,32,0,65,208,0,106,33,5,12,1,11,32,5,65,1,116,16,85,34,5,69,13,1,32,6,32,5,16,171,2,32,0,40,2,156,1,33,9,11,32,0,65,56,106,32,2,16,203,1,32,9,32,10,32,7,32,5,32,0,65,196,0,106,32,0,65,64,107,32,0,65,56,106,16,248,2,32,0,65,56,106,16,163,2,32,1,32,5,32,0,40,2,68,32,0,40,2,64,32,2,32,3,16,54,33,2,32,6,16,174,2,32,8,16,174,2,32,0,65,208,1,106,36,0,32,2,15,11,16,177,1,0,11,208,1,1,2,127,32,2,65,128,16,113,4,64,32,0,65,43,58,0,0,32,0,65,1,106,33,0,11,32,2,65,128,8,113,4,64,32,0,65,35,58,0,0,32,0,65,1,106,33,0,11,32,2,65,132,2,113,34,3,65,132,2,71,4,64,32,0,65,174,212,0,59,0,0,32,0,65,2,106,33,0,11,32,2,65,128,128,1,113,33,4,3,64,32,1,45,0,0,34,2,4,64,32,0,32,2,58,0,0,32,0,65,1,106,33,0,32,1,65,1,106,33,1,12,1,11,11,32,0,2,127,2,64,32,3,65,128,2,71,4,64,32,3,65,4,71,13,1,65,198,0,65,230,0,32,4,27,12,2,11,65,197,0,65,229,0,32,4,27,12,1,11,65,193,0,65,225,0,32,4,27,32,3,65,132,2,70,13,0,26,65,199,0,65,231,0,32,4,27,11,58,0,0,32,3,65,132,2,71,11,156,1,1,3,127,35,0,65,16,107,34,4,36,0,32,4,32,1,54,2,12,32,4,32,3,54,2,8,32,4,32,4,65,12,106,16,203,2,33,1,32,4,40,2,8,33,3,35,0,65,16,107,34,5,36,0,32,5,32,3,54,2,12,32,5,32,3,54,2,8,65,127,33,6,2,64,65,0,65,0,32,2,32,3,16,252,1,34,3,65,0,72,13,0,32,0,32,3,65,1,106,34,0,16,85,34,3,54,2,0,32,3,69,13,0,32,3,32,0,32,2,32,5,40,2,12,16,252,1,33,6,11,32,5,65,16,106,36,0,32,6,33,0,32,1,16,204,2,32,4,65,16,106,36,0,32,0,11,172,5,1,10,127,35,0,65,16,107,34,10,36,0,32,6,16,117,33,11,32,10,32,6,16,164,2,34,13,16,227,2,32,5,32,3,54,2,0,2,64,2,64,32,0,34,8,45,0,0,34,6,65,43,107,14,3,0,1,0,1,11,32,11,32,6,65,24,116,65,24,117,16,194,1,33,6,32,5,32,5,40,2,0,34,7,65,1,106,54,2,0,32,7,32,6,58,0,0,32,0,65,1,106,33,8,11,2,64,2,64,32,2,32,8,34,6,107,65,1,76,13,0,32,8,45,0,0,65,48,71,13,0,32,8,45,0,1,65,32,114,65,248,0,71,13,0,32,11,65,48,16,194,1,33,6,32,5,32,5,40,2,0,34,7,65,1,106,54,2,0,32,7,32,6,58,0,0,32,11,32,8,44,0,1,16,194,1,33,6,32,5,32,5,40,2,0,34,7,65,1,106,54,2,0,32,7,32,6,58,0,0,32,8,65,2,106,34,8,33,6,3,64,32,2,32,6,77,13,2,32,6,44,0,0,16,200,2,16,254,1,69,13,2,32,6,65,1,106,33,6,12,0,11,0,11,3,64,32,2,32,6,77,13,1,32,6,44,0,0,33,7,16,200,2,26,32,7,16,75,69,13,1,32,6,65,1,106,33,6,12,0,11,0,11,2,64,32,10,16,175,2,4,64,32,11,32,8,32,6,32,5,40,2,0,16,199,2,32,5,32,5,40,2,0,32,6,32,8,107,106,54,2,0,12,1,11,32,8,32,6,16,240,2,32,13,16,226,2,33,14,32,8,33,7,3,64,32,6,32,7,77,4,64,32,3,32,8,32,0,107,106,32,5,40,2,0,16,240,2,5,2,64,32,10,32,12,16,173,2,44,0,0,65,0,76,13,0,32,9,32,10,32,12,16,173,2,44,0,0,71,13,0,32,5,32,5,40,2,0,34,9,65,1,106,54,2,0,32,9,32,14,58,0,0,32,12,32,12,32,10,16,165,1,65,1,107,73,106,33,12,65,0,33,9,11,32,11,32,7,44,0,0,16,194,1,33,15,32,5,32,5,40,2,0,34,16,65,1,106,54,2,0,32,16,32,15,58,0,0,32,7,65,1,106,33,7,32,9,65,1,106,33,9,12,1,11,11,11,3,64,2,64,32,2,32,6,75,4,64,32,6,45,0,0,34,7,65,46,71,13,1,32,13,16,225,2,33,7,32,5,32,5,40,2,0,34,9,65,1,106,54,2,0,32,9,32,7,58,0,0,32,6,65,1,106,33,6,11,32,11,32,6,32,2,32,5,40,2,0,16,199,2,32,5,32,5,40,2,0,32,2,32,6,107,106,34,6,54,2,0,32,4,32,6,32,3,32,1,32,0,107,106,32,1,32,2,70,27,54,2,0,32,10,16,246,5,26,32,10,65,16,106,36,0,15,11,32,11,32,7,65,24,116,65,24,117,16,194,1,33,7,32,5,32,5,40,2,0,34,9,65,1,106,54,2,0,32,9,32,7,58,0,0,32,6,65,1,106,33,6,12,0,11,0,11,7,0,32,0,65,4,106,11,152,4,1,6,127,35,0,65,128,2,107,34,0,36,0,32,0,66,37,55,3,248,1,32,0,65,248,1,106,65,1,114,65,233,13,32,2,40,2,4,16,246,2,33,8,32,0,32,0,65,208,1,106,54,2,204,1,16,200,2,33,6,2,127,32,8,4,64,32,2,40,2,8,33,7,32,0,65,64,107,32,5,55,3,0,32,0,32,4,55,3,56,32,0,32,7,54,2,48,32,0,65,208,1,106,65,30,32,6,32,0,65,248,1,106,32,0,65,48,106,16,237,2,12,1,11,32,0,32,4,55,3,80,32,0,32,5,55,3,88,32,0,65,208,1,106,65,30,32,6,32,0,65,248,1,106,32,0,65,208,0,106,16,237,2,11,33,6,32,0,65,204,0,54,2,128,1,32,0,65,192,1,106,65,0,32,0,65,128,1,106,16,170,2,33,9,32,0,65,208,1,106,34,10,33,7,2,64,32,6,65,30,78,4,64,16,200,2,33,6,2,127,32,8,4,64,32,2,40,2,8,33,7,32,0,32,5,55,3,16,32,0,32,4,55,3,8,32,0,32,7,54,2,0,32,0,65,204,1,106,32,6,32,0,65,248,1,106,32,0,16,247,2,12,1,11,32,0,32,4,55,3,32,32,0,32,5,55,3,40,32,0,65,204,1,106,32,6,32,0,65,248,1,106,32,0,65,32,106,16,247,2,11,34,6,65,127,70,13,1,32,9,32,0,40,2,204,1,16,171,2,32,0,40,2,204,1,33,7,11,32,7,32,6,32,7,106,34,8,32,2,16,238,2,33,11,32,0,65,204,0,54,2,128,1,32,0,65,248,0,106,65,0,32,0,65,128,1,106,16,170,2,33,7,2,64,32,0,40,2,204,1,32,0,65,208,1,106,70,4,64,32,0,65,128,1,106,33,6,12,1,11,32,6,65,1,116,16,85,34,6,69,13,1,32,7,32,6,16,171,2,32,0,40,2,204,1,33,10,11,32,0,65,232,0,106,32,2,16,203,1,32,10,32,11,32,8,32,6,32,0,65,244,0,106,32,0,65,240,0,106,32,0,65,232,0,106,16,248,2,32,0,65,232,0,106,16,163,2,32,1,32,6,32,0,40,2,116,32,0,40,2,112,32,2,32,3,16,54,33,2,32,7,16,174,2,32,9,16,174,2,32,0,65,128,2,106,36,0,32,2,15,11,16,177,1,0,11,190,1,1,3,127,35,0,65,224,0,107,34,0,36,0,32,0,65,187,233,1,47,0,0,59,1,92,32,0,65,183,233,1,40,0,0,54,2,88,16,200,2,33,5,32,0,32,4,54,2,0,32,0,65,64,107,32,0,65,64,107,65,20,32,5,32,0,65,216,0,106,32,0,16,237,2,34,6,32,0,65,64,107,106,34,4,32,2,16,238,2,33,5,32,0,65,16,106,32,2,16,203,1,32,0,65,16,106,16,117,33,7,32,0,65,16,106,16,163,2,32,7,32,0,65,64,107,32,4,32,0,65,16,106,16,199,2,32,1,32,0,65,16,106,32,6,32,0,65,16,106,106,34,6,32,5,32,0,107,32,0,106,65,48,107,32,4,32,5,70,27,32,6,32,2,32,3,16,54,33,2,32,0,65,224,0,106,36,0,32,2,11,246,1,1,1,127,35,0,65,48,107,34,5,36,0,32,5,32,1,54,2,40,2,64,32,2,40,2,4,65,1,113,69,4,64,32,0,173,32,1,173,32,2,173,32,3,173,32,4,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,24,17,0,0,167,33,2,12,1,11,32,5,65,24,106,32,2,16,203,1,32,5,65,24,106,16,206,2,33,2,32,5,65,24,106,16,163,2,2,64,32,4,4,64,32,5,65,24,106,32,2,16,165,2,12,1,11,32,5,65,24,106,32,2,16,166,2,11,32,5,32,5,65,24,106,16,229,2,54,2,16,3,64,32,5,32,5,65,24,106,16,253,2,54,2,8,32,5,65,16,106,32,5,65,8,106,16,231,2,4,64,32,5,65,40,106,32,5,65,16,106,40,2,0,40,2,0,16,149,1,32,5,65,16,106,16,254,2,12,1,5,32,5,40,2,40,33,2,32,5,65,24,106,16,246,5,26,11,11,11,32,5,65,48,106,36,0,32,2,11,49,1,1,127,35,0,65,16,107,34,1,36,0,32,1,65,8,106,32,0,16,159,1,32,0,16,165,1,65,2,116,106,16,233,2,40,2,0,33,0,32,1,65,16,106,36,0,32,0,11,15,0,32,0,32,0,40,2,0,65,4,106,54,2,0,11,204,1,1,1,127,35,0,65,160,1,107,34,0,36,0,32,0,65,181,233,1,47,0,0,59,1,156,1,32,0,65,177,233,1,40,0,0,54,2,152,1,32,0,65,152,1,106,65,1,114,65,188,11,65,1,32,2,40,2,4,16,236,2,16,200,2,33,5,32,0,32,4,54,2,0,32,0,65,139,1,106,32,0,65,139,1,106,65,13,32,5,32,0,65,152,1,106,32,0,16,237,2,32,0,65,139,1,106,106,34,4,32,2,16,238,2,33,5,32,0,65,16,106,32,2,16,203,1,32,0,65,139,1,106,32,5,32,4,32,0,65,32,106,32,0,65,28,106,32,0,65,24,106,32,0,65,16,106,16,128,3,32,0,65,16,106,16,163,2,32,1,32,0,65,32,106,32,0,40,2,28,32,0,40,2,24,32,2,32,3,16,129,3,33,2,32,0,65,160,1,106,36,0,32,2,11,226,3,1,8,127,35,0,65,16,107,34,10,36,0,32,6,16,135,1,33,11,32,10,32,6,16,206,2,34,6,16,227,2,2,64,32,10,16,175,2,4,64,32,11,32,0,32,2,32,3,16,223,2,32,5,32,3,32,2,32,0,107,65,2,116,106,34,6,54,2,0,12,1,11,32,5,32,3,54,2,0,2,64,2,64,32,0,34,9,45,0,0,34,7,65,43,107,14,3,0,1,0,1,11,32,11,32,7,65,24,116,65,24,117,16,195,1,33,7,32,5,32,5,40,2,0,34,8,65,4,106,54,2,0,32,8,32,7,54,2,0,32,0,65,1,106,33,9,11,2,64,32,2,32,9,107,65,2,72,13,0,32,9,45,0,0,65,48,71,13,0,32,9,45,0,1,65,32,114,65,248,0,71,13,0,32,11,65,48,16,195,1,33,7,32,5,32,5,40,2,0,34,8,65,4,106,54,2,0,32,8,32,7,54,2,0,32,11,32,9,44,0,1,16,195,1,33,7,32,5,32,5,40,2,0,34,8,65,4,106,54,2,0,32,8,32,7,54,2,0,32,9,65,2,106,33,9,11,32,9,32,2,16,240,2,65,0,33,7,32,6,16,226,2,33,12,65,0,33,8,32,9,33,6,3,127,32,2,32,6,77,4,127,32,3,32,9,32,0,107,65,2,116,106,32,5,40,2,0,16,130,3,32,5,40,2,0,5,2,64,32,10,32,8,16,173,2,45,0,0,69,13,0,32,7,32,10,32,8,16,173,2,44,0,0,71,13,0,32,5,32,5,40,2,0,34,7,65,4,106,54,2,0,32,7,32,12,54,2,0,32,8,32,8,32,10,16,165,1,65,1,107,73,106,33,8,65,0,33,7,11,32,11,32,6,44,0,0,16,195,1,33,13,32,5,32,5,40,2,0,34,14,65,4,106,54,2,0,32,14,32,13,54,2,0,32,6,65,1,106,33,6,32,7,65,1,106,33,7,12,1,11,11,33,6,11,32,4,32,6,32,3,32,1,32,0,107,65,2,116,106,32,1,32,2,70,27,54,2,0,32,10,16,246,5,26,32,10,65,16,106,36,0,11,188,1,1,4,127,35,0,65,16,107,34,9,36,0,2,64,32,0,69,13,0,32,4,40,2,12,33,7,32,2,32,1,107,34,8,65,0,74,4,64,32,0,32,1,32,8,65,2,117,34,8,16,150,1,32,8,71,13,1,11,32,7,32,3,32,1,107,65,2,117,34,6,107,65,0,32,6,32,7,72,27,34,1,4,64,32,0,32,9,32,1,32,5,16,131,3,34,6,16,159,1,32,1,16,150,1,33,7,32,6,16,246,5,26,65,0,33,6,32,1,32,7,71,13,1,11,32,3,32,2,107,34,1,65,0,74,4,64,65,0,33,6,32,0,32,2,32,1,65,2,117,34,1,16,150,1,32,1,71,13,1,11,32,4,40,2,12,26,32,4,65,0,54,2,12,32,0,33,6,11,32,9,65,16,106,36,0,32,6,11,44,0,2,64,32,0,32,1,70,13,0,3,64,32,0,32,1,65,4,107,34,1,79,13,1,32,0,32,1,16,160,1,32,0,65,4,106,33,0,12,0,11,0,11,11,151,1,1,4,127,35,0,65,16,107,34,5,36,0,35,0,65,16,107,34,3,36,0,2,64,32,1,65,239,255,255,255,3,77,4,64,2,64,32,1,65,1,77,4,64,32,0,32,1,16,190,1,32,0,33,4,12,1,11,32,0,32,0,32,1,16,224,5,65,1,106,34,6,16,225,5,34,4,16,198,1,32,0,32,6,16,199,1,32,0,32,1,16,200,1,11,32,4,32,1,32,2,16,135,6,32,3,65,0,54,2,12,32,4,32,1,65,2,116,106,32,3,65,12,106,16,208,1,32,3,65,16,106,36,0,12,1,11,16,177,1,0,11,32,5,65,16,106,36,0,32,0,11,186,1,1,2,127,35,0,65,128,2,107,34,0,36,0,32,0,66,37,55,3,248,1,32,0,65,248,1,106,65,1,114,65,181,11,65,1,32,2,40,2,4,16,236,2,16,200,2,33,5,32,0,32,4,55,3,0,32,0,65,224,1,106,32,0,65,224,1,106,65,24,32,5,32,0,65,248,1,106,32,0,16,237,2,32,0,65,224,1,106,106,34,5,32,2,16,238,2,33,6,32,0,65,16,106,32,2,16,203,1,32,0,65,224,1,106,32,6,32,5,32,0,65,32,106,32,0,65,28,106,32,0,65,24,106,32,0,65,16,106,16,128,3,32,0,65,16,106,16,163,2,32,1,32,0,65,32,106,32,0,40,2,28,32,0,40,2,24,32,2,32,3,16,129,3,33,2,32,0,65,128,2,106,36,0,32,2,11,204,1,1,1,127,35,0,65,160,1,107,34,0,36,0,32,0,65,181,233,1,47,0,0,59,1,156,1,32,0,65,177,233,1,40,0,0,54,2,152,1,32,0,65,152,1,106,65,1,114,65,188,11,65,0,32,2,40,2,4,16,236,2,16,200,2,33,5,32,0,32,4,54,2,0,32,0,65,139,1,106,32,0,65,139,1,106,65,13,32,5,32,0,65,152,1,106,32,0,16,237,2,32,0,65,139,1,106,106,34,4,32,2,16,238,2,33,5,32,0,65,16,106,32,2,16,203,1,32,0,65,139,1,106,32,5,32,4,32,0,65,32,106,32,0,65,28,106,32,0,65,24,106,32,0,65,16,106,16,128,3,32,0,65,16,106,16,163,2,32,1,32,0,65,32,106,32,0,40,2,28,32,0,40,2,24,32,2,32,3,16,129,3,33,2,32,0,65,160,1,106,36,0,32,2,11,186,1,1,2,127,35,0,65,128,2,107,34,0,36,0,32,0,66,37,55,3,248,1,32,0,65,248,1,106,65,1,114,65,181,11,65,0,32,2,40,2,4,16,236,2,16,200,2,33,5,32,0,32,4,55,3,0,32,0,65,224,1,106,32,0,65,224,1,106,65,24,32,5,32,0,65,248,1,106,32,0,16,237,2,32,0,65,224,1,106,106,34,5,32,2,16,238,2,33,6,32,0,65,16,106,32,2,16,203,1,32,0,65,224,1,106,32,6,32,5,32,0,65,32,106,32,0,65,28,106,32,0,65,24,106,32,0,65,16,106,16,128,3,32,0,65,16,106,16,163,2,32,1,32,0,65,32,106,32,0,40,2,28,32,0,40,2,24,32,2,32,3,16,129,3,33,2,32,0,65,128,2,106,36,0,32,2,11,243,3,1,6,127,35,0,65,128,3,107,34,0,36,0,32,0,66,37,55,3,248,2,32,0,65,248,2,106,65,1,114,65,202,21,32,2,40,2,4,16,246,2,33,7,32,0,32,0,65,208,2,106,54,2,204,2,16,200,2,33,5,2,127,32,7,4,64,32,2,40,2,8,33,6,32,0,32,4,57,3,40,32,0,32,6,54,2,32,32,0,65,208,2,106,65,30,32,5,32,0,65,248,2,106,32,0,65,32,106,16,237,2,12,1,11,32,0,32,4,57,3,48,32,0,65,208,2,106,65,30,32,5,32,0,65,248,2,106,32,0,65,48,106,16,237,2,11,33,5,32,0,65,204,0,54,2,80,32,0,65,192,2,106,65,0,32,0,65,208,0,106,16,170,2,33,8,32,0,65,208,2,106,34,9,33,6,2,64,32,5,65,30,78,4,64,16,200,2,33,5,2,127,32,7,4,64,32,2,40,2,8,33,6,32,0,32,4,57,3,8,32,0,32,6,54,2,0,32,0,65,204,2,106,32,5,32,0,65,248,2,106,32,0,16,247,2,12,1,11,32,0,32,4,57,3,16,32,0,65,204,2,106,32,5,32,0,65,248,2,106,32,0,65,16,106,16,247,2,11,34,5,65,127,70,13,1,32,8,32,0,40,2,204,2,16,171,2,32,0,40,2,204,2,33,6,11,32,6,32,5,32,6,106,34,7,32,2,16,238,2,33,10,32,0,65,204,0,54,2,80,32,0,65,200,0,106,65,0,32,0,65,208,0,106,16,170,2,33,6,2,64,32,0,40,2,204,2,32,0,65,208,2,106,70,4,64,32,0,65,208,0,106,33,5,12,1,11,32,5,65,3,116,16,85,34,5,69,13,1,32,6,32,5,16,171,2,32,0,40,2,204,2,33,9,11,32,0,65,56,106,32,2,16,203,1,32,9,32,10,32,7,32,5,32,0,65,196,0,106,32,0,65,64,107,32,0,65,56,106,16,136,3,32,0,65,56,106,16,163,2,32,1,32,5,32,0,40,2,68,32,0,40,2,64,32,2,32,3,16,129,3,33,2,32,6,16,174,2,32,8,16,174,2,32,0,65,128,3,106,36,0,32,2,15,11,16,177,1,0,11,194,5,1,10,127,35,0,65,16,107,34,10,36,0,32,6,16,135,1,33,11,32,10,32,6,16,206,2,34,13,16,227,2,32,5,32,3,54,2,0,2,64,2,64,32,0,34,8,45,0,0,34,6,65,43,107,14,3,0,1,0,1,11,32,11,32,6,65,24,116,65,24,117,16,195,1,33,6,32,5,32,5,40,2,0,34,7,65,4,106,54,2,0,32,7,32,6,54,2,0,32,0,65,1,106,33,8,11,2,64,2,64,32,2,32,8,34,6,107,65,1,76,13,0,32,8,45,0,0,65,48,71,13,0,32,8,45,0,1,65,32,114,65,248,0,71,13,0,32,11,65,48,16,195,1,33,6,32,5,32,5,40,2,0,34,7,65,4,106,54,2,0,32,7,32,6,54,2,0,32,11,32,8,44,0,1,16,195,1,33,6,32,5,32,5,40,2,0,34,7,65,4,106,54,2,0,32,7,32,6,54,2,0,32,8,65,2,106,34,8,33,6,3,64,32,2,32,6,77,13,2,32,6,44,0,0,16,200,2,16,254,1,69,13,2,32,6,65,1,106,33,6,12,0,11,0,11,3,64,32,2,32,6,77,13,1,32,6,44,0,0,33,7,16,200,2,26,32,7,16,75,69,13,1,32,6,65,1,106,33,6,12,0,11,0,11,2,64,32,10,16,175,2,4,64,32,11,32,8,32,6,32,5,40,2,0,16,223,2,32,5,32,5,40,2,0,32,6,32,8,107,65,2,116,106,54,2,0,12,1,11,32,8,32,6,16,240,2,32,13,16,226,2,33,14,32,8,33,7,3,64,32,6,32,7,77,4,64,32,3,32,8,32,0,107,65,2,116,106,32,5,40,2,0,16,130,3,5,2,64,32,10,32,12,16,173,2,44,0,0,65,0,76,13,0,32,9,32,10,32,12,16,173,2,44,0,0,71,13,0,32,5,32,5,40,2,0,34,9,65,4,106,54,2,0,32,9,32,14,54,2,0,32,12,32,12,32,10,16,165,1,65,1,107,73,106,33,12,65,0,33,9,11,32,11,32,7,44,0,0,16,195,1,33,15,32,5,32,5,40,2,0,34,16,65,4,106,54,2,0,32,16,32,15,54,2,0,32,7,65,1,106,33,7,32,9,65,1,106,33,9,12,1,11,11,11,2,64,2,64,3,64,32,2,32,6,77,13,1,32,6,45,0,0,34,7,65,46,71,4,64,32,11,32,7,65,24,116,65,24,117,16,195,1,33,7,32,5,32,5,40,2,0,34,9,65,4,106,54,2,0,32,9,32,7,54,2,0,32,6,65,1,106,33,6,12,1,11,11,32,13,16,225,2,33,9,32,5,32,5,40,2,0,34,12,65,4,106,34,7,54,2,0,32,12,32,9,54,2,0,32,6,65,1,106,33,6,12,1,11,32,5,40,2,0,33,7,11,32,11,32,6,32,2,32,7,16,223,2,32,5,32,5,40,2,0,32,2,32,6,107,65,2,116,106,34,6,54,2,0,32,4,32,6,32,3,32,1,32,0,107,65,2,116,106,32,1,32,2,70,27,54,2,0,32,10,16,246,5,26,32,10,65,16,106,36,0,11,153,4,1,6,127,35,0,65,176,3,107,34,0,36,0,32,0,66,37,55,3,168,3,32,0,65,168,3,106,65,1,114,65,233,13,32,2,40,2,4,16,246,2,33,8,32,0,32,0,65,128,3,106,54,2,252,2,16,200,2,33,6,2,127,32,8,4,64,32,2,40,2,8,33,7,32,0,65,64,107,32,5,55,3,0,32,0,32,4,55,3,56,32,0,32,7,54,2,48,32,0,65,128,3,106,65,30,32,6,32,0,65,168,3,106,32,0,65,48,106,16,237,2,12,1,11,32,0,32,4,55,3,80,32,0,32,5,55,3,88,32,0,65,128,3,106,65,30,32,6,32,0,65,168,3,106,32,0,65,208,0,106,16,237,2,11,33,6,32,0,65,204,0,54,2,128,1,32,0,65,240,2,106,65,0,32,0,65,128,1,106,16,170,2,33,9,32,0,65,128,3,106,34,10,33,7,2,64,32,6,65,30,78,4,64,16,200,2,33,6,2,127,32,8,4,64,32,2,40,2,8,33,7,32,0,32,5,55,3,16,32,0,32,4,55,3,8,32,0,32,7,54,2,0,32,0,65,252,2,106,32,6,32,0,65,168,3,106,32,0,16,247,2,12,1,11,32,0,32,4,55,3,32,32,0,32,5,55,3,40,32,0,65,252,2,106,32,6,32,0,65,168,3,106,32,0,65,32,106,16,247,2,11,34,6,65,127,70,13,1,32,9,32,0,40,2,252,2,16,171,2,32,0,40,2,252,2,33,7,11,32,7,32,6,32,7,106,34,8,32,2,16,238,2,33,11,32,0,65,204,0,54,2,128,1,32,0,65,248,0,106,65,0,32,0,65,128,1,106,16,170,2,33,7,2,64,32,0,40,2,252,2,32,0,65,128,3,106,70,4,64,32,0,65,128,1,106,33,6,12,1,11,32,6,65,3,116,16,85,34,6,69,13,1,32,7,32,6,16,171,2,32,0,40,2,252,2,33,10,11,32,0,65,232,0,106,32,2,16,203,1,32,10,32,11,32,8,32,6,32,0,65,244,0,106,32,0,65,240,0,106,32,0,65,232,0,106,16,136,3,32,0,65,232,0,106,16,163,2,32,1,32,6,32,0,40,2,116,32,0,40,2,112,32,2,32,3,16,129,3,33,2,32,7,16,174,2,32,9,16,174,2,32,0,65,176,3,106,36,0,32,2,15,11,16,177,1,0,11,205,1,1,3,127,35,0,65,208,1,107,34,0,36,0,32,0,65,187,233,1,47,0,0,59,1,204,1,32,0,65,183,233,1,40,0,0,54,2,200,1,16,200,2,33,5,32,0,32,4,54,2,0,32,0,65,176,1,106,32,0,65,176,1,106,65,20,32,5,32,0,65,200,1,106,32,0,16,237,2,34,6,32,0,65,176,1,106,106,34,4,32,2,16,238,2,33,5,32,0,65,16,106,32,2,16,203,1,32,0,65,16,106,16,135,1,33,7,32,0,65,16,106,16,163,2,32,7,32,0,65,176,1,106,32,4,32,0,65,16,106,16,223,2,32,1,32,0,65,16,106,32,0,65,16,106,32,6,65,2,116,106,34,6,32,5,32,0,107,65,2,116,32,0,106,65,176,5,107,32,4,32,5,70,27,32,6,32,2,32,3,16,129,3,33,2,32,0,65,208,1,106,36,0,32,2,11,234,3,1,3,127,35,0,65,32,107,34,8,36,0,32,8,32,2,54,2,16,32,8,32,1,54,2,24,32,8,65,8,106,32,3,16,203,1,32,8,65,8,106,16,117,33,1,32,8,65,8,106,16,163,2,32,4,65,0,54,2,0,65,0,33,2,2,64,3,64,32,6,32,7,70,13,1,32,2,13,1,2,64,32,8,65,24,106,32,8,65,16,106,16,124,13,0,2,64,32,1,32,6,44,0,0,16,140,3,65,37,70,4,64,32,6,65,1,106,34,2,32,7,70,13,2,65,0,33,10,2,127,2,64,32,1,32,2,44,0,0,16,140,3,34,9,65,197,0,70,13,0,32,9,65,255,1,113,65,48,70,13,0,32,6,33,2,32,9,12,1,11,32,6,65,2,106,34,6,32,7,70,13,3,32,9,33,10,32,1,32,6,44,0,0,16,140,3,11,33,6,32,8,32,0,173,32,8,40,2,24,173,32,8,40,2,16,173,32,3,173,32,4,173,32,5,173,32,6,173,32,10,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,36,17,0,0,167,54,2,24,32,2,65,2,106,33,6,12,1,11,32,1,65,128,192,0,32,6,44,0,0,16,122,4,64,3,64,2,64,32,7,32,6,65,1,106,34,6,70,4,64,32,7,33,6,12,1,11,32,1,65,128,192,0,32,6,44,0,0,16,122,13,1,11,11,3,64,32,8,65,24,106,32,8,65,16,106,16,120,69,13,2,32,1,65,128,192,0,32,8,65,24,106,16,121,16,122,69,13,2,32,8,65,24,106,16,123,26,12,0,11,0,11,32,1,32,8,65,24,106,16,121,16,172,2,32,1,32,6,44,0,0,16,172,2,70,4,64,32,6,65,1,106,33,6,32,8,65,24,106,16,123,26,12,1,11,32,4,65,4,54,2,0,11,32,4,40,2,0,33,2,12,1,11,11,32,4,65,4,54,2,0,11,32,8,65,24,106,32,8,65,16,106,16,124,4,64,32,4,32,4,40,2,0,65,2,114,54,2,0,11,32,8,40,2,24,33,6,32,8,65,32,106,36,0,32,6,11,49,0,32,0,173,32,1,173,65,0,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,36,17,0,0,167,11,4,0,65,2,11,65,1,1,127,35,0,65,16,107,34,6,36,0,32,6,66,165,144,233,169,210,201,206,146,211,0,55,3,8,32,0,32,1,32,2,32,3,32,4,32,5,32,6,65,8,106,32,6,65,16,106,16,139,3,33,0,32,6,65,16,106,36,0,32,0,11,81,0,32,0,32,1,32,2,32,3,32,4,32,5,32,0,65,8,106,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,8,40,2,20,17,0,0,167,34,0,16,159,1,32,0,16,159,1,32,0,16,165,1,106,16,139,3,11,75,1,1,127,35,0,65,16,107,34,6,36,0,32,6,32,1,54,2,8,32,6,32,3,16,203,1,32,6,16,117,33,3,32,6,16,163,2,32,0,32,5,65,24,106,32,6,65,8,106,32,2,32,4,32,3,16,145,3,32,6,40,2,8,33,0,32,6,65,16,106,36,0,32,0,11,96,0,32,2,32,3,32,0,65,8,106,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,8,40,2,0,17,0,0,167,34,0,32,0,65,168,1,106,32,5,32,4,65,0,16,167,2,32,0,107,34,0,65,167,1,76,4,64,32,1,32,0,65,12,109,65,7,111,54,2,0,11,11,75,1,1,127,35,0,65,16,107,34,6,36,0,32,6,32,1,54,2,8,32,6,32,3,16,203,1,32,6,16,117,33,3,32,6,16,163,2,32,0,32,5,65,16,106,32,6,65,8,106,32,2,32,4,32,3,16,147,3,32,6,40,2,8,33,0,32,6,65,16,106,36,0,32,0,11,96,0,32,2,32,3,32,0,65,8,106,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,8,40,2,4,17,0,0,167,34,0,32,0,65,160,2,106,32,5,32,4,65,0,16,167,2,32,0,107,34,0,65,159,2,76,4,64,32,1,32,0,65,12,109,65,12,111,54,2,0,11,11,73,1,1,127,35,0,65,16,107,34,6,36,0,32,6,32,1,54,2,8,32,6,32,3,16,203,1,32,6,16,117,33,3,32,6,16,163,2,32,5,65,20,106,32,6,65,8,106,32,2,32,4,32,3,16,149,3,32,6,40,2,8,33,0,32,6,65,16,106,36,0,32,0,11,66,0,32,1,32,2,32,3,32,4,65,4,16,150,3,33,1,32,3,45,0,0,65,4,113,69,4,64,32,0,32,1,65,208,15,106,32,1,65,236,14,106,32,1,32,1,65,228,0,72,27,32,1,65,197,0,72,27,65,236,14,107,54,2,0,11,11,189,1,1,3,127,35,0,65,16,107,34,5,36,0,32,5,32,1,54,2,8,65,0,33,1,65,6,33,6,2,64,2,64,32,0,32,5,65,8,106,16,124,13,0,65,4,33,6,32,3,65,128,16,32,0,16,121,34,7,16,122,69,13,0,32,3,32,7,16,140,3,33,1,3,64,2,64,32,0,16,123,26,32,1,65,48,107,33,1,32,0,32,5,65,8,106,16,120,69,13,0,32,4,65,2,72,13,0,32,3,65,128,16,32,0,16,121,34,6,16,122,69,13,3,32,4,65,1,107,33,4,32,3,32,6,16,140,3,32,1,65,10,108,106,33,1,12,1,11,11,65,2,33,6,32,0,32,5,65,8,106,16,124,69,13,1,11,32,2,32,2,40,2,0,32,6,114,54,2,0,11,32,5,65,16,106,36,0,32,1,11,140,14,1,1,127,35,0,65,32,107,34,7,36,0,32,7,32,1,54,2,24,32,4,65,0,54,2,0,32,7,65,8,106,32,3,16,203,1,32,7,65,8,106,16,117,33,8,32,7,65,8,106,16,163,2,2,127,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,32,6,65,193,0,107,14,57,0,1,23,4,23,5,23,6,7,23,23,23,10,23,23,23,23,14,15,16,23,23,23,19,21,23,23,23,23,23,23,23,0,1,2,3,3,23,23,1,23,8,23,23,9,11,23,12,23,13,23,11,23,23,17,18,20,22,11,32,0,32,5,65,24,106,32,7,65,24,106,32,2,32,4,32,8,16,145,3,12,24,11,32,0,32,5,65,16,106,32,7,65,24,106,32,2,32,4,32,8,16,147,3,12,23,11,32,7,32,0,32,1,32,2,32,3,32,4,32,5,32,0,65,8,106,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,8,40,2,12,17,0,0,167,34,6,16,159,1,32,6,16,159,1,32,6,16,165,1,106,16,139,3,54,2,24,12,22,11,32,5,65,12,106,33,1,32,7,65,24,106,32,2,32,4,32,8,65,2,16,150,3,33,0,32,4,40,2,0,33,2,2,64,2,64,32,0,65,1,107,65,30,75,13,0,32,2,65,4,113,13,0,32,1,32,0,54,2,0,12,1,11,32,4,32,2,65,4,114,54,2,0,11,12,21,11,32,7,66,165,218,189,169,194,236,203,146,249,0,55,3,8,32,7,32,0,32,1,32,2,32,3,32,4,32,5,32,7,65,8,106,32,7,65,16,106,16,139,3,54,2,24,12,20,11,32,7,66,165,178,181,169,210,173,203,146,228,0,55,3,8,32,7,32,0,32,1,32,2,32,3,32,4,32,5,32,7,65,8,106,32,7,65,16,106,16,139,3,54,2,24,12,19,11,32,5,65,8,106,33,1,32,7,65,24,106,32,2,32,4,32,8,65,2,16,150,3,33,0,32,4,40,2,0,33,2,2,64,2,64,32,0,65,23,74,13,0,32,2,65,4,113,13,0,32,1,32,0,54,2,0,12,1,11,32,4,32,2,65,4,114,54,2,0,11,12,18,11,32,5,65,8,106,33,1,32,7,65,24,106,32,2,32,4,32,8,65,2,16,150,3,33,0,32,4,40,2,0,33,2,2,64,2,64,32,0,65,1,107,65,11,75,13,0,32,2,65,4,113,13,0,32,1,32,0,54,2,0,12,1,11,32,4,32,2,65,4,114,54,2,0,11,12,17,11,32,5,65,28,106,33,1,32,7,65,24,106,32,2,32,4,32,8,65,3,16,150,3,33,0,32,4,40,2,0,33,2,2,64,2,64,32,0,65,237,2,74,13,0,32,2,65,4,113,13,0,32,1,32,0,54,2,0,12,1,11,32,4,32,2,65,4,114,54,2,0,11,12,16,11,32,5,65,16,106,33,1,32,7,65,24,106,32,2,32,4,32,8,65,2,16,150,3,33,0,32,4,40,2,0,33,2,2,64,2,64,32,0,65,12,74,13,0,32,2,65,4,113,13,0,32,1,32,0,65,1,107,54,2,0,12,1,11,32,4,32,2,65,4,114,54,2,0,11,12,15,11,32,5,65,4,106,33,1,32,7,65,24,106,32,2,32,4,32,8,65,2,16,150,3,33,0,32,4,40,2,0,33,2,2,64,2,64,32,0,65,59,74,13,0,32,2,65,4,113,13,0,32,1,32,0,54,2,0,12,1,11,32,4,32,2,65,4,114,54,2,0,11,12,14,11,32,7,65,24,106,33,0,35,0,65,16,107,34,1,36,0,32,1,32,2,54,2,8,3,64,2,64,32,0,32,1,65,8,106,16,120,69,13,0,32,8,65,128,192,0,32,0,16,121,16,122,69,13,0,32,0,16,123,26,12,1,11,11,32,0,32,1,65,8,106,16,124,4,64,32,4,32,4,40,2,0,65,2,114,54,2,0,11,32,1,65,16,106,36,0,12,13,11,32,5,65,8,106,33,1,32,7,65,24,106,33,3,2,64,32,0,65,8,106,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,8,40,2,8,17,0,0,167,34,0,16,165,1,65,0,32,0,65,12,106,16,165,1,107,70,4,64,32,4,32,4,40,2,0,65,4,114,54,2,0,12,1,11,32,3,32,2,32,0,32,0,65,24,106,32,8,32,4,65,0,16,167,2,33,3,32,1,40,2,0,33,4,2,64,32,3,32,0,107,34,0,13,0,32,4,65,12,71,13,0,32,1,65,0,54,2,0,12,1,11,2,64,32,0,65,12,71,13,0,32,4,65,11,74,13,0,32,1,32,4,65,12,106,54,2,0,11,11,12,12,11,32,7,65,196,233,1,40,0,0,54,0,15,32,7,65,189,233,1,41,0,0,55,3,8,32,7,32,0,32,1,32,2,32,3,32,4,32,5,32,7,65,8,106,32,7,65,19,106,16,139,3,54,2,24,12,11,11,32,7,65,204,233,1,45,0,0,58,0,12,32,7,65,200,233,1,40,0,0,54,2,8,32,7,32,0,32,1,32,2,32,3,32,4,32,5,32,7,65,8,106,32,7,65,13,106,16,139,3,54,2,24,12,10,11,32,7,65,24,106,32,2,32,4,32,8,65,2,16,150,3,33,0,32,4,40,2,0,33,2,2,64,2,64,32,0,65,60,74,13,0,32,2,65,4,113,13,0,32,5,32,0,54,2,0,12,1,11,32,4,32,2,65,4,114,54,2,0,11,12,9,11,32,7,66,165,144,233,169,210,201,206,146,211,0,55,3,8,32,7,32,0,32,1,32,2,32,3,32,4,32,5,32,7,65,8,106,32,7,65,16,106,16,139,3,54,2,24,12,8,11,32,5,65,24,106,33,1,32,7,65,24,106,32,2,32,4,32,8,65,1,16,150,3,33,0,32,4,40,2,0,33,2,2,64,2,64,32,0,65,6,74,13,0,32,2,65,4,113,13,0,32,1,32,0,54,2,0,12,1,11,32,4,32,2,65,4,114,54,2,0,11,12,7,11,32,0,173,32,1,173,32,2,173,32,3,173,32,4,173,32,5,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,20,17,0,0,167,12,7,11,32,7,32,0,32,1,32,2,32,3,32,4,32,5,32,0,65,8,106,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,8,40,2,24,17,0,0,167,34,6,16,159,1,32,6,16,159,1,32,6,16,165,1,106,16,139,3,54,2,24,12,5,11,32,5,65,20,106,32,7,65,24,106,32,2,32,4,32,8,16,149,3,12,4,11,32,5,65,20,106,33,1,32,7,65,24,106,32,2,32,4,32,8,65,4,16,150,3,33,0,32,4,45,0,0,65,4,113,69,4,64,32,1,32,0,65,236,14,107,54,2,0,11,12,3,11,32,6,65,37,70,13,1,11,32,4,32,4,40,2,0,65,4,114,54,2,0,12,1,11,35,0,65,16,107,34,0,36,0,32,0,32,2,54,2,8,65,6,33,2,2,64,2,64,32,7,65,24,106,34,1,32,0,65,8,106,16,124,13,0,65,4,33,2,32,8,32,1,16,121,16,140,3,65,37,71,13,0,65,2,33,2,32,1,16,123,32,0,65,8,106,16,124,69,13,1,11,32,4,32,4,40,2,0,32,2,114,54,2,0,11,32,0,65,16,106,36,0,11,32,7,40,2,24,11,33,4,32,7,65,32,106,36,0,32,4,11,245,3,1,3,127,35,0,65,32,107,34,8,36,0,32,8,32,2,54,2,16,32,8,32,1,54,2,24,32,8,65,8,106,32,3,16,203,1,32,8,65,8,106,16,135,1,33,1,32,8,65,8,106,16,163,2,32,4,65,0,54,2,0,65,0,33,2,2,64,3,64,32,6,32,7,70,13,1,32,2,13,1,2,64,32,8,65,24,106,32,8,65,16,106,16,140,1,13,0,2,64,32,1,32,6,40,2,0,16,153,3,65,37,70,4,64,32,6,65,4,106,34,2,32,7,70,13,2,65,0,33,10,2,127,2,64,32,1,32,2,40,2,0,16,153,3,34,9,65,197,0,70,13,0,32,9,65,255,1,113,65,48,70,13,0,32,6,33,2,32,9,12,1,11,32,6,65,8,106,34,6,32,7,70,13,3,32,9,33,10,32,1,32,6,40,2,0,16,153,3,11,33,6,32,8,32,0,173,32,8,40,2,24,173,32,8,40,2,16,173,32,3,173,32,4,173,32,5,173,32,6,173,32,10,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,36,17,0,0,167,54,2,24,32,2,65,8,106,33,6,12,1,11,32,1,65,128,192,0,32,6,40,2,0,16,138,1,4,64,3,64,2,64,32,7,32,6,65,4,106,34,6,70,4,64,32,7,33,6,12,1,11,32,1,65,128,192,0,32,6,40,2,0,16,138,1,13,1,11,11,3,64,32,8,65,24,106,32,8,65,16,106,16,136,1,69,13,2,32,1,65,128,192,0,32,8,65,24,106,16,137,1,16,138,1,69,13,2,32,8,65,24,106,16,139,1,26,12,0,11,0,11,32,1,32,8,65,24,106,16,137,1,16,194,1,32,1,32,6,40,2,0,16,194,1,70,4,64,32,6,65,4,106,33,6,32,8,65,24,106,16,139,1,26,12,1,11,32,4,65,4,54,2,0,11,32,4,40,2,0,33,2,12,1,11,11,32,4,65,4,54,2,0,11,32,8,65,24,106,32,8,65,16,106,16,140,1,4,64,32,4,32,4,40,2,0,65,2,114,54,2,0,11,32,8,40,2,24,33,6,32,8,65,32,106,36,0,32,6,11,49,0,32,0,173,32,1,173,65,0,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,52,17,0,0,167,11,94,1,1,127,35,0,65,32,107,34,6,36,0,32,6,65,248,234,1,41,3,0,55,3,24,32,6,65,240,234,1,41,3,0,55,3,16,32,6,65,232,234,1,41,3,0,55,3,8,32,6,65,224,234,1,41,3,0,55,3,0,32,0,32,1,32,2,32,3,32,4,32,5,32,6,32,6,65,32,106,16,152,3,33,0,32,6,65,32,106,36,0,32,0,11,84,0,32,0,32,1,32,2,32,3,32,4,32,5,32,0,65,8,106,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,8,40,2,20,17,0,0,167,34,0,16,159,1,32,0,16,159,1,32,0,16,165,1,65,2,116,106,16,152,3,11,76,1,1,127,35,0,65,16,107,34,6,36,0,32,6,32,1,54,2,8,32,6,32,3,16,203,1,32,6,16,135,1,33,3,32,6,16,163,2,32,0,32,5,65,24,106,32,6,65,8,106,32,2,32,4,32,3,16,157,3,32,6,40,2,8,33,0,32,6,65,16,106,36,0,32,0,11,96,0,32,2,32,3,32,0,65,8,106,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,8,40,2,0,17,0,0,167,34,0,32,0,65,168,1,106,32,5,32,4,65,0,16,207,2,32,0,107,34,0,65,167,1,76,4,64,32,1,32,0,65,12,109,65,7,111,54,2,0,11,11,76,1,1,127,35,0,65,16,107,34,6,36,0,32,6,32,1,54,2,8,32,6,32,3,16,203,1,32,6,16,135,1,33,3,32,6,16,163,2,32,0,32,5,65,16,106,32,6,65,8,106,32,2,32,4,32,3,16,159,3,32,6,40,2,8,33,0,32,6,65,16,106,36,0,32,0,11,96,0,32,2,32,3,32,0,65,8,106,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,8,40,2,4,17,0,0,167,34,0,32,0,65,160,2,106,32,5,32,4,65,0,16,207,2,32,0,107,34,0,65,159,2,76,4,64,32,1,32,0,65,12,109,65,12,111,54,2,0,11,11,74,1,1,127,35,0,65,16,107,34,6,36,0,32,6,32,1,54,2,8,32,6,32,3,16,203,1,32,6,16,135,1,33,3,32,6,16,163,2,32,5,65,20,106,32,6,65,8,106,32,2,32,4,32,3,16,161,3,32,6,40,2,8,33,0,32,6,65,16,106,36,0,32,0,11,66,0,32,1,32,2,32,3,32,4,65,4,16,162,3,33,1,32,3,45,0,0,65,4,113,69,4,64,32,0,32,1,65,208,15,106,32,1,65,236,14,106,32,1,32,1,65,228,0,72,27,32,1,65,197,0,72,27,65,236,14,107,54,2,0,11,11,197,1,1,3,127,35,0,65,16,107,34,5,36,0,32,5,32,1,54,2,8,65,0,33,1,65,6,33,6,2,64,2,64,32,0,32,5,65,8,106,16,140,1,13,0,65,4,33,6,32,3,65,128,16,32,0,16,137,1,34,7,16,138,1,69,13,0,32,3,32,7,16,153,3,33,1,3,64,2,64,32,0,16,139,1,26,32,1,65,48,107,33,1,32,0,32,5,65,8,106,16,136,1,69,13,0,32,4,65,2,72,13,0,32,3,65,128,16,32,0,16,137,1,34,6,16,138,1,69,13,3,32,4,65,1,107,33,4,32,3,32,6,16,153,3,32,1,65,10,108,106,33,1,12,1,11,11,65,2,33,6,32,0,32,5,65,8,106,16,140,1,69,13,1,11,32,2,32,2,40,2,0,32,6,114,54,2,0,11,32,5,65,16,106,36,0,32,1,11,226,14,1,1,127,35,0,65,64,106,34,7,36,0,32,7,32,1,54,2,56,32,4,65,0,54,2,0,32,7,32,3,16,203,1,32,7,16,135,1,33,8,32,7,16,163,2,2,127,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,32,6,65,193,0,107,14,57,0,1,23,4,23,5,23,6,7,23,23,23,10,23,23,23,23,14,15,16,23,23,23,19,21,23,23,23,23,23,23,23,0,1,2,3,3,23,23,1,23,8,23,23,9,11,23,12,23,13,23,11,23,23,17,18,20,22,11,32,0,32,5,65,24,106,32,7,65,56,106,32,2,32,4,32,8,16,157,3,12,24,11,32,0,32,5,65,16,106,32,7,65,56,106,32,2,32,4,32,8,16,159,3,12,23,11,32,7,32,0,32,1,32,2,32,3,32,4,32,5,32,0,65,8,106,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,8,40,2,12,17,0,0,167,34,6,16,159,1,32,6,16,159,1,32,6,16,165,1,65,2,116,106,16,152,3,54,2,56,12,22,11,32,5,65,12,106,33,1,32,7,65,56,106,32,2,32,4,32,8,65,2,16,162,3,33,0,32,4,40,2,0,33,2,2,64,2,64,32,0,65,1,107,65,30,75,13,0,32,2,65,4,113,13,0,32,1,32,0,54,2,0,12,1,11,32,4,32,2,65,4,114,54,2,0,11,12,21,11,32,7,65,232,233,1,41,3,0,55,3,24,32,7,65,224,233,1,41,3,0,55,3,16,32,7,65,216,233,1,41,3,0,55,3,8,32,7,65,208,233,1,41,3,0,55,3,0,32,7,32,0,32,1,32,2,32,3,32,4,32,5,32,7,32,7,65,32,106,16,152,3,54,2,56,12,20,11,32,7,65,136,234,1,41,3,0,55,3,24,32,7,65,128,234,1,41,3,0,55,3,16,32,7,65,248,233,1,41,3,0,55,3,8,32,7,65,240,233,1,41,3,0,55,3,0,32,7,32,0,32,1,32,2,32,3,32,4,32,5,32,7,32,7,65,32,106,16,152,3,54,2,56,12,19,11,32,5,65,8,106,33,1,32,7,65,56,106,32,2,32,4,32,8,65,2,16,162,3,33,0,32,4,40,2,0,33,2,2,64,2,64,32,0,65,23,74,13,0,32,2,65,4,113,13,0,32,1,32,0,54,2,0,12,1,11,32,4,32,2,65,4,114,54,2,0,11,12,18,11,32,5,65,8,106,33,1,32,7,65,56,106,32,2,32,4,32,8,65,2,16,162,3,33,0,32,4,40,2,0,33,2,2,64,2,64,32,0,65,1,107,65,11,75,13,0,32,2,65,4,113,13,0,32,1,32,0,54,2,0,12,1,11,32,4,32,2,65,4,114,54,2,0,11,12,17,11,32,5,65,28,106,33,1,32,7,65,56,106,32,2,32,4,32,8,65,3,16,162,3,33,0,32,4,40,2,0,33,2,2,64,2,64,32,0,65,237,2,74,13,0,32,2,65,4,113,13,0,32,1,32,0,54,2,0,12,1,11,32,4,32,2,65,4,114,54,2,0,11,12,16,11,32,5,65,16,106,33,1,32,7,65,56,106,32,2,32,4,32,8,65,2,16,162,3,33,0,32,4,40,2,0,33,2,2,64,2,64,32,0,65,12,74,13,0,32,2,65,4,113,13,0,32,1,32,0,65,1,107,54,2,0,12,1,11,32,4,32,2,65,4,114,54,2,0,11,12,15,11,32,5,65,4,106,33,1,32,7,65,56,106,32,2,32,4,32,8,65,2,16,162,3,33,0,32,4,40,2,0,33,2,2,64,2,64,32,0,65,59,74,13,0,32,2,65,4,113,13,0,32,1,32,0,54,2,0,12,1,11,32,4,32,2,65,4,114,54,2,0,11,12,14,11,32,7,65,56,106,33,0,35,0,65,16,107,34,1,36,0,32,1,32,2,54,2,8,3,64,2,64,32,0,32,1,65,8,106,16,136,1,69,13,0,32,8,65,128,192,0,32,0,16,137,1,16,138,1,69,13,0,32,0,16,139,1,26,12,1,11,11,32,0,32,1,65,8,106,16,140,1,4,64,32,4,32,4,40,2,0,65,2,114,54,2,0,11,32,1,65,16,106,36,0,12,13,11,32,5,65,8,106,33,1,32,7,65,56,106,33,3,2,64,32,0,65,8,106,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,8,40,2,8,17,0,0,167,34,0,16,165,1,65,0,32,0,65,12,106,16,165,1,107,70,4,64,32,4,32,4,40,2,0,65,4,114,54,2,0,12,1,11,32,3,32,2,32,0,32,0,65,24,106,32,8,32,4,65,0,16,207,2,33,3,32,1,40,2,0,33,4,2,64,32,3,32,0,107,34,0,13,0,32,4,65,12,71,13,0,32,1,65,0,54,2,0,12,1,11,2,64,32,0,65,12,71,13,0,32,4,65,11,74,13,0,32,1,32,4,65,12,106,54,2,0,11,11,12,12,11,32,7,65,144,234,1,65,44,16,69,34,6,32,0,32,1,32,2,32,3,32,4,32,5,32,6,32,6,65,44,106,16,152,3,54,2,56,12,11,11,32,7,65,208,234,1,40,2,0,54,2,16,32,7,65,200,234,1,41,3,0,55,3,8,32,7,65,192,234,1,41,3,0,55,3,0,32,7,32,0,32,1,32,2,32,3,32,4,32,5,32,7,32,7,65,20,106,16,152,3,54,2,56,12,10,11,32,7,65,56,106,32,2,32,4,32,8,65,2,16,162,3,33,0,32,4,40,2,0,33,2,2,64,2,64,32,0,65,60,74,13,0,32,2,65,4,113,13,0,32,5,32,0,54,2,0,12,1,11,32,4,32,2,65,4,114,54,2,0,11,12,9,11,32,7,65,248,234,1,41,3,0,55,3,24,32,7,65,240,234,1,41,3,0,55,3,16,32,7,65,232,234,1,41,3,0,55,3,8,32,7,65,224,234,1,41,3,0,55,3,0,32,7,32,0,32,1,32,2,32,3,32,4,32,5,32,7,32,7,65,32,106,16,152,3,54,2,56,12,8,11,32,5,65,24,106,33,1,32,7,65,56,106,32,2,32,4,32,8,65,1,16,162,3,33,0,32,4,40,2,0,33,2,2,64,2,64,32,0,65,6,74,13,0,32,2,65,4,113,13,0,32,1,32,0,54,2,0,12,1,11,32,4,32,2,65,4,114,54,2,0,11,12,7,11,32,0,173,32,1,173,32,2,173,32,3,173,32,4,173,32,5,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,20,17,0,0,167,12,7,11,32,7,32,0,32,1,32,2,32,3,32,4,32,5,32,0,65,8,106,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,8,40,2,24,17,0,0,167,34,6,16,159,1,32,6,16,159,1,32,6,16,165,1,65,2,116,106,16,152,3,54,2,56,12,5,11,32,5,65,20,106,32,7,65,56,106,32,2,32,4,32,8,16,161,3,12,4,11,32,5,65,20,106,33,1,32,7,65,56,106,32,2,32,4,32,8,65,4,16,162,3,33,0,32,4,45,0,0,65,4,113,69,4,64,32,1,32,0,65,236,14,107,54,2,0,11,12,3,11,32,6,65,37,70,13,1,11,32,4,32,4,40,2,0,65,4,114,54,2,0,12,1,11,35,0,65,16,107,34,0,36,0,32,0,32,2,54,2,8,65,6,33,2,2,64,2,64,32,7,65,56,106,34,1,32,0,65,8,106,16,140,1,13,0,65,4,33,2,32,8,32,1,16,137,1,16,153,3,65,37,71,13,0,65,2,33,2,32,1,16,139,1,32,0,65,8,106,16,140,1,69,13,1,11,32,4,32,4,40,2,0,32,2,114,54,2,0,11,32,0,65,16,106,36,0,11,32,7,40,2,56,11,33,4,32,7,65,64,107,36,0,32,4,11,134,1,0,35,0,65,128,1,107,34,2,36,0,32,2,32,2,65,244,0,106,54,2,12,32,0,65,8,106,32,2,65,16,106,32,2,65,12,106,32,4,32,5,32,6,16,165,3,32,2,65,16,106,33,3,32,2,40,2,12,33,4,35,0,65,16,107,34,0,36,0,32,0,32,1,54,2,8,3,64,32,3,32,4,71,4,64,32,0,65,8,106,32,3,44,0,0,16,148,1,32,3,65,1,106,33,3,12,1,11,11,32,0,40,2,8,33,3,32,0,65,16,106,36,0,32,2,65,128,1,106,36,0,32,3,11,100,1,1,127,35,0,65,16,107,34,6,36,0,32,6,65,0,58,0,15,32,6,32,5,58,0,14,32,6,32,4,58,0,13,32,6,65,37,58,0,12,32,5,4,64,32,6,65,13,106,32,6,65,14,106,16,166,3,11,32,2,32,1,32,1,32,2,40,2,0,16,201,1,32,6,65,12,106,32,3,32,0,40,2,0,16,8,32,1,106,54,2,0,32,6,65,16,106,36,0,11,53,1,1,127,35,0,65,16,107,34,2,36,0,32,2,32,0,45,0,0,58,0,15,32,0,32,1,45,0,0,58,0,0,32,1,32,2,65,15,106,45,0,0,58,0,0,32,2,65,16,106,36,0,11,4,0,32,1,11,247,1,0,35,0,65,160,3,107,34,2,36,0,32,2,32,2,65,160,3,106,54,2,12,35,0,65,144,1,107,34,3,36,0,32,3,32,3,65,132,1,106,54,2,28,32,0,65,8,106,34,0,32,3,65,32,106,32,3,65,28,106,32,4,32,5,32,6,16,165,3,32,3,66,0,55,3,16,32,3,32,3,65,32,106,54,2,12,32,2,65,16,106,34,4,32,3,65,12,106,32,4,32,2,65,12,106,34,5,40,2,0,16,169,3,32,3,65,16,106,32,0,40,2,0,16,170,3,34,0,65,127,70,4,64,16,177,1,0,11,32,5,32,4,32,0,65,2,116,106,54,2,0,32,3,65,144,1,106,36,0,32,2,65,16,106,33,3,32,2,40,2,12,33,4,35,0,65,16,107,34,0,36,0,32,0,32,1,54,2,8,3,64,32,3,32,4,71,4,64,32,0,65,8,106,32,3,40,2,0,16,149,1,32,3,65,4,106,33,3,12,1,11,11,32,0,40,2,8,33,3,32,0,65,16,106,36,0,32,2,65,160,3,106,36,0,32,3,11,10,0,32,1,32,0,107,65,2,117,11,62,1,1,127,35,0,65,16,107,34,5,36,0,32,5,32,4,54,2,12,32,5,65,8,106,32,5,65,12,106,16,203,2,33,4,32,0,32,1,32,2,32,3,16,147,2,33,0,32,4,16,204,2,32,5,65,16,106,36,0,32,0,11,5,0,65,255,0,11,8,0,32,0,16,151,1,26,11,12,0,32,0,65,1,65,45,16,241,2,26,11,12,0,32,0,65,130,134,128,32,54,0,0,11,8,0,65,255,255,255,255,7,11,12,0,32,0,65,1,65,45,16,131,3,26,11,7,0,32,0,44,0,8,11,7,0,32,0,44,0,9,11,12,0,32,0,32,1,65,12,106,16,52,26,11,12,0,32,0,32,1,65,24,106,16,52,26,11,12,0,32,0,32,1,65,36,106,16,52,26,11,12,0,32,0,32,1,65,48,106,16,52,26,11,7,0,32,0,40,2,60,11,12,0,32,0,32,1,40,2,64,54,0,0,11,12,0,32,0,32,1,40,2,68,54,0,0,11,12,0,32,0,32,1,65,16,106,16,52,26,11,13,0,32,0,32,1,65,28,106,16,188,3,26,11,166,1,1,4,127,35,0,65,16,107,34,3,36,0,32,0,33,2,2,64,32,1,16,168,1,69,4,64,32,2,32,1,40,2,8,54,2,8,32,2,32,1,41,2,0,55,2,0,12,1,11,32,1,40,2,0,33,4,2,64,2,64,2,64,32,1,40,2,4,34,2,65,1,77,4,64,32,0,33,1,32,0,32,2,16,190,1,12,1,11,32,2,65,239,255,255,255,3,75,13,1,32,0,32,0,32,2,16,224,5,65,1,106,34,5,16,225,5,34,1,16,198,1,32,0,32,5,16,199,1,32,0,32,2,16,200,1,11,32,1,32,4,32,2,65,1,106,16,110,12,1,11,16,177,1,0,11,11,32,3,65,16,106,36,0,32,0,11,13,0,32,0,32,1,65,40,106,16,188,3,26,11,13,0,32,0,32,1,65,52,106,16,188,3,26,11,7,0,32,0,40,2,64,11,12,0,32,0,32,1,40,2,72,54,0,0,11,227,3,1,1,127,35,0,65,160,2,107,34,0,36,0,32,0,32,2,54,2,144,2,32,0,32,1,54,2,152,2,32,0,65,205,0,54,2,16,32,0,65,152,1,106,32,0,65,160,1,106,32,0,65,16,106,16,170,2,33,1,32,0,65,144,1,106,32,4,16,203,1,32,0,65,144,1,106,16,117,33,7,32,0,65,0,58,0,143,1,2,64,32,0,65,152,2,106,32,2,32,3,32,0,65,144,1,106,32,4,40,2,4,32,5,32,0,65,143,1,106,32,7,32,1,32,0,65,148,1,106,32,0,65,132,2,106,16,194,3,69,13,0,32,0,65,194,14,40,0,0,54,0,135,1,32,0,65,187,14,41,0,0,55,3,128,1,32,7,32,0,65,128,1,106,32,0,65,138,1,106,32,0,65,246,0,106,16,199,2,32,0,65,204,0,54,2,16,32,0,65,8,106,65,0,32,0,65,16,106,16,170,2,33,7,32,0,65,16,106,33,2,2,64,32,0,40,2,148,1,32,1,40,2,0,107,65,227,0,78,4,64,32,7,32,0,40,2,148,1,32,1,40,2,0,107,65,2,106,16,85,16,171,2,32,7,40,2,0,69,13,1,32,7,40,2,0,33,2,11,32,0,45,0,143,1,4,64,32,2,65,45,58,0,0,32,2,65,1,106,33,2,11,32,1,40,2,0,33,4,3,64,32,0,40,2,148,1,32,4,77,4,64,2,64,32,2,65,0,58,0,0,32,0,32,6,54,2,0,32,0,65,16,106,32,0,16,255,1,65,1,71,13,0,32,7,16,174,2,12,4,11,5,32,2,32,0,65,246,0,106,32,0,65,128,1,106,32,4,16,202,2,32,0,107,32,0,106,45,0,10,58,0,0,32,2,65,1,106,33,2,32,4,65,1,106,33,4,12,1,11,11,16,177,1,0,11,16,177,1,0,11,32,0,65,152,2,106,32,0,65,144,2,106,16,124,4,64,32,5,32,5,40,2,0,65,2,114,54,2,0,11,32,0,40,2,152,2,33,4,32,0,65,144,1,106,16,163,2,32,1,16,174,2,32,0,65,160,2,106,36,0,32,4,11,137,17,1,10,127,35,0,65,176,4,107,34,11,36,0,32,11,32,10,54,2,164,4,32,11,32,1,54,2,168,4,32,11,65,205,0,54,2,104,32,11,32,11,65,136,1,106,32,11,65,144,1,106,32,11,65,232,0,106,16,170,2,34,15,40,2,0,34,1,54,2,132,1,32,11,32,1,65,144,3,106,54,2,128,1,32,11,65,232,0,106,16,151,1,33,17,32,11,65,216,0,106,16,151,1,33,14,32,11,65,200,0,106,16,151,1,33,12,32,11,65,56,106,16,151,1,33,13,32,11,65,40,106,16,151,1,33,16,32,11,65,248,0,106,33,10,32,11,65,247,0,106,33,18,32,11,65,246,0,106,33,19,35,0,65,16,107,34,1,36,0,32,11,2,127,32,2,4,64,32,1,32,3,16,202,3,34,2,16,203,3,32,10,32,1,40,2,0,54,0,0,32,1,32,2,16,204,3,32,13,32,1,16,154,1,32,1,16,246,5,26,32,1,32,2,16,166,2,32,12,32,1,16,154,1,32,1,16,246,5,26,32,18,32,2,16,225,2,58,0,0,32,19,32,2,16,226,2,58,0,0,32,1,32,2,16,227,2,32,17,32,1,16,154,1,32,1,16,246,5,26,32,1,32,2,16,165,2,32,14,32,1,16,154,1,32,1,16,246,5,26,32,2,16,205,3,12,1,11,32,1,32,3,16,206,3,34,2,16,203,3,32,10,32,1,40,2,0,54,0,0,32,1,32,2,16,204,3,32,13,32,1,16,154,1,32,1,16,246,5,26,32,1,32,2,16,166,2,32,12,32,1,16,154,1,32,1,16,246,5,26,32,18,32,2,16,225,2,58,0,0,32,19,32,2,16,226,2,58,0,0,32,1,32,2,16,227,2,32,17,32,1,16,154,1,32,1,16,246,5,26,32,1,32,2,16,165,2,32,14,32,1,16,154,1,32,1,16,246,5,26,32,2,16,205,3,11,54,2,36,32,1,65,16,106,36,0,32,9,32,8,40,2,0,54,2,0,32,4,65,128,4,113,34,18,65,9,118,33,19,65,0,33,1,65,0,33,2,3,64,32,2,33,10,2,64,2,64,2,64,2,64,32,1,65,4,70,13,0,32,0,32,11,65,168,4,106,16,120,69,13,0,65,0,33,4,2,64,2,64,2,64,2,64,2,64,2,64,32,11,65,248,0,106,32,1,106,44,0,0,14,5,1,0,4,3,5,9,11,32,1,65,3,70,13,7,32,7,65,128,192,0,32,0,16,121,16,122,4,64,32,11,65,24,106,32,0,16,195,3,32,16,32,11,44,0,24,16,129,6,12,2,11,32,5,32,5,40,2,0,65,4,114,54,2,0,65,0,33,0,12,6,11,32,1,65,3,70,13,6,11,3,64,32,0,32,11,65,168,4,106,16,120,69,13,6,32,7,65,128,192,0,32,0,16,121,16,122,69,13,6,32,11,65,24,106,32,0,16,195,3,32,16,32,11,44,0,24,16,129,6,12,0,11,0,11,32,12,16,165,1,65,0,32,13,16,165,1,107,70,13,4,2,64,32,12,16,165,1,4,64,32,13,16,165,1,13,1,11,32,12,16,165,1,33,4,32,0,16,121,33,2,32,4,4,64,32,12,65,0,16,173,2,45,0,0,32,2,65,255,1,113,70,4,64,32,0,16,123,26,32,12,32,10,32,12,16,165,1,65,1,75,27,33,2,12,8,11,32,6,65,1,58,0,0,12,6,11,32,13,65,0,16,173,2,45,0,0,32,2,65,255,1,113,71,13,5,32,0,16,123,26,32,6,65,1,58,0,0,32,13,32,10,32,13,16,165,1,65,1,75,27,33,2,12,6,11,32,0,16,121,65,255,1,113,32,12,65,0,16,173,2,45,0,0,70,4,64,32,0,16,123,26,32,12,32,10,32,12,16,165,1,65,1,75,27,33,2,12,6,11,32,0,16,121,65,255,1,113,32,13,65,0,16,173,2,45,0,0,70,4,64,32,0,16,123,26,32,6,65,1,58,0,0,32,13,32,10,32,13,16,165,1,65,1,75,27,33,2,12,6,11,32,5,32,5,40,2,0,65,4,114,54,2,0,65,0,33,0,12,3,11,2,64,32,10,13,0,32,1,65,2,73,13,0,65,0,33,2,32,19,32,1,65,2,70,32,11,45,0,123,65,0,71,113,114,69,13,5,11,32,11,32,14,16,229,2,54,2,16,32,11,65,24,106,32,11,65,16,106,16,196,3,33,4,2,64,32,1,69,13,0,32,1,32,11,106,45,0,119,65,1,75,13,0,3,64,2,64,32,11,32,14,16,230,2,54,2,16,32,4,32,11,65,16,106,16,231,2,69,13,0,32,7,65,128,192,0,32,4,40,2,0,44,0,0,16,122,69,13,0,32,4,16,232,2,12,1,11,11,32,11,32,14,16,229,2,54,2,16,32,4,32,11,65,16,106,16,197,3,34,4,32,16,16,165,1,77,4,64,32,11,32,16,16,230,2,54,2,16,32,11,65,16,106,65,0,32,4,107,16,207,3,33,4,32,16,16,230,2,33,20,32,14,16,229,2,33,3,35,0,65,32,107,34,2,36,0,32,2,32,20,54,2,16,32,2,32,4,54,2,24,32,2,32,3,54,2,8,3,64,2,64,32,2,65,24,106,32,2,65,16,106,16,231,2,34,3,69,13,0,32,2,40,2,24,45,0,0,32,2,40,2,8,45,0,0,71,13,0,32,2,65,24,106,16,232,2,32,2,65,8,106,16,232,2,12,1,11,11,32,2,65,32,106,36,0,32,3,65,1,115,13,1,11,32,11,32,14,16,229,2,54,2,8,32,11,65,16,106,32,11,65,8,106,16,196,3,26,32,11,32,11,40,2,16,54,2,24,11,32,11,32,11,40,2,24,54,2,16,3,64,2,64,32,11,32,14,16,230,2,54,2,8,32,11,65,16,106,32,11,65,8,106,16,231,2,69,13,0,32,0,32,11,65,168,4,106,16,120,69,13,0,32,0,16,121,65,255,1,113,32,11,40,2,16,45,0,0,71,13,0,32,0,16,123,26,32,11,65,16,106,16,232,2,12,1,11,11,32,18,69,13,3,32,11,32,14,16,230,2,54,2,8,32,11,65,16,106,32,11,65,8,106,16,231,2,69,13,3,32,5,32,5,40,2,0,65,4,114,54,2,0,65,0,33,0,12,2,11,3,64,2,64,32,0,32,11,65,168,4,106,16,120,69,13,0,2,127,32,7,65,128,16,32,0,16,121,34,2,16,122,4,64,32,9,40,2,0,34,3,32,11,40,2,164,4,70,4,64,32,8,32,9,32,11,65,164,4,106,16,198,3,32,9,40,2,0,33,3,11,32,9,32,3,65,1,106,54,2,0,32,3,32,2,58,0,0,32,4,65,1,106,12,1,11,32,17,16,165,1,69,13,1,32,4,69,13,1,32,11,45,0,118,32,2,65,255,1,113,71,13,1,32,11,40,2,132,1,34,2,32,11,40,2,128,1,70,4,64,32,15,32,11,65,132,1,106,32,11,65,128,1,106,16,199,3,32,11,40,2,132,1,33,2,11,32,11,32,2,65,4,106,54,2,132,1,32,2,32,4,54,2,0,65,0,11,33,4,32,0,16,123,26,12,1,11,11,2,64,32,11,40,2,132,1,34,2,32,15,40,2,0,70,13,0,32,4,69,13,0,32,11,40,2,128,1,32,2,70,4,64,32,15,32,11,65,132,1,106,32,11,65,128,1,106,16,199,3,32,11,40,2,132,1,33,2,11,32,11,32,2,65,4,106,54,2,132,1,32,2,32,4,54,2,0,11,2,64,32,11,40,2,36,65,0,76,13,0,2,64,32,0,32,11,65,168,4,106,16,124,69,4,64,32,0,16,121,65,255,1,113,32,11,45,0,119,70,13,1,11,32,5,32,5,40,2,0,65,4,114,54,2,0,65,0,33,0,12,3,11,3,64,32,0,16,123,26,32,11,40,2,36,65,0,76,13,1,2,64,32,0,32,11,65,168,4,106,16,124,69,4,64,32,7,65,128,16,32,0,16,121,16,122,13,1,11,32,5,32,5,40,2,0,65,4,114,54,2,0,65,0,33,0,12,4,11,32,9,40,2,0,32,11,40,2,164,4,70,4,64,32,8,32,9,32,11,65,164,4,106,16,198,3,11,32,0,16,121,33,4,32,9,32,9,40,2,0,34,2,65,1,106,54,2,0,32,2,32,4,58,0,0,32,11,32,11,40,2,36,65,1,107,54,2,36,12,0,11,0,11,32,10,33,2,32,8,40,2,0,32,9,40,2,0,71,13,3,32,5,32,5,40,2,0,65,4,114,54,2,0,65,0,33,0,12,1,11,2,64,32,10,69,13,0,65,1,33,4,3,64,32,10,16,165,1,32,4,77,13,1,2,64,32,0,32,11,65,168,4,106,16,124,69,4,64,32,0,16,121,65,255,1,113,32,10,32,4,16,173,2,45,0,0,70,13,1,11,32,5,32,5,40,2,0,65,4,114,54,2,0,65,0,33,0,12,3,11,32,0,16,123,26,32,4,65,1,106,33,4,12,0,11,0,11,65,1,33,0,32,15,40,2,0,32,11,40,2,132,1,70,13,0,65,0,33,0,32,11,65,0,54,2,24,32,17,32,15,40,2,0,32,11,40,2,132,1,32,11,65,24,106,16,181,2,32,11,40,2,24,4,64,32,5,32,5,40,2,0,65,4,114,54,2,0,12,1,11,65,1,33,0,11,32,16,16,246,5,26,32,13,16,246,5,26,32,12,16,246,5,26,32,14,16,246,5,26,32,17,16,246,5,26,32,15,16,174,2,32,11,65,176,4,106,36,0,32,0,15,11,32,10,33,2,11,32,1,65,1,106,33,1,12,0,11,0,11,37,1,1,127,32,1,40,2,0,16,132,1,65,24,116,65,24,117,33,2,32,0,32,1,40,2,0,54,2,4,32,0,32,2,58,0,0,11,14,0,32,0,32,1,40,2,0,54,2,0,32,0,11,13,0,32,0,40,2,0,32,1,40,2,0,107,11,198,1,1,6,127,35,0,65,16,107,34,4,36,0,32,0,16,249,2,40,2,0,33,5,2,127,32,2,40,2,0,32,0,40,2,0,107,34,3,65,255,255,255,255,7,73,4,64,32,3,65,1,116,12,1,11,65,127,11,34,3,65,1,32,3,27,33,3,32,1,40,2,0,33,6,32,0,40,2,0,33,7,32,5,65,205,0,70,4,127,65,0,5,32,0,40,2,0,11,32,3,16,87,34,8,4,64,32,5,65,205,0,71,4,64,32,0,16,208,3,26,11,32,4,65,204,0,54,2,4,32,0,32,4,65,8,106,32,8,32,4,65,4,106,16,170,2,34,5,16,209,3,32,5,16,174,2,32,1,32,0,40,2,0,32,6,32,7,107,106,54,2,0,32,2,32,3,32,0,40,2,0,106,54,2,0,32,4,65,16,106,36,0,15,11,16,177,1,0,11,201,1,1,6,127,35,0,65,16,107,34,4,36,0,32,0,16,249,2,40,2,0,33,5,2,127,32,2,40,2,0,32,0,40,2,0,107,34,3,65,255,255,255,255,7,73,4,64,32,3,65,1,116,12,1,11,65,127,11,34,3,65,4,32,3,27,33,3,32,1,40,2,0,33,6,32,0,40,2,0,33,7,32,5,65,205,0,70,4,127,65,0,5,32,0,40,2,0,11,32,3,16,87,34,8,4,64,32,5,65,205,0,71,4,64,32,0,16,208,3,26,11,32,4,65,204,0,54,2,4,32,0,32,4,65,8,106,32,8,32,4,65,4,106,16,170,2,34,5,16,209,3,32,5,16,174,2,32,1,32,0,40,2,0,32,6,32,7,107,106,54,2,0,32,2,32,0,40,2,0,32,3,65,124,113,106,54,2,0,32,4,65,16,106,36,0,15,11,16,177,1,0,11,196,4,1,3,127,35,0,65,160,1,107,34,0,36,0,32,0,32,2,54,2,144,1,32,0,32,1,54,2,152,1,32,0,65,205,0,54,2,20,32,0,65,24,106,32,0,65,32,106,32,0,65,20,106,16,170,2,33,8,32,0,65,16,106,32,4,16,203,1,32,0,65,16,106,16,117,33,1,32,0,65,0,58,0,15,32,0,65,152,1,106,32,2,32,3,32,0,65,16,106,32,4,40,2,4,32,5,32,0,65,15,106,32,1,32,8,32,0,65,20,106,32,0,65,132,1,106,16,194,3,4,64,35,0,65,16,107,34,2,36,0,2,64,32,6,16,168,1,4,64,32,6,40,2,0,33,3,32,2,65,0,58,0,15,32,3,32,2,65,15,106,16,191,1,32,6,65,0,16,200,1,12,1,11,32,2,65,0,58,0,14,32,6,32,2,65,14,106,16,191,1,32,6,65,0,16,190,1,11,32,2,65,16,106,36,0,32,0,45,0,15,4,64,32,6,32,1,65,45,16,194,1,16,129,6,11,32,1,65,48,16,194,1,33,1,32,8,40,2,0,33,4,32,0,40,2,20,34,3,65,1,107,33,2,32,1,65,255,1,113,33,1,3,64,2,64,32,2,32,4,77,13,0,32,4,45,0,0,32,1,71,13,0,32,4,65,1,106,33,4,12,1,11,11,35,0,65,16,107,34,7,36,0,32,6,16,165,1,33,2,32,6,16,166,1,33,1,2,64,32,4,32,3,16,196,1,34,9,69,13,0,32,6,16,159,1,32,4,77,4,127,32,4,32,6,16,159,1,32,6,16,165,1,106,77,5,65,0,11,69,4,64,32,9,32,1,32,2,107,75,4,64,32,6,32,1,32,2,32,9,106,32,1,107,32,2,32,2,65,0,16,248,5,11,32,6,16,159,1,32,2,106,33,1,3,64,32,3,32,4,71,4,64,32,1,32,4,16,191,1,32,4,65,1,106,33,4,32,1,65,1,106,33,1,12,1,11,11,32,7,65,0,58,0,15,32,1,32,7,65,15,106,16,191,1,32,6,32,2,32,9,106,16,201,3,12,1,11,32,6,32,7,32,4,32,3,32,6,16,161,1,34,4,16,159,1,32,4,16,165,1,16,252,5,26,32,4,16,246,5,26,11,32,7,65,16,106,36,0,11,32,0,65,152,1,106,32,0,65,144,1,106,16,124,4,64,32,5,32,5,40,2,0,65,2,114,54,2,0,11,32,0,40,2,152,1,33,4,32,0,65,16,106,16,163,2,32,8,16,174,2,32,0,65,160,1,106,36,0,32,4,11,25,0,32,0,16,168,1,4,64,32,0,32,1,16,200,1,15,11,32,0,32,1,16,190,1,11,11,0,32,0,65,160,168,4,16,168,2,11,48,0,32,0,173,32,1,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,1,40,2,0,40,2,44,17,0,0,26,11,48,0,32,0,173,32,1,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,1,40,2,0,40,2,32,17,0,0,26,11,47,0,32,0,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,36,17,0,0,167,11,11,0,32,0,65,152,168,4,16,168,2,11,49,1,1,127,35,0,65,16,107,34,2,36,0,32,2,32,0,40,2,0,54,2,8,32,2,65,8,106,32,1,16,235,3,32,2,40,2,8,33,1,32,2,65,16,106,36,0,32,1,11,20,1,1,127,32,0,40,2,0,33,1,32,0,65,0,54,2,0,32,1,11,32,0,32,0,32,1,16,208,3,16,171,2,32,1,16,249,2,40,2,0,33,1,32,0,16,249,2,32,1,54,2,0,11,243,3,1,1,127,35,0,65,240,4,107,34,0,36,0,32,0,32,2,54,2,224,4,32,0,32,1,54,2,232,4,32,0,65,205,0,54,2,16,32,0,65,200,1,106,32,0,65,208,1,106,32,0,65,16,106,16,170,2,33,1,32,0,65,192,1,106,32,4,16,203,1,32,0,65,192,1,106,16,135,1,33,7,32,0,65,0,58,0,191,1,2,64,32,0,65,232,4,106,32,2,32,3,32,0,65,192,1,106,32,4,40,2,4,32,5,32,0,65,191,1,106,32,7,32,1,32,0,65,196,1,106,32,0,65,224,4,106,16,211,3,69,13,0,32,0,65,194,14,40,0,0,54,0,183,1,32,0,65,187,14,41,0,0,55,3,176,1,32,7,32,0,65,176,1,106,32,0,65,186,1,106,32,0,65,128,1,106,16,223,2,32,0,65,204,0,54,2,16,32,0,65,8,106,65,0,32,0,65,16,106,16,170,2,33,7,32,0,65,16,106,33,2,2,64,32,0,40,2,196,1,32,1,40,2,0,107,65,137,3,78,4,64,32,7,32,0,40,2,196,1,32,1,40,2,0,107,65,2,117,65,2,106,16,85,16,171,2,32,7,40,2,0,69,13,1,32,7,40,2,0,33,2,11,32,0,45,0,191,1,4,64,32,2,65,45,58,0,0,32,2,65,1,106,33,2,11,32,1,40,2,0,33,4,3,64,32,0,40,2,196,1,32,4,77,4,64,2,64,32,2,65,0,58,0,0,32,0,32,6,54,2,0,32,0,65,16,106,32,0,16,255,1,65,1,71,13,0,32,7,16,174,2,12,4,11,5,32,2,32,0,65,176,1,106,32,0,65,128,1,106,32,0,65,168,1,106,32,4,16,224,2,32,0,65,128,1,106,107,65,2,117,106,45,0,0,58,0,0,32,2,65,1,106,33,2,32,4,65,4,106,33,4,12,1,11,11,16,177,1,0,11,16,177,1,0,11,32,0,65,232,4,106,32,0,65,224,4,106,16,140,1,4,64,32,5,32,5,40,2,0,65,2,114,54,2,0,11,32,0,40,2,232,4,33,4,32,0,65,192,1,106,16,163,2,32,1,16,174,2,32,0,65,240,4,106,36,0,32,4,11,254,16,1,10,127,35,0,65,176,4,107,34,11,36,0,32,11,32,10,54,2,164,4,32,11,32,1,54,2,168,4,32,11,65,205,0,54,2,96,32,11,32,11,65,136,1,106,32,11,65,144,1,106,32,11,65,224,0,106,16,170,2,34,15,40,2,0,34,1,54,2,132,1,32,11,32,1,65,144,3,106,54,2,128,1,32,11,65,224,0,106,16,151,1,33,17,32,11,65,208,0,106,16,151,1,33,14,32,11,65,64,107,16,151,1,33,12,32,11,65,48,106,16,151,1,33,13,32,11,65,32,106,16,151,1,33,16,32,11,65,248,0,106,33,10,32,11,65,244,0,106,33,18,32,11,65,240,0,106,33,19,35,0,65,16,107,34,1,36,0,32,11,2,127,32,2,4,64,32,1,32,3,16,219,3,34,2,16,203,3,32,10,32,1,40,2,0,54,0,0,32,1,32,2,16,204,3,32,13,32,1,16,220,3,32,1,16,246,5,26,32,1,32,2,16,166,2,32,12,32,1,16,220,3,32,1,16,246,5,26,32,18,32,2,16,225,2,54,2,0,32,19,32,2,16,226,2,54,2,0,32,1,32,2,16,227,2,32,17,32,1,16,154,1,32,1,16,246,5,26,32,1,32,2,16,165,2,32,14,32,1,16,220,3,32,1,16,246,5,26,32,2,16,205,3,12,1,11,32,1,32,3,16,221,3,34,2,16,203,3,32,10,32,1,40,2,0,54,0,0,32,1,32,2,16,204,3,32,13,32,1,16,220,3,32,1,16,246,5,26,32,1,32,2,16,166,2,32,12,32,1,16,220,3,32,1,16,246,5,26,32,18,32,2,16,225,2,54,2,0,32,19,32,2,16,226,2,54,2,0,32,1,32,2,16,227,2,32,17,32,1,16,154,1,32,1,16,246,5,26,32,1,32,2,16,165,2,32,14,32,1,16,220,3,32,1,16,246,5,26,32,2,16,205,3,11,54,2,28,32,1,65,16,106,36,0,32,9,32,8,40,2,0,54,2,0,32,4,65,128,4,113,34,18,65,9,118,33,19,65,0,33,1,65,0,33,2,3,64,32,2,33,10,2,64,2,64,2,64,2,64,32,1,65,4,70,13,0,32,0,32,11,65,168,4,106,16,136,1,69,13,0,65,0,33,4,2,64,2,64,2,64,2,64,2,64,2,64,32,11,65,248,0,106,32,1,106,44,0,0,14,5,1,0,4,3,5,9,11,32,1,65,3,70,13,7,32,7,65,128,192,0,32,0,16,137,1,16,138,1,4,64,32,11,65,16,106,32,0,16,212,3,32,16,32,11,40,2,16,16,137,6,12,2,11,32,5,32,5,40,2,0,65,4,114,54,2,0,65,0,33,0,12,6,11,32,1,65,3,70,13,6,11,3,64,32,0,32,11,65,168,4,106,16,136,1,69,13,6,32,7,65,128,192,0,32,0,16,137,1,16,138,1,69,13,6,32,11,65,16,106,32,0,16,212,3,32,16,32,11,40,2,16,16,137,6,12,0,11,0,11,32,12,16,165,1,65,0,32,13,16,165,1,107,70,13,4,2,64,32,12,16,165,1,4,64,32,13,16,165,1,13,1,11,32,12,16,165,1,33,4,32,0,16,137,1,33,2,32,4,4,64,32,12,65,0,16,208,2,40,2,0,32,2,70,4,64,32,0,16,139,1,26,32,12,32,10,32,12,16,165,1,65,1,75,27,33,2,12,8,11,32,6,65,1,58,0,0,12,6,11,32,2,32,13,65,0,16,208,2,40,2,0,71,13,5,32,0,16,139,1,26,32,6,65,1,58,0,0,32,13,32,10,32,13,16,165,1,65,1,75,27,33,2,12,6,11,32,0,16,137,1,32,12,65,0,16,208,2,40,2,0,70,4,64,32,0,16,139,1,26,32,12,32,10,32,12,16,165,1,65,1,75,27,33,2,12,6,11,32,0,16,137,1,32,13,65,0,16,208,2,40,2,0,70,4,64,32,0,16,139,1,26,32,6,65,1,58,0,0,32,13,32,10,32,13,16,165,1,65,1,75,27,33,2,12,6,11,32,5,32,5,40,2,0,65,4,114,54,2,0,65,0,33,0,12,3,11,2,64,32,10,13,0,32,1,65,2,73,13,0,65,0,33,2,32,19,32,1,65,2,70,32,11,45,0,123,65,0,71,113,114,69,13,5,11,32,11,32,14,16,229,2,54,2,8,32,11,65,16,106,32,11,65,8,106,16,196,3,33,4,2,64,32,1,69,13,0,32,1,32,11,106,45,0,119,65,1,75,13,0,3,64,2,64,32,11,32,14,16,253,2,54,2,8,32,4,32,11,65,8,106,16,231,2,69,13,0,32,7,65,128,192,0,32,4,40,2,0,40,2,0,16,138,1,69,13,0,32,4,16,254,2,12,1,11,11,32,11,32,14,16,229,2,54,2,8,32,4,32,11,65,8,106,16,213,3,34,4,32,16,16,165,1,77,4,64,32,11,32,16,16,253,2,54,2,8,32,11,65,8,106,65,0,32,4,107,16,222,3,33,4,32,16,16,253,2,33,20,32,14,16,229,2,33,3,35,0,65,32,107,34,2,36,0,32,2,32,20,54,2,16,32,2,32,4,54,2,24,32,2,32,3,54,2,8,3,64,2,64,32,2,65,24,106,32,2,65,16,106,16,231,2,34,3,69,13,0,32,2,40,2,24,40,2,0,32,2,40,2,8,40,2,0,71,13,0,32,2,65,24,106,16,254,2,32,2,65,8,106,16,254,2,12,1,11,11,32,2,65,32,106,36,0,32,3,65,1,115,13,1,11,32,11,32,14,16,229,2,54,2,0,32,11,65,8,106,32,11,16,196,3,26,32,11,32,11,40,2,8,54,2,16,11,32,11,32,11,40,2,16,54,2,8,3,64,2,64,32,11,32,14,16,253,2,54,2,0,32,11,65,8,106,32,11,16,231,2,69,13,0,32,0,32,11,65,168,4,106,16,136,1,69,13,0,32,0,16,137,1,32,11,40,2,8,40,2,0,71,13,0,32,0,16,139,1,26,32,11,65,8,106,16,254,2,12,1,11,11,32,18,69,13,3,32,11,32,14,16,253,2,54,2,0,32,11,65,8,106,32,11,16,231,2,69,13,3,32,5,32,5,40,2,0,65,4,114,54,2,0,65,0,33,0,12,2,11,3,64,2,64,32,0,32,11,65,168,4,106,16,136,1,69,13,0,2,127,32,7,65,128,16,32,0,16,137,1,34,2,16,138,1,4,64,32,9,40,2,0,34,3,32,11,40,2,164,4,70,4,64,32,8,32,9,32,11,65,164,4,106,16,199,3,32,9,40,2,0,33,3,11,32,9,32,3,65,4,106,54,2,0,32,3,32,2,54,2,0,32,4,65,1,106,12,1,11,32,17,16,165,1,69,13,1,32,4,69,13,1,32,2,32,11,40,2,112,71,13,1,32,11,40,2,132,1,34,2,32,11,40,2,128,1,70,4,64,32,15,32,11,65,132,1,106,32,11,65,128,1,106,16,199,3,32,11,40,2,132,1,33,2,11,32,11,32,2,65,4,106,54,2,132,1,32,2,32,4,54,2,0,65,0,11,33,4,32,0,16,139,1,26,12,1,11,11,2,64,32,11,40,2,132,1,34,2,32,15,40,2,0,70,13,0,32,4,69,13,0,32,11,40,2,128,1,32,2,70,4,64,32,15,32,11,65,132,1,106,32,11,65,128,1,106,16,199,3,32,11,40,2,132,1,33,2,11,32,11,32,2,65,4,106,54,2,132,1,32,2,32,4,54,2,0,11,2,64,32,11,40,2,28,65,0,76,13,0,2,64,32,0,32,11,65,168,4,106,16,140,1,69,4,64,32,0,16,137,1,32,11,40,2,116,70,13,1,11,32,5,32,5,40,2,0,65,4,114,54,2,0,65,0,33,0,12,3,11,3,64,32,0,16,139,1,26,32,11,40,2,28,65,0,76,13,1,2,64,32,0,32,11,65,168,4,106,16,140,1,69,4,64,32,7,65,128,16,32,0,16,137,1,16,138,1,13,1,11,32,5,32,5,40,2,0,65,4,114,54,2,0,65,0,33,0,12,4,11,32,9,40,2,0,32,11,40,2,164,4,70,4,64,32,8,32,9,32,11,65,164,4,106,16,199,3,11,32,0,16,137,1,33,4,32,9,32,9,40,2,0,34,2,65,4,106,54,2,0,32,2,32,4,54,2,0,32,11,32,11,40,2,28,65,1,107,54,2,28,12,0,11,0,11,32,10,33,2,32,8,40,2,0,32,9,40,2,0,71,13,3,32,5,32,5,40,2,0,65,4,114,54,2,0,65,0,33,0,12,1,11,2,64,32,10,69,13,0,65,1,33,4,3,64,32,10,16,165,1,32,4,77,13,1,2,64,32,0,32,11,65,168,4,106,16,140,1,69,4,64,32,0,16,137,1,32,10,32,4,16,208,2,40,2,0,70,13,1,11,32,5,32,5,40,2,0,65,4,114,54,2,0,65,0,33,0,12,3,11,32,0,16,139,1,26,32,4,65,1,106,33,4,12,0,11,0,11,65,1,33,0,32,15,40,2,0,32,11,40,2,132,1,70,13,0,65,0,33,0,32,11,65,0,54,2,16,32,17,32,15,40,2,0,32,11,40,2,132,1,32,11,65,16,106,16,181,2,32,11,40,2,16,4,64,32,5,32,5,40,2,0,65,4,114,54,2,0,12,1,11,65,1,33,0,11,32,16,16,246,5,26,32,13,16,246,5,26,32,12,16,246,5,26,32,14,16,246,5,26,32,17,16,246,5,26,32,15,16,174,2,32,11,65,176,4,106,36,0,32,0,15,11,32,10,33,2,11,32,1,65,1,106,33,1,12,0,11,0,11,31,1,1,127,32,1,40,2,0,16,143,1,33,2,32,0,32,1,40,2,0,54,2,4,32,0,32,2,54,2,0,11,16,0,32,0,40,2,0,32,1,40,2,0,107,65,2,117,11,167,5,1,4,127,35,0,65,192,3,107,34,0,36,0,32,0,32,2,54,2,176,3,32,0,32,1,54,2,184,3,32,0,65,205,0,54,2,20,32,0,65,24,106,32,0,65,32,106,32,0,65,20,106,16,170,2,33,9,32,0,65,16,106,32,4,16,203,1,32,0,65,16,106,16,135,1,33,1,32,0,65,0,58,0,15,32,0,65,184,3,106,32,2,32,3,32,0,65,16,106,32,4,40,2,4,32,5,32,0,65,15,106,32,1,32,9,32,0,65,20,106,32,0,65,176,3,106,16,211,3,4,64,35,0,65,16,107,34,2,36,0,2,64,32,6,16,168,1,4,64,32,6,40,2,0,33,3,32,2,65,0,54,2,12,32,3,32,2,65,12,106,16,208,1,32,6,65,0,16,200,1,12,1,11,32,2,65,0,54,2,8,32,6,32,2,65,8,106,16,208,1,32,6,65,0,16,190,1,11,32,2,65,16,106,36,0,32,0,45,0,15,4,64,32,6,32,1,65,45,16,195,1,16,137,6,11,32,1,65,48,16,195,1,33,1,32,9,40,2,0,33,4,32,0,40,2,20,34,3,65,4,107,33,2,3,64,2,64,32,2,32,4,77,13,0,32,4,40,2,0,32,1,71,13,0,32,4,65,4,106,33,4,12,1,11,11,35,0,65,16,107,34,8,36,0,32,6,16,165,1,33,2,32,6,16,215,3,33,1,2,64,32,4,32,3,16,216,3,34,7,69,13,0,32,6,32,4,16,217,3,69,4,64,32,7,32,1,32,2,107,75,4,64,32,6,32,1,32,2,32,7,106,32,1,107,32,2,32,2,65,0,65,0,16,134,6,11,32,6,16,159,1,32,2,65,2,116,106,33,1,3,64,32,3,32,4,71,4,64,32,1,32,4,16,208,1,32,4,65,4,106,33,4,32,1,65,4,106,33,1,12,1,11,11,32,8,65,0,54,2,0,32,1,32,8,16,208,1,32,6,32,2,32,7,106,16,201,3,12,1,11,32,8,32,4,32,3,32,6,16,218,3,34,4,16,159,1,33,10,32,4,16,165,1,33,1,35,0,65,16,107,34,7,36,0,2,64,32,1,32,6,16,215,3,34,3,32,6,16,165,1,34,2,107,77,4,64,32,1,69,13,1,32,6,16,159,1,34,3,32,2,65,2,116,106,32,10,32,1,16,110,32,6,32,1,32,2,106,34,1,16,201,3,32,7,65,0,54,2,12,32,3,32,1,65,2,116,106,32,7,65,12,106,16,208,1,12,1,11,32,6,32,3,32,1,32,2,106,32,3,107,32,2,32,2,65,0,32,1,32,10,16,132,6,11,32,7,65,16,106,36,0,32,4,16,246,5,26,11,32,8,65,16,106,36,0,11,32,0,65,184,3,106,32,0,65,176,3,106,16,140,1,4,64,32,5,32,5,40,2,0,65,2,114,54,2,0,11,32,0,40,2,184,3,33,4,32,0,65,16,106,16,163,2,32,9,16,174,2,32,0,65,192,3,106,36,0,32,4,11,27,1,1,127,65,1,33,1,32,0,16,168,1,4,127,32,0,16,169,1,65,1,107,5,32,1,11,11,9,0,32,0,32,1,16,169,3,11,33,0,32,0,16,159,1,32,1,77,4,127,32,1,32,0,16,159,1,32,0,16,165,1,65,2,116,106,77,5,65,0,11,11,29,0,35,0,65,16,107,34,3,36,0,32,0,32,1,32,2,16,160,2,32,3,65,16,106,36,0,32,0,11,11,0,32,0,65,176,168,4,16,168,2,11,89,1,2,127,35,0,65,16,107,34,2,36,0,32,0,16,168,1,4,64,32,0,40,2,0,33,3,32,0,16,169,1,26,32,3,16,86,11,32,0,32,1,40,2,8,54,2,8,32,0,32,1,41,2,0,55,2,0,32,1,65,0,16,190,1,32,2,65,0,54,2,12,32,1,32,2,65,12,106,16,208,1,32,2,65,16,106,36,0,11,11,0,32,0,65,168,168,4,16,168,2,11,49,1,1,127,35,0,65,16,107,34,2,36,0,32,2,32,0,40,2,0,54,2,8,32,2,65,8,106,32,1,16,236,3,32,2,40,2,8,33,1,32,2,65,16,106,36,0,32,1,11,227,4,1,11,127,35,0,65,208,3,107,34,0,36,0,32,0,32,5,55,3,16,32,0,32,6,55,3,24,32,0,32,0,65,224,2,106,54,2,220,2,32,0,65,224,2,106,32,0,65,16,106,16,128,2,33,7,32,0,65,204,0,54,2,240,1,32,0,65,232,1,106,65,0,32,0,65,240,1,106,16,170,2,33,13,32,0,65,204,0,54,2,240,1,32,0,65,224,1,106,65,0,32,0,65,240,1,106,16,170,2,33,10,32,0,65,240,1,106,33,9,2,64,32,7,65,228,0,79,4,64,16,200,2,33,7,32,0,32,5,55,3,0,32,0,32,6,55,3,8,32,0,65,220,2,106,32,7,65,254,11,32,0,16,247,2,34,7,65,127,70,13,1,32,13,32,0,40,2,220,2,16,171,2,32,10,32,7,16,85,16,171,2,32,10,16,224,3,13,1,32,10,40,2,0,33,9,11,32,0,65,216,1,106,32,3,16,203,1,32,0,65,216,1,106,16,117,34,17,32,0,40,2,220,2,34,8,32,7,32,8,106,32,9,16,199,2,32,7,65,0,74,4,64,32,0,40,2,220,2,45,0,0,65,45,70,33,14,11,32,2,32,14,32,0,65,216,1,106,32,0,65,208,1,106,32,0,65,207,1,106,32,0,65,206,1,106,32,0,65,192,1,106,16,151,1,34,15,32,0,65,176,1,106,16,151,1,34,8,32,0,65,160,1,106,16,151,1,34,11,32,0,65,156,1,106,16,225,3,32,0,65,204,0,54,2,48,32,0,65,40,106,65,0,32,0,65,48,106,16,170,2,33,12,2,127,32,0,40,2,156,1,34,2,32,7,72,4,64,32,11,16,165,1,32,7,32,2,107,65,1,116,106,32,8,16,165,1,106,32,0,40,2,156,1,106,65,1,106,12,1,11,32,11,16,165,1,32,8,16,165,1,106,32,0,40,2,156,1,106,65,2,106,11,33,16,32,0,65,48,106,33,2,32,16,65,229,0,79,4,64,32,12,32,16,16,85,16,171,2,32,12,40,2,0,34,2,69,13,1,11,32,2,32,0,65,36,106,32,0,65,32,106,32,3,40,2,4,32,9,32,7,32,9,106,32,17,32,14,32,0,65,208,1,106,32,0,44,0,207,1,32,0,44,0,206,1,32,15,32,8,32,11,32,0,40,2,156,1,16,226,3,32,1,32,2,32,0,40,2,36,32,0,40,2,32,32,3,32,4,16,54,33,7,32,12,16,174,2,32,11,16,246,5,26,32,8,16,246,5,26,32,15,16,246,5,26,32,0,65,216,1,106,16,163,2,32,10,16,174,2,32,13,16,174,2,32,0,65,208,3,106,36,0,32,7,15,11,16,177,1,0,11,8,0,32,0,40,2,0,69,11,219,2,1,1,127,35,0,65,16,107,34,10,36,0,32,9,2,127,32,0,4,64,32,2,16,202,3,33,0,2,64,32,1,4,64,32,10,32,0,16,203,3,32,3,32,10,40,2,0,54,0,0,32,10,32,0,16,204,3,32,8,32,10,16,154,1,32,10,16,246,5,26,12,1,11,32,10,32,0,16,227,3,32,3,32,10,40,2,0,54,0,0,32,10,32,0,16,166,2,32,8,32,10,16,154,1,32,10,16,246,5,26,11,32,4,32,0,16,225,2,58,0,0,32,5,32,0,16,226,2,58,0,0,32,10,32,0,16,227,2,32,6,32,10,16,154,1,32,10,16,246,5,26,32,10,32,0,16,165,2,32,7,32,10,16,154,1,32,10,16,246,5,26,32,0,16,205,3,12,1,11,32,2,16,206,3,33,0,2,64,32,1,4,64,32,10,32,0,16,203,3,32,3,32,10,40,2,0,54,0,0,32,10,32,0,16,204,3,32,8,32,10,16,154,1,32,10,16,246,5,26,12,1,11,32,10,32,0,16,227,3,32,3,32,10,40,2,0,54,0,0,32,10,32,0,16,166,2,32,8,32,10,16,154,1,32,10,16,246,5,26,11,32,4,32,0,16,225,2,58,0,0,32,5,32,0,16,226,2,58,0,0,32,10,32,0,16,227,2,32,6,32,10,16,154,1,32,10,16,246,5,26,32,10,32,0,16,165,2,32,7,32,10,16,154,1,32,10,16,246,5,26,32,0,16,205,3,11,54,2,0,32,10,65,16,106,36,0,11,231,5,1,10,127,35,0,65,16,107,34,21,36,0,32,2,32,0,54,2,0,32,3,65,128,4,113,33,23,3,64,32,22,65,4,70,4,64,32,13,16,165,1,65,1,75,4,64,32,21,32,13,16,229,2,54,2,8,32,2,32,21,65,8,106,65,1,16,207,3,32,13,16,230,2,32,2,40,2,0,16,228,3,54,2,0,11,32,3,65,176,1,113,34,15,65,16,71,4,64,32,1,32,15,65,32,70,4,127,32,2,40,2,0,5,32,0,11,54,2,0,11,32,21,65,16,106,36,0,15,11,2,64,2,64,2,64,2,64,2,64,2,64,32,8,32,22,106,44,0,0,14,5,0,1,3,2,4,5,11,32,1,32,2,40,2,0,54,2,0,12,4,11,32,1,32,2,40,2,0,54,2,0,32,6,65,32,16,194,1,33,15,32,2,32,2,40,2,0,34,16,65,1,106,54,2,0,32,16,32,15,58,0,0,12,3,11,32,13,16,175,2,13,2,32,13,65,0,16,173,2,45,0,0,33,15,32,2,32,2,40,2,0,34,16,65,1,106,54,2,0,32,16,32,15,58,0,0,12,2,11,32,12,16,175,2,33,15,32,23,69,13,1,32,15,13,1,32,2,32,12,16,229,2,32,12,16,230,2,32,2,40,2,0,16,228,3,54,2,0,12,1,11,32,2,40,2,0,33,24,32,4,32,7,106,34,4,33,15,3,64,2,64,32,5,32,15,77,13,0,32,6,65,128,16,32,15,44,0,0,16,122,69,13,0,32,15,65,1,106,33,15,12,1,11,11,32,14,34,16,65,0,74,4,64,3,64,2,64,32,4,32,15,79,13,0,32,16,69,13,0,32,15,65,1,107,34,15,45,0,0,33,17,32,2,32,2,40,2,0,34,18,65,1,106,54,2,0,32,18,32,17,58,0,0,32,16,65,1,107,33,16,12,1,11,11,32,16,4,127,32,6,65,48,16,194,1,5,65,0,11,33,18,3,64,32,2,32,2,40,2,0,34,17,65,1,106,54,2,0,32,16,65,0,74,4,64,32,17,32,18,58,0,0,32,16,65,1,107,33,16,12,1,11,11,32,17,32,9,58,0,0,11,2,64,32,4,32,15,70,4,64,32,6,65,48,16,194,1,33,15,32,2,32,2,40,2,0,34,16,65,1,106,54,2,0,32,16,32,15,58,0,0,12,1,11,32,11,16,175,2,4,127,65,127,5,32,11,65,0,16,173,2,44,0,0,11,33,19,65,0,33,16,65,0,33,20,3,64,32,4,32,15,70,13,1,2,64,32,16,32,19,71,4,64,32,16,33,18,12,1,11,32,2,32,2,40,2,0,34,17,65,1,106,54,2,0,32,17,32,10,58,0,0,65,0,33,18,32,11,16,165,1,32,20,65,1,106,34,20,77,4,64,32,16,33,19,12,1,11,32,11,32,20,16,173,2,45,0,0,65,255,0,70,4,64,65,127,33,19,12,1,11,32,11,32,20,16,173,2,44,0,0,33,19,11,32,15,65,1,107,34,15,45,0,0,33,16,32,2,32,2,40,2,0,34,17,65,1,106,54,2,0,32,17,32,16,58,0,0,32,18,65,1,106,33,16,12,0,11,0,11,32,24,32,2,40,2,0,16,240,2,11,32,22,65,1,106,33,22,12,0,11,0,11,48,0,32,0,173,32,1,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,1,40,2,0,40,2,40,17,0,0,26,11,17,0,32,0,16,232,5,32,1,16,232,5,32,2,16,234,3,11,160,3,1,7,127,35,0,65,192,1,107,34,0,36,0,32,0,65,184,1,106,32,3,16,203,1,32,0,65,184,1,106,16,117,33,10,32,5,16,165,1,4,64,32,5,65,0,16,173,2,45,0,0,32,10,65,45,16,194,1,65,255,1,113,70,33,11,11,32,2,32,11,32,0,65,184,1,106,32,0,65,176,1,106,32,0,65,175,1,106,32,0,65,174,1,106,32,0,65,160,1,106,16,151,1,34,12,32,0,65,144,1,106,16,151,1,34,6,32,0,65,128,1,106,16,151,1,34,7,32,0,65,252,0,106,16,225,3,32,0,65,204,0,54,2,16,32,0,65,8,106,65,0,32,0,65,16,106,16,170,2,33,9,2,127,32,5,16,165,1,32,0,40,2,124,74,4,64,32,5,16,165,1,33,2,32,0,40,2,124,33,8,32,7,16,165,1,32,2,32,8,107,65,1,116,106,32,6,16,165,1,106,32,0,40,2,124,106,65,1,106,12,1,11,32,7,16,165,1,32,6,16,165,1,106,32,0,40,2,124,106,65,2,106,11,33,8,32,0,65,16,106,33,2,2,64,32,8,65,229,0,73,13,0,32,9,32,8,16,85,16,171,2,32,9,40,2,0,34,2,13,0,16,177,1,0,11,32,2,32,0,65,4,106,32,0,32,3,40,2,4,32,5,16,159,1,32,5,16,159,1,32,5,16,165,1,106,32,10,32,11,32,0,65,176,1,106,32,0,44,0,175,1,32,0,44,0,174,1,32,12,32,6,32,7,32,0,40,2,124,16,226,3,32,1,32,2,32,0,40,2,4,32,0,40,2,0,32,3,32,4,16,54,33,5,32,9,16,174,2,32,7,16,246,5,26,32,6,16,246,5,26,32,12,16,246,5,26,32,0,65,184,1,106,16,163,2,32,0,65,192,1,106,36,0,32,5,11,238,4,1,11,127,35,0,65,176,8,107,34,0,36,0,32,0,32,5,55,3,16,32,0,32,6,55,3,24,32,0,32,0,65,192,7,106,54,2,188,7,32,0,65,192,7,106,32,0,65,16,106,16,128,2,33,7,32,0,65,204,0,54,2,160,4,32,0,65,152,4,106,65,0,32,0,65,160,4,106,16,170,2,33,13,32,0,65,204,0,54,2,160,4,32,0,65,144,4,106,65,0,32,0,65,160,4,106,16,170,2,33,10,32,0,65,160,4,106,33,9,2,64,32,7,65,228,0,79,4,64,16,200,2,33,7,32,0,32,5,55,3,0,32,0,32,6,55,3,8,32,0,65,188,7,106,32,7,65,254,11,32,0,16,247,2,34,7,65,127,70,13,1,32,13,32,0,40,2,188,7,16,171,2,32,10,32,7,65,2,116,16,85,16,171,2,32,10,16,224,3,13,1,32,10,40,2,0,33,9,11,32,0,65,136,4,106,32,3,16,203,1,32,0,65,136,4,106,16,135,1,34,17,32,0,40,2,188,7,34,8,32,7,32,8,106,32,9,16,223,2,32,7,65,0,74,4,64,32,0,40,2,188,7,45,0,0,65,45,70,33,14,11,32,2,32,14,32,0,65,136,4,106,32,0,65,128,4,106,32,0,65,252,3,106,32,0,65,248,3,106,32,0,65,232,3,106,16,151,1,34,15,32,0,65,216,3,106,16,151,1,34,8,32,0,65,200,3,106,16,151,1,34,11,32,0,65,196,3,106,16,231,3,32,0,65,204,0,54,2,48,32,0,65,40,106,65,0,32,0,65,48,106,16,170,2,33,12,2,127,32,0,40,2,196,3,34,2,32,7,72,4,64,32,11,16,165,1,32,7,32,2,107,65,1,116,106,32,8,16,165,1,106,32,0,40,2,196,3,106,65,1,106,12,1,11,32,11,16,165,1,32,8,16,165,1,106,32,0,40,2,196,3,106,65,2,106,11,33,16,32,0,65,48,106,33,2,32,16,65,229,0,79,4,64,32,12,32,16,65,2,116,16,85,16,171,2,32,12,40,2,0,34,2,69,13,1,11,32,2,32,0,65,36,106,32,0,65,32,106,32,3,40,2,4,32,9,32,9,32,7,65,2,116,106,32,17,32,14,32,0,65,128,4,106,32,0,40,2,252,3,32,0,40,2,248,3,32,15,32,8,32,11,32,0,40,2,196,3,16,232,3,32,1,32,2,32,0,40,2,36,32,0,40,2,32,32,3,32,4,16,129,3,33,7,32,12,16,174,2,32,11,16,246,5,26,32,8,16,246,5,26,32,15,16,246,5,26,32,0,65,136,4,106,16,163,2,32,10,16,174,2,32,13,16,174,2,32,0,65,176,8,106,36,0,32,7,15,11,16,177,1,0,11,219,2,1,1,127,35,0,65,16,107,34,10,36,0,32,9,2,127,32,0,4,64,32,2,16,219,3,33,0,2,64,32,1,4,64,32,10,32,0,16,203,3,32,3,32,10,40,2,0,54,0,0,32,10,32,0,16,204,3,32,8,32,10,16,220,3,32,10,16,246,5,26,12,1,11,32,10,32,0,16,227,3,32,3,32,10,40,2,0,54,0,0,32,10,32,0,16,166,2,32,8,32,10,16,220,3,32,10,16,246,5,26,11,32,4,32,0,16,225,2,54,2,0,32,5,32,0,16,226,2,54,2,0,32,10,32,0,16,227,2,32,6,32,10,16,154,1,32,10,16,246,5,26,32,10,32,0,16,165,2,32,7,32,10,16,220,3,32,10,16,246,5,26,32,0,16,205,3,12,1,11,32,2,16,221,3,33,0,2,64,32,1,4,64,32,10,32,0,16,203,3,32,3,32,10,40,2,0,54,0,0,32,10,32,0,16,204,3,32,8,32,10,16,220,3,32,10,16,246,5,26,12,1,11,32,10,32,0,16,227,3,32,3,32,10,40,2,0,54,0,0,32,10,32,0,16,166,2,32,8,32,10,16,220,3,32,10,16,246,5,26,11,32,4,32,0,16,225,2,54,2,0,32,5,32,0,16,226,2,54,2,0,32,10,32,0,16,227,2,32,6,32,10,16,154,1,32,10,16,246,5,26,32,10,32,0,16,165,2,32,7,32,10,16,220,3,32,10,16,246,5,26,32,0,16,205,3,11,54,2,0,32,10,65,16,106,36,0,11,143,6,1,10,127,35,0,65,16,107,34,20,36,0,32,2,32,0,54,2,0,32,3,65,128,4,113,33,22,32,7,65,2,116,33,23,3,64,32,21,65,4,70,4,64,32,13,16,165,1,65,1,75,4,64,32,20,32,13,16,229,2,54,2,8,32,2,32,20,65,8,106,65,1,16,222,3,32,13,16,253,2,32,2,40,2,0,16,228,3,54,2,0,11,32,3,65,176,1,113,34,7,65,16,71,4,64,32,1,32,7,65,32,70,4,127,32,2,40,2,0,5,32,0,11,54,2,0,11,32,20,65,16,106,36,0,5,2,64,2,64,2,64,2,64,2,64,2,64,32,8,32,21,106,44,0,0,14,5,0,1,3,2,4,5,11,32,1,32,2,40,2,0,54,2,0,12,4,11,32,1,32,2,40,2,0,54,2,0,32,6,65,32,16,195,1,33,7,32,2,32,2,40,2,0,34,15,65,4,106,54,2,0,32,15,32,7,54,2,0,12,3,11,32,13,16,175,2,13,2,32,13,65,0,16,208,2,40,2,0,33,7,32,2,32,2,40,2,0,34,15,65,4,106,54,2,0,32,15,32,7,54,2,0,12,2,11,32,12,16,175,2,33,7,32,22,69,13,1,32,7,13,1,32,2,32,12,16,229,2,32,12,16,253,2,32,2,40,2,0,16,228,3,54,2,0,12,1,11,32,2,40,2,0,33,24,32,4,32,23,106,34,4,33,7,3,64,2,64,32,5,32,7,77,13,0,32,6,65,128,16,32,7,40,2,0,16,138,1,69,13,0,32,7,65,4,106,33,7,12,1,11,11,32,14,65,0,74,4,64,32,2,40,2,0,33,15,32,14,33,16,3,64,2,64,32,4,32,7,79,13,0,32,16,69,13,0,32,7,65,4,107,34,7,40,2,0,33,18,32,2,32,15,65,4,106,34,17,54,2,0,32,15,32,18,54,2,0,32,16,65,1,107,33,16,32,17,33,15,12,1,11,11,2,64,32,16,69,4,64,65,0,33,17,12,1,11,32,6,65,48,16,195,1,33,17,32,2,40,2,0,33,15,11,3,64,32,15,65,4,106,33,18,32,16,65,0,74,4,64,32,15,32,17,54,2,0,32,16,65,1,107,33,16,32,18,33,15,12,1,11,11,32,2,32,18,54,2,0,32,15,32,9,54,2,0,11,2,64,32,4,32,7,70,4,64,32,6,65,48,16,195,1,33,15,32,2,32,2,40,2,0,34,16,65,4,106,34,7,54,2,0,32,16,32,15,54,2,0,12,1,11,32,11,16,175,2,4,127,65,127,5,32,11,65,0,16,173,2,44,0,0,11,33,17,65,0,33,15,65,0,33,19,3,64,32,4,32,7,71,4,64,2,64,32,15,32,17,71,4,64,32,15,33,18,12,1,11,32,2,32,2,40,2,0,34,16,65,4,106,54,2,0,32,16,32,10,54,2,0,65,0,33,18,32,11,16,165,1,32,19,65,1,106,34,19,77,4,64,32,15,33,17,12,1,11,32,11,32,19,16,173,2,45,0,0,65,255,0,70,4,64,65,127,33,17,12,1,11,32,11,32,19,16,173,2,44,0,0,33,17,11,32,7,65,4,107,34,7,40,2,0,33,15,32,2,32,2,40,2,0,34,16,65,4,106,54,2,0,32,16,32,15,54,2,0,32,18,65,1,106,33,15,12,1,11,11,32,2,40,2,0,33,7,11,32,24,32,7,16,130,3,11,32,21,65,1,106,33,21,12,1,11,11,11,169,3,1,7,127,35,0,65,240,3,107,34,0,36,0,32,0,65,232,3,106,32,3,16,203,1,32,0,65,232,3,106,16,135,1,33,10,32,5,16,165,1,4,64,32,5,65,0,16,208,2,40,2,0,32,10,65,45,16,195,1,70,33,11,11,32,2,32,11,32,0,65,232,3,106,32,0,65,224,3,106,32,0,65,220,3,106,32,0,65,216,3,106,32,0,65,200,3,106,16,151,1,34,12,32,0,65,184,3,106,16,151,1,34,6,32,0,65,168,3,106,16,151,1,34,7,32,0,65,164,3,106,16,231,3,32,0,65,204,0,54,2,16,32,0,65,8,106,65,0,32,0,65,16,106,16,170,2,33,9,2,127,32,5,16,165,1,32,0,40,2,164,3,74,4,64,32,5,16,165,1,33,2,32,0,40,2,164,3,33,8,32,7,16,165,1,32,2,32,8,107,65,1,116,106,32,6,16,165,1,106,32,0,40,2,164,3,106,65,1,106,12,1,11,32,7,16,165,1,32,6,16,165,1,106,32,0,40,2,164,3,106,65,2,106,11,33,8,32,0,65,16,106,33,2,2,64,32,8,65,229,0,73,13,0,32,9,32,8,65,2,116,16,85,16,171,2,32,9,40,2,0,34,2,13,0,16,177,1,0,11,32,2,32,0,65,4,106,32,0,32,3,40,2,4,32,5,16,159,1,32,5,16,159,1,32,5,16,165,1,65,2,116,106,32,10,32,11,32,0,65,224,3,106,32,0,40,2,220,3,32,0,40,2,216,3,32,12,32,6,32,7,32,0,40,2,164,3,16,232,3,32,1,32,2,32,0,40,2,4,32,0,40,2,0,32,3,32,4,16,129,3,33,5,32,9,16,174,2,32,7,16,246,5,26,32,6,16,246,5,26,32,12,16,246,5,26,32,0,65,232,3,106,16,163,2,32,0,65,240,3,106,36,0,32,5,11,25,0,32,1,32,0,107,34,1,4,64,32,2,32,0,32,1,16,70,11,32,1,32,2,106,11,15,0,32,0,32,0,40,2,0,32,1,106,54,2,0,11,18,0,32,0,32,0,40,2,0,32,1,65,2,116,106,54,2,0,11,4,0,65,127,11,9,0,32,0,32,5,16,52,26,11,10,0,32,0,32,5,16,188,3,26,11,10,0,32,0,16,241,3,26,32,0,11,33,0,32,0,65,136,237,1,54,2,0,32,0,40,2,8,16,200,2,71,4,64,32,0,40,2,8,16,129,2,11,32,0,11,9,0,32,0,16,240,3,16,86,11,30,0,32,0,32,1,65,1,107,54,2,4,32,0,65,216,168,2,54,2,0,32,0,65,220,240,1,54,2,0,11,75,1,2,127,35,0,65,16,107,34,1,36,0,32,0,66,0,55,3,0,32,1,65,0,54,2,12,32,0,65,8,106,34,2,32,1,65,12,106,16,213,5,32,2,65,8,106,65,0,58,0,120,32,1,65,16,106,36,0,32,0,65,30,16,138,4,32,0,65,30,16,139,4,32,0,11,23,1,1,127,32,0,16,140,4,33,1,32,0,16,141,4,32,0,32,1,16,142,4,11,16,0,32,0,32,1,65,200,167,4,16,143,4,16,144,4,11,16,0,32,0,32,1,65,208,167,4,16,143,4,16,144,4,11,16,0,32,0,32,1,65,148,169,4,16,143,4,16,144,4,11,16,0,32,0,32,1,65,140,169,4,16,143,4,16,144,4,11,16,0,32,0,32,1,65,156,169,4,16,143,4,16,144,4,11,16,0,32,0,32,1,65,164,169,4,16,143,4,16,144,4,11,16,0,32,0,32,1,65,172,169,4,16,143,4,16,144,4,11,16,0,32,0,32,1,65,180,169,4,16,143,4,16,144,4,11,16,0,32,0,32,1,65,188,169,4,16,143,4,16,144,4,11,16,0,32,0,32,1,65,196,169,4,16,143,4,16,144,4,11,16,0,32,0,32,1,65,152,168,4,16,143,4,16,144,4,11,16,0,32,0,32,1,65,160,168,4,16,143,4,16,144,4,11,16,0,32,0,32,1,65,168,168,4,16,143,4,16,144,4,11,16,0,32,0,32,1,65,176,168,4,16,143,4,16,144,4,11,16,0,32,0,32,1,65,248,167,4,16,143,4,16,144,4,11,16,0,32,0,32,1,65,128,168,4,16,143,4,16,144,4,11,16,0,32,0,32,1,65,136,168,4,16,143,4,16,144,4,11,16,0,32,0,32,1,65,144,168,4,16,143,4,16,144,4,11,16,0,32,0,32,1,65,216,168,4,16,143,4,16,144,4,11,16,0,32,0,32,1,65,224,168,4,16,143,4,16,144,4,11,66,1,1,127,32,0,16,206,5,32,1,73,4,64,16,177,1,0,11,32,0,32,0,16,180,5,32,1,16,207,5,34,2,54,2,0,32,0,32,2,54,2,4,32,0,16,208,5,32,2,32,1,65,2,116,106,54,2,0,32,0,65,0,16,209,5,11,84,1,3,127,35,0,65,16,107,34,3,36,0,32,3,32,0,32,1,16,210,5,34,2,40,2,4,33,1,32,2,40,2,8,33,4,3,64,32,1,32,4,70,4,64,32,2,16,211,5,32,3,65,16,106,36,0,5,32,0,16,180,5,32,1,16,212,5,32,2,32,1,65,4,106,34,1,54,2,4,12,1,11,11,11,16,0,32,0,40,2,4,32,0,40,2,0,107,65,2,117,11,12,0,32,0,32,0,40,2,0,16,217,5,11,44,0,32,0,40,2,0,26,32,0,40,2,0,32,0,16,215,5,65,2,116,106,26,32,0,40,2,0,26,32,0,40,2,0,32,0,16,140,4,65,2,116,106,26,11,207,1,1,4,127,35,0,65,32,107,34,1,36,0,32,1,65,0,54,2,12,32,1,65,206,0,54,2,8,32,1,32,1,41,3,8,55,3,0,32,1,65,16,106,34,2,32,1,41,2,0,55,2,4,32,2,32,0,54,2,0,32,2,33,3,35,0,65,16,107,34,2,36,0,32,0,40,2,0,65,127,71,4,64,32,2,65,8,106,34,4,32,3,16,233,2,26,32,2,32,4,16,233,2,26,3,64,32,0,40,2,0,65,1,70,13,0,11,32,0,40,2,0,69,4,64,32,0,65,1,54,2,0,32,2,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,65,207,0,17,0,0,26,32,0,65,127,54,2,0,11,11,32,2,65,16,106,36,0,32,0,40,2,4,33,0,32,1,65,32,106,36,0,32,0,65,1,107,11,212,5,1,11,127,35,0,65,16,107,34,11,36,0,32,1,16,161,4,35,0,65,16,107,34,7,36,0,32,7,32,1,54,2,12,32,11,65,8,106,34,1,32,7,65,12,106,16,208,1,32,7,65,16,106,36,0,32,1,33,7,32,0,65,8,106,34,1,16,140,4,32,2,77,4,64,2,64,32,1,16,140,4,34,4,32,2,65,1,106,34,0,73,4,64,35,0,65,32,107,34,12,36,0,2,64,32,0,32,4,107,34,4,32,1,34,3,16,208,5,40,2,0,32,3,40,2,4,107,65,2,117,77,4,64,32,3,32,4,16,139,4,12,1,11,32,3,16,180,5,33,0,32,3,32,3,16,140,4,32,4,106,16,220,5,33,8,32,3,16,140,4,33,9,35,0,65,16,107,34,10,36,0,32,10,65,0,54,2,12,32,12,65,8,106,34,5,65,12,106,34,13,32,10,65,12,106,16,213,5,32,13,32,0,54,2,4,32,8,4,64,32,5,16,221,5,32,8,16,207,5,33,6,11,32,5,32,6,54,2,0,32,5,32,6,32,9,65,2,116,106,34,9,54,2,8,32,5,32,9,54,2,4,32,5,16,222,5,32,6,32,8,65,2,116,106,54,2,0,32,10,65,16,106,36,0,32,5,33,0,35,0,65,16,107,34,5,36,0,32,5,32,0,65,8,106,34,6,40,2,0,54,2,0,32,6,40,2,0,33,8,32,5,32,6,54,2,8,32,5,32,8,32,4,65,2,116,106,54,2,4,32,5,34,4,40,2,0,33,6,3,64,32,4,40,2,4,32,6,71,4,64,32,0,16,221,5,32,4,40,2,0,16,212,5,32,4,32,4,40,2,0,65,4,106,34,6,54,2,0,12,1,11,11,32,4,40,2,8,32,4,40,2,0,54,2,0,32,5,65,16,106,36,0,32,3,34,4,16,167,4,32,3,16,180,5,26,32,0,34,3,65,4,106,34,0,32,0,40,2,0,32,4,40,2,4,32,4,40,2,0,34,8,107,34,5,107,34,6,54,2,0,32,5,65,0,74,4,64,32,6,32,8,32,5,16,69,26,11,32,4,32,0,16,160,1,32,4,65,4,106,32,3,65,8,106,16,160,1,32,4,16,208,5,32,3,16,222,5,16,160,1,32,3,32,3,40,2,4,54,2,0,32,4,32,4,16,140,4,16,209,5,32,3,40,2,4,33,0,3,64,32,0,32,3,40,2,8,71,4,64,32,3,16,221,5,26,32,3,32,3,40,2,8,65,4,107,54,2,8,12,1,11,11,32,3,40,2,0,4,64,32,3,16,221,5,32,3,40,2,0,32,3,16,222,5,40,2,0,32,3,40,2,0,107,65,2,117,16,216,5,11,11,32,12,65,32,106,36,0,12,1,11,32,0,32,4,73,4,64,32,1,32,1,40,2,0,32,0,65,2,116,106,16,169,4,11,11,11,32,1,32,2,16,160,4,40,2,0,4,64,32,1,32,2,16,160,4,40,2,0,16,164,4,11,32,7,16,208,3,33,0,32,1,32,2,16,160,4,32,0,54,2,0,32,7,40,2,0,33,0,32,7,65,0,54,2,0,32,0,4,64,32,0,16,164,4,11,32,11,65,16,106,36,0,11,18,0,32,0,32,1,16,243,3,32,0,65,192,249,1,54,2,0,11,18,0,32,0,32,1,16,243,3,32,0,65,224,249,1,54,2,0,11,44,0,32,0,32,1,16,243,3,32,0,65,0,58,0,12,32,0,65,0,54,2,8,32,0,65,220,235,1,54,2,0,32,0,65,144,232,0,40,2,0,54,2,8,11,18,0,32,0,32,1,16,243,3,32,0,65,148,241,1,54,2,0,11,36,0,32,0,32,1,16,243,3,32,0,65,174,216,0,59,1,8,32,0,65,184,237,1,54,2,0,32,0,65,12,106,16,151,1,26,11,39,0,32,0,32,1,16,243,3,32,0,66,174,128,128,128,192,5,55,2,8,32,0,65,224,237,1,54,2,0,32,0,65,16,106,16,151,1,26,11,18,0,32,0,32,1,16,243,3,32,0,65,164,141,2,54,2,0,11,18,0,32,0,32,1,16,243,3,32,0,65,184,142,2,54,2,0,11,18,0,32,0,32,1,16,243,3,32,0,65,172,143,2,54,2,0,11,18,0,32,0,32,1,16,243,3,32,0,65,160,144,2,54,2,0,11,41,0,32,0,32,1,16,243,3,32,0,65,8,106,34,1,65,192,166,2,54,2,0,32,0,65,248,128,2,54,2,0,32,1,65,168,129,2,54,2,0,11,41,0,32,0,32,1,16,243,3,32,0,65,8,106,34,1,65,228,166,2,54,2,0,32,0,65,128,131,2,54,2,0,32,1,65,176,131,2,54,2,0,11,18,0,32,0,32,1,16,243,3,32,0,65,196,153,2,54,2,0,11,18,0,32,0,32,1,16,243,3,32,0,65,188,154,2,54,2,0,11,135,7,1,1,127,2,64,65,248,168,4,45,0,0,65,1,113,13,0,65,248,168,4,16,141,6,69,13,0,65,184,181,4,65,1,16,243,3,65,184,181,4,65,136,235,1,54,2,0,65,192,181,4,16,244,3,33,0,65,208,182,4,65,244,13,16,51,26,32,0,16,245,3,65,128,179,4,65,1,16,145,4,65,184,181,4,65,128,179,4,16,246,3,65,136,179,4,65,1,16,146,4,65,184,181,4,65,136,179,4,16,247,3,65,144,179,4,65,1,16,147,4,65,184,181,4,65,144,179,4,16,248,3,65,160,179,4,65,1,16,148,4,65,184,181,4,65,160,179,4,16,249,3,65,168,179,4,65,1,16,243,3,65,168,179,4,65,168,242,1,54,2,0,65,184,181,4,65,168,179,4,16,250,3,65,176,179,4,65,1,16,243,3,65,176,179,4,65,136,237,1,54,2,0,65,184,179,4,16,200,2,54,2,0,65,184,181,4,65,176,179,4,16,251,3,65,192,179,4,65,1,16,243,3,65,192,179,4,65,188,243,1,54,2,0,65,184,181,4,65,192,179,4,16,252,3,65,200,179,4,65,1,16,243,3,65,200,179,4,65,176,244,1,54,2,0,65,184,181,4,65,200,179,4,16,253,3,65,208,179,4,65,1,16,149,4,65,184,181,4,65,208,179,4,16,254,3,65,232,179,4,65,1,16,150,4,65,184,181,4,65,232,179,4,16,255,3,65,136,180,4,65,1,16,243,3,65,136,180,4,65,128,250,1,54,2,0,65,184,181,4,65,136,180,4,65,216,167,4,16,143,4,16,144,4,65,144,180,4,65,1,16,243,3,65,144,180,4,65,244,251,1,54,2,0,65,184,181,4,65,144,180,4,65,224,167,4,16,143,4,16,144,4,65,152,180,4,65,1,16,243,3,65,152,180,4,65,200,253,1,54,2,0,65,184,181,4,65,152,180,4,65,232,167,4,16,143,4,16,144,4,65,160,180,4,65,1,16,243,3,65,160,180,4,65,176,255,1,54,2,0,65,184,181,4,65,160,180,4,65,240,167,4,16,143,4,16,144,4,65,168,180,4,65,1,16,151,4,65,184,181,4,65,168,180,4,16,128,4,65,176,180,4,65,1,16,152,4,65,184,181,4,65,176,180,4,16,129,4,65,184,180,4,65,1,16,153,4,65,184,181,4,65,184,180,4,16,130,4,65,192,180,4,65,1,16,154,4,65,184,181,4,65,192,180,4,16,131,4,65,200,180,4,65,1,16,243,3,65,200,180,4,65,180,148,2,54,2,0,65,184,181,4,65,200,180,4,65,184,168,4,16,143,4,16,144,4,65,208,180,4,65,1,16,243,3,65,208,180,4,65,216,149,2,54,2,0,65,184,181,4,65,208,180,4,65,192,168,4,16,143,4,16,144,4,65,216,180,4,65,1,16,243,3,65,216,180,4,65,252,150,2,54,2,0,65,184,181,4,65,216,180,4,65,200,168,4,16,143,4,16,144,4,65,224,180,4,65,1,16,243,3,65,224,180,4,65,160,152,2,54,2,0,65,184,181,4,65,224,180,4,65,208,168,4,16,143,4,16,144,4,65,232,180,4,65,1,16,155,4,65,184,181,4,65,232,180,4,16,132,4,65,248,180,4,65,1,16,156,4,65,184,181,4,65,248,180,4,16,133,4,65,136,181,4,65,1,16,243,3,65,144,181,4,16,218,5,65,136,181,4,65,160,137,2,54,2,0,65,184,181,4,65,136,181,4,16,134,4,65,152,181,4,65,1,16,243,3,65,160,181,4,16,218,5,65,152,181,4,65,188,138,2,54,2,0,65,184,181,4,65,152,181,4,16,135,4,65,168,181,4,65,1,16,157,4,65,184,181,4,65,168,181,4,16,136,4,65,176,181,4,65,1,16,158,4,65,184,181,4,65,176,181,4,16,137,4,65,240,168,4,65,184,181,4,54,2,0,65,244,168,4,65,240,168,4,54,2,0,65,248,168,4,16,143,6,11,65,244,168,4,40,2,0,11,13,0,32,0,40,2,0,32,1,65,2,116,106,11,20,0,32,0,65,4,106,34,0,32,0,40,2,0,65,1,106,54,2,0,11,73,1,1,127,35,0,65,16,107,34,3,36,0,32,0,32,2,16,147,4,32,0,65,144,236,1,54,2,0,32,0,32,1,16,159,1,16,240,1,34,2,54,2,16,32,2,69,4,64,32,3,65,254,18,32,1,16,138,6,16,177,1,0,11,32,3,65,16,106,36,0,32,0,11,73,1,1,127,35,0,65,16,107,34,3,36,0,32,0,32,2,16,148,4,32,0,65,196,236,1,54,2,0,32,0,32,1,16,159,1,16,240,1,34,2,54,2,8,32,2,69,4,64,32,3,65,193,18,32,1,16,138,6,16,177,1,0,11,32,3,65,16,106,36,0,32,0,11,61,0,32,0,65,4,106,16,166,4,65,127,70,4,64,32,0,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,8,17,0,0,26,11,11,117,1,2,127,32,0,65,136,235,1,54,2,0,32,0,65,8,106,33,1,3,64,32,1,16,140,4,32,2,75,4,64,32,1,32,2,16,160,4,40,2,0,4,64,32,1,32,2,16,160,4,40,2,0,16,164,4,11,32,2,65,1,106,33,2,12,1,11,11,32,0,65,152,1,106,16,246,5,26,32,1,16,167,4,32,1,40,2,0,4,64,32,1,16,141,4,32,1,16,180,5,32,1,40,2,0,32,1,16,215,5,16,216,5,11,32,0,11,19,0,32,0,32,0,40,2,0,65,1,107,34,0,54,2,0,32,0,11,53,0,32,0,40,2,0,26,32,0,40,2,0,32,0,16,215,5,65,2,116,106,26,32,0,40,2,0,32,0,16,140,4,65,2,116,106,26,32,0,40,2,0,32,0,16,215,5,65,2,116,106,26,11,9,0,32,0,16,165,4,16,86,11,25,1,1,127,32,0,16,140,4,33,2,32,0,32,1,16,217,5,32,0,32,2,16,142,4,11,21,0,32,0,32,1,40,2,0,34,1,54,2,0,32,1,16,161,4,32,0,11,78,0,2,64,65,132,169,4,45,0,0,65,1,113,13,0,65,132,169,4,16,141,6,69,13,0,65,252,168,4,16,159,4,16,170,4,26,65,128,169,4,65,252,168,4,54,2,0,65,132,169,4,16,143,6,11,32,0,65,128,169,4,40,2,0,40,2,0,34,0,54,2,0,32,0,16,161,4,11,28,0,32,1,40,2,0,16,161,4,32,0,40,2,0,16,164,4,32,0,32,1,40,2,0,54,2,0,11,31,0,32,0,2,127,65,136,169,4,65,136,169,4,40,2,0,65,1,106,34,0,54,2,0,32,0,11,54,2,4,11,52,0,32,0,4,64,32,0,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,4,17,0,0,26,11,11,96,1,2,127,32,0,40,2,0,40,2,0,34,0,40,2,0,32,0,40,2,8,34,2,65,1,117,106,33,1,32,0,40,2,4,33,0,32,1,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,2,65,1,113,4,127,32,1,40,2,0,32,0,106,40,2,0,5,32,0,11,17,0,0,26,11,21,0,32,0,65,156,235,1,54,2,0,32,0,40,2,8,16,129,2,32,0,11,9,0,32,0,16,176,4,16,86,11,99,1,1,127,35,0,65,32,107,34,5,36,0,32,5,65,16,106,32,1,32,2,16,155,2,33,1,32,5,32,3,32,4,16,155,2,33,3,32,1,16,159,1,33,2,32,3,16,159,1,33,4,32,0,40,2,8,26,32,2,32,4,16,235,1,33,4,32,3,16,246,5,26,32,1,16,246,5,26,32,5,65,32,106,36,0,32,4,65,0,71,65,127,32,4,65,0,78,27,11,86,1,1,127,35,0,65,16,107,34,4,36,0,32,0,65,0,32,4,32,2,32,3,16,155,2,34,2,16,159,1,65,0,32,1,40,2,8,16,130,2,65,0,16,241,2,34,0,16,159,1,32,2,16,159,1,32,0,16,165,1,65,1,106,32,1,40,2,8,16,130,2,26,32,2,16,246,5,26,32,4,65,16,106,36,0,11,21,0,32,0,65,188,235,1,54,2,0,32,0,40,2,8,16,129,2,32,0,11,9,0,32,0,16,180,4,16,86,11,175,1,1,2,127,35,0,65,32,107,34,6,36,0,32,6,65,16,106,32,1,32,2,16,159,2,33,1,32,6,32,3,32,4,16,159,2,33,3,32,1,16,159,1,33,2,32,3,16,159,1,33,4,32,0,40,2,8,26,32,2,40,2,0,33,0,2,64,32,4,40,2,0,34,5,69,13,0,32,0,69,13,0,32,0,32,5,71,13,0,3,64,32,2,40,2,4,33,0,32,4,40,2,4,34,5,69,13,1,32,0,69,13,1,32,4,65,4,106,33,4,32,2,65,4,106,33,2,32,0,32,5,70,13,0,11,11,32,0,32,5,107,33,4,32,3,16,246,5,26,32,1,16,246,5,26,32,6,65,32,106,36,0,32,4,65,0,71,65,127,32,4,65,0,78,27,11,86,1,1,127,35,0,65,16,107,34,4,36,0,32,0,65,0,32,4,32,2,32,3,16,159,2,34,2,16,159,1,65,0,32,1,40,2,8,16,132,2,65,0,16,131,3,34,0,16,159,1,32,2,16,159,1,32,0,16,165,1,65,1,106,32,1,40,2,8,16,132,2,26,32,2,16,246,5,26,32,4,65,16,106,36,0,11,36,0,32,2,65,255,0,77,4,127,65,144,232,0,40,2,0,32,2,65,1,116,106,47,1,0,32,1,113,65,0,71,5,65,0,11,11,70,0,3,64,32,1,32,2,71,4,64,32,3,32,1,40,2,0,65,255,0,77,4,127,65,144,232,0,40,2,0,32,1,40,2,0,65,1,116,106,47,1,0,5,65,0,11,59,1,0,32,3,65,2,106,33,3,32,1,65,4,106,33,1,12,1,11,11,32,2,11,68,0,3,64,2,64,32,2,32,3,71,4,127,32,2,40,2,0,65,255,0,75,13,1,65,144,232,0,40,2,0,32,2,40,2,0,65,1,116,106,47,1,0,32,1,113,69,13,1,32,2,5,32,3,11,15,11,32,2,65,4,106,33,2,12,0,11,0,11,69,0,2,64,3,64,32,2,32,3,70,13,1,2,64,32,2,40,2,0,65,255,0,75,13,0,65,144,232,0,40,2,0,32,2,40,2,0,65,1,116,106,47,1,0,32,1,113,69,13,0,32,2,65,4,106,33,2,12,1,11,11,32,2,33,3,11,32,3,11,30,0,32,1,65,255,0,77,4,127,65,160,238,0,40,2,0,32,1,65,2,116,106,40,2,0,5,32,1,11,11,65,0,3,64,32,1,32,2,71,4,64,32,1,32,1,40,2,0,34,0,65,255,0,77,4,127,65,160,238,0,40,2,0,32,1,40,2,0,65,2,116,106,40,2,0,5,32,0,11,54,2,0,32,1,65,4,106,33,1,12,1,11,11,32,2,11,30,0,32,1,65,255,0,77,4,127,65,176,250,0,40,2,0,32,1,65,2,116,106,40,2,0,5,32,1,11,11,65,0,3,64,32,1,32,2,71,4,64,32,1,32,1,40,2,0,34,0,65,255,0,77,4,127,65,176,250,0,40,2,0,32,1,40,2,0,65,2,116,106,40,2,0,5,32,0,11,54,2,0,32,1,65,4,106,33,1,12,1,11,11,32,2,11,42,0,3,64,32,1,32,2,70,69,4,64,32,3,32,1,44,0,0,54,2,0,32,3,65,4,106,33,3,32,1,65,1,106,33,1,12,1,11,11,32,2,11,19,0,32,1,32,2,32,1,65,128,1,73,27,65,24,116,65,24,117,11,53,0,3,64,32,1,32,2,70,69,4,64,32,4,32,1,40,2,0,34,0,32,3,32,0,65,128,1,73,27,58,0,0,32,4,65,1,106,33,4,32,1,65,4,106,33,1,12,1,11,11,32,2,11,40,1,1,127,32,0,65,220,235,1,54,2,0,2,64,32,0,40,2,8,34,1,69,13,0,32,0,45,0,12,69,13,0,32,1,16,86,11,32,0,11,9,0,32,0,16,195,4,16,86,11,39,0,32,1,65,0,78,4,127,65,160,238,0,40,2,0,32,1,65,255,1,113,65,2,116,106,40,2,0,5,32,1,11,65,24,116,65,24,117,11,64,0,3,64,32,1,32,2,71,4,64,32,1,32,1,44,0,0,34,0,65,0,78,4,127,65,160,238,0,40,2,0,32,1,44,0,0,65,2,116,106,40,2,0,5,32,0,11,58,0,0,32,1,65,1,106,33,1,12,1,11,11,32,2,11,39,0,32,1,65,0,78,4,127,65,176,250,0,40,2,0,32,1,65,255,1,113,65,2,116,106,40,2,0,5,32,1,11,65,24,116,65,24,117,11,64,0,3,64,32,1,32,2,71,4,64,32,1,32,1,44,0,0,34,0,65,0,78,4,127,65,176,250,0,40,2,0,32,1,44,0,0,65,2,116,106,40,2,0,5,32,0,11,58,0,0,32,1,65,1,106,33,1,12,1,11,11,32,2,11,42,0,3,64,32,1,32,2,70,69,4,64,32,3,32,1,45,0,0,58,0,0,32,3,65,1,106,33,3,32,1,65,1,106,33,1,12,1,11,11,32,2,11,12,0,32,1,32,2,32,1,65,0,78,27,11,52,0,3,64,32,1,32,2,70,69,4,64,32,4,32,1,44,0,0,34,0,32,3,32,0,65,0,78,27,58,0,0,32,4,65,1,106,33,4,32,1,65,1,106,33,1,12,1,11,11,32,2,11,9,0,32,0,16,205,4,16,86,11,27,0,32,0,65,144,236,1,54,2,0,32,0,40,2,16,16,129,2,32,0,16,195,4,26,32,0,11,23,0,32,0,40,2,16,26,32,1,65,255,1,113,16,133,2,65,24,116,65,24,117,11,43,0,3,64,32,1,32,2,71,4,64,32,0,40,2,16,26,32,1,32,1,45,0,0,16,133,2,58,0,0,32,1,65,1,106,33,1,12,1,11,11,32,2,11,23,0,32,0,40,2,16,26,32,1,65,255,1,113,16,134,2,65,24,116,65,24,117,11,43,0,3,64,32,1,32,2,71,4,64,32,0,40,2,16,26,32,1,32,1,45,0,0,16,134,2,58,0,0,32,1,65,1,106,33,1,12,1,11,11,32,2,11,9,0,32,0,16,211,4,16,86,11,21,0,32,0,65,196,236,1,54,2,0,32,0,40,2,8,16,129,2,32,0,11,145,2,1,1,127,32,1,65,128,192,0,113,4,64,32,0,40,2,8,26,32,2,16,135,2,65,0,71,33,3,11,32,1,65,128,128,1,113,4,64,32,3,32,2,32,0,40,2,8,16,136,2,65,0,71,114,33,3,11,32,1,65,2,113,4,64,32,3,32,2,32,0,40,2,8,16,137,2,65,0,71,114,33,3,11,32,1,65,128,2,113,4,64,32,3,32,2,32,0,40,2,8,16,141,2,65,0,71,114,33,3,11,32,1,65,128,4,113,4,64,32,3,32,2,32,0,40,2,8,16,142,2,65,0,71,114,33,3,11,32,1,65,128,8,113,4,64,32,3,32,2,32,0,40,2,8,16,143,2,65,0,71,114,33,3,11,32,1,65,128,16,113,4,64,32,0,40,2,8,26,32,3,32,2,16,75,65,0,71,114,33,3,11,32,1,65,4,113,4,64,32,3,32,2,32,0,40,2,8,16,144,2,65,0,71,114,33,3,11,32,1,65,128,32,113,4,64,32,3,32,2,32,0,40,2,8,16,145,2,65,0,71,114,33,3,11,32,1,65,1,113,4,127,32,0,40,2,8,26,32,3,32,2,16,146,2,65,0,71,114,5,32,3,11,11,224,2,1,1,127,3,64,32,1,32,2,71,4,64,2,64,32,3,2,127,32,1,40,2,0,34,4,65,255,0,77,4,64,65,144,232,0,40,2,0,32,1,40,2,0,65,1,116,106,47,1,0,12,1,11,32,3,65,0,59,1,0,32,0,40,2,8,26,32,4,16,135,2,4,64,32,3,32,3,47,1,0,65,128,192,0,114,59,1,0,11,32,4,32,0,40,2,8,16,136,2,4,64,32,3,32,3,47,1,0,65,128,128,1,114,59,1,0,11,32,4,32,0,40,2,8,16,137,2,4,64,32,3,32,3,47,1,0,65,2,114,59,1,0,11,32,4,32,0,40,2,8,16,141,2,4,64,32,3,32,3,47,1,0,65,128,2,114,59,1,0,11,32,4,32,0,40,2,8,16,142,2,4,64,32,3,32,3,47,1,0,65,128,4,114,59,1,0,11,32,4,32,0,40,2,8,16,143,2,4,64,32,3,32,3,47,1,0,65,128,8,114,59,1,0,11,32,0,40,2,8,26,32,4,16,75,4,64,32,3,32,3,47,1,0,65,128,16,114,59,1,0,11,32,4,32,0,40,2,8,16,144,2,4,64,32,3,32,3,47,1,0,65,4,114,59,1,0,11,32,4,32,0,40,2,8,16,145,2,4,64,32,3,32,3,47,1,0,65,128,32,114,59,1,0,11,32,0,40,2,8,26,32,4,16,146,2,69,13,1,32,3,47,1,0,65,1,114,11,59,1,0,11,32,3,65,2,106,33,3,32,1,65,4,106,33,1,12,1,11,11,32,2,11,165,2,1,10,127,32,1,65,1,113,33,4,32,1,65,128,32,113,33,5,32,1,65,4,113,33,6,32,1,65,128,16,113,33,7,32,1,65,128,8,113,33,8,32,1,65,128,4,113,33,9,32,1,65,128,2,113,33,10,32,1,65,2,113,33,11,32,1,65,128,128,1,113,33,12,32,1,65,128,192,0,113,33,13,2,64,3,64,32,2,32,3,70,13,1,32,2,40,2,0,33,1,2,64,32,13,4,64,32,0,40,2,8,26,32,1,16,135,2,13,1,11,32,12,4,64,32,1,32,0,40,2,8,16,136,2,13,1,11,32,11,4,64,32,1,32,0,40,2,8,16,137,2,13,1,11,32,10,4,64,32,1,32,0,40,2,8,16,141,2,13,1,11,32,9,4,64,32,1,32,0,40,2,8,16,142,2,13,1,11,32,8,4,64,32,1,32,0,40,2,8,16,143,2,13,1,11,32,7,4,64,32,0,40,2,8,26,32,1,16,75,13,1,11,32,6,4,64,32,1,32,0,40,2,8,16,144,2,13,1,11,32,5,4,64,32,1,32,0,40,2,8,16,145,2,13,1,11,32,4,4,64,32,0,40,2,8,26,32,1,16,146,2,13,1,11,32,2,65,4,106,33,2,12,1,11,11,32,2,33,3,11,32,3,11,169,2,1,10,127,32,1,65,1,113,33,4,32,1,65,128,32,113,33,5,32,1,65,4,113,33,6,32,1,65,128,16,113,33,7,32,1,65,128,8,113,33,8,32,1,65,128,4,113,33,9,32,1,65,128,2,113,33,10,32,1,65,2,113,33,11,32,1,65,128,128,1,113,33,12,32,1,65,128,192,0,113,33,13,2,64,3,64,32,2,32,3,70,13,1,32,2,40,2,0,33,1,2,64,2,64,32,13,4,64,32,0,40,2,8,26,32,1,16,135,2,13,1,11,32,12,4,64,32,1,32,0,40,2,8,16,136,2,13,1,11,32,11,4,64,32,1,32,0,40,2,8,16,137,2,13,1,11,32,10,4,64,32,1,32,0,40,2,8,16,141,2,13,1,11,32,9,4,64,32,1,32,0,40,2,8,16,142,2,13,1,11,32,8,4,64,32,1,32,0,40,2,8,16,143,2,13,1,11,32,7,4,64,32,0,40,2,8,26,32,1,16,75,13,1,11,32,6,4,64,32,1,32,0,40,2,8,16,144,2,13,1,11,32,5,4,64,32,1,32,0,40,2,8,16,145,2,13,1,11,32,4,69,13,1,32,0,40,2,8,26,32,1,16,146,2,69,13,1,11,32,2,65,4,106,33,2,12,1,11,11,32,2,33,3,11,32,3,11,13,0,32,0,40,2,8,26,32,1,16,140,2,11,43,0,3,64,32,1,32,2,71,4,64,32,0,40,2,8,26,32,1,32,1,40,2,0,16,140,2,54,2,0,32,1,65,4,106,33,1,12,1,11,11,32,2,11,13,0,32,0,40,2,8,26,32,1,16,138,2,11,43,0,3,64,32,1,32,2,71,4,64,32,0,40,2,8,26,32,1,32,1,40,2,0,16,138,2,54,2,0,32,1,65,4,106,33,1,12,1,11,11,32,2,11,12,0,32,1,32,0,40,2,8,16,221,4,11,103,1,2,127,35,0,65,16,107,34,2,36,0,32,2,32,1,54,2,12,32,2,65,8,106,32,2,65,12,106,16,203,2,33,1,32,0,65,255,1,113,34,3,65,128,1,79,4,127,65,127,32,0,65,24,116,65,24,117,65,255,191,3,113,65,244,162,4,40,2,0,40,2,0,27,65,127,32,0,65,127,71,27,5,32,3,11,33,0,32,1,16,204,2,32,2,65,16,106,36,0,32,0,11,50,0,3,64,32,1,32,2,70,69,4,64,32,3,32,1,44,0,0,32,0,40,2,8,16,221,4,54,2,0,32,3,65,4,106,33,3,32,1,65,1,106,33,1,12,1,11,11,32,2,11,28,0,32,2,32,1,32,0,40,2,8,16,224,4,34,1,32,1,65,127,70,27,65,24,116,65,24,117,11,93,1,1,127,35,0,65,16,107,34,2,36,0,32,2,32,1,54,2,12,32,2,65,8,106,32,2,65,12,106,16,203,2,33,1,32,0,65,128,1,79,4,64,65,127,32,0,65,255,1,113,65,244,162,4,40,2,0,40,2,0,27,65,127,32,0,65,128,127,113,65,128,191,3,70,27,33,0,11,32,1,16,204,2,32,2,65,16,106,36,0,32,0,11,62,1,1,127,3,64,32,1,32,2,70,69,4,64,32,4,32,3,32,1,40,2,0,32,0,40,2,8,16,224,4,34,5,32,5,65,127,70,27,58,0,0,32,4,65,1,106,33,4,32,1,65,4,106,33,1,12,1,11,11,32,2,11,18,0,32,4,32,2,54,2,0,32,7,32,5,54,2,0,65,3,11,11,0,32,4,32,2,54,2,0,65,3,11,55,0,35,0,65,16,107,34,0,36,0,32,0,32,4,54,2,12,32,0,32,3,32,2,107,54,2,8,32,0,65,12,106,32,0,65,8,106,16,176,1,40,2,0,33,3,32,0,65,16,106,36,0,32,3,11,9,0,32,0,16,241,3,16,86,11,188,5,1,12,127,35,0,65,16,107,34,14,36,0,32,2,33,8,3,64,2,64,32,3,32,8,70,4,64,32,3,33,8,12,1,11,32,8,40,2,0,69,13,0,32,8,65,4,106,33,8,12,1,11,11,32,7,32,5,54,2,0,32,4,32,2,54,2,0,3,64,2,64,2,64,2,64,32,2,32,3,70,13,0,32,5,32,6,70,13,0,32,14,32,1,41,2,0,55,3,8,65,1,33,12,32,0,40,2,8,33,17,35,0,65,16,107,34,15,36,0,32,15,32,17,54,2,12,32,15,65,8,106,32,15,65,12,106,16,203,2,33,17,32,8,32,2,107,65,2,117,33,18,32,6,32,5,34,9,107,33,10,65,0,33,16,35,0,65,16,107,34,19,36,0,2,64,32,4,40,2,0,34,11,69,13,0,32,18,69,13,0,32,10,65,0,32,9,27,33,13,3,64,32,19,65,12,106,32,9,32,13,65,4,73,27,32,11,40,2,0,16,241,1,34,10,65,127,70,4,64,65,127,33,16,12,2,11,32,9,4,127,32,13,65,3,77,4,64,32,10,32,13,75,13,3,32,9,32,19,65,12,106,32,10,16,69,26,11,32,13,32,10,107,33,13,32,9,32,10,106,5,65,0,11,33,9,32,11,40,2,0,69,4,64,65,0,33,11,12,2,11,32,10,32,16,106,33,16,32,11,65,4,106,33,11,32,18,65,1,107,34,18,13,0,11,11,32,9,4,64,32,4,32,11,54,2,0,11,32,19,65,16,106,36,0,32,16,33,9,32,17,16,204,2,32,15,65,16,106,36,0,2,64,2,64,2,64,2,64,2,64,32,9,65,1,106,14,2,0,6,1,11,32,7,32,5,54,2,0,3,64,2,64,32,2,32,4,40,2,0,70,13,0,32,5,32,2,40,2,0,32,0,40,2,8,16,231,4,34,8,65,127,70,13,0,32,7,32,7,40,2,0,32,8,106,34,5,54,2,0,32,2,65,4,106,33,2,12,1,11,11,32,4,32,2,54,2,0,12,1,11,32,7,32,7,40,2,0,32,9,106,34,5,54,2,0,32,5,32,6,70,13,2,32,3,32,8,70,4,64,32,4,40,2,0,33,2,32,3,33,8,12,7,11,32,14,65,4,106,65,0,32,0,40,2,8,16,231,4,34,8,65,127,71,13,1,11,65,2,33,12,12,3,11,32,14,65,4,106,33,2,32,6,32,7,40,2,0,107,32,8,73,13,2,3,64,32,8,4,64,32,2,45,0,0,33,5,32,7,32,7,40,2,0,34,12,65,1,106,54,2,0,32,12,32,5,58,0,0,32,8,65,1,107,33,8,32,2,65,1,106,33,2,12,1,11,11,32,4,32,4,40,2,0,65,4,106,34,2,54,2,0,32,2,33,8,3,64,32,3,32,8,70,4,64,32,3,33,8,12,5,11,32,8,40,2,0,69,13,4,32,8,65,4,106,33,8,12,0,11,0,11,32,4,40,2,0,33,2,11,32,2,32,3,71,33,12,11,32,14,65,16,106,36,0,32,12,15,11,32,7,40,2,0,33,5,12,0,11,0,11,58,1,1,127,35,0,65,16,107,34,3,36,0,32,3,32,2,54,2,12,32,3,65,8,106,32,3,65,12,106,16,203,2,33,2,32,0,32,1,16,241,1,33,0,32,2,16,204,2,32,3,65,16,106,36,0,32,0,11,206,6,1,12,127,35,0,65,16,107,34,17,36,0,32,2,33,8,3,64,2,64,32,3,32,8,70,4,64,32,3,33,8,12,1,11,32,8,45,0,0,69,13,0,32,8,65,1,106,33,8,12,1,11,11,32,7,32,5,54,2,0,32,4,32,2,54,2,0,3,64,2,64,2,127,2,64,32,2,32,3,70,13,0,32,5,32,6,70,13,0,32,17,32,1,41,2,0,55,3,8,32,0,40,2,8,33,18,35,0,65,16,107,34,16,36,0,32,16,32,18,54,2,12,32,16,65,8,106,32,16,65,12,106,16,203,2,33,18,32,8,32,2,107,33,13,65,0,33,9,35,0,65,144,8,107,34,10,36,0,32,10,32,4,40,2,0,34,14,54,2,12,32,6,32,5,107,65,2,117,65,128,2,32,5,27,33,11,32,5,32,10,65,16,106,32,5,27,33,15,2,64,2,64,2,64,32,14,69,13,0,32,11,69,13,0,3,64,32,13,65,2,118,34,12,32,11,73,32,13,65,131,1,77,113,13,2,32,15,32,10,65,12,106,32,11,32,12,32,11,32,12,77,27,32,1,16,147,2,34,12,65,127,70,4,64,65,127,33,9,65,0,33,11,32,10,40,2,12,33,14,12,2,11,32,11,65,0,32,12,32,15,32,10,65,16,106,70,27,34,19,107,33,11,32,15,32,19,65,2,116,106,33,15,32,13,32,14,106,32,10,40,2,12,34,14,107,65,0,32,14,27,33,13,32,9,32,12,106,33,9,32,14,69,13,1,32,11,13,0,11,11,32,14,69,13,1,11,32,11,69,13,0,32,13,69,13,0,32,9,33,12,3,64,2,64,2,64,32,15,32,14,32,13,32,1,16,231,1,34,9,65,2,106,65,2,77,4,64,2,64,2,64,32,9,65,1,106,14,2,6,0,1,11,32,10,65,0,54,2,12,12,2,11,32,1,65,0,54,2,0,12,1,11,32,10,32,10,40,2,12,32,9,106,34,14,54,2,12,32,12,65,1,106,33,12,32,11,65,1,107,34,11,13,1,11,32,12,33,9,12,2,11,32,15,65,4,106,33,15,32,13,32,9,107,33,13,32,12,33,9,32,13,13,0,11,11,32,5,4,64,32,4,32,10,40,2,12,54,2,0,11,32,10,65,144,8,106,36,0,32,18,16,204,2,32,16,65,16,106,36,0,2,64,2,64,2,64,2,64,32,9,65,127,70,4,64,3,64,2,64,32,7,32,5,54,2,0,32,2,32,4,40,2,0,70,13,0,65,1,33,6,2,64,2,64,2,64,32,5,32,2,32,8,32,2,107,32,17,65,8,106,32,0,40,2,8,16,233,4,34,5,65,2,106,14,3,8,0,2,1,11,32,4,32,2,54,2,0,12,5,11,32,5,33,6,11,32,2,32,6,106,33,2,32,7,40,2,0,65,4,106,33,5,12,1,11,11,32,4,32,2,54,2,0,12,5,11,32,7,32,7,40,2,0,32,9,65,2,116,106,34,5,54,2,0,32,5,32,6,70,13,3,32,4,40,2,0,33,2,32,3,32,8,70,4,64,32,3,33,8,12,8,11,32,5,32,2,65,1,32,1,32,0,40,2,8,16,233,4,69,13,1,11,65,2,12,4,11,32,7,32,7,40,2,0,65,4,106,54,2,0,32,4,32,4,40,2,0,65,1,106,34,2,54,2,0,32,2,33,8,3,64,32,3,32,8,70,4,64,32,3,33,8,12,6,11,32,8,45,0,0,69,13,5,32,8,65,1,106,33,8,12,0,11,0,11,32,4,32,2,54,2,0,65,1,12,2,11,32,4,40,2,0,33,2,11,32,2,32,3,71,11,33,8,32,17,65,16,106,36,0,32,8,15,11,32,7,40,2,0,33,5,12,0,11,0,11,62,1,1,127,35,0,65,16,107,34,5,36,0,32,5,32,4,54,2,12,32,5,65,8,106,32,5,65,12,106,16,203,2,33,4,32,0,32,1,32,2,32,3,16,231,1,33,0,32,4,16,204,2,32,5,65,16,106,36,0,32,0,11,146,1,1,1,127,35,0,65,16,107,34,5,36,0,32,4,32,2,54,2,0,2,127,65,2,32,5,65,12,106,65,0,32,0,40,2,8,16,231,4,34,1,65,1,106,65,2,73,13,0,26,65,1,32,1,65,1,107,34,1,32,3,32,4,40,2,0,107,75,13,0,26,32,5,65,12,106,33,2,3,127,32,1,4,127,32,2,45,0,0,33,0,32,4,32,4,40,2,0,34,3,65,1,106,54,2,0,32,3,32,0,58,0,0,32,1,65,1,107,33,1,32,2,65,1,106,33,2,12,1,5,65,0,11,11,11,33,2,32,5,65,16,106,36,0,32,2,11,104,1,3,127,32,0,40,2,8,33,2,35,0,65,16,107,34,1,36,0,32,1,32,2,54,2,12,32,1,65,8,106,32,1,65,12,106,16,203,2,33,2,35,0,65,16,107,34,3,36,0,32,3,65,16,106,36,0,65,0,33,3,32,2,16,204,2,32,1,65,16,106,36,0,32,3,4,127,65,127,5,32,0,40,2,8,34,0,69,4,64,65,1,15,11,32,0,16,236,4,65,1,70,11,11,66,1,2,127,35,0,65,16,107,34,1,36,0,32,1,32,0,54,2,12,32,1,65,8,106,32,1,65,12,106,16,203,2,33,0,65,4,65,1,65,244,162,4,40,2,0,40,2,0,27,33,2,32,0,16,204,2,32,1,65,16,106,36,0,32,2,11,147,1,1,6,127,3,64,2,64,32,4,32,8,77,13,0,32,2,32,3,70,13,0,65,1,33,6,32,0,40,2,8,33,7,35,0,65,16,107,34,5,36,0,32,5,32,7,54,2,12,32,5,65,8,106,32,5,65,12,106,16,203,2,33,7,65,0,32,2,32,3,32,2,107,32,1,65,196,167,4,32,1,27,16,231,1,33,9,32,7,16,204,2,32,5,65,16,106,36,0,2,64,2,64,32,9,65,2,106,14,3,2,2,1,0,11,32,9,33,6,11,32,8,65,1,106,33,8,32,6,32,10,106,33,10,32,2,32,6,106,33,2,12,1,11,11,32,10,11,21,0,32,0,40,2,8,34,0,69,4,64,65,1,15,11,32,0,16,236,4,11,132,6,1,3,127,35,0,65,16,107,34,0,36,0,32,0,32,2,54,2,12,32,0,32,5,54,2,8,2,127,32,0,65,12,106,34,9,32,2,54,2,0,32,0,65,8,106,34,8,32,5,54,2,0,32,9,40,2,0,33,1,2,64,2,64,3,64,32,1,32,3,79,4,64,65,0,33,2,12,3,11,65,2,33,2,32,1,47,1,0,34,5,65,255,255,195,0,75,13,2,2,64,2,64,32,5,65,255,0,77,4,64,65,1,33,2,32,6,32,8,40,2,0,34,1,107,65,0,76,13,5,32,8,32,1,65,1,106,54,2,0,32,1,32,5,58,0,0,12,1,11,32,5,65,255,15,77,4,64,32,6,32,8,40,2,0,34,1,107,65,2,72,13,4,32,8,32,1,65,1,106,54,2,0,32,1,32,5,65,6,118,65,192,1,114,58,0,0,32,8,32,8,40,2,0,34,1,65,1,106,54,2,0,32,1,32,5,65,63,113,65,128,1,114,58,0,0,12,1,11,32,5,65,255,175,3,77,4,64,32,6,32,8,40,2,0,34,1,107,65,3,72,13,4,32,8,32,1,65,1,106,54,2,0,32,1,32,5,65,12,118,65,224,1,114,58,0,0,32,8,32,8,40,2,0,34,1,65,1,106,54,2,0,32,1,32,5,65,6,118,65,63,113,65,128,1,114,58,0,0,32,8,32,8,40,2,0,34,1,65,1,106,54,2,0,32,1,32,5,65,63,113,65,128,1,114,58,0,0,12,1,11,32,5,65,255,183,3,77,4,64,65,1,33,2,32,3,32,1,107,65,4,72,13,5,32,1,47,1,2,34,10,65,128,248,3,113,65,128,184,3,71,13,2,32,6,32,8,40,2,0,107,65,4,72,13,5,32,10,65,255,7,113,32,5,65,10,116,65,128,248,3,113,32,5,65,192,7,113,34,2,65,10,116,114,114,65,128,128,4,106,65,255,255,195,0,75,13,2,32,9,32,1,65,2,106,54,2,0,32,8,32,8,40,2,0,34,1,65,1,106,54,2,0,32,1,32,2,65,6,118,65,1,106,34,2,65,2,118,65,240,1,114,58,0,0,32,8,32,8,40,2,0,34,1,65,1,106,54,2,0,32,1,32,2,65,4,116,65,48,113,32,5,65,2,118,65,15,113,114,65,128,1,114,58,0,0,32,8,32,8,40,2,0,34,1,65,1,106,54,2,0,32,1,32,10,65,6,118,65,15,113,32,5,65,4,116,65,48,113,114,65,128,1,114,58,0,0,32,8,32,8,40,2,0,34,5,65,1,106,54,2,0,32,5,32,10,65,63,113,65,128,1,114,58,0,0,12,1,11,32,5,65,128,192,3,73,13,4,32,6,32,8,40,2,0,34,1,107,65,3,72,13,3,32,8,32,1,65,1,106,54,2,0,32,1,32,5,65,12,118,65,224,1,114,58,0,0,32,8,32,8,40,2,0,34,1,65,1,106,54,2,0,32,1,32,5,65,6,118,65,63,113,65,128,1,114,58,0,0,32,8,32,8,40,2,0,34,1,65,1,106,54,2,0,32,1,32,5,65,63,113,65,128,1,114,58,0,0,11,32,9,32,9,40,2,0,65,2,106,34,1,54,2,0,12,1,11,11,65,2,12,2,11,65,1,12,1,11,32,2,11,33,5,32,4,32,0,40,2,12,54,2,0,32,7,32,0,40,2,8,54,2,0,32,0,65,16,106,36,0,32,5,11,222,5,1,6,127,35,0,65,16,107,34,0,36,0,32,0,32,2,54,2,12,32,0,32,5,54,2,8,2,127,32,0,65,12,106,34,12,32,2,54,2,0,32,0,65,8,106,34,10,32,5,54,2,0,2,64,2,64,2,64,3,64,2,64,32,12,40,2,0,34,5,32,3,79,13,0,32,10,40,2,0,34,2,32,6,79,13,0,65,2,33,11,32,5,45,0,0,34,1,65,255,255,195,0,75,13,4,32,12,2,127,32,1,65,24,116,65,24,117,65,0,78,4,64,32,2,32,1,59,1,0,32,5,65,1,106,12,1,11,32,1,65,194,1,73,13,5,32,1,65,223,1,77,4,64,32,3,32,5,107,65,2,72,13,5,32,5,45,0,1,34,8,65,192,1,113,65,128,1,71,13,4,32,8,65,63,113,32,1,65,6,116,65,192,15,113,114,34,1,65,255,255,195,0,75,13,4,32,2,32,1,59,1,0,32,5,65,2,106,12,1,11,32,1,65,239,1,77,4,64,32,3,32,5,107,65,3,72,13,5,32,5,45,0,2,33,9,32,5,45,0,1,33,8,2,64,2,64,32,1,65,237,1,71,4,64,32,1,65,224,1,71,13,1,32,8,65,224,1,113,65,160,1,70,13,2,12,7,11,32,8,65,224,1,113,65,128,1,70,13,1,12,6,11,32,8,65,192,1,113,65,128,1,71,13,5,11,32,9,65,192,1,113,65,128,1,71,13,4,32,9,65,63,113,32,8,65,63,113,65,6,116,32,1,65,12,116,114,114,34,1,65,255,255,3,113,65,255,255,195,0,75,13,4,32,2,32,1,59,1,0,32,5,65,3,106,12,1,11,32,1,65,244,1,75,13,5,65,1,33,11,32,3,32,5,107,65,4,72,13,3,32,5,45,0,3,33,9,32,5,45,0,2,33,8,32,5,45,0,1,33,5,2,64,2,64,2,64,2,64,32,1,65,240,1,107,14,5,0,2,2,2,1,2,11,32,5,65,240,0,106,65,255,1,113,65,48,79,13,8,12,2,11,32,5,65,240,1,113,65,128,1,71,13,7,12,1,11,32,5,65,192,1,113,65,128,1,71,13,6,11,32,8,65,192,1,113,65,128,1,71,13,5,32,9,65,192,1,113,65,128,1,71,13,5,32,6,32,2,107,65,4,72,13,3,65,2,33,11,32,9,65,63,113,34,9,32,8,65,6,116,34,13,65,192,31,113,32,5,65,12,116,65,128,224,15,113,32,1,65,7,113,34,1,65,18,116,114,114,114,65,255,255,195,0,75,13,3,32,2,32,8,65,4,118,65,3,113,32,1,65,8,116,32,5,65,2,116,34,1,65,192,1,113,114,32,1,65,60,113,114,114,65,192,255,0,106,65,128,176,3,114,59,1,0,32,10,32,2,65,2,106,54,2,0,32,2,32,13,65,192,7,113,32,9,114,65,128,184,3,114,59,1,2,32,12,40,2,0,65,4,106,11,54,2,0,32,10,32,10,40,2,0,65,2,106,54,2,0,12,1,11,11,32,3,32,5,75,33,11,11,32,11,12,2,11,65,1,12,1,11,65,2,11,33,5,32,4,32,0,40,2,12,54,2,0,32,7,32,0,40,2,8,54,2,0,32,0,65,16,106,36,0,32,5,11,128,4,1,4,127,2,64,32,3,32,2,34,0,107,65,3,72,13,0,11,3,64,2,64,32,0,32,3,79,13,0,32,4,32,7,77,13,0,32,0,45,0,0,34,1,65,255,255,195,0,75,13,0,2,127,32,0,65,1,106,32,1,65,24,116,65,24,117,65,0,78,13,0,26,32,1,65,194,1,73,13,1,32,1,65,223,1,77,4,64,32,3,32,0,107,65,2,72,13,2,32,0,45,0,1,34,5,65,192,1,113,65,128,1,71,13,2,32,5,65,63,113,32,1,65,6,116,65,192,15,113,114,65,255,255,195,0,75,13,2,32,0,65,2,106,12,1,11,2,64,2,64,32,1,65,239,1,77,4,64,32,3,32,0,107,65,3,72,13,4,32,0,45,0,2,33,5,32,0,45,0,1,33,6,32,1,65,237,1,70,13,1,32,1,65,224,1,70,4,64,32,6,65,224,1,113,65,160,1,70,13,3,12,5,11,32,6,65,192,1,113,65,128,1,71,13,4,12,2,11,32,1,65,244,1,75,13,3,32,3,32,0,107,65,4,72,13,3,32,4,32,7,107,65,2,73,13,3,32,0,45,0,3,33,8,32,0,45,0,2,33,6,32,0,45,0,1,33,5,2,64,2,64,2,64,2,64,32,1,65,240,1,107,14,5,0,2,2,2,1,2,11,32,5,65,240,0,106,65,255,1,113,65,48,73,13,2,12,6,11,32,5,65,240,1,113,65,128,1,70,13,1,12,5,11,32,5,65,192,1,113,65,128,1,71,13,4,11,32,6,65,192,1,113,65,128,1,71,13,3,32,8,65,192,1,113,65,128,1,71,13,3,32,8,65,63,113,32,6,65,6,116,65,192,31,113,32,1,65,18,116,65,128,128,240,0,113,32,5,65,63,113,65,12,116,114,114,114,65,255,255,195,0,75,13,3,32,7,65,1,106,33,7,32,0,65,4,106,12,2,11,32,6,65,224,1,113,65,128,1,71,13,2,11,32,5,65,192,1,113,65,128,1,71,13,1,32,5,65,63,113,32,1,65,12,116,65,128,224,3,113,32,6,65,63,113,65,6,116,114,114,65,255,255,195,0,75,13,1,32,0,65,3,106,11,33,0,32,7,65,1,106,33,7,12,1,11,11,32,0,32,2,107,11,4,0,65,4,11,155,4,1,2,127,35,0,65,16,107,34,0,36,0,32,0,32,2,54,2,12,32,0,32,5,54,2,8,2,127,32,0,65,12,106,34,9,32,2,54,2,0,32,0,65,8,106,34,8,32,5,54,2,0,32,9,40,2,0,33,5,2,64,3,64,32,3,32,5,77,4,64,65,0,33,1,12,2,11,65,2,33,1,32,5,40,2,0,34,5,65,255,255,195,0,75,13,1,32,5,65,128,112,113,65,128,176,3,70,13,1,2,64,2,64,32,5,65,255,0,77,4,64,65,1,33,1,32,6,32,8,40,2,0,34,2,107,65,0,76,13,4,32,8,32,2,65,1,106,54,2,0,32,2,32,5,58,0,0,12,1,11,32,5,65,255,15,77,4,64,32,6,32,8,40,2,0,34,1,107,65,2,72,13,2,32,8,32,1,65,1,106,54,2,0,32,1,32,5,65,6,118,65,192,1,114,58,0,0,32,8,32,8,40,2,0,34,1,65,1,106,54,2,0,32,1,32,5,65,63,113,65,128,1,114,58,0,0,12,1,11,32,6,32,8,40,2,0,34,1,107,33,2,32,5,65,255,255,3,77,4,64,32,2,65,3,72,13,2,32,8,32,1,65,1,106,54,2,0,32,1,32,5,65,12,118,65,224,1,114,58,0,0,32,8,32,8,40,2,0,34,1,65,1,106,54,2,0,32,1,32,5,65,6,118,65,63,113,65,128,1,114,58,0,0,32,8,32,8,40,2,0,34,1,65,1,106,54,2,0,32,1,32,5,65,63,113,65,128,1,114,58,0,0,12,1,11,32,2,65,4,72,13,1,32,8,32,1,65,1,106,54,2,0,32,1,32,5,65,18,118,65,240,1,114,58,0,0,32,8,32,8,40,2,0,34,1,65,1,106,54,2,0,32,1,32,5,65,12,118,65,63,113,65,128,1,114,58,0,0,32,8,32,8,40,2,0,34,1,65,1,106,54,2,0,32,1,32,5,65,6,118,65,63,113,65,128,1,114,58,0,0,32,8,32,8,40,2,0,34,1,65,1,106,54,2,0,32,1,32,5,65,63,113,65,128,1,114,58,0,0,11,32,9,32,9,40,2,0,65,4,106,34,5,54,2,0,12,1,11,11,65,1,12,1,11,32,1,11,33,5,32,4,32,0,40,2,12,54,2,0,32,7,32,0,40,2,8,54,2,0,32,0,65,16,106,36,0,32,5,11,233,4,1,7,127,35,0,65,16,107,34,0,36,0,32,0,32,2,54,2,12,32,0,32,5,54,2,8,2,127,32,0,65,12,106,34,11,32,2,54,2,0,32,0,65,8,106,34,10,32,5,54,2,0,2,64,2,64,3,64,2,64,32,11,40,2,0,34,1,32,3,79,13,0,32,10,40,2,0,34,14,32,6,79,13,0,32,1,44,0,0,34,2,65,255,1,113,33,5,2,64,32,2,65,0,78,4,64,32,5,65,255,255,195,0,77,4,64,65,1,33,2,12,2,11,65,2,12,6,11,65,2,33,12,32,2,65,66,73,13,3,32,2,65,95,77,4,64,32,3,32,1,107,65,2,72,13,5,32,1,45,0,1,34,8,65,192,1,113,65,128,1,71,13,4,65,2,33,2,32,8,65,63,113,32,5,65,6,116,65,192,15,113,114,34,5,65,255,255,195,0,77,13,1,12,4,11,32,2,65,111,77,4,64,32,3,32,1,107,65,3,72,13,5,32,1,45,0,2,33,9,32,1,45,0,1,33,8,2,64,2,64,32,5,65,237,1,71,4,64,32,5,65,224,1,71,13,1,32,8,65,224,1,113,65,160,1,70,13,2,12,7,11,32,8,65,224,1,113,65,128,1,70,13,1,12,6,11,32,8,65,192,1,113,65,128,1,71,13,5,11,32,9,65,192,1,113,65,128,1,71,13,4,65,3,33,2,32,9,65,63,113,32,5,65,12,116,65,128,224,3,113,32,8,65,63,113,65,6,116,114,114,34,5,65,255,255,195,0,77,13,1,12,4,11,32,2,65,116,75,13,3,32,3,32,1,107,65,4,72,13,4,32,1,45,0,3,33,13,32,1,45,0,2,33,9,32,1,45,0,1,33,8,2,64,2,64,2,64,2,64,32,5,65,240,1,107,14,5,0,2,2,2,1,2,11,32,8,65,240,0,106,65,255,1,113,65,48,73,13,2,12,6,11,32,8,65,240,1,113,65,128,1,70,13,1,12,5,11,32,8,65,192,1,113,65,128,1,71,13,4,11,32,9,65,192,1,113,65,128,1,71,13,3,32,13,65,192,1,113,65,128,1,71,13,3,65,4,33,2,32,13,65,63,113,32,9,65,6,116,65,192,31,113,32,5,65,18,116,65,128,128,240,0,113,32,8,65,63,113,65,12,116,114,114,114,34,5,65,255,255,195,0,75,13,3,11,32,14,32,5,54,2,0,32,11,32,1,32,2,106,54,2,0,32,10,32,10,40,2,0,65,4,106,54,2,0,12,1,11,11,32,1,32,3,73,33,12,11,32,12,12,1,11,65,1,11,33,5,32,4,32,0,40,2,12,54,2,0,32,7,32,0,40,2,8,54,2,0,32,0,65,16,106,36,0,32,5,11,240,3,1,5,127,2,64,32,3,32,2,34,0,107,65,3,72,13,0,11,3,64,2,64,32,0,32,3,79,13,0,32,4,32,8,77,13,0,32,0,44,0,0,34,1,65,255,1,113,33,6,2,64,32,1,65,0,78,4,64,65,1,33,1,32,6,65,255,255,195,0,77,13,1,12,2,11,32,1,65,66,73,13,1,32,1,65,95,77,4,64,32,3,32,0,107,65,2,72,13,2,32,0,45,0,1,34,5,65,192,1,113,65,128,1,71,13,2,65,2,33,1,32,5,65,63,113,32,6,65,6,116,65,192,15,113,114,65,255,255,195,0,77,13,1,12,2,11,2,64,2,64,32,1,65,111,77,4,64,32,3,32,0,107,65,3,72,13,4,32,0,45,0,2,33,7,32,0,45,0,1,33,5,32,6,65,237,1,70,13,1,32,6,65,224,1,70,4,64,32,5,65,224,1,113,65,160,1,70,13,3,12,5,11,32,5,65,192,1,113,65,128,1,71,13,4,12,2,11,32,1,65,116,75,13,3,32,3,32,0,107,65,4,72,13,3,32,0,45,0,3,33,9,32,0,45,0,2,33,5,32,0,45,0,1,33,7,2,64,2,64,2,64,2,64,32,6,65,240,1,107,14,5,0,2,2,2,1,2,11,32,7,65,240,0,106,65,255,1,113,65,48,73,13,2,12,6,11,32,7,65,240,1,113,65,128,1,70,13,1,12,5,11,32,7,65,192,1,113,65,128,1,71,13,4,11,32,5,65,192,1,113,65,128,1,71,13,3,32,9,65,192,1,113,65,128,1,71,13,3,65,4,33,1,32,9,65,63,113,32,5,65,6,116,65,192,31,113,32,6,65,18,116,65,128,128,240,0,113,32,7,65,63,113,65,12,116,114,114,114,65,255,255,195,0,75,13,3,12,2,11,32,5,65,224,1,113,65,128,1,71,13,2,11,32,7,65,192,1,113,65,128,1,71,13,1,65,3,33,1,32,7,65,63,113,32,6,65,12,116,65,128,224,3,113,32,5,65,63,113,65,6,116,114,114,65,255,255,195,0,75,13,1,11,32,8,65,1,106,33,8,32,0,32,1,106,33,0,12,1,11,11,32,0,32,2,107,11,22,0,32,0,65,184,237,1,54,2,0,32,0,65,12,106,16,246,5,26,32,0,11,9,0,32,0,16,246,4,16,86,11,22,0,32,0,65,224,237,1,54,2,0,32,0,65,16,106,16,246,5,26,32,0,11,9,0,32,0,16,248,4,16,86,11,10,0,32,0,65,204,12,16,51,26,11,11,0,32,0,65,128,238,1,16,252,4,11,155,1,1,5,127,35,0,65,16,107,34,5,36,0,32,1,16,131,2,33,2,35,0,65,16,107,34,3,36,0,2,64,32,2,65,239,255,255,255,3,77,4,64,2,64,32,2,65,1,77,4,64,32,0,32,2,16,190,1,32,0,33,4,12,1,11,32,0,32,0,32,2,16,224,5,65,1,106,34,6,16,225,5,34,4,16,198,1,32,0,32,6,16,199,1,32,0,32,2,16,200,1,11,32,4,32,1,32,2,16,110,32,3,65,0,54,2,12,32,4,32,2,65,2,116,106,32,3,65,12,106,16,208,1,32,3,65,16,106,36,0,12,1,11,16,177,1,0,11,32,5,65,16,106,36,0,11,10,0,32,0,65,213,12,16,51,26,11,11,0,32,0,65,148,238,1,16,252,4,11,14,0,32,0,32,1,16,240,1,54,2,0,32,0,11,10,0,32,0,40,2,0,65,0,71,11,47,1,1,127,35,0,65,16,107,34,1,36,0,32,1,32,0,54,2,12,32,1,65,8,106,32,1,65,12,106,16,203,2,16,204,2,32,1,65,16,106,36,0,65,208,232,1,11,136,1,1,3,127,35,0,65,16,107,34,4,36,0,2,64,32,1,45,0,0,34,3,69,4,64,65,0,33,3,12,1,11,2,64,32,1,45,0,1,69,4,64,32,0,32,3,58,0,0,12,1,11,65,0,33,3,32,4,65,12,106,32,1,32,2,16,134,5,69,13,1,2,64,32,4,40,2,12,34,5,32,2,16,224,4,34,1,65,127,71,13,0,65,32,33,1,32,5,65,175,192,0,70,13,0,32,5,65,160,1,71,13,2,11,32,0,32,1,58,0,0,11,65,1,33,3,11,32,4,65,16,106,36,0,32,3,11,13,0,32,0,32,1,32,1,16,81,16,251,5,11,17,0,32,0,40,2,0,34,0,4,64,32,0,16,129,2,11,11,12,0,32,0,16,246,4,26,32,0,16,86,11,86,1,1,127,35,0,65,16,107,34,3,36,0,32,1,45,0,0,4,127,32,3,66,0,55,3,8,32,3,65,4,106,32,1,32,1,16,81,32,3,65,8,106,32,2,16,233,4,34,1,65,125,77,4,64,32,0,32,3,40,2,4,54,2,0,11,32,1,65,126,73,5,65,0,11,33,1,32,3,65,16,106,36,0,32,1,11,12,0,32,0,16,248,4,26,32,0,16,86,11,250,1,0,2,64,65,208,169,4,45,0,0,65,1,113,13,0,65,208,169,4,16,141,6,69,13,0,2,64,65,168,172,4,45,0,0,65,1,113,13,0,65,168,172,4,16,141,6,69,13,0,65,128,171,4,33,0,3,64,32,0,16,151,1,65,12,106,34,0,65,168,172,4,71,13,0,11,65,168,172,4,16,143,6,11,65,128,171,4,65,175,9,16,131,5,65,140,171,4,65,182,9,16,131,5,65,152,171,4,65,148,9,16,131,5,65,164,171,4,65,156,9,16,131,5,65,176,171,4,65,139,9,16,131,5,65,188,171,4,65,189,9,16,131,5,65,200,171,4,65,166,9,16,131,5,65,212,171,4,65,216,10,16,131,5,65,224,171,4,65,165,11,16,131,5,65,236,171,4,65,209,12,16,131,5,65,248,171,4,65,164,13,16,131,5,65,132,172,4,65,242,9,16,131,5,65,144,172,4,65,190,11,16,131,5,65,156,172,4,65,129,10,16,131,5,65,204,169,4,65,128,171,4,54,2,0,65,208,169,4,16,143,6,11,65,204,169,4,40,2,0,11,28,0,65,168,172,4,33,0,3,64,32,0,65,12,107,16,246,5,34,0,65,128,171,4,71,13,0,11,11,136,2,0,2,64,65,216,169,4,45,0,0,65,1,113,13,0,65,216,169,4,16,141,6,69,13,0,2,64,65,216,173,4,45,0,0,65,1,113,13,0,65,216,173,4,16,141,6,69,13,0,65,176,172,4,33,0,3,64,32,0,16,151,1,65,12,106,34,0,65,216,173,4,71,13,0,11,65,216,173,4,16,143,6,11,65,176,172,4,65,196,159,2,16,140,5,65,188,172,4,65,224,159,2,16,140,5,65,200,172,4,65,252,159,2,16,140,5,65,212,172,4,65,156,160,2,16,140,5,65,224,172,4,65,196,160,2,16,140,5,65,236,172,4,65,232,160,2,16,140,5,65,248,172,4,65,132,161,2,16,140,5,65,132,173,4,65,168,161,2,16,140,5,65,144,173,4,65,184,161,2,16,140,5,65,156,173,4,65,200,161,2,16,140,5,65,168,173,4,65,216,161,2,16,140,5,65,180,173,4,65,232,161,2,16,140,5,65,192,173,4,65,248,161,2,16,140,5,65,204,173,4,65,136,162,2,16,140,5,65,212,169,4,65,176,172,4,54,2,0,65,216,169,4,16,143,6,11,65,212,169,4,40,2,0,11,28,0,65,216,173,4,33,0,3,64,32,0,65,12,107,16,246,5,34,0,65,176,172,4,71,13,0,11,11,14,0,32,0,32,1,32,1,16,131,2,16,136,6,11,222,2,0,2,64,65,224,169,4,45,0,0,65,1,113,13,0,65,224,169,4,16,141,6,69,13,0,2,64,65,128,176,4,45,0,0,65,1,113,13,0,65,128,176,4,16,141,6,69,13,0,65,224,173,4,33,0,3,64,32,0,16,151,1,65,12,106,34,0,65,128,176,4,71,13,0,11,65,128,176,4,16,143,6,11,65,224,173,4,65,254,8,16,131,5,65,236,173,4,65,245,8,16,131,5,65,248,173,4,65,211,11,16,131,5,65,132,174,4,65,184,11,16,131,5,65,144,174,4,65,196,9,16,131,5,65,156,174,4,65,219,12,16,131,5,65,168,174,4,65,134,9,16,131,5,65,180,174,4,65,246,9,16,131,5,65,192,174,4,65,161,10,16,131,5,65,204,174,4,65,144,10,16,131,5,65,216,174,4,65,152,10,16,131,5,65,228,174,4,65,171,10,16,131,5,65,240,174,4,65,173,11,16,131,5,65,252,174,4,65,172,13,16,131,5,65,136,175,4,65,196,10,16,131,5,65,148,175,4,65,133,10,16,131,5,65,160,175,4,65,196,9,16,131,5,65,172,175,4,65,220,10,16,131,5,65,184,175,4,65,177,11,16,131,5,65,196,175,4,65,217,11,16,131,5,65,208,175,4,65,200,10,16,131,5,65,220,175,4,65,253,9,16,131,5,65,232,175,4,65,238,9,16,131,5,65,244,175,4,65,168,13,16,131,5,65,220,169,4,65,224,173,4,54,2,0,65,224,169,4,16,143,6,11,65,220,169,4,40,2,0,11,28,0,65,128,176,4,33,0,3,64,32,0,65,12,107,16,246,5,34,0,65,224,173,4,71,13,0,11,11,246,2,0,2,64,65,232,169,4,45,0,0,65,1,113,13,0,65,232,169,4,16,141,6,69,13,0,2,64,65,176,178,4,45,0,0,65,1,113,13,0,65,176,178,4,16,141,6,69,13,0,65,144,176,4,33,0,3,64,32,0,16,151,1,65,12,106,34,0,65,176,178,4,71,13,0,11,65,176,178,4,16,143,6,11,65,144,176,4,65,152,162,2,16,140,5,65,156,176,4,65,184,162,2,16,140,5,65,168,176,4,65,220,162,2,16,140,5,65,180,176,4,65,244,162,2,16,140,5,65,192,176,4,65,140,163,2,16,140,5,65,204,176,4,65,156,163,2,16,140,5,65,216,176,4,65,176,163,2,16,140,5,65,228,176,4,65,196,163,2,16,140,5,65,240,176,4,65,224,163,2,16,140,5,65,252,176,4,65,136,164,2,16,140,5,65,136,177,4,65,168,164,2,16,140,5,65,148,177,4,65,204,164,2,16,140,5,65,160,177,4,65,240,164,2,16,140,5,65,172,177,4,65,128,165,2,16,140,5,65,184,177,4,65,144,165,2,16,140,5,65,196,177,4,65,160,165,2,16,140,5,65,208,177,4,65,140,163,2,16,140,5,65,220,177,4,65,176,165,2,16,140,5,65,232,177,4,65,192,165,2,16,140,5,65,244,177,4,65,208,165,2,16,140,5,65,128,178,4,65,224,165,2,16,140,5,65,140,178,4,65,240,165,2,16,140,5,65,152,178,4,65,128,166,2,16,140,5,65,164,178,4,65,144,166,2,16,140,5,65,228,169,4,65,144,176,4,54,2,0,65,232,169,4,16,143,6,11,65,228,169,4,40,2,0,11,28,0,65,176,178,4,33,0,3,64,32,0,65,12,107,16,246,5,34,0,65,144,176,4,71,13,0,11,11,130,1,0,2,64,65,240,169,4,45,0,0,65,1,113,13,0,65,240,169,4,16,141,6,69,13,0,2,64,65,216,178,4,45,0,0,65,1,113,13,0,65,216,178,4,16,141,6,69,13,0,65,192,178,4,33,0,3,64,32,0,16,151,1,65,12,106,34,0,65,216,178,4,71,13,0,11,65,216,178,4,16,143,6,11,65,192,178,4,65,225,13,16,131,5,65,204,178,4,65,222,13,16,131,5,65,236,169,4,65,192,178,4,54,2,0,65,240,169,4,16,143,6,11,65,236,169,4,40,2,0,11,28,0,65,216,178,4,33,0,3,64,32,0,65,12,107,16,246,5,34,0,65,192,178,4,71,13,0,11,11,132,1,0,2,64,65,248,169,4,45,0,0,65,1,113,13,0,65,248,169,4,16,141,6,69,13,0,2,64,65,248,178,4,45,0,0,65,1,113,13,0,65,248,178,4,16,141,6,69,13,0,65,224,178,4,33,0,3,64,32,0,16,151,1,65,12,106,34,0,65,248,178,4,71,13,0,11,65,248,178,4,16,143,6,11,65,224,178,4,65,160,166,2,16,140,5,65,236,178,4,65,172,166,2,16,140,5,65,244,169,4,65,224,178,4,54,2,0,65,248,169,4,16,143,6,11,65,244,169,4,40,2,0,11,28,0,65,248,178,4,33,0,3,64,32,0,65,12,107,16,246,5,34,0,65,224,178,4,71,13,0,11,11,48,0,2,64,65,136,170,4,45,0,0,65,1,113,13,0,65,136,170,4,16,141,6,69,13,0,65,252,169,4,65,200,9,16,51,26,65,136,170,4,16,143,6,11,65,252,169,4,11,10,0,65,252,169,4,16,246,5,26,11,49,0,2,64,65,152,170,4,45,0,0,65,1,113,13,0,65,152,170,4,16,141,6,69,13,0,65,140,170,4,65,252,238,1,16,252,4,65,152,170,4,16,143,6,11,65,140,170,4,11,10,0,65,140,170,4,16,246,5,26,11,48,0,2,64,65,168,170,4,45,0,0,65,1,113,13,0,65,168,170,4,16,141,6,69,13,0,65,156,170,4,65,209,13,16,51,26,65,168,170,4,16,143,6,11,65,156,170,4,11,10,0,65,156,170,4,16,246,5,26,11,49,0,2,64,65,184,170,4,45,0,0,65,1,113,13,0,65,184,170,4,16,141,6,69,13,0,65,172,170,4,65,160,239,1,16,252,4,65,184,170,4,16,143,6,11,65,172,170,4,11,10,0,65,172,170,4,16,246,5,26,11,48,0,2,64,65,200,170,4,45,0,0,65,1,113,13,0,65,200,170,4,16,141,6,69,13,0,65,188,170,4,65,182,13,16,51,26,65,200,170,4,16,143,6,11,65,188,170,4,11,10,0,65,188,170,4,16,246,5,26,11,49,0,2,64,65,216,170,4,45,0,0,65,1,113,13,0,65,216,170,4,16,141,6,69,13,0,65,204,170,4,65,196,239,1,16,252,4,65,216,170,4,16,143,6,11,65,204,170,4,11,10,0,65,204,170,4,16,246,5,26,11,48,0,2,64,65,232,170,4,45,0,0,65,1,113,13,0,65,232,170,4,16,141,6,69,13,0,65,220,170,4,65,204,10,16,51,26,65,232,170,4,16,143,6,11,65,220,170,4,11,10,0,65,220,170,4,16,246,5,26,11,49,0,2,64,65,248,170,4,45,0,0,65,1,113,13,0,65,248,170,4,16,141,6,69,13,0,65,236,170,4,65,152,240,1,16,252,4,65,248,170,4,16,143,6,11,65,236,170,4,11,10,0,65,236,170,4,16,246,5,26,11,55,1,1,127,35,0,65,16,107,34,2,36,0,32,0,32,1,16,159,1,16,240,1,34,0,54,2,0,32,0,69,4,64,32,2,65,172,16,32,1,16,138,6,16,177,1,0,11,32,2,65,16,106,36,0,11,10,0,32,0,40,2,0,16,129,2,11,192,9,1,11,127,35,0,65,176,1,107,34,4,36,0,32,4,65,127,54,2,160,1,32,4,66,134,128,128,128,192,45,55,3,152,1,32,4,66,139,128,128,128,144,20,55,3,144,1,32,4,66,151,128,128,128,240,3,55,3,136,1,32,4,66,187,128,128,128,240,6,55,3,128,1,32,4,66,0,55,2,164,1,32,4,32,2,58,0,14,32,4,65,37,58,0,13,32,4,65,0,58,0,15,32,1,65,228,3,106,33,12,32,1,65,216,3,106,33,13,32,1,65,204,3,106,33,7,32,1,65,172,1,106,33,8,32,1,65,4,106,33,10,32,4,65,16,106,65,228,0,32,4,65,13,106,32,4,65,128,1,106,32,1,40,2,0,16,8,32,4,65,16,106,106,33,6,32,4,32,4,65,16,106,54,2,8,32,4,65,16,106,33,5,32,0,16,151,1,33,0,32,2,65,248,0,71,33,14,3,64,2,64,32,5,32,6,71,4,64,32,3,65,128,192,0,32,5,44,0,0,16,122,4,64,32,0,65,32,16,129,6,3,64,32,4,32,4,40,2,8,65,1,106,34,5,54,2,8,32,5,32,6,70,13,3,32,3,65,128,192,0,32,5,44,0,0,16,122,13,0,11,12,2,11,32,4,32,4,40,2,8,54,2,4,32,4,65,0,54,2,0,32,4,65,4,106,32,6,32,10,32,8,32,3,32,4,16,168,5,32,10,107,34,5,65,167,1,76,4,64,32,0,65,37,16,129,6,32,0,65,193,0,65,225,0,32,5,65,212,0,72,27,16,129,6,32,4,32,4,40,2,4,54,2,8,12,2,11,32,4,32,4,40,2,8,54,2,4,32,4,65,4,106,32,6,32,8,32,7,32,3,32,4,16,168,5,32,8,107,34,5,65,12,109,33,2,32,5,65,159,2,76,4,64,32,0,65,37,16,129,6,32,0,65,194,0,65,226,0,32,5,65,144,1,72,27,16,129,6,2,64,32,14,13,0,32,3,65,128,16,32,1,32,2,65,12,108,106,65,172,1,106,65,0,16,173,2,44,0,0,16,122,69,13,0,32,0,16,159,1,32,0,16,165,1,106,65,1,107,65,237,0,58,0,0,11,32,4,32,4,40,2,4,54,2,8,12,2,11,2,64,32,7,16,165,1,65,0,32,13,16,165,1,107,70,13,0,32,4,32,4,40,2,8,54,2,4,32,4,65,4,106,32,6,32,7,32,12,32,3,32,4,16,168,5,32,7,107,65,23,74,13,0,32,0,65,37,16,129,6,32,0,65,240,0,16,129,6,32,4,32,4,40,2,4,54,2,8,12,2,11,32,4,32,4,40,2,8,34,5,54,2,4,32,3,65,128,16,32,5,44,0,0,16,122,4,64,65,0,33,5,65,4,33,9,2,64,32,4,2,127,65,6,32,6,32,4,65,8,106,34,11,40,2,0,34,2,70,13,0,26,65,4,32,3,65,128,16,32,2,44,0,0,34,2,16,122,69,13,0,26,32,3,32,2,16,140,3,33,5,3,64,2,64,32,11,32,11,40,2,0,65,1,106,34,2,54,2,0,32,5,65,48,107,33,5,32,2,32,6,70,13,0,32,9,65,2,72,13,0,32,3,65,128,16,32,2,44,0,0,34,2,16,122,69,13,3,32,9,65,1,107,33,9,32,3,32,2,16,140,3,32,5,65,10,108,106,33,5,12,1,11,11,32,2,32,6,71,13,1,65,2,11,32,4,40,2,0,114,54,2,0,11,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,32,5,65,6,107,14,7,2,3,1,1,1,4,5,0,11,2,64,32,5,65,55,107,14,7,8,1,1,1,9,1,10,0,11,32,5,65,23,70,13,5,32,5,65,31,70,13,6,32,5,65,236,2,70,13,10,32,5,65,141,16,70,13,11,11,32,4,40,2,4,33,5,3,64,32,5,32,4,40,2,8,70,13,14,32,0,32,5,44,0,0,16,129,6,32,4,32,4,40,2,4,65,1,106,34,5,54,2,4,12,0,11,0,11,32,0,65,37,16,129,6,32,0,65,247,0,16,129,6,12,12,11,32,0,65,37,16,129,6,32,0,65,245,0,16,129,6,12,11,11,32,0,65,37,16,129,6,32,0,65,201,0,16,129,6,12,10,11,32,0,65,37,16,129,6,32,0,65,237,0,16,129,6,12,9,11,32,0,65,37,16,129,6,32,0,65,200,0,16,129,6,12,8,11,32,0,65,37,16,129,6,32,0,65,228,0,16,129,6,12,7,11,32,0,65,37,16,129,6,32,0,65,205,0,16,129,6,12,6,11,32,0,65,37,16,129,6,32,0,65,211,0,16,129,6,12,5,11,32,0,65,37,16,129,6,32,0,65,249,0,16,129,6,12,4,11,32,0,65,37,16,129,6,32,0,65,234,0,16,129,6,12,3,11,32,0,65,37,16,129,6,32,0,65,217,0,16,129,6,12,2,11,32,4,40,2,8,45,0,0,34,5,65,37,70,4,64,32,0,65,37,16,129,6,32,0,65,37,16,129,6,32,4,32,4,40,2,8,65,1,106,54,2,8,12,2,11,32,0,32,5,65,24,116,65,24,117,16,129,6,32,4,32,4,40,2,8,65,1,106,54,2,8,12,1,11,32,4,65,176,1,106,36,0,15,11,32,4,40,2,8,33,5,12,0,11,0,11,166,4,1,11,127,35,0,65,128,1,107,34,11,36,0,32,2,32,3,16,169,2,33,8,32,11,65,204,0,54,2,16,32,11,65,8,106,65,0,32,11,65,16,106,16,170,2,33,13,32,11,65,16,106,33,9,2,64,32,8,65,229,0,79,4,64,32,8,16,85,34,9,69,13,1,32,13,32,9,16,171,2,11,32,9,33,6,32,2,33,7,3,64,32,3,32,7,70,4,64,3,64,2,64,32,0,40,2,0,34,7,32,1,70,34,6,65,1,32,8,27,4,64,32,6,4,64,32,5,32,5,40,2,0,65,2,114,54,2,0,11,12,1,11,32,4,32,7,44,0,0,16,172,2,33,16,32,14,65,1,106,33,12,65,0,33,15,32,9,33,6,32,2,33,7,3,64,32,3,32,7,70,4,64,32,12,33,14,32,15,69,13,3,32,0,32,0,40,2,0,65,1,106,54,2,0,32,9,33,6,32,2,33,7,32,8,32,10,106,65,2,73,13,3,3,64,32,3,32,7,70,4,64,12,5,5,2,64,32,6,45,0,0,65,2,71,13,0,32,7,16,165,1,32,12,70,13,0,32,6,65,0,58,0,0,32,10,65,1,107,33,10,11,32,6,65,1,106,33,6,32,7,65,12,106,33,7,12,1,11,0,11,0,5,2,64,32,6,45,0,0,65,1,71,13,0,2,64,32,16,65,255,1,113,32,4,32,7,32,14,16,173,2,44,0,0,16,172,2,65,255,1,113,70,4,64,65,1,33,15,32,7,16,165,1,32,12,71,13,2,32,6,65,2,58,0,0,32,10,65,1,106,33,10,12,1,11,32,6,65,0,58,0,0,11,32,8,65,1,107,33,8,11,32,6,65,1,106,33,6,32,7,65,12,106,33,7,12,1,11,0,11,0,11,11,2,64,2,64,3,64,32,2,32,3,70,13,1,32,9,45,0,0,65,2,71,4,64,32,9,65,1,106,33,9,32,2,65,12,106,33,2,12,1,11,11,32,2,33,3,12,1,11,32,5,32,5,40,2,0,65,4,114,54,2,0,11,32,13,16,174,2,32,11,65,128,1,106,36,0,32,3,15,5,2,64,32,7,16,175,2,69,4,64,32,6,65,1,58,0,0,12,1,11,32,6,65,2,58,0,0,32,10,65,1,106,33,10,32,8,65,1,107,33,8,11,32,6,65,1,106,33,6,32,7,65,12,106,33,7,12,1,11,0,11,0,11,16,177,1,0,11,146,10,1,12,127,35,0,65,224,4,107,34,4,36,0,32,4,66,134,128,128,128,192,45,55,3,200,4,32,4,66,139,128,128,128,144,20,55,3,192,4,32,4,66,151,128,128,128,240,3,55,3,184,4,32,4,66,187,128,128,128,240,6,55,3,176,4,32,4,66,0,55,2,212,4,32,4,65,127,54,2,208,4,32,4,32,2,58,0,190,3,32,4,65,37,58,0,189,3,32,4,65,0,58,0,191,3,32,4,65,192,3,106,65,228,0,32,4,65,189,3,106,32,4,65,176,4,106,32,1,40,2,0,16,8,26,32,4,32,4,65,32,106,54,2,28,32,4,66,0,55,3,16,32,4,32,4,65,192,3,106,54,2,12,32,4,65,32,106,32,4,65,12,106,65,228,0,32,4,65,16,106,32,1,40,2,0,16,170,3,34,5,65,127,71,4,64,32,1,65,228,3,106,33,12,32,1,65,216,3,106,33,13,32,1,65,204,3,106,33,7,32,1,65,172,1,106,33,8,32,1,65,4,106,33,10,32,4,40,2,28,32,5,65,2,116,106,33,5,32,0,16,151,1,33,0,32,2,65,248,0,71,33,14,3,64,32,5,32,4,40,2,28,34,2,71,4,64,32,3,65,128,192,0,32,2,40,2,0,16,138,1,4,64,32,0,65,32,16,137,6,3,64,32,4,32,4,40,2,28,65,4,106,34,2,54,2,28,32,2,32,5,70,13,3,32,3,65,128,192,0,32,2,40,2,0,16,138,1,13,0,11,12,2,11,32,4,32,4,40,2,28,54,2,8,32,4,65,0,54,2,4,32,4,65,8,106,32,5,32,10,32,8,32,3,32,4,65,4,106,16,170,5,32,10,107,34,2,65,167,1,76,4,64,32,0,65,37,16,137,6,32,0,65,193,0,65,225,0,32,2,65,212,0,72,27,16,137,6,32,4,32,4,40,2,8,54,2,28,12,2,11,32,4,32,4,40,2,28,54,2,8,32,4,65,8,106,32,5,32,8,32,7,32,3,32,4,65,4,106,16,170,5,32,8,107,34,2,65,12,109,33,6,32,2,65,159,2,76,4,64,32,0,65,37,16,137,6,32,0,65,194,0,65,226,0,32,2,65,144,1,72,27,16,137,6,2,64,32,14,13,0,32,3,65,128,16,32,1,32,6,65,12,108,106,65,172,1,106,65,0,16,208,2,40,2,0,16,138,1,69,13,0,32,0,16,159,1,32,0,16,165,1,65,2,116,106,65,4,107,65,237,0,54,2,0,11,32,4,32,4,40,2,8,54,2,28,12,2,11,2,64,32,7,16,165,1,65,0,32,13,16,165,1,107,70,13,0,32,4,32,4,40,2,28,54,2,8,32,4,65,8,106,32,5,32,7,32,12,32,3,32,4,65,4,106,16,170,5,32,7,107,65,23,74,13,0,32,0,65,37,16,137,6,32,0,65,240,0,16,137,6,32,4,32,4,40,2,8,54,2,28,12,2,11,32,4,32,4,40,2,28,34,2,54,2,8,32,3,65,128,16,32,2,40,2,0,16,138,1,4,64,65,0,33,6,65,4,33,9,2,64,32,4,65,4,106,34,15,2,127,65,6,32,5,32,4,65,28,106,34,11,40,2,0,34,2,70,13,0,26,65,4,32,3,65,128,16,32,2,40,2,0,34,2,16,138,1,69,13,0,26,32,3,32,2,16,153,3,33,6,3,64,2,64,32,11,32,11,40,2,0,65,4,106,34,2,54,2,0,32,6,65,48,107,33,6,32,2,32,5,70,13,0,32,9,65,2,72,13,0,32,3,65,128,16,32,2,40,2,0,34,2,16,138,1,69,13,3,32,9,65,1,107,33,9,32,3,32,2,16,153,3,32,6,65,10,108,106,33,6,12,1,11,11,32,2,32,5,71,13,1,65,2,11,32,15,40,2,0,114,54,2,0,11,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,32,6,34,2,65,6,107,14,7,2,3,1,1,1,4,5,0,11,2,64,32,2,65,55,107,14,7,8,1,1,1,9,1,10,0,11,32,2,65,23,70,13,5,32,2,65,31,70,13,6,32,2,65,236,2,70,13,10,32,2,65,141,16,70,13,11,11,32,4,40,2,8,33,2,3,64,32,2,32,4,40,2,28,70,13,14,32,0,32,2,40,2,0,16,137,6,32,4,32,4,40,2,8,65,4,106,34,2,54,2,8,12,0,11,0,11,32,0,65,37,16,137,6,32,0,65,247,0,16,137,6,12,12,11,32,0,65,37,16,137,6,32,0,65,245,0,16,137,6,12,11,11,32,0,65,37,16,137,6,32,0,65,201,0,16,137,6,12,10,11,32,0,65,37,16,137,6,32,0,65,237,0,16,137,6,12,9,11,32,0,65,37,16,137,6,32,0,65,200,0,16,137,6,12,8,11,32,0,65,37,16,137,6,32,0,65,228,0,16,137,6,12,7,11,32,0,65,37,16,137,6,32,0,65,205,0,16,137,6,12,6,11,32,0,65,37,16,137,6,32,0,65,211,0,16,137,6,12,5,11,32,0,65,37,16,137,6,32,0,65,249,0,16,137,6,12,4,11,32,0,65,37,16,137,6,32,0,65,234,0,16,137,6,12,3,11,32,0,65,37,16,137,6,32,0,65,217,0,16,137,6,12,2,11,32,3,32,4,40,2,28,40,2,0,16,153,3,65,37,70,4,64,32,0,65,37,16,137,6,32,0,65,37,16,137,6,32,4,32,4,40,2,28,65,4,106,54,2,28,12,2,5,32,0,32,4,40,2,28,40,2,0,16,137,6,32,4,32,4,40,2,28,65,4,106,54,2,28,12,2,11,0,11,11,32,4,65,224,4,106,36,0,15,11,16,177,1,0,11,158,4,1,11,127,35,0,65,128,1,107,34,11,36,0,32,2,32,3,16,169,2,33,8,32,11,65,204,0,54,2,16,32,11,65,8,106,65,0,32,11,65,16,106,16,170,2,33,13,32,11,65,16,106,33,9,2,64,32,8,65,229,0,79,4,64,32,8,16,85,34,9,69,13,1,32,13,32,9,16,171,2,11,32,9,33,6,32,2,33,7,3,64,32,3,32,7,70,4,64,3,64,2,64,32,0,40,2,0,34,7,32,1,70,34,6,65,1,32,8,27,4,64,32,6,4,64,32,5,32,5,40,2,0,65,2,114,54,2,0,11,12,1,11,32,4,32,7,40,2,0,16,194,1,33,16,32,14,65,1,106,33,12,65,0,33,15,32,9,33,6,32,2,33,7,3,64,32,3,32,7,70,4,64,32,12,33,14,32,15,69,13,3,32,0,32,0,40,2,0,65,4,106,54,2,0,32,9,33,6,32,2,33,7,32,8,32,10,106,65,2,73,13,3,3,64,32,3,32,7,70,4,64,12,5,5,2,64,32,6,45,0,0,65,2,71,13,0,32,7,16,165,1,32,12,70,13,0,32,6,65,0,58,0,0,32,10,65,1,107,33,10,11,32,6,65,1,106,33,6,32,7,65,12,106,33,7,12,1,11,0,11,0,5,2,64,32,6,45,0,0,65,1,71,13,0,2,64,32,4,32,7,32,14,16,208,2,40,2,0,16,194,1,32,16,70,4,64,65,1,33,15,32,7,16,165,1,32,12,71,13,2,32,6,65,2,58,0,0,32,10,65,1,106,33,10,12,1,11,32,6,65,0,58,0,0,11,32,8,65,1,107,33,8,11,32,6,65,1,106,33,6,32,7,65,12,106,33,7,12,1,11,0,11,0,11,11,2,64,2,64,3,64,32,2,32,3,70,13,1,32,9,45,0,0,65,2,71,4,64,32,9,65,1,106,33,9,32,2,65,12,106,33,2,12,1,11,11,32,2,33,3,12,1,11,32,5,32,5,40,2,0,65,4,114,54,2,0,11,32,13,16,174,2,32,11,65,128,1,106,36,0,32,3,15,5,2,64,32,7,16,175,2,69,4,64,32,6,65,1,58,0,0,12,1,11,32,6,65,2,58,0,0,32,10,65,1,106,33,10,32,8,65,1,107,33,8,11,32,6,65,1,106,33,6,32,7,65,12,106,33,7,12,1,11,0,11,0,11,16,177,1,0,11,178,1,1,3,127,35,0,65,16,107,34,4,36,0,32,0,16,215,3,33,3,2,64,2,64,32,3,32,1,32,2,16,216,3,34,5,73,4,64,32,0,32,1,16,217,3,13,1,32,0,32,3,32,5,32,3,107,32,0,16,165,1,34,3,65,0,32,3,65,0,16,134,6,11,32,0,16,159,1,33,3,3,64,32,1,32,2,71,4,64,32,3,32,1,16,208,1,32,3,65,4,106,33,3,32,1,65,4,106,33,1,12,1,11,11,32,4,65,0,54,2,0,32,3,32,4,16,208,1,32,0,32,5,16,201,3,12,1,11,32,0,32,4,32,1,32,2,32,0,16,218,3,34,1,16,159,1,32,1,16,165,1,16,136,6,32,1,16,246,5,26,11,32,4,65,16,106,36,0,11,55,1,1,127,35,0,65,16,107,34,2,36,0,32,0,32,1,16,159,1,16,240,1,34,0,54,2,0,32,0,69,4,64,32,2,65,131,16,32,1,16,138,6,16,177,1,0,11,32,2,65,16,106,36,0,11,248,14,1,7,127,35,0,65,48,107,34,10,36,0,32,2,4,64,32,1,16,165,1,65,4,70,33,7,11,2,64,2,64,2,64,2,64,2,64,32,3,14,2,0,1,2,11,32,7,4,64,32,1,16,229,2,33,2,32,10,32,1,16,229,2,54,2,40,32,10,65,40,106,65,3,16,207,3,33,11,32,1,16,230,2,33,9,35,0,65,32,107,34,3,36,0,32,3,32,11,54,2,16,32,3,32,2,54,2,24,32,3,32,9,54,2,8,2,64,32,3,65,24,106,32,3,65,16,106,16,234,2,13,0,32,3,65,16,106,32,3,65,8,106,16,234,2,33,2,32,3,40,2,24,33,9,32,2,13,0,32,3,40,2,16,33,6,32,3,40,2,8,33,8,35,0,65,32,107,34,11,36,0,32,11,32,8,54,2,16,32,11,32,6,54,2,24,32,11,32,9,16,228,5,54,2,8,2,64,32,11,65,8,106,32,11,65,24,106,16,234,2,4,64,35,0,65,32,107,34,6,36,0,32,6,32,9,54,2,16,32,6,32,6,65,16,106,40,2,0,45,0,0,58,0,15,32,6,40,2,16,16,228,5,33,2,32,6,32,6,40,2,16,34,9,32,2,16,232,5,32,8,16,232,5,32,9,16,232,5,16,234,3,16,231,5,54,2,24,32,6,65,24,106,40,2,0,32,6,65,15,106,45,0,0,58,0,0,32,6,40,2,24,26,32,6,65,32,106,36,0,12,1,11,32,11,32,11,40,2,24,16,228,5,54,2,8,32,11,65,8,106,32,11,65,16,106,16,234,2,4,64,32,11,40,2,16,33,8,35,0,65,32,107,34,6,36,0,32,6,32,9,54,2,24,35,0,65,16,107,34,12,36,0,32,12,32,8,54,2,8,32,12,65,8,106,65,127,16,229,5,32,12,40,2,8,33,2,32,12,65,16,106,36,0,32,6,32,2,54,2,16,32,6,32,6,65,16,106,40,2,0,45,0,0,58,0,15,32,6,40,2,16,33,2,32,8,32,9,16,232,5,32,2,16,232,5,32,8,16,232,5,16,233,5,16,231,5,26,32,6,65,24,106,40,2,0,32,6,65,15,106,45,0,0,58,0,0,32,6,65,32,106,36,0,12,1,11,32,11,40,2,24,33,2,32,11,40,2,16,33,8,35,0,65,48,107,34,6,36,0,32,6,32,2,54,2,32,32,6,32,9,54,2,40,32,6,32,8,54,2,24,2,127,32,6,65,32,106,32,6,65,40,106,16,197,3,34,8,32,6,65,24,106,32,6,65,32,106,16,197,3,34,2,70,4,64,32,6,40,2,40,33,9,32,6,40,2,32,33,8,35,0,65,32,107,34,2,36,0,32,2,32,8,54,2,16,32,2,32,9,54,2,24,32,2,32,8,54,2,8,3,64,32,2,65,24,106,32,2,65,16,106,16,231,2,4,64,32,2,40,2,24,32,2,40,2,8,16,166,3,32,2,65,24,106,16,232,2,32,2,65,8,106,16,232,2,12,1,11,11,32,2,40,2,8,26,32,2,65,32,106,36,0,32,6,40,2,32,12,1,11,32,6,32,6,65,40,106,32,8,32,2,16,230,5,16,207,3,54,2,16,3,127,32,6,65,16,106,32,6,65,40,106,16,231,2,4,127,32,6,65,16,106,34,9,32,9,40,2,0,65,1,107,54,2,0,32,6,32,9,40,2,0,45,0,0,58,0,15,32,6,32,6,40,2,16,54,2,8,32,6,32,6,65,8,106,32,8,16,207,3,54,2,0,3,64,32,6,65,8,106,40,2,0,32,6,40,2,0,45,0,0,58,0,0,32,6,32,6,40,2,0,54,2,8,2,64,32,6,65,24,106,32,6,16,197,3,34,9,32,8,74,4,64,32,6,32,8,16,235,3,12,1,11,32,6,32,6,65,40,106,32,8,32,9,107,16,207,3,54,2,0,11,32,6,32,6,65,16,106,16,231,2,13,0,11,32,6,65,8,106,40,2,0,32,6,65,15,106,45,0,0,58,0,0,12,1,5,32,6,65,40,106,32,2,16,207,3,11,11,11,26,32,6,65,48,106,36,0,11,32,11,65,32,106,36,0,11,32,3,65,32,106,36,0,11,2,64,2,64,2,64,2,64,2,64,32,5,14,5,0,1,2,3,4,6,11,32,0,65,131,136,128,16,54,0,0,2,64,32,4,14,3,8,0,8,6,11,32,7,13,7,32,1,16,247,5,12,7,11,32,0,65,2,58,0,3,32,0,65,3,58,0,0,2,64,2,64,2,64,32,4,14,3,0,1,2,7,11,32,0,65,4,59,0,1,12,8,11,32,0,65,4,59,0,1,32,7,13,7,32,1,16,247,5,12,7,11,32,0,65,129,8,59,0,1,32,7,69,13,6,32,10,32,1,16,229,2,54,2,40,32,1,32,10,65,32,106,32,10,65,40,106,16,196,3,40,2,0,16,174,5,12,6,11,32,0,65,3,58,0,3,32,0,65,4,58,0,0,2,64,2,64,2,64,32,4,14,3,0,1,2,6,11,32,0,65,128,4,59,0,1,12,7,11,32,7,69,4,64,32,1,16,247,5,11,32,0,65,128,4,59,0,1,12,6,11,32,0,65,130,2,59,0,1,32,7,69,13,5,32,10,32,1,16,229,2,54,2,40,32,1,32,10,65,24,106,32,10,65,40,106,16,196,3,40,2,0,16,174,5,12,5,11,32,0,65,2,58,0,3,32,0,65,4,58,0,0,2,64,2,64,2,64,32,4,14,3,0,1,2,5,11,32,0,65,128,6,59,0,1,12,6,11,32,0,65,129,6,59,0,1,32,7,69,13,5,32,10,32,1,16,229,2,54,2,40,32,1,32,10,65,16,106,32,10,65,40,106,16,196,3,40,2,0,16,174,5,12,5,11,32,0,65,3,59,0,1,32,7,13,4,32,1,16,247,5,12,4,11,32,0,65,3,58,0,3,32,0,65,4,58,0,0,2,64,2,64,2,64,32,4,14,3,0,1,2,4,11,32,0,65,128,4,59,0,1,12,5,11,32,0,65,128,4,59,0,1,32,7,13,4,32,1,16,247,5,12,4,11,32,0,65,130,2,59,0,1,32,7,69,13,3,32,10,32,1,16,229,2,54,2,40,32,1,32,10,65,8,106,32,10,65,40,106,16,196,3,40,2,0,16,174,5,12,3,11,2,64,2,64,2,64,2,64,2,64,32,5,14,5,0,1,2,3,4,5,11,32,0,65,131,132,128,32,54,0,0,2,64,32,4,14,3,7,0,7,5,11,32,7,13,6,32,1,16,247,5,12,6,11,32,0,65,4,58,0,3,32,0,65,3,58,0,0,2,64,2,64,2,64,32,4,14,3,0,1,2,6,11,32,0,65,2,59,0,1,12,7,11,32,0,65,2,59,0,1,32,7,13,6,32,1,65,32,16,129,6,12,6,11,32,0,65,129,4,59,0,1,32,7,69,13,5,12,4,11,32,0,65,3,58,0,3,32,0,65,2,58,0,0,2,64,2,64,2,64,32,4,14,3,0,1,2,5,11,32,0,65,128,8,59,0,1,12,6,11,32,0,65,128,8,59,0,1,32,7,13,5,32,1,65,32,16,129,6,12,5,11,32,0,65,132,2,59,0,1,32,7,13,3,12,4,11,32,0,65,4,58,0,3,32,0,65,3,58,0,0,2,64,2,64,2,64,32,4,14,3,0,1,2,4,11,32,0,65,2,59,0,1,12,5,11,32,0,65,2,59,0,1,32,7,13,4,32,1,65,32,16,129,6,12,4,11,32,0,65,129,4,59,0,1,32,7,13,2,12,3,11,32,0,65,4,58,0,3,32,0,65,2,58,0,0,2,64,2,64,2,64,32,4,14,3,0,1,2,3,11,32,0,65,3,59,0,1,12,4,11,32,0,65,131,2,59,0,1,32,7,13,2,12,3,11,32,0,65,128,6,59,0,1,32,7,13,2,32,1,65,32,16,129,6,12,2,11,32,0,65,130,134,128,32,54,0,0,12,1,11,35,0,65,16,107,34,2,36,0,2,64,32,1,16,168,1,4,64,32,1,32,1,40,2,4,65,1,107,34,0,16,200,1,32,1,40,2,0,33,3,32,2,65,0,58,0,15,32,0,32,3,106,32,2,65,15,106,16,191,1,12,1,11,32,1,32,1,45,0,11,65,1,107,34,0,16,190,1,32,2,65,0,58,0,14,32,0,32,1,106,32,2,65,14,106,16,191,1,11,32,2,65,16,106,36,0,11,32,10,65,48,106,36,0,11,216,1,1,7,127,35,0,65,16,107,34,3,36,0,32,3,32,1,54,2,8,32,3,32,0,16,229,2,54,2,0,32,3,65,8,106,32,3,16,197,3,33,1,2,64,32,0,16,165,1,32,1,79,4,64,35,0,65,16,107,34,2,36,0,32,2,65,1,54,2,12,32,0,16,165,1,33,7,32,0,16,159,1,33,8,32,2,32,7,32,1,34,5,107,34,6,54,2,8,32,2,32,2,65,12,106,32,2,65,8,106,16,176,1,40,2,0,34,4,54,2,12,32,0,32,7,32,6,32,4,107,34,6,4,127,32,5,32,8,106,34,5,32,4,32,5,106,32,6,16,244,5,32,2,40,2,12,5,32,4,11,107,34,4,16,201,3,32,2,65,0,58,0,7,32,4,32,8,106,32,2,65,7,106,16,191,1,32,2,65,16,106,36,0,12,1,11,16,177,1,0,11,32,3,32,1,16,207,3,26,32,3,65,16,106,36,0,11,254,14,1,7,127,35,0,65,48,107,34,10,36,0,32,2,4,64,32,1,16,165,1,65,4,70,33,7,11,2,64,2,64,2,64,2,64,2,64,32,3,14,2,0,1,2,11,32,7,4,64,32,1,16,229,2,33,2,32,10,32,1,16,229,2,54,2,40,32,10,65,40,106,65,3,16,222,3,33,11,32,1,16,253,2,33,9,35,0,65,32,107,34,3,36,0,32,3,32,11,54,2,16,32,3,32,2,54,2,24,32,3,32,9,54,2,8,2,64,32,3,65,24,106,32,3,65,16,106,16,234,2,13,0,32,3,65,16,106,32,3,65,8,106,16,234,2,33,2,32,3,40,2,24,33,9,32,2,13,0,32,3,40,2,16,33,6,32,3,40,2,8,33,8,35,0,65,32,107,34,11,36,0,32,11,32,8,54,2,16,32,11,32,6,54,2,24,32,11,32,9,16,234,5,54,2,8,2,64,32,11,65,8,106,32,11,65,24,106,16,234,2,4,64,35,0,65,32,107,34,6,36,0,32,6,32,9,54,2,16,32,6,32,6,65,16,106,40,2,0,40,2,0,54,2,12,32,6,40,2,16,16,234,5,33,2,32,6,32,6,40,2,16,34,9,32,2,16,232,5,32,8,16,232,5,32,9,16,232,5,16,234,3,16,236,5,54,2,24,32,6,65,24,106,40,2,0,32,6,65,12,106,40,2,0,54,2,0,32,6,40,2,24,26,32,6,65,32,106,36,0,12,1,11,32,11,32,11,40,2,24,16,234,5,54,2,8,32,11,65,8,106,32,11,65,16,106,16,234,2,4,64,32,11,40,2,16,33,8,35,0,65,32,107,34,6,36,0,32,6,32,9,54,2,24,35,0,65,16,107,34,12,36,0,32,12,32,8,54,2,8,32,12,65,8,106,65,127,16,235,5,32,12,40,2,8,33,2,32,12,65,16,106,36,0,32,6,32,2,54,2,16,32,6,32,6,65,16,106,40,2,0,40,2,0,54,2,12,32,6,40,2,16,33,2,32,8,32,9,16,232,5,32,2,16,232,5,32,8,16,232,5,16,233,5,16,236,5,26,32,6,65,24,106,40,2,0,32,6,65,12,106,40,2,0,54,2,0,32,6,65,32,106,36,0,12,1,11,32,11,40,2,24,33,2,32,11,40,2,16,33,8,35,0,65,48,107,34,6,36,0,32,6,32,2,54,2,32,32,6,32,9,54,2,40,32,6,32,8,54,2,24,2,127,32,6,65,32,106,32,6,65,40,106,16,213,3,34,8,32,6,65,24,106,32,6,65,32,106,16,213,3,34,2,70,4,64,32,6,40,2,40,33,9,32,6,40,2,32,33,8,35,0,65,32,107,34,2,36,0,32,2,32,8,54,2,16,32,2,32,9,54,2,24,32,2,32,8,54,2,8,3,64,32,2,65,24,106,32,2,65,16,106,16,231,2,4,64,32,2,40,2,24,32,2,40,2,8,16,160,1,32,2,65,24,106,16,254,2,32,2,65,8,106,16,254,2,12,1,11,11,32,2,40,2,8,26,32,2,65,32,106,36,0,32,6,40,2,32,12,1,11,32,6,32,6,65,40,106,32,8,32,2,16,230,5,16,222,3,54,2,16,3,127,32,6,65,16,106,32,6,65,40,106,16,231,2,4,127,32,6,65,16,106,34,9,32,9,40,2,0,65,4,107,54,2,0,32,6,32,9,40,2,0,40,2,0,54,2,12,32,6,32,6,40,2,16,54,2,8,32,6,32,6,65,8,106,32,8,16,222,3,54,2,0,3,64,32,6,65,8,106,40,2,0,32,6,40,2,0,40,2,0,54,2,0,32,6,32,6,40,2,0,54,2,8,2,64,32,6,65,24,106,32,6,16,213,3,34,9,32,8,74,4,64,32,6,32,8,16,236,3,12,1,11,32,6,32,6,65,40,106,32,8,32,9,107,16,222,3,54,2,0,11,32,6,32,6,65,16,106,16,231,2,13,0,11,32,6,65,8,106,40,2,0,32,6,65,12,106,40,2,0,54,2,0,12,1,5,32,6,65,40,106,32,2,16,222,3,11,11,11,26,32,6,65,48,106,36,0,11,32,11,65,32,106,36,0,11,32,3,65,32,106,36,0,11,2,64,2,64,2,64,2,64,2,64,32,5,14,5,0,1,2,3,4,6,11,32,0,65,131,136,128,16,54,0,0,2,64,32,4,14,3,8,0,8,6,11,32,7,13,7,32,1,16,133,6,12,7,11,32,0,65,2,58,0,3,32,0,65,3,58,0,0,2,64,2,64,2,64,32,4,14,3,0,1,2,7,11,32,0,65,4,59,0,1,12,8,11,32,0,65,4,59,0,1,32,7,13,7,32,1,16,133,6,12,7,11,32,0,65,129,8,59,0,1,32,7,69,13,6,32,10,32,1,16,229,2,54,2,40,32,1,32,10,65,32,106,32,10,65,40,106,16,196,3,40,2,0,16,176,5,12,6,11,32,0,65,3,58,0,3,32,0,65,4,58,0,0,2,64,2,64,2,64,32,4,14,3,0,1,2,6,11,32,0,65,128,4,59,0,1,12,7,11,32,7,69,4,64,32,1,16,133,6,11,32,0,65,128,4,59,0,1,12,6,11,32,0,65,130,2,59,0,1,32,7,69,13,5,32,10,32,1,16,229,2,54,2,40,32,1,32,10,65,24,106,32,10,65,40,106,16,196,3,40,2,0,16,176,5,12,5,11,32,0,65,2,58,0,3,32,0,65,4,58,0,0,2,64,2,64,2,64,32,4,14,3,0,1,2,5,11,32,0,65,128,6,59,0,1,12,6,11,32,0,65,129,6,59,0,1,32,7,69,13,5,32,10,32,1,16,229,2,54,2,40,32,1,32,10,65,16,106,32,10,65,40,106,16,196,3,40,2,0,16,176,5,12,5,11,32,0,65,3,59,0,1,32,7,13,4,32,1,16,133,6,12,4,11,32,0,65,3,58,0,3,32,0,65,4,58,0,0,2,64,2,64,2,64,32,4,14,3,0,1,2,4,11,32,0,65,128,4,59,0,1,12,5,11,32,0,65,128,4,59,0,1,32,7,13,4,32,1,16,133,6,12,4,11,32,0,65,130,2,59,0,1,32,7,69,13,3,32,10,32,1,16,229,2,54,2,40,32,1,32,10,65,8,106,32,10,65,40,106,16,196,3,40,2,0,16,176,5,12,3,11,2,64,2,64,2,64,2,64,2,64,32,5,14,5,0,1,2,3,4,5,11,32,0,65,131,132,128,32,54,0,0,2,64,32,4,14,3,7,0,7,5,11,32,7,13,6,32,1,16,133,6,12,6,11,32,0,65,4,58,0,3,32,0,65,3,58,0,0,2,64,2,64,2,64,32,4,14,3,0,1,2,6,11,32,0,65,2,59,0,1,12,7,11,32,0,65,2,59,0,1,32,7,13,6,32,1,65,32,16,137,6,12,6,11,32,0,65,129,4,59,0,1,32,7,69,13,5,12,4,11,32,0,65,3,58,0,3,32,0,65,2,58,0,0,2,64,2,64,2,64,32,4,14,3,0,1,2,5,11,32,0,65,128,8,59,0,1,12,6,11,32,0,65,128,8,59,0,1,32,7,13,5,32,1,65,32,16,137,6,12,5,11,32,0,65,132,2,59,0,1,32,7,13,3,12,4,11,32,0,65,4,58,0,3,32,0,65,3,58,0,0,2,64,2,64,2,64,32,4,14,3,0,1,2,4,11,32,0,65,2,59,0,1,12,5,11,32,0,65,2,59,0,1,32,7,13,4,32,1,65,32,16,137,6,12,4,11,32,0,65,129,4,59,0,1,32,7,13,2,12,3,11,32,0,65,4,58,0,3,32,0,65,2,58,0,0,2,64,2,64,2,64,32,4,14,3,0,1,2,3,11,32,0,65,3,59,0,1,12,4,11,32,0,65,131,2,59,0,1,32,7,13,2,12,3,11,32,0,65,128,6,59,0,1,32,7,13,2,32,1,65,32,16,137,6,12,2,11,32,0,65,130,134,128,32,54,0,0,12,1,11,35,0,65,16,107,34,2,36,0,2,64,32,1,16,168,1,4,64,32,1,32,1,40,2,4,65,1,107,34,0,16,200,1,32,1,40,2,0,33,3,32,2,65,0,54,2,12,32,3,32,0,65,2,116,106,32,2,65,12,106,16,208,1,12,1,11,32,1,32,1,45,0,11,65,1,107,34,0,16,190,1,32,2,65,0,54,2,8,32,1,32,0,65,2,116,106,32,2,65,8,106,16,208,1,11,32,2,65,16,106,36,0,11,32,10,65,48,106,36,0,11,225,1,1,7,127,35,0,65,16,107,34,3,36,0,32,3,32,1,54,2,8,32,3,32,0,16,229,2,54,2,0,32,3,65,8,106,32,3,16,213,3,33,1,2,64,32,0,16,165,1,32,1,79,4,64,35,0,65,16,107,34,2,36,0,32,2,65,1,54,2,12,32,0,16,165,1,33,7,32,0,16,159,1,33,8,32,2,32,7,32,1,34,5,107,34,6,54,2,8,32,2,32,2,65,12,106,32,2,65,8,106,16,176,1,40,2,0,34,4,54,2,12,32,0,32,7,32,6,32,4,107,34,6,4,127,32,8,32,5,65,2,116,106,34,5,32,5,32,4,65,2,116,106,32,6,16,131,6,32,2,40,2,12,5,32,4,11,107,34,4,16,201,3,32,2,65,0,54,2,4,32,8,32,4,65,2,116,106,32,2,65,4,106,16,208,1,32,2,65,16,106,36,0,12,1,11,16,177,1,0,11,32,3,32,1,16,222,3,26,32,3,65,16,106,36,0,11,151,1,1,3,127,32,0,65,12,106,34,1,65,136,4,106,16,246,5,26,32,1,65,252,3,106,16,246,5,26,32,1,65,240,3,106,16,246,5,26,32,1,65,228,3,106,34,2,16,246,5,26,32,1,65,204,3,106,33,3,3,64,32,2,65,12,107,16,246,5,34,2,32,3,71,13,0,11,32,1,65,204,3,106,33,2,32,1,65,172,1,106,33,3,3,64,32,2,65,12,107,16,246,5,34,2,32,3,71,13,0,11,32,1,65,172,1,106,33,2,32,1,65,4,106,33,3,3,64,32,2,65,12,107,16,246,5,34,2,32,3,71,13,0,11,32,1,16,166,5,32,0,11,9,0,32,0,16,177,5,16,86,11,205,5,1,2,127,32,0,65,136,4,106,33,0,3,64,2,64,32,0,16,165,1,32,1,77,13,0,32,0,32,1,16,173,2,45,0,0,65,37,70,13,0,32,1,65,1,106,33,1,12,1,11,11,2,64,2,64,2,64,2,64,32,0,32,1,65,1,106,16,173,2,44,0,0,34,2,65,249,0,71,4,64,32,2,65,228,0,70,13,2,32,2,65,237,0,70,13,1,32,2,65,217,0,71,13,3,11,32,1,65,2,106,33,1,3,64,2,64,32,0,16,165,1,32,1,77,13,0,32,0,32,1,16,173,2,45,0,0,65,37,70,13,0,32,1,65,1,106,33,1,12,1,11,11,32,0,16,165,1,32,1,70,13,2,32,0,32,1,65,1,106,16,173,2,44,0,0,34,2,65,228,0,71,4,64,32,2,65,237,0,71,13,3,32,1,65,2,106,33,1,3,64,2,64,32,0,16,165,1,32,1,77,13,0,32,0,32,1,16,173,2,45,0,0,65,37,70,13,0,32,1,65,1,106,33,1,12,1,11,11,32,0,16,165,1,32,1,70,13,3,65,3,33,2,32,0,32,1,65,1,106,16,173,2,45,0,0,65,228,0,71,13,3,12,4,11,32,1,65,2,106,33,1,3,64,2,64,32,0,16,165,1,32,1,77,13,0,32,0,32,1,16,173,2,45,0,0,65,37,70,13,0,32,1,65,1,106,33,1,12,1,11,11,32,0,16,165,1,32,1,70,13,2,65,4,33,2,32,0,32,1,65,1,106,16,173,2,45,0,0,65,237,0,71,13,2,12,3,11,32,1,65,2,106,33,1,3,64,2,64,32,0,16,165,1,32,1,77,13,0,32,0,32,1,16,173,2,45,0,0,65,37,70,13,0,32,1,65,1,106,33,1,12,1,11,11,32,0,16,165,1,32,1,70,13,1,32,0,32,1,65,1,106,16,173,2,45,0,0,65,228,0,71,13,1,32,1,65,2,106,33,1,3,64,2,64,32,0,16,165,1,32,1,77,13,0,32,0,32,1,16,173,2,45,0,0,65,37,70,13,0,32,1,65,1,106,33,1,12,1,11,11,32,0,16,165,1,32,1,70,13,1,65,2,33,2,32,0,32,1,65,1,106,34,1,16,173,2,45,0,0,65,249,0,70,13,2,32,0,32,1,16,173,2,45,0,0,65,217,0,71,13,1,12,2,11,32,1,65,2,106,33,1,3,64,2,64,32,0,16,165,1,32,1,77,13,0,32,0,32,1,16,173,2,45,0,0,65,37,70,13,0,32,1,65,1,106,33,1,12,1,11,11,32,0,16,165,1,32,1,70,13,0,32,0,32,1,65,1,106,16,173,2,45,0,0,65,237,0,71,13,0,32,1,65,2,106,33,1,3,64,2,64,32,0,16,165,1,32,1,77,13,0,32,0,32,1,16,173,2,45,0,0,65,37,70,13,0,32,1,65,1,106,33,1,12,1,11,11,32,0,16,165,1,32,1,70,13,0,65,1,33,2,32,0,32,1,65,1,106,34,1,16,173,2,45,0,0,65,249,0,70,13,1,32,0,32,1,16,173,2,45,0,0,65,217,0,70,13,1,11,65,0,33,2,11,32,2,11,7,0,32,0,65,16,106,11,8,0,32,0,65,184,1,106,11,8,0,32,0,65,216,3,106,11,8,0,32,0,65,240,3,106,11,8,0,32,0,65,252,3,106,11,8,0,32,0,65,136,4,106,11,8,0,32,0,65,148,4,106,11,10,0,32,0,65,8,107,16,180,5,11,10,0,32,0,65,8,107,16,181,5,11,10,0,32,0,65,8,107,16,182,5,11,10,0,32,0,65,8,107,16,183,5,11,10,0,32,0,65,8,107,16,184,5,11,10,0,32,0,65,8,107,16,185,5,11,10,0,32,0,65,8,107,16,186,5,11,205,5,1,2,127,32,0,65,136,4,106,33,0,3,64,2,64,32,0,16,165,1,32,1,77,13,0,32,0,32,1,16,208,2,40,2,0,65,37,70,13,0,32,1,65,1,106,33,1,12,1,11,11,2,64,2,64,2,64,2,64,32,0,32,1,65,1,106,16,208,2,40,2,0,34,2,65,249,0,71,4,64,32,2,65,228,0,70,13,2,32,2,65,237,0,70,13,1,32,2,65,217,0,71,13,3,11,32,1,65,2,106,33,1,3,64,2,64,32,0,16,165,1,32,1,77,13,0,32,0,32,1,16,208,2,40,2,0,65,37,70,13,0,32,1,65,1,106,33,1,12,1,11,11,32,0,16,165,1,32,1,70,13,2,32,0,32,1,65,1,106,16,208,2,40,2,0,34,2,65,228,0,71,4,64,32,2,65,237,0,71,13,3,32,1,65,2,106,33,1,3,64,2,64,32,0,16,165,1,32,1,77,13,0,32,0,32,1,16,208,2,40,2,0,65,37,70,13,0,32,1,65,1,106,33,1,12,1,11,11,32,0,16,165,1,32,1,70,13,3,65,3,33,2,32,0,32,1,65,1,106,16,208,2,40,2,0,65,228,0,71,13,3,12,4,11,32,1,65,2,106,33,1,3,64,2,64,32,0,16,165,1,32,1,77,13,0,32,0,32,1,16,208,2,40,2,0,65,37,70,13,0,32,1,65,1,106,33,1,12,1,11,11,32,0,16,165,1,32,1,70,13,2,65,4,33,2,32,0,32,1,65,1,106,16,208,2,40,2,0,65,237,0,71,13,2,12,3,11,32,1,65,2,106,33,1,3,64,2,64,32,0,16,165,1,32,1,77,13,0,32,0,32,1,16,208,2,40,2,0,65,37,70,13,0,32,1,65,1,106,33,1,12,1,11,11,32,0,16,165,1,32,1,70,13,1,32,0,32,1,65,1,106,16,208,2,40,2,0,65,228,0,71,13,1,32,1,65,2,106,33,1,3,64,2,64,32,0,16,165,1,32,1,77,13,0,32,0,32,1,16,208,2,40,2,0,65,37,70,13,0,32,1,65,1,106,33,1,12,1,11,11,32,0,16,165,1,32,1,70,13,1,65,2,33,2,32,0,32,1,65,1,106,34,1,16,208,2,40,2,0,65,249,0,70,13,2,32,0,32,1,16,208,2,40,2,0,65,217,0,71,13,1,12,2,11,32,1,65,2,106,33,1,3,64,2,64,32,0,16,165,1,32,1,77,13,0,32,0,32,1,16,208,2,40,2,0,65,37,70,13,0,32,1,65,1,106,33,1,12,1,11,11,32,0,16,165,1,32,1,70,13,0,32,0,32,1,65,1,106,16,208,2,40,2,0,65,237,0,71,13,0,32,1,65,2,106,33,1,3,64,2,64,32,0,16,165,1,32,1,77,13,0,32,0,32,1,16,208,2,40,2,0,65,37,70,13,0,32,1,65,1,106,33,1,12,1,11,11,32,0,16,165,1,32,1,70,13,0,65,1,33,2,32,0,32,1,65,1,106,34,1,16,208,2,40,2,0,65,249,0,70,13,1,32,0,32,1,16,208,2,40,2,0,65,217,0,70,13,1,11,65,0,33,2,11,32,2,11,9,0,32,0,16,196,5,16,86,11,31,1,1,127,32,0,65,8,106,34,1,40,2,0,16,200,2,71,4,64,32,1,40,2,0,16,129,2,11,32,0,11,12,0,32,0,16,196,5,26,32,0,16,86,11,49,0,32,0,65,148,145,2,54,2,0,32,0,65,48,106,16,246,5,26,32,0,65,36,106,16,246,5,26,32,0,65,24,106,16,246,5,26,32,0,65,12,106,16,246,5,26,32,0,11,9,0,32,0,16,198,5,16,86,11,49,0,32,0,65,252,145,2,54,2,0,32,0,65,48,106,16,246,5,26,32,0,65,36,106,16,246,5,26,32,0,65,24,106,16,246,5,26,32,0,65,12,106,16,246,5,26,32,0,11,9,0,32,0,16,200,5,16,86,11,49,0,32,0,65,228,146,2,54,2,0,32,0,65,52,106,16,246,5,26,32,0,65,40,106,16,246,5,26,32,0,65,28,106,16,246,5,26,32,0,65,16,106,16,246,5,26,32,0,11,9,0,32,0,16,202,5,16,86,11,49,0,32,0,65,204,147,2,54,2,0,32,0,65,52,106,16,246,5,26,32,0,65,40,106,16,246,5,26,32,0,65,28,106,16,246,5,26,32,0,65,16,106,16,246,5,26,32,0,11,9,0,32,0,16,204,5,16,86,11,68,1,1,127,35,0,65,16,107,34,1,36,0,32,0,16,180,5,26,32,1,65,255,255,255,255,3,54,2,12,32,1,65,255,255,255,255,7,54,2,8,32,1,65,12,106,32,1,65,8,106,16,176,1,40,2,0,33,0,32,1,65,16,106,36,0,32,0,11,63,1,1,127,35,0,65,16,107,34,2,36,0,2,64,2,64,32,1,65,30,75,13,0,32,0,45,0,120,13,0,32,0,65,1,58,0,120,12,1,11,32,2,65,8,106,32,1,16,214,5,33,0,11,32,2,65,16,106,36,0,32,0,11,7,0,32,0,65,8,106,11,44,0,32,0,40,2,0,26,32,0,40,2,0,32,0,16,215,5,65,2,116,106,26,32,0,40,2,0,32,0,16,215,5,65,2,116,106,26,32,0,40,2,0,26,11,36,0,32,0,32,1,54,2,0,32,0,32,1,40,2,4,34,1,54,2,4,32,0,32,1,32,2,65,2,116,106,54,2,8,32,0,11,15,0,32,0,40,2,0,32,0,40,2,4,54,2,4,11,9,0,32,1,65,0,54,2,0,11,9,0,32,0,65,0,54,2,0,11,28,0,32,1,65,255,255,255,255,3,75,4,64,65,136,12,16,55,0,11,32,1,65,2,116,16,238,5,11,19,0,32,0,16,208,5,40,2,0,32,0,40,2,0,107,65,2,117,11,42,0,35,0,65,16,107,34,2,36,0,2,64,32,0,32,1,70,4,64,32,0,65,0,58,0,120,12,1,11,32,1,16,86,11,32,2,65,16,106,36,0,11,44,1,1,127,32,0,40,2,4,33,2,3,64,32,1,32,2,71,4,64,32,0,16,180,5,26,32,2,65,4,107,33,2,12,1,11,11,32,0,32,1,54,2,4,11,10,0,32,0,16,200,2,54,2,0,11,87,1,1,127,35,0,65,16,107,34,4,36,0,32,4,32,0,32,3,16,210,5,33,3,32,0,16,180,5,26,32,3,65,4,106,33,0,32,2,32,1,107,34,2,65,0,74,4,64,32,0,40,2,0,32,1,32,2,16,69,26,32,0,32,0,40,2,0,32,2,106,54,2,0,11,32,3,16,211,5,32,4,65,16,106,36,0,11,91,1,2,127,35,0,65,16,107,34,2,36,0,32,2,32,1,54,2,12,32,1,32,0,16,206,5,34,3,77,4,64,32,0,16,215,5,34,0,32,3,65,1,118,73,4,64,32,2,32,0,65,1,116,54,2,8,32,2,65,8,106,32,2,65,12,106,16,174,1,40,2,0,33,3,11,32,2,65,16,106,36,0,32,3,15,11,16,177,1,0,11,10,0,32,0,65,12,106,16,223,5,11,7,0,32,0,65,12,106,11,10,0,32,0,65,4,106,40,2,0,11,36,0,32,0,65,2,79,4,127,32,0,65,4,106,65,124,113,34,0,32,0,65,1,107,34,0,32,0,65,2,70,27,5,65,1,11,11,9,0,32,0,32,1,16,214,5,11,12,0,32,0,16,205,4,26,32,0,16,86,11,12,0,32,0,16,211,4,26,32,0,16,86,11,46,1,1,127,35,0,65,16,107,34,1,36,0,32,1,32,0,54,2,8,32,1,65,8,106,65,1,16,229,5,32,1,40,2,8,33,0,32,1,65,16,106,36,0,32,0,11,9,0,32,0,32,1,16,235,3,11,18,0,3,64,32,0,32,1,34,0,111,34,1,13,0,11,32,0,11,47,1,1,127,35,0,65,16,107,34,2,36,0,32,2,32,0,54,2,8,32,2,65,8,106,32,1,32,0,16,232,5,107,16,207,3,33,0,32,2,65,16,106,36,0,32,0,11,39,1,1,127,35,0,65,16,107,34,1,36,0,32,1,32,0,54,2,8,32,1,65,8,106,40,2,0,33,0,32,1,65,16,106,36,0,32,0,11,27,0,32,1,32,0,107,34,1,4,64,32,2,32,1,107,34,2,32,0,32,1,16,70,11,32,2,11,46,1,1,127,35,0,65,16,107,34,1,36,0,32,1,32,0,54,2,8,32,1,65,8,106,65,1,16,235,5,32,1,40,2,8,33,0,32,1,65,16,106,36,0,32,0,11,9,0,32,0,32,1,16,236,3,11,50,1,1,127,35,0,65,16,107,34,2,36,0,32,2,32,0,54,2,8,32,2,65,8,106,32,1,32,0,16,232,5,107,65,2,117,16,222,3,33,0,32,2,65,16,106,36,0,32,0,11,3,0,0,11,84,1,1,127,32,0,65,1,32,0,27,33,1,2,64,3,64,32,1,16,85,34,0,13,1,65,168,183,4,40,2,0,34,0,4,64,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,17,0,0,26,12,1,11,11,16,5,0,11,32,0,11,25,0,32,1,65,9,77,4,64,32,0,32,1,16,242,5,15,11,32,0,32,1,16,243,5,11,27,0,32,0,32,1,65,228,0,110,34,0,16,243,5,32,1,32,0,65,228,0,108,107,16,243,5,11,61,0,32,1,65,227,0,77,4,64,32,0,32,1,16,239,5,15,11,32,1,65,231,7,77,4,64,32,0,32,1,65,228,0,110,34,0,16,242,5,32,1,32,0,65,228,0,108,107,16,243,5,15,11,32,0,32,1,16,240,5,11,17,0,32,0,32,1,65,48,106,58,0,0,32,0,65,1,106,11,25,0,32,0,32,1,65,1,116,65,192,169,2,106,47,1,0,59,0,0,32,0,65,2,106,11,15,0,32,2,4,64,32,0,32,1,32,2,16,70,11,11,243,1,1,4,127,35,0,65,16,107,34,8,36,0,32,2,65,111,34,9,32,1,65,127,115,106,77,4,64,32,0,16,159,1,33,10,2,127,32,1,32,9,65,1,118,65,16,107,73,4,64,32,8,32,1,65,1,116,54,2,8,32,8,32,1,32,2,106,54,2,12,32,8,65,12,106,32,8,65,8,106,16,174,1,40,2,0,16,197,1,12,1,11,32,9,65,1,107,11,65,1,106,34,11,16,238,5,33,2,32,4,4,64,32,2,32,10,32,4,16,103,11,32,6,4,64,32,2,32,4,106,32,7,32,6,16,103,11,32,3,32,4,32,5,106,107,34,9,4,64,32,2,32,4,106,32,6,106,32,4,32,10,106,32,5,106,32,9,16,103,11,32,1,65,10,71,4,64,32,10,16,86,11,32,0,32,2,16,198,1,32,0,32,11,16,199,1,32,0,32,4,32,6,106,32,9,106,34,4,16,200,1,32,8,65,0,58,0,7,32,2,32,4,106,32,8,65,7,106,16,191,1,32,8,65,16,106,36,0,15,11,16,53,0,11,31,1,1,127,32,0,16,168,1,4,64,32,0,40,2,0,33,1,32,0,16,169,1,26,32,1,16,86,11,32,0,11,149,1,1,3,127,35,0,65,16,107,34,3,36,0,32,0,16,165,1,34,1,65,0,79,4,64,2,64,32,0,16,166,1,34,2,32,1,71,4,64,32,0,16,159,1,33,2,32,1,69,13,1,32,2,65,1,106,32,2,32,1,16,244,5,12,1,11,32,0,32,2,32,1,65,1,106,32,2,107,32,1,65,0,65,1,16,248,5,32,0,40,2,0,33,2,11,32,2,65,1,65,32,16,249,5,32,0,32,1,65,1,106,34,1,16,201,3,32,3,65,0,58,0,15,32,1,32,2,106,32,3,65,15,106,16,191,1,32,3,65,16,106,36,0,15,11,16,177,1,0,11,183,1,1,3,127,35,0,65,16,107,34,6,36,0,32,2,65,111,34,7,32,1,107,77,4,64,32,0,16,159,1,33,8,2,127,32,1,32,7,65,1,118,65,16,107,73,4,64,32,6,32,1,65,1,116,54,2,8,32,6,32,1,32,2,106,54,2,12,32,6,65,12,106,32,6,65,8,106,16,174,1,40,2,0,16,197,1,12,1,11,32,7,65,1,107,11,65,1,106,34,7,16,238,5,33,2,32,4,4,64,32,2,32,8,32,4,16,103,11,32,3,32,4,107,34,3,4,64,32,2,32,4,106,32,5,106,32,4,32,8,106,32,3,16,103,11,32,1,65,10,71,4,64,32,8,16,86,11,32,0,32,2,16,198,1,32,0,32,7,16,199,1,32,6,65,16,106,36,0,15,11,16,53,0,11,18,0,32,1,4,64,32,0,32,2,16,107,32,1,16,71,26,11,11,87,1,2,127,2,64,2,64,32,2,65,10,77,4,64,32,0,33,3,32,0,32,2,16,190,1,12,1,11,32,2,65,111,75,13,1,32,0,32,2,16,197,1,65,1,106,34,4,16,238,5,34,3,16,198,1,32,0,32,4,16,199,1,32,0,32,2,16,200,1,11,32,3,32,1,32,2,65,1,106,16,103,15,11,16,53,0,11,106,1,2,127,35,0,65,16,107,34,4,36,0,2,64,32,2,32,0,16,166,1,34,3,77,4,64,32,0,16,159,1,34,3,32,1,32,2,16,244,5,32,4,65,0,58,0,15,32,2,32,3,106,32,4,65,15,106,16,191,1,32,0,32,2,16,201,3,12,1,11,32,0,32,3,32,2,32,3,107,32,0,16,165,1,34,3,65,0,32,3,32,2,32,1,16,245,5,11,32,4,65,16,106,36,0,11,126,1,3,127,35,0,65,16,107,34,5,36,0,2,64,32,2,32,0,16,166,1,34,4,32,0,16,165,1,34,3,107,77,4,64,32,2,69,13,1,32,0,16,159,1,34,4,32,3,106,32,1,32,2,16,103,32,0,32,2,32,3,106,34,2,16,201,3,32,5,65,0,58,0,15,32,2,32,4,106,32,5,65,15,106,16,191,1,12,1,11,32,0,32,4,32,2,32,3,106,32,4,107,32,3,32,3,65,0,32,2,32,1,16,245,5,11,32,5,65,16,106,36,0,32,0,11,206,1,1,2,127,35,0,65,16,107,34,5,36,0,32,5,32,3,54,2,12,32,2,32,1,16,165,1,34,4,75,4,64,16,177,1,0,11,32,1,16,159,1,33,1,32,5,32,4,32,2,107,54,2,4,32,1,32,2,106,33,6,32,5,65,12,106,32,5,65,4,106,16,176,1,40,2,0,33,2,35,0,65,16,107,34,3,36,0,2,64,32,2,65,111,77,4,64,2,64,32,2,65,10,77,4,64,32,0,32,2,16,190,1,32,0,33,1,12,1,11,32,0,32,2,16,197,1,65,1,106,34,4,16,238,5,34,1,16,198,1,32,0,32,4,16,199,1,32,0,32,2,16,200,1,11,32,1,32,6,32,2,16,103,32,3,65,0,58,0,15,32,1,32,2,106,32,3,65,15,106,16,191,1,32,3,65,16,106,36,0,12,1,11,16,53,0,11,32,5,65,16,106,36,0,32,0,11,189,1,1,4,127,2,127,32,1,16,81,33,2,35,0,65,16,107,34,5,36,0,32,0,16,165,1,34,4,65,0,79,4,64,2,64,32,2,32,0,16,166,1,34,3,32,4,107,77,4,64,32,2,69,13,1,32,0,16,159,1,34,3,32,4,4,127,32,2,32,3,106,32,3,32,4,16,244,5,32,1,32,2,65,0,32,3,32,4,106,32,1,75,27,65,0,32,1,32,3,79,27,106,5,32,1,11,32,2,16,244,5,32,0,32,2,32,4,106,34,2,16,201,3,32,5,65,0,58,0,15,32,2,32,3,106,32,5,65,15,106,16,191,1,12,1,11,32,0,32,3,32,2,32,4,106,32,3,107,32,4,65,0,65,0,32,2,32,1,16,245,5,11,32,5,65,16,106,36,0,32,0,12,1,11,16,177,1,0,11,11,115,1,2,127,35,0,65,16,107,34,4,36,0,2,64,32,2,32,0,16,169,1,34,3,73,4,64,32,0,40,2,0,33,3,32,0,32,2,16,200,1,32,3,32,1,32,2,16,103,32,4,65,0,58,0,15,32,2,32,3,106,32,4,65,15,106,16,191,1,12,1,11,32,0,32,3,65,1,107,32,2,32,3,107,65,1,106,32,0,40,2,4,34,3,65,0,32,3,32,2,32,1,16,245,5,11,32,4,65,16,106,36,0,32,0,11,95,1,1,127,35,0,65,16,107,34,3,36,0,2,64,32,2,65,10,77,4,64,32,0,32,2,16,190,1,32,0,32,1,32,2,16,103,32,3,65,0,58,0,15,32,0,32,2,106,32,3,65,15,106,16,191,1,12,1,11,32,0,65,10,32,2,65,10,107,32,0,45,0,11,34,0,65,0,32,0,32,2,32,1,16,245,5,11,32,3,65,16,106,36,0,11,191,1,1,3,127,35,0,65,16,107,34,3,36,0,32,3,32,1,58,0,15,2,64,2,64,2,64,2,64,32,0,16,168,1,4,64,32,0,16,169,1,33,1,32,0,40,2,4,34,4,32,1,65,1,107,34,2,70,13,1,12,3,11,65,10,33,4,65,10,33,2,32,0,45,0,11,34,1,65,10,71,13,1,11,32,0,32,2,65,1,32,2,32,2,65,0,16,248,5,32,4,33,1,32,0,16,168,1,13,1,11,32,0,33,2,32,0,32,1,65,1,106,16,190,1,12,1,11,32,0,40,2,0,33,2,32,0,32,4,65,1,106,16,200,1,32,4,33,1,11,32,1,32,2,106,34,0,32,3,65,15,106,16,191,1,32,3,65,0,58,0,14,32,0,65,1,106,32,3,65,14,106,16,191,1,32,3,65,16,106,36,0,11,13,0,32,0,32,1,32,1,16,81,16,252,5,11,126,1,1,127,32,2,4,127,2,64,32,1,34,3,32,0,70,13,0,32,0,32,3,107,32,2,65,2,116,79,4,64,32,2,69,13,1,32,0,33,1,3,64,32,1,32,3,40,2,0,54,2,0,32,1,65,4,106,33,1,32,3,65,4,106,33,3,32,2,65,1,107,34,2,13,0,11,12,1,11,32,2,69,13,0,3,64,32,0,32,2,65,1,107,34,2,65,2,116,34,1,106,32,1,32,3,106,40,2,0,54,2,0,32,2,13,0,11,11,65,0,5,32,0,11,26,11,139,2,1,4,127,35,0,65,16,107,34,8,36,0,32,2,65,239,255,255,255,3,34,9,32,1,65,127,115,106,77,4,64,32,0,16,159,1,33,10,32,0,2,127,32,1,32,9,65,1,118,65,16,107,73,4,64,32,8,32,1,65,1,116,54,2,8,32,8,32,1,32,2,106,54,2,12,32,8,65,12,106,32,8,65,8,106,16,174,1,40,2,0,16,224,5,12,1,11,32,9,65,1,107,11,65,1,106,34,11,16,225,5,33,2,32,4,4,64,32,2,32,10,32,4,16,110,11,32,6,4,64,32,4,65,2,116,32,2,106,32,7,32,6,16,110,11,32,3,32,4,32,5,106,107,34,9,4,64,32,4,65,2,116,34,3,32,2,106,32,6,65,2,116,106,32,3,32,10,106,32,5,65,2,116,106,32,9,16,110,11,32,1,65,1,71,4,64,32,10,16,86,11,32,0,32,2,16,198,1,32,0,32,11,16,199,1,32,0,32,4,32,6,106,32,9,106,34,4,16,200,1,32,8,65,0,54,2,4,32,2,32,4,65,2,116,106,32,8,65,4,106,16,208,1,32,8,65,16,106,36,0,15,11,16,177,1,0,11,154,1,1,3,127,35,0,65,16,107,34,3,36,0,32,0,16,165,1,34,1,65,0,79,4,64,2,64,32,0,16,215,3,34,2,32,1,71,4,64,32,0,16,159,1,33,2,32,1,69,13,1,32,2,65,4,106,32,2,32,1,16,131,6,12,1,11,32,0,32,2,32,1,65,1,106,32,2,107,32,1,65,0,65,0,65,1,16,134,6,32,0,40,2,0,33,2,11,32,2,65,1,65,32,16,135,6,32,0,32,1,65,1,106,34,1,16,201,3,32,3,65,0,54,2,12,32,2,32,1,65,2,116,106,32,3,65,12,106,16,208,1,32,3,65,16,106,36,0,15,11,16,177,1,0,11,207,1,1,3,127,35,0,65,16,107,34,7,36,0,32,2,65,239,255,255,255,3,34,8,32,1,107,77,4,64,32,0,16,159,1,33,9,32,0,2,127,32,1,32,8,65,1,118,65,16,107,73,4,64,32,7,32,1,65,1,116,54,2,8,32,7,32,1,32,2,106,54,2,12,32,7,65,12,106,32,7,65,8,106,16,174,1,40,2,0,16,224,5,12,1,11,32,8,65,1,107,11,65,1,106,34,8,16,225,5,33,2,32,4,4,64,32,2,32,9,32,4,16,110,11,32,3,32,4,32,5,106,107,34,3,4,64,32,4,65,2,116,34,4,32,2,106,32,6,65,2,116,106,32,4,32,9,106,32,5,65,2,116,106,32,3,16,110,11,32,1,65,1,71,4,64,32,9,16,86,11,32,0,32,2,16,198,1,32,0,32,8,16,199,1,32,7,65,16,106,36,0,15,11,16,177,1,0,11,44,0,32,1,4,127,32,1,4,64,3,64,32,0,32,2,54,2,0,32,0,65,4,106,33,0,32,1,65,1,107,34,1,13,0,11,11,65,0,5,32,0,11,26,11,109,1,2,127,35,0,65,16,107,34,4,36,0,2,64,32,2,32,0,16,215,3,34,3,77,4,64,32,0,16,159,1,34,3,32,1,32,2,16,131,6,32,4,65,0,54,2,12,32,3,32,2,65,2,116,106,32,4,65,12,106,16,208,1,32,0,32,2,16,201,3,12,1,11,32,0,32,3,32,2,32,3,107,32,0,16,165,1,34,3,65,0,32,3,32,2,32,1,16,132,6,11,32,4,65,16,106,36,0,11,196,1,1,3,127,35,0,65,16,107,34,3,36,0,32,3,32,1,54,2,12,2,64,2,64,2,64,2,64,32,0,16,168,1,4,64,32,0,16,169,1,33,1,32,0,40,2,4,34,4,32,1,65,1,107,34,2,70,13,1,12,3,11,65,1,33,4,65,1,33,2,32,0,45,0,11,34,1,65,1,71,13,1,11,32,0,32,2,65,1,32,2,32,2,65,0,65,0,16,134,6,32,4,33,1,32,0,16,168,1,13,1,11,32,0,33,2,32,0,32,1,65,1,106,16,190,1,12,1,11,32,0,40,2,0,33,2,32,0,32,4,65,1,106,16,200,1,32,4,33,1,11,32,2,32,1,65,2,116,106,34,0,32,3,65,12,106,16,208,1,32,3,65,0,54,2,8,32,0,65,4,106,32,3,65,8,106,16,208,1,32,3,65,16,106,36,0,11,187,1,1,6,127,35,0,65,16,107,34,5,36,0,32,0,32,5,65,8,106,16,162,1,33,0,32,1,33,6,32,1,16,81,34,1,33,3,32,1,32,2,16,165,1,34,7,106,33,1,35,0,65,16,107,34,4,36,0,2,64,32,1,65,111,77,4,64,2,64,32,1,65,10,77,4,64,32,0,32,3,16,190,1,32,0,33,1,12,1,11,32,0,32,1,16,197,1,65,1,106,34,8,16,238,5,34,1,16,198,1,32,0,32,8,16,199,1,32,0,32,3,16,200,1,11,32,1,32,6,32,3,16,103,32,4,65,0,58,0,15,32,1,32,3,106,32,4,65,15,106,16,191,1,32,4,65,16,106,36,0,12,1,11,16,53,0,11,32,0,32,2,16,159,1,32,7,16,252,5,26,32,5,65,16,106,36,0,11,102,1,4,127,35,0,65,32,107,34,2,36,0,32,2,65,8,106,33,4,2,64,32,2,65,21,106,34,3,32,2,65,32,106,34,5,70,13,0,32,1,65,0,78,13,0,32,3,65,45,58,0,0,32,3,65,1,106,33,3,65,0,32,1,107,33,1,11,32,4,32,3,32,5,32,1,16,140,6,32,0,32,2,65,21,106,32,2,40,2,8,16,155,2,26,32,2,65,32,106,36,0,11,205,1,1,2,127,32,0,2,127,2,64,32,2,32,1,107,34,4,65,9,76,4,64,32,4,65,32,32,3,65,1,114,103,107,65,209,9,108,65,12,118,34,5,32,5,65,2,116,65,144,171,2,106,40,2,0,32,3,75,107,65,1,106,72,13,1,11,32,0,2,127,32,3,65,255,193,215,47,77,4,64,2,127,32,3,65,143,206,0,77,4,64,32,1,32,3,16,241,5,12,1,11,32,1,32,3,65,144,206,0,110,34,1,16,241,5,32,3,32,1,65,144,206,0,108,107,16,240,5,11,12,1,11,32,1,32,3,65,128,194,215,47,110,34,1,16,239,5,32,3,32,1,65,128,194,215,47,108,107,34,3,65,144,206,0,110,34,1,16,240,5,32,3,32,1,65,144,206,0,108,107,16,240,5,11,54,2,0,65,0,12,1,11,32,0,32,2,54,2,0,65,61,11,54,2,4,11,121,1,3,127,35,0,65,16,107,34,2,36,0,32,2,32,0,16,142,6,33,0,35,0,65,16,107,34,3,36,0,32,3,65,8,106,32,0,40,2,4,16,233,2,40,2,0,45,0,0,69,4,64,2,127,2,64,32,0,40,2,8,34,1,45,0,0,34,0,65,1,71,4,127,32,0,65,2,113,13,1,32,1,65,2,58,0,0,65,1,5,65,0,11,12,1,11,16,177,1,0,11,33,1,11,32,3,65,16,106,36,0,32,2,65,16,106,36,0,32,1,11,35,0,32,0,65,0,54,2,12,32,0,32,1,54,2,4,32,0,32,1,54,2,0,32,0,32,1,65,1,106,54,2,8,32,0,11,76,1,2,127,35,0,65,16,107,34,1,36,0,32,1,32,0,16,142,6,33,0,35,0,65,16,107,34,2,36,0,32,2,65,8,106,32,0,40,2,4,16,233,2,40,2,0,65,1,58,0,0,32,0,40,2,8,65,1,58,0,0,32,2,65,16,106,36,0,32,1,65,16,106,36,0,11,6,0,16,177,1,0,11,45,0,32,2,69,4,64,32,0,40,2,4,32,1,40,2,4,70,15,11,32,0,32,1,70,4,64,65,1,15,11,32,0,40,2,4,32,1,40,2,4,16,235,1,69,11,141,4,1,5,127,35,0,65,64,106,34,4,36,0,2,127,65,1,32,0,32,1,65,0,16,145,6,13,0,26,65,0,32,1,69,13,0,26,35,0,65,64,106,34,3,36,0,32,1,40,2,0,34,7,65,4,107,40,2,0,33,5,32,7,65,8,107,40,2,0,33,7,32,3,65,0,54,2,20,32,3,65,220,171,2,54,2,16,32,3,32,1,54,2,12,32,3,65,140,172,2,54,2,8,32,3,65,24,106,65,0,65,39,16,71,26,32,1,32,7,106,33,1,2,64,32,5,65,140,172,2,65,0,16,145,6,4,64,32,3,65,1,54,2,56,32,5,173,32,3,65,8,106,173,32,1,173,32,1,173,65,1,173,65,0,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,5,40,2,0,40,2,20,17,0,0,26,32,1,65,0,32,3,40,2,32,65,1,70,27,33,6,12,1,11,32,5,173,32,3,65,8,106,173,32,1,173,65,1,173,65,0,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,5,40,2,0,40,2,24,17,0,0,26,2,64,2,64,32,3,40,2,44,14,2,0,1,2,11,32,3,40,2,28,65,0,32,3,40,2,40,65,1,70,27,65,0,32,3,40,2,36,65,1,70,27,65,0,32,3,40,2,48,65,1,70,27,33,6,12,1,11,32,3,40,2,32,65,1,71,4,64,32,3,40,2,48,13,1,32,3,40,2,36,65,1,71,13,1,32,3,40,2,40,65,1,71,13,1,11,32,3,40,2,24,33,6,11,32,3,65,64,107,36,0,65,0,32,6,34,1,69,13,0,26,32,4,65,8,106,65,4,114,65,0,65,52,16,71,26,32,4,65,1,54,2,56,32,4,65,127,54,2,20,32,4,32,0,54,2,16,32,4,32,1,54,2,8,32,1,173,32,4,65,8,106,173,32,2,40,2,0,173,65,1,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,1,40,2,0,40,2,28,17,0,0,26,32,4,40,2,32,34,0,65,1,70,4,64,32,2,32,4,40,2,24,54,2,0,11,32,0,65,1,70,11,33,0,32,4,65,64,107,36,0,32,0,11,93,1,1,127,32,0,40,2,16,34,3,69,4,64,32,0,65,1,54,2,36,32,0,32,2,54,2,24,32,0,32,1,54,2,16,15,11,2,64,32,1,32,3,70,4,64,32,0,40,2,24,65,2,71,13,1,32,0,32,2,54,2,24,15,11,32,0,65,1,58,0,54,32,0,65,2,54,2,24,32,0,32,0,40,2,36,65,1,106,54,2,36,11,11,26,0,32,0,32,1,40,2,8,65,0,16,145,6,4,64,32,1,32,2,32,3,16,147,6,11,11,80,0,32,0,32,1,40,2,8,65,0,16,145,6,4,64,32,1,32,2,32,3,16,147,6,15,11,32,0,40,2,8,34,0,173,32,1,173,32,2,173,32,3,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,28,17,0,0,26,11,114,1,2,127,32,0,40,2,4,33,4,2,127,65,0,32,2,69,13,0,26,32,4,65,8,117,34,5,32,4,65,1,113,69,13,0,26,32,2,40,2,0,32,5,16,151,6,11,33,5,32,0,40,2,0,34,0,173,32,1,173,32,2,32,5,106,173,32,3,65,2,32,4,65,2,113,27,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,28,17,0,0,26,11,10,0,32,0,32,1,106,40,2,0,11,112,1,2,127,32,0,32,1,40,2,8,65,0,16,145,6,4,64,32,1,32,2,32,3,16,147,6,15,11,32,0,40,2,12,33,4,32,0,65,16,106,34,5,32,1,32,2,32,3,16,150,6,2,64,32,4,65,2,72,13,0,32,5,32,4,65,3,116,106,33,4,32,0,65,24,106,33,0,3,64,32,0,32,1,32,2,32,3,16,150,6,32,1,45,0,54,13,1,32,0,65,8,106,34,0,32,4,73,13,0,11,11,11,154,1,0,32,0,65,1,58,0,53,2,64,32,0,40,2,4,32,2,71,13,0,32,0,65,1,58,0,52,2,64,32,0,40,2,16,34,2,69,4,64,32,0,65,1,54,2,36,32,0,32,3,54,2,24,32,0,32,1,54,2,16,32,3,65,1,71,13,2,32,0,40,2,48,65,1,70,13,1,12,2,11,32,1,32,2,70,4,64,32,0,40,2,24,34,2,65,2,70,4,64,32,0,32,3,54,2,24,32,3,33,2,11,32,0,40,2,48,65,1,71,13,2,32,2,65,1,70,13,1,12,2,11,32,0,32,0,40,2,36,65,1,106,54,2,36,11,32,0,65,1,58,0,54,11,11,32,0,2,64,32,0,40,2,4,32,1,71,13,0,32,0,40,2,28,65,1,70,13,0,32,0,32,2,54,2,28,11,11,155,4,1,3,127,32,0,32,1,40,2,8,32,4,16,145,6,4,64,32,1,32,2,32,3,16,154,6,15,11,2,64,32,0,32,1,40,2,0,32,4,16,145,6,4,64,2,64,32,2,32,1,40,2,16,71,4,64,32,1,40,2,20,32,2,71,13,1,11,32,3,65,1,71,13,2,32,1,65,1,54,2,32,15,11,32,1,32,3,54,2,32,32,1,40,2,44,65,4,71,4,64,32,0,65,16,106,34,5,32,0,40,2,12,65,3,116,106,33,3,32,1,2,127,2,64,3,64,2,64,32,3,32,5,77,13,0,32,1,65,0,59,1,52,32,5,32,1,32,2,32,2,65,1,32,4,16,156,6,32,1,45,0,54,13,0,2,64,32,1,45,0,53,69,13,0,32,1,45,0,52,4,64,65,1,33,6,32,1,40,2,24,65,1,70,13,4,65,1,33,7,32,0,45,0,8,65,2,113,13,1,12,4,11,65,1,33,7,32,0,45,0,8,65,1,113,69,13,3,11,32,5,65,8,106,33,5,12,1,11,11,65,4,32,7,69,13,1,26,11,65,3,11,54,2,44,32,6,65,1,113,13,2,11,32,1,32,2,54,2,20,32,1,32,1,40,2,40,65,1,106,54,2,40,32,1,40,2,36,65,1,71,13,1,32,1,40,2,24,65,2,71,13,1,32,1,65,1,58,0,54,15,11,32,0,40,2,12,33,5,32,0,65,16,106,34,6,32,1,32,2,32,3,32,4,16,157,6,32,5,65,2,72,13,0,32,6,32,5,65,3,116,106,33,6,32,0,65,24,106,33,5,2,64,32,0,40,2,8,34,0,65,2,113,69,4,64,32,1,40,2,36,65,1,71,13,1,11,3,64,32,1,45,0,54,13,2,32,5,32,1,32,2,32,3,32,4,16,157,6,32,5,65,8,106,34,5,32,6,73,13,0,11,12,1,11,32,0,65,1,113,69,4,64,3,64,32,1,45,0,54,13,2,32,1,40,2,36,65,1,70,13,2,32,5,32,1,32,2,32,3,32,4,16,157,6,32,5,65,8,106,34,5,32,6,73,13,0,12,2,11,0,11,3,64,32,1,45,0,54,13,1,32,1,40,2,36,65,1,70,4,64,32,1,40,2,24,65,1,70,13,2,11,32,5,32,1,32,2,32,3,32,4,16,157,6,32,5,65,8,106,34,5,32,6,73,13,0,11,11,11,102,1,2,127,32,0,40,2,4,34,7,65,8,117,33,6,32,7,65,1,113,4,64,32,3,40,2,0,32,6,16,151,6,33,6,11,32,0,40,2,0,34,0,173,32,1,173,32,2,173,32,3,32,6,106,173,32,4,65,2,32,7,65,2,113,27,173,32,5,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,20,17,0,0,26,11,101,1,2,127,32,0,40,2,4,34,6,65,8,117,33,5,32,6,65,1,113,4,64,32,2,40,2,0,32,5,16,151,6,33,5,11,32,0,40,2,0,34,0,173,32,1,173,32,2,32,5,106,173,32,3,65,2,32,6,65,2,113,27,173,32,4,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,24,17,0,0,26,11,172,2,0,32,0,32,1,40,2,8,32,4,16,145,6,4,64,32,1,32,2,32,3,16,154,6,15,11,2,64,32,0,32,1,40,2,0,32,4,16,145,6,4,64,2,64,32,2,32,1,40,2,16,71,4,64,32,1,40,2,20,32,2,71,13,1,11,32,3,65,1,71,13,2,32,1,65,1,54,2,32,15,11,32,1,32,3,54,2,32,2,64,32,1,40,2,44,65,4,70,13,0,32,1,65,0,59,1,52,32,0,40,2,8,34,0,173,32,1,173,32,2,173,32,2,173,65,1,173,32,4,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,20,17,0,0,26,32,1,45,0,53,4,64,32,1,65,3,54,2,44,32,1,45,0,52,69,13,1,12,3,11,32,1,65,4,54,2,44,11,32,1,32,2,54,2,20,32,1,32,1,40,2,40,65,1,106,54,2,40,32,1,40,2,36,65,1,71,13,1,32,1,40,2,24,65,2,71,13,1,32,1,65,1,58,0,54,15,11,32,0,40,2,8,34,0,173,32,1,173,32,2,173,32,3,173,32,4,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,24,17,0,0,26,11,11,148,1,0,32,0,32,1,40,2,8,32,4,16,145,6,4,64,32,1,32,2,32,3,16,154,6,15,11,2,64,32,0,32,1,40,2,0,32,4,16,145,6,69,13,0,2,64,32,2,32,1,40,2,16,71,4,64,32,1,40,2,20,32,2,71,13,1,11,32,3,65,1,71,13,1,32,1,65,1,54,2,32,15,11,32,1,32,2,54,2,20,32,1,32,3,54,2,32,32,1,32,1,40,2,40,65,1,106,54,2,40,2,64,32,1,40,2,36,65,1,71,13,0,32,1,40,2,24,65,2,71,13,0,32,1,65,1,58,0,54,11,32,1,65,4,54,2,44,11,11,151,2,1,6,127,32,0,32,1,40,2,8,32,5,16,145,6,4,64,32,1,32,2,32,3,32,4,16,153,6,15,11,32,1,45,0,53,33,7,32,0,40,2,12,33,6,32,1,65,0,58,0,53,32,1,45,0,52,33,8,32,1,65,0,58,0,52,32,0,65,16,106,34,9,32,1,32,2,32,3,32,4,32,5,16,156,6,32,7,32,1,45,0,53,34,10,114,33,7,32,8,32,1,45,0,52,34,11,114,33,8,2,64,32,6,65,2,72,13,0,32,9,32,6,65,3,116,106,33,9,32,0,65,24,106,33,6,3,64,32,1,45,0,54,13,1,2,64,32,11,4,64,32,1,40,2,24,65,1,70,13,3,32,0,45,0,8,65,2,113,13,1,12,3,11,32,10,69,13,0,32,0,45,0,8,65,1,113,69,13,2,11,32,1,65,0,59,1,52,32,6,32,1,32,2,32,3,32,4,32,5,16,156,6,32,1,45,0,53,34,10,32,7,114,33,7,32,1,45,0,52,34,11,32,8,114,33,8,32,6,65,8,106,34,6,32,9,73,13,0,11,11,32,1,32,7,65,255,1,113,65,0,71,58,0,53,32,1,32,8,65,255,1,113,65,0,71,58,0,52,11,84,0,32,0,32,1,40,2,8,32,5,16,145,6,4,64,32,1,32,2,32,3,32,4,16,153,6,15,11,32,0,40,2,8,34,0,173,32,1,173,32,2,173,32,3,173,32,4,173,32,5,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,40,2,0,40,2,20,17,0,0,26,11,28,0,32,0,32,1,40,2,8,32,5,16,145,6,4,64,32,1,32,2,32,3,32,4,16,153,6,11,11,5,0,65,224,10,11,50,1,1,127,32,0,65,172,174,2,54,2,0,32,0,65,4,106,33,1,2,64,32,1,40,2,0,65,12,107,34,1,65,8,106,16,166,4,65,0,78,13,0,32,1,16,86,11,32,0,11,9,0,32,0,16,164,6,16,86,11,12,0,32,0,16,164,6,26,32,0,16,86,11,4,0,35,0,11,6,0,32,0,36,0,11,16,0,35,0,32,0,107,65,112,113,34,0,36,0,32,0,11,52,0,32,1,173,32,2,173,32,3,173,32,4,173,66,32,134,132,32,5,173,32,6,173,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,17,0,0,26,11,52,0,32,1,173,32,2,173,32,3,173,32,4,173,32,5,173,32,6,173,66,32,134,132,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,17,0,0,167,11,60,0,32,1,173,32,2,173,32,3,173,32,4,173,32,5,173,32,6,173,66,32,134,132,32,7,173,32,8,173,66,32,134,132,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,17,0,0,167,11,61,0,32,1,173,32,2,173,32,3,173,32,4,173,32,5,173,32,6,173,32,7,173,66,32,134,132,32,8,173,32,9,173,66,32,134,132,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,66,0,32,0,17,0,0,167,11,17,0,32,0,167,32,1,167,32,2,167,32,3,167,16,11,173,11,9,0,32,0,167,16,12,66,0,11,12,0,32,0,167,32,1,167,16,13,66,0,11,8,0,32,0,167,16,19,173,11,9,0,32,0,167,16,20,66,0,11,15,0,32,0,167,32,1,167,32,2,167,16,18,66,0,11,18,0,32,0,167,32,1,167,32,2,167,32,3,167,16,14,66,0,11,15,0,32,0,167,32,1,167,32,2,167,16,15,66,0,11,18,0,32,0,167,32,1,167,32,2,167,32,3,191,16,21,66,0,11,18,0,32,0,167,32,1,167,32,2,167,32,3,167,16,22,66,0,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,23,66,0,11,15,0,32,0,167,32,1,167,32,2,191,16,17,66,0,11,15,0,32,0,167,32,1,167,32,2,167,16,16,66,0,11,8,0,32,0,167,16,49,173,11,9,0,32,0,167,16,164,6,173,11,9,0,32,0,167,16,67,66,0,11,9,0,32,0,167,16,57,66,0,11,8,0,32,0,167,16,58,173,11,8,0,32,0,167,16,59,173,11,9,0,32,0,167,16,60,66,0,11,9,0,32,0,167,16,61,66,0,11,11,0,32,0,167,32,1,167,16,80,173,11,11,0,32,0,167,32,1,167,16,62,173,11,8,0,32,0,167,16,63,173,11,8,0,32,0,167,16,64,173,11,12,0,32,0,167,32,1,167,16,65,66,0,11,8,0,32,0,167,16,66,173,11,8,0,32,0,167,16,93,173,11,9,0,32,0,167,16,94,66,0,11,12,0,32,0,167,32,1,167,16,96,66,0,11,14,0,32,0,167,32,1,167,32,2,167,16,97,173,11,20,0,32,0,167,32,1,167,32,2,32,3,167,32,4,167,16,98,66,0,11,18,0,32,0,167,32,1,167,32,2,167,32,3,167,16,100,66,0,11,8,0,32,0,167,16,79,173,11,14,0,32,0,167,32,1,167,32,2,167,16,101,173,11,8,0,32,0,167,16,105,173,11,8,0,32,0,167,16,106,173,11,11,0,32,0,167,32,1,167,16,108,173,11,14,0,32,0,167,32,1,167,32,2,167,16,109,173,11,8,0,32,0,167,16,111,173,11,9,0,32,0,167,16,113,66,0,11,8,0,32,0,167,16,112,173,11,9,0,32,0,167,16,114,66,0,11,9,0,32,0,167,16,144,1,173,11,10,0,32,0,167,16,146,1,66,0,11,9,0,32,0,167,16,145,1,173,11,10,0,32,0,167,16,147,1,66,0,11,9,0,32,0,167,16,178,1,173,11,10,0,32,0,167,16,179,1,66,0,11,21,0,32,0,167,32,1,167,32,2,32,3,167,32,4,167,16,175,1,66,0,11,19,0,32,0,167,32,1,167,32,2,167,32,3,167,16,180,1,66,0,11,9,0,32,0,167,16,170,1,173,11,12,0,32,0,167,32,1,167,16,171,1,173,11,12,0,32,0,167,32,1,167,16,173,1,173,11,9,0,32,0,167,16,181,1,173,11,10,0,32,0,167,16,182,1,66,0,11,9,0,32,0,167,16,183,1,173,11,10,0,32,0,167,16,184,1,66,0,11,9,0,32,0,167,16,185,1,173,11,10,0,32,0,167,16,186,1,66,0,11,9,0,32,0,167,16,187,1,173,11,10,0,32,0,167,16,188,1,66,0,11,9,0,32,0,167,16,205,1,173,11,10,0,32,0,167,16,206,1,66,0,11,15,0,32,0,167,32,1,167,32,2,167,16,234,1,173,11,24,0,32,0,167,32,1,191,32,2,167,32,3,167,32,4,167,32,5,167,16,250,1,173,11,13,0,32,0,167,32,1,167,16,251,1,66,0,11,15,0,32,0,167,32,1,167,32,2,167,16,253,1,173,11,9,0,32,0,167,16,86,66,0,11,9,0,32,0,167,16,89,66,0,11,10,0,32,0,167,16,173,4,66,0,11,10,0,32,0,167,16,175,4,66,0,11,10,0,32,0,167,16,137,5,66,0,11,10,0,32,0,167,16,139,5,66,0,11,10,0,32,0,167,16,142,5,66,0,11,10,0,32,0,167,16,144,5,66,0,11,10,0,32,0,167,16,146,5,66,0,11,10,0,32,0,167,16,148,5,66,0,11,10,0,32,0,167,16,150,5,66,0,11,10,0,32,0,167,16,152,5,66,0,11,10,0,32,0,167,16,154,5,66,0,11,10,0,32,0,167,16,156,5,66,0,11,10,0,32,0,167,16,158,5,66,0,11,10,0,32,0,167,16,160,5,66,0,11,10,0,32,0,167,16,162,5,66,0,11,10,0,32,0,167,16,164,5,66,0,11,9,0,32,0,167,16,165,4,173,11,10,0,32,0,167,16,168,4,66,0,11,10,0,32,0,167,16,174,4,66,0,11,9,0,32,0,167,16,176,4,173,11,10,0,32,0,167,16,177,4,66,0,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,178,4,173,11,19,0,32,0,167,32,1,167,32,2,167,32,3,167,16,179,4,66,0,11,15,0,32,0,167,32,1,167,32,2,167,16,156,2,173,11,9,0,32,0,167,16,180,4,173,11,10,0,32,0,167,16,181,4,66,0,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,182,4,173,11,19,0,32,0,167,32,1,167,32,2,167,32,3,167,16,183,4,66,0,11,15,0,32,0,167,32,1,167,32,2,167,16,161,2,173,11,9,0,32,0,167,16,195,4,173,11,10,0,32,0,167,16,196,4,66,0,11,12,0,32,0,167,32,1,167,16,197,4,173,11,15,0,32,0,167,32,1,167,32,2,167,16,198,4,173,11,12,0,32,0,167,32,1,167,16,199,4,173,11,15,0,32,0,167,32,1,167,32,2,167,16,200,4,173,11,12,0,32,0,167,32,1,167,16,167,3,173,11,18,0,32,0,167,32,1,167,32,2,167,32,3,167,16,201,4,173,11,15,0,32,0,167,32,1,167,32,2,167,16,202,4,173,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,203,4,173,11,9,0,32,0,167,16,205,4,173,11,10,0,32,0,167,16,204,4,66,0,11,12,0,32,0,167,32,1,167,16,206,4,173,11,15,0,32,0,167,32,1,167,32,2,167,16,207,4,173,11,12,0,32,0,167,32,1,167,16,208,4,173,11,15,0,32,0,167,32,1,167,32,2,167,16,209,4,173,11,9,0,32,0,167,16,211,4,173,11,10,0,32,0,167,16,210,4,66,0,11,15,0,32,0,167,32,1,167,32,2,167,16,212,4,173,11,18,0,32,0,167,32,1,167,32,2,167,32,3,167,16,213,4,173,11,18,0,32,0,167,32,1,167,32,2,167,32,3,167,16,214,4,173,11,18,0,32,0,167,32,1,167,32,2,167,32,3,167,16,215,4,173,11,12,0,32,0,167,32,1,167,16,216,4,173,11,15,0,32,0,167,32,1,167,32,2,167,16,217,4,173,11,12,0,32,0,167,32,1,167,16,218,4,173,11,15,0,32,0,167,32,1,167,32,2,167,16,219,4,173,11,12,0,32,0,167,32,1,167,16,220,4,173,11,18,0,32,0,167,32,1,167,32,2,167,32,3,167,16,222,4,173,11,15,0,32,0,167,32,1,167,32,2,167,16,223,4,173,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,225,4,173,11,9,0,32,0,167,16,241,3,173,11,10,0,32,0,167,16,229,4,66,0,11,30,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,32,6,167,32,7,167,16,230,4,173,11,30,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,32,6,167,32,7,167,16,232,4,173,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,234,4,173,11,9,0,32,0,167,16,235,4,173,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,237,4,173,11,9,0,32,0,167,16,238,4,173,11,9,0,32,0,167,16,246,4,173,11,10,0,32,0,167,16,247,4,66,0,11,9,0,32,0,167,16,177,3,173,11,9,0,32,0,167,16,178,3,173,11,13,0,32,0,167,32,1,167,16,179,3,66,0,11,13,0,32,0,167,32,1,167,16,250,4,66,0,11,13,0,32,0,167,32,1,167,16,253,4,66,0,11,9,0,32,0,167,16,248,4,173,11,10,0,32,0,167,16,249,4,66,0,11,9,0,32,0,167,16,152,1,173,11,9,0,32,0,167,16,153,1,173,11,13,0,32,0,167,32,1,167,16,186,3,66,0,11,13,0,32,0,167,32,1,167,16,251,4,66,0,11,13,0,32,0,167,32,1,167,16,254,4,66,0,11,10,0,32,0,167,16,133,5,66,0,11,10,0,32,0,167,16,135,5,66,0,11,15,0,32,0,167,32,1,167,32,2,167,16,184,4,173,11,18,0,32,0,167,32,1,167,32,2,167,32,3,167,16,185,4,173,11,18,0,32,0,167,32,1,167,32,2,167,32,3,167,16,186,4,173,11,18,0,32,0,167,32,1,167,32,2,167,32,3,167,16,187,4,173,11,12,0,32,0,167,32,1,167,16,188,4,173,11,15,0,32,0,167,32,1,167,32,2,167,16,189,4,173,11,12,0,32,0,167,32,1,167,16,190,4,173,11,15,0,32,0,167,32,1,167,32,2,167,16,191,4,173,11,18,0,32,0,167,32,1,167,32,2,167,32,3,167,16,192,4,173,11,15,0,32,0,167,32,1,167,32,2,167,16,193,4,173,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,194,4,173,11,30,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,32,6,167,32,7,167,16,226,4,173,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,227,4,173,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,228,4,173,11,30,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,32,6,167,32,7,167,16,239,4,173,11,30,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,32,6,167,32,7,167,16,240,4,173,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,241,4,173,11,9,0,32,0,167,16,242,4,173,11,30,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,32,6,167,32,7,167,16,243,4,173,11,30,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,32,6,167,32,7,167,16,244,4,173,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,245,4,173,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,153,2,173,11,19,0,32,0,167,32,1,167,32,2,167,32,3,167,16,154,2,66,0,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,157,2,173,11,19,0,32,0,167,32,1,167,32,2,167,32,3,167,16,158,2,66,0,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,162,2,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,176,2,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,182,2,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,184,2,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,186,2,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,188,2,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,190,2,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,194,2,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,196,2,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,198,2,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,205,2,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,209,2,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,213,2,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,214,2,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,215,2,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,216,2,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,217,2,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,220,2,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,221,2,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,222,2,173,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,228,2,173,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,235,2,173,11,20,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,16,242,2,173,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,243,2,173,11,20,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,16,244,2,173,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,191,16,245,2,173,11,22,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,32,5,16,250,2,173,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,251,2,173,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,252,2,173,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,255,2,173,11,20,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,16,132,3,173,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,133,3,173,11,20,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,16,134,3,173,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,191,16,135,3,173,11,22,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,32,5,16,137,3,173,11,21,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,138,3,173,11,9,0,32,0,167,16,141,3,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,142,3,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,143,3,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,144,3,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,146,3,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,148,3,173,11,30,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,32,6,167,32,7,167,16,151,3,173,11,9,0,32,0,167,16,136,5,173,11,9,0,32,0,167,16,141,5,173,11,9,0,32,0,167,16,145,5,173,11,9,0,32,0,167,16,157,5,173,11,9,0,32,0,167,16,161,5,173,11,9,0,32,0,167,16,149,5,173,11,9,0,32,0,167,16,153,5,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,154,3,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,155,3,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,156,3,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,158,3,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,160,3,173,11,30,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,32,6,167,32,7,167,16,163,3,173,11,9,0,32,0,167,16,138,5,173,11,9,0,32,0,167,16,143,5,173,11,9,0,32,0,167,16,147,5,173,11,9,0,32,0,167,16,159,5,173,11,9,0,32,0,167,16,163,5,173,11,9,0,32,0,167,16,151,5,173,11,9,0,32,0,167,16,155,5,173,11,9,0,32,0,167,16,177,5,173,11,10,0,32,0,167,16,178,5,66,0,11,9,0,32,0,167,16,179,5,173,11,9,0,32,0,167,16,180,5,173,11,9,0,32,0,167,16,181,5,173,11,9,0,32,0,167,16,182,5,173,11,9,0,32,0,167,16,183,5,173,11,9,0,32,0,167,16,184,5,173,11,9,0,32,0,167,16,185,5,173,11,9,0,32,0,167,16,186,5,173,11,9,0,32,0,167,16,187,5,173,11,9,0,32,0,167,16,188,5,173,11,9,0,32,0,167,16,189,5,173,11,9,0,32,0,167,16,190,5,173,11,9,0,32,0,167,16,191,5,173,11,9,0,32,0,167,16,192,5,173,11,9,0,32,0,167,16,193,5,173,11,9,0,32,0,167,16,194,5,173,11,9,0,32,0,167,16,196,5,173,11,10,0,32,0,167,16,195,5,66,0,11,27,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,32,6,167,16,164,3,173,11,27,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,32,6,167,16,168,3,173,11,10,0,32,0,167,16,197,5,66,0,11,9,0,32,0,167,16,171,3,173,11,13,0,32,0,167,32,1,167,16,172,3,66,0,11,13,0,32,0,167,32,1,167,16,173,3,66,0,11,13,0,32,0,167,32,1,167,16,174,3,66,0,11,9,0,32,0,167,16,175,3,173,11,13,0,32,0,167,32,1,167,16,176,3,66,0,11,9,0,32,0,167,16,198,5,173,11,10,0,32,0,167,16,199,5,66,0,11,13,0,32,0,167,32,1,167,16,180,3,66,0,11,13,0,32,0,167,32,1,167,16,181,3,66,0,11,13,0,32,0,167,32,1,167,16,182,3,66,0,11,9,0,32,0,167,16,183,3,173,11,13,0,32,0,167,32,1,167,16,184,3,66,0,11,13,0,32,0,167,32,1,167,16,185,3,66,0,11,9,0,32,0,167,16,200,5,173,11,10,0,32,0,167,16,201,5,66,0,11,9,0,32,0,167,16,202,5,173,11,10,0,32,0,167,16,203,5,66,0,11,13,0,32,0,167,32,1,167,16,187,3,66,0,11,13,0,32,0,167,32,1,167,16,189,3,66,0,11,13,0,32,0,167,32,1,167,16,190,3,66,0,11,9,0,32,0,167,16,191,3,173,11,13,0,32,0,167,32,1,167,16,192,3,66,0,11,9,0,32,0,167,16,204,5,173,11,10,0,32,0,167,16,205,5,66,0,11,27,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,32,6,167,16,193,3,173,11,27,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,32,6,167,16,200,3,173,11,27,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,32,6,167,16,210,3,173,11,27,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,32,6,167,16,214,3,173,11,25,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,32,6,16,223,3,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,229,3,173,11,25,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,32,6,16,230,3,173,11,24,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,233,3,173,11,15,0,32,0,167,32,1,167,32,2,167,16,237,3,173,11,25,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,238,3,66,0,11,25,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,239,3,66,0,11,9,0,32,0,167,16,240,3,173,11,10,0,32,0,167,16,242,3,66,0,11,10,0,32,0,167,16,226,5,66,0,11,10,0,32,0,167,16,227,5,66,0,11,10,0,32,0,167,16,237,5,66,0,11,7,0,16,144,6,66,0,11,15,0,32,0,167,32,1,167,32,2,167,16,146,6,173,11,25,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,162,6,66,0,11,22,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,159,6,66,0,11,19,0,32,0,167,32,1,167,32,2,167,32,3,167,16,148,6,66,0,11,25,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,161,6,66,0,11,22,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,158,6,66,0,11,19,0,32,0,167,32,1,167,32,2,167,32,3,167,16,149,6,66,0,11,25,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,32,5,167,16,160,6,66,0,11,22,0,32,0,167,32,1,167,32,2,167,32,3,167,32,4,167,16,155,6,66,0,11,19,0,32,0,167,32,1,167,32,2,167,32,3,167,16,152,6,66,0,11,9,0,32,0,167,16,163,6,173,11,10,0,32,0,167,16,165,6,66,0,11,9,0,32,0,167,16,223,5,173,11,10,0,32,0,167,16,166,6,66,0,11,11,222,251,1,205,1,0,65,132,8,11,198,13,68,4,0,0,1,0,0,0,2,0,0,0,3,0,0,0,4,0,0,0,5,0,0,0,6,0,0,0,7,0,0,0,8,0,0,0,9,0,0,0,10,0,0,0,11,0,0,0,12,0,0,0,13,0,0,0,51,68,88,55,0,0,0,0,72,150,0,0,60,4,0,0,100,4,0,0,78,51,87,65,77,57,80,114,111,99,101,115,115,111,114,69,0,0,0,0,32,150,0,0,80,4,0,0,105,110,102,105,110,105,116,121,0,70,101,98,114,117,97,114,121,0,74,97,110,117,97,114,121,0,74,117,108,121,0,84,104,117,114,115,100,97,121,0,84,117,101,115,100,97,121,0,87,101,100,110,101,115,100,97,121,0,83,97,116,117,114,100,97,121,0,83,117,110,100,97,121,0,77,111,110,100,97,121,0,70,114,105,100,97,121,0,77,97,121,0,37,109,47,37,100,47,37,121,0,45,43,32,32,32,48,88,48,120,0,45,48,88,43,48,88,32,48,88,45,48,120,43,48,120,32,48,120,0,78,111,118,0,84,104,117,0,65,117,103,117,115,116,0,79,99,116,0,83,97,116,0,65,112,114,0,118,101,99,116,111,114,0,79,99,116,111,98,101,114,0,78,111,118,101,109,98,101,114,0,83,101,112,116,101,109,98,101,114,0,68,101,99,101,109,98,101,114,0,105,111,115,95,98,97,115,101,58,58,99,108,101,97,114,0,77,97,114,0,83,101,112,0,37,73,58,37,77,58,37,83,32,37,112,0,83,117,110,0,74,117,110,0,115,116,100,58,58,101,120,99,101,112,116,105,111,110,0,95,95,99,120,97,95,103,117,97,114,100,95,97,99,113,117,105,114,101,32,100,101,116,101,99,116,101,100,32,114,101,99,117,114,115,105,118,101,32,105,110,105,116,105,97,108,105,122,97,116,105,111,110,0,77,111,110,0,110,97,110,0,74,97,110,0,74,117,108,0,108,108,0,65,112,114,105,108,0,70,114,105,0,83,99,97,108,101,32,102,114,111,109,32,80,97,116,99,104,0,77,97,114,99,104,0,65,117,103,0,98,97,115,105,99,95,115,116,114,105,110,103,0,83,116,97,110,100,97,114,100,32,84,117,110,105,110,103,0,105,110,102,0,37,46,48,76,102,0,37,76,102,0,97,108,108,111,99,97,116,111,114,60,84,62,58,58,97,108,108,111,99,97,116,101,40,115,105,122,101,95,116,32,110,41,32,39,110,39,32,101,120,99,101,101,100,115,32,109,97,120,105,109,117,109,32,115,117,112,112,111,114,116,101,100,32,115,105,122,101,0,116,114,117,101,0,84,117,101,0,102,97,108,115,101,0,74,117,110,101,0,73,110,99,111,109,112,108,101,116,101,32,83,67,76,32,102,105,108,101,46,32,70,111,117,110,100,32,110,111,32,110,111,116,101,115,32,115,101,99,116,105,111,110,32,105,110,32,116,104,101,32,102,105,108,101,0,101,109,112,116,121,32,115,99,97,108,101,0,87,101,100,0,68,101,99,0,70,101,98,0,37,98,0,37,97,0,37,97,32,37,98,32,37,100,32,37,72,58,37,77,58,37,83,32,37,89,0,80,79,83,73,88,0,37,72,58,37,77,58,37,83,0,78,65,78,0,80,77,0,65,77,0,76,67,95,65,76,76,0,76,65,78,71,0,73,78,70,0,67,0,37,66,0,37,65,0,82,101,97,100,32,102,101,119,101,114,32,110,111,116,101,115,32,116,104,97,110,32,99,111,117,110,116,32,105,110,32,102,105,108,101,46,32,67,111,117,110,116,61,0,32,110,111,116,101,115,32,97,114,114,97,121,32,115,105,122,101,61,0,48,49,50,51,52,53,54,55,56,57,0,67,46,85,84,70,45,56,0,49,49,49,49,49,49,0,49,47,49,0,32,110,111,116,101,115,46,0,73,110,118,97,108,105,100,32,84,111,110,101,32,105,110,32,83,67,76,32,102,105,108,101,46,0,39,46,0,40,110,117,108,108,41,0,40,41,0,32,76,105,110,101,32,105,115,32,39,0,80,117,114,101,32,118,105,114,116,117,97,108,32,102,117,110,99,116,105,111,110,32,99,97,108,108,101,100,33,0,99,111,100,101,99,118,116,95,98,121,110,97,109,101,60,119,99,104,97,114,95,116,44,32,99,104,97,114,44,32,109,98,115,116,97,116,101,95,116,62,58,58,99,111,100,101,99,118,116,95,98,121,110,97,109,101,32,102,97,105,108,101,100,32,116,111,32,99,111,110,115,116,114,117,99,116,32,102,111,114,32,0,116,105,109,101,95,112,117,116,95,98,121,110,97,109,101,32,102,97,105,108,101,100,32,116,111,32,99,111,110,115,116,114,117,99,116,32,102,111,114,32,0,116,105,109,101,95,103,101,116,95,98,121,110,97,109,101,32,102,97,105,108,101,100,32,116,111,32,99,111,110,115,116,114,117,99,116,32,102,111,114,32,0,109,111,110,101,121,112,117,110,99,116,95,98,121,110,97,109,101,32,102,97,105,108,101,100,32,116,111,32,99,111,110,115,116,114,117,99,116,32,102,111,114,32,0,110,117,109,112,117,110,99,116,95,98,121,110,97,109,101,60,119,99,104,97,114,95,116,62,58,58,110,117,109,112,117,110,99,116,95,98,121,110,97,109,101,32,102,97,105,108,101,100,32,116,111,32,99,111,110,115,116,114,117,99,116,32,102,111,114,32,0,110,117,109,112,117,110,99,116,95,98,121,110,97,109,101,60,99,104,97,114,62,58,58,110,117,109,112,117,110,99,116,95,98,121,110,97,109,101,32,102,97,105,108,101,100,32,116,111,32,99,111,110,115,116,114,117,99,116,32,102,111,114,32,0,99,111,108,108,97,116,101,95,98,121,110,97,109,101,60,99,104,97,114,62,58,58,99,111,108,108,97,116,101,95,98,121,110,97,109,101,32,102,97,105,108,101,100,32,116,111,32,99,111,110,115,116,114,117,99,116,32,102,111,114,32,0,99,116,121,112,101,95,98,121,110,97,109,101,60,119,99,104,97,114,95,116,62,58,58,99,116,121,112,101,95,98,121,110,97,109,101,32,102,97,105,108,101,100,32,116,111,32,99,111,110,115,116,114,117,99,116,32,102,111,114,32,0,99,116,121,112,101,95,98,121,110,97,109,101,60,99,104,97,114,62,58,58,99,116,121,112,101,95,98,121,110,97,109,101,32,102,97,105,108,101,100,32,116,111,32,99,111,110,115,116,114,117,99,116,32,102,111,114,32,0,99,111,108,108,97,116,101,95,98,121,110,97,109,101,60,119,99,104,97,114,95,116,62,58,58,99,111,108,108,97,116,101,95,98,121,110,97,109,101,40,115,105,122,101,95,116,32,114,101,102,115,41,32,102,97,105,108,101,100,32,116,111,32,99,111,110,115,116,114,117,99,116,32,102,111,114,32,0,76,105,110,101,32,0,85,110,97,98,108,101,32,116,111,32,116,117,110,101,32,116,111,32,97,32,115,99,97,108,101,32,119,105,116,104,32,110,111,32,110,111,116,101,115,46,32,89,111,117,114,32,115,99,97,108,101,32,112,114,111,118,105,100,101,100,32,0,33,32,101,118,101,110,46,115,99,108,10,33,10,49,50,32,110,111,116,101,32,101,118,101,110,32,116,101,109,112,101,114,97,109,101,110,116,10,32,49,50,10,33,10,32,49,48,48,46,48,10,32,50,48,48,46,48,10,32,51,48,48,46,48,10,32,52,48,48,46,48,10,32,53,48,48,46,48,10,32,54,48,48,46,48,10,32,55,48,48,46,48,10,32,56,48,48,46,48,10,32,57,48,48,46,48,10,32,49,48,48,48,46,48,10,32,49,49,48,48,46,48,10,32,50,47,49,10,0,65,211,21,11,222,1,255,0,0,0,0,0,0,0,1,26,192,149,1,0,0,0,2,225,105,82,2,26,192,149,2,208,174,206,2,0,0,0,3,52,128,43,3,225,105,82,3,80,157,117,3,26,192,149,3,4,80,179,3,208,174,206,3,251,41,232,3,0,0,0,4,247,99,22,4,52,128,43,4,45,120,63,4,225,105,82,4,234,110,100,4,80,157,117,4,40,8,134,4,26,192,149,4,194,211,164,4,4,80,179,4,79,64,193,4,208,174,206,4,164,164,219,4,251,41,232,4,54,70,244,4,0,70,86,97,106,114,121,126,132,138,142,148,152,156,160,163,166,170,173,174,178,181,184,186,189,190,194,196,198,200,202,205,206,209,211,214,216,218,220,222,224,225,227,229,230,232,233,235,237,238,240,241,242,243,244,246,246,248,249,250,251,252,253,254,0,1,2,3,4,5,6,7,8,9,11,14,16,19,23,27,33,39,47,56,66,80,94,110,126,142,158,174,190,206,222,238,250,0,65,196,23,11,50,66,66,66,0,109,109,109,0,0,0,0,1,0,10,20,33,55,92,153,255,0,0,0,0,240,11,0,0,14,0,0,0,15,0,0,0,54,70,109,67,111,114,101,0,32,150,0,0,232,11,0,65,128,24,11,129,6,193,0,0,0,17,0,0,0,17,0,0,0,20,0,0,0,1,0,0,0,20,0,0,0,1,0,0,0,17,0,0,0,17,0,0,0,20,0,0,0,193,0,0,0,20,0,0,0,193,0,0,0,17,0,0,0,20,0,0,0,1,0,0,0,17,0,0,0,20,0,0,0,193,0,0,0,17,0,0,0,148,0,0,0,1,0,0,0,17,0,0,0,20,0,0,0,193,0,0,0,20,0,0,0,1,0,0,0,20,0,0,0,1,0,0,0,20,0,0,0,193,0,0,0,148,0,0,0,1,0,0,0,20,0,0,0,1,0,0,0,20,0,0,0,193,0,0,0,17,0,0,0,5,0,0,0,20,0,0,0,1,0,0,0,20,0,0,0,1,0,0,0,17,0,0,0,197,0,0,0,20,0,0,0,1,0,0,0,20,0,0,0,1,0,0,0,17,0,0,0,5,0,0,0,20,0,0,0,193,0,0,0,20,0,0,0,1,0,0,0,5,0,0,0,20,0,0,0,193,0,0,0,17,0,0,0,20,0,0,0,193,0,0,0,5,0,0,0,20,0,0,0,1,0,0,0,17,0,0,0,20,0,0,0,1,0,0,0,5,0,0,0,5,0,0,0,20,0,0,0,193,0,0,0,20,0,0,0,193,0,0,0,5,0,0,0,5,0,0,0,20,0,0,0,1,0,0,0,20,0,0,0,193,0,0,0,5,0,0,0,17,0,0,0,20,0,0,0,1,0,0,0,20,0,0,0,1,0,0,0,5,0,0,0,17,0,0,0,20,0,0,0,193,0,0,0,20,0,0,0,193,0,0,0,17,0,0,0,2,0,0,0,37,0,0,0,5,0,0,0,20,0,0,0,1,0,0,0,17,0,0,0,2,0,0,0,37,0,0,0,197,0,0,0,20,0,0,0,1,0,0,0,17,0,0,0,17,0,0,0,197,0,0,0,5,0,0,0,20,0,0,0,193,0,0,0,20,0,0,0,20,0,0,0,1,0,0,0,17,0,0,0,20,0,0,0,1,0,0,0,5,0,0,0,20,0,0,0,193,0,0,0,20,0,0,0,20,0,0,0,1,0,0,0,20,0,0,0,20,0,0,0,193,0,0,0,20,0,0,0,20,0,0,0,193,0,0,0,20,0,0,0,20,0,0,0,20,0,0,0,1,0,0,0,20,0,0,0,193,0,0,0,20,0,0,0,20,0,0,0,1,0,0,0,20,0,0,0,4,0,0,0,193,0,0,0,20,0,0,0,20,0,0,0,20,0,0,0,4,0,0,0,4,0,0,0,193,0,0,0,20,0,0,0,20,0,0,0,4,0,0,0,4,0,0,0,4,0,0,0,193,0,0,0,5,0,0,0,20,0,0,0,1,0,0,0,20,0,0,0,4,0,0,0,1,0,0,0,5,0,0,0,20,0,0,0,193,0,0,0,20,0,0,0,4,0,0,0,4,0,0,0,193,0,0,0,17,0,0,0,20,0,0,0,1,0,0,0,20,0,0,0,193,0,0,0,20,0,0,0,1,0,0,0,20,0,0,0,4,0,0,0,4,0,0,0,4,0,0,0,193,0,0,0,17,0,0,0,20,0,0,0,4,0,0,0,4,0,0,0,193,0,0,0,20,0,0,0,4,0,0,0,4,0,0,0,4,0,0,0,4,0,0,0,196,0,0,0,4,0,0,0,4,0,0,0,4,0,0,0,4,0,0,0,4,0,0,0,1,0,65,144,30,11,100,1,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,15,16,16,17,18,18,19,20,21,22,23,24,25,26,27,28,30,31,33,34,36,37,38,39,41,42,44,46,47,49,51,53,54,56,58,60,62,64,66,68,70,72,74,76,79,82,85,88,91,94,98,102,106,110,115,120,125,130,135,141,147,153,159,165,171,178,185,193,202,211,232,243,254,255,0,65,128,31,11,100,128,140,152,161,171,180,188,195,200,204,207,210,213,215,217,219,221,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,38,40,43,46,49,53,58,65,73,82,92,103,115,127,0,65,244,31,11,236,5,5,0,0,0,9,0,0,0,13,0,0,0,17,0,0,0,20,0,0,0,23,0,0,0,25,0,0,0,27,0,0,0,29,0,0,0,31,0,0,0,33,0,0,0,35,0,0,0,37,0,0,0,39,0,0,0,41,0,0,0,42,0,0,0,43,0,0,0,45,0,0,0,46,0,0,0,160,234,26,0,160,234,26,0,128,136,21,0,128,136,21,0,44,43,18,0,28,122,15,0,250,35,15,0,80,117,13,0,64,196,10,0,64,196,10,0,133,234,8,0,14,189,7,0,212,171,7,0,168,186,6,0,134,100,6,0,32,98,5,0,220,181,4,0,186,95,4,0,135,222,3,0,84,93,3,0,84,93,3,0,16,177,2,0,122,56,2,0,122,56,2,0,245,234,1,0,170,174,1,0,170,174,1,0,136,88,1,0,136,88,1,0,218,36,1,0,44,241,0,0,44,241,0,0,85,215,0,0,126,189,0,0,68,172,0,0,109,146,0,0,79,122,0,0,150,120,0,0,170,107,0,0,170,107,0,0,34,86,0,0,90,72,0,0,232,68,0,0,75,60,0,0,32,55,0,0,174,51,0,0,17,43,0,0,45,36,0,0,45,36,0,0,37,30,0,0,215,25,0,0,215,25,0,0,136,21,0,0,136,21,0,0,58,17,0,0,129,15,0,0,129,15,0,0,111,13,0,0,50,11,0,0,130,10,0,0,201,8,0,0,192,7,0,0,104,7,0,0,16,7,0,0,131,5,0,0,87,5,0,0,210,4,0,0,122,4,0,0,158,3,0,0,69,3,0,0,69,3,0,0,193,2,0,0,61,2,0,0,61,2,0,0,17,2,0,0,185,1,0,0,185,1,0,0,78,55,84,117,110,105,110,103,115,49,49,84,117,110,105,110,103,69,114,114,111,114,69,0,72,150,0,0,116,17,0,0,28,151,0,0,0,0,0,0,140,17,0,0,16,0,0,0,19,0,0,0,20,0,0,0,0,0,0,0,12,18,0,0,21,0,0,0,22,0,0,0,23,0,0,0,24,0,0,0,25,0,0,0,78,83,116,51,95,95,50,50,48,95,95,115,104,97,114,101,100,95,112,116,114,95,101,109,112,108,97,99,101,73,49,52,83,116,97,110,100,97,114,100,84,117,110,105,110,103,78,83,95,57,97,108,108,111,99,97,116,111,114,73,83,49,95,69,69,69,69,0,72,150,0,0,200,17,0,0,168,148,0,0,0,0,0,0,100,18,0,0,26,0,0,0,27,0,0,0,28,0,0,0,29,0,0,0,30,0,0,0,31,0,0,0,32,0,0,0,49,52,83,116,97,110,100,97,114,100,84,117,110,105,110,103,0,49,49,84,117,110,105,110,103,83,116,97,116,101,0,0,32,150,0,0,77,18,0,0,72,150,0,0,60,18,0,0,92,18,0,0,254,130,43,101,71,21,103,64,0,0,0,0,0,0,56,67,0,0,250,254,66,46,118,191,58,59,158,188,154,247,12,189,189,253,255,255,255,255,223,63,60,84,85,85,85,85,197,63,145,43,23,207,85,85,165,63,23,208,164,103,17,17,129,63,0,0,0,0,0,0,200,66,239,57,250,254,66,46,230,63,36,196,130,255,189,191,206,63,181,244,12,215,8,107,172,63,204,80,70,210,171,178,131,63,132,58,78,155,224,215,85,63,0,65,238,37,11,200,56,240,63,110,191,136,26,79,59,155,60,53,51,251,169,61,246,239,63,93,220,216,156,19,96,113,188,97,128,119,62,154,236,239,63,209,102,135,16,122,94,144,188,133,127,110,232,21,227,239,63,19,246,103,53,82,210,140,60,116,133,21,211,176,217,239,63,250,142,249,35,128,206,139,188,222,246,221,41,107,208,239,63,97,200,230,97,78,247,96,60,200,155,117,24,69,199,239,63,153,211,51,91,228,163,144,60,131,243,198,202,62,190,239,63,109,123,131,93,166,154,151,60,15,137,249,108,88,181,239,63,252,239,253,146,26,181,142,60,247,71,114,43,146,172,239,63,209,156,47,112,61,190,62,60,162,209,211,50,236,163,239,63,11,110,144,137,52,3,106,188,27,211,254,175,102,155,239,63,14,189,47,42,82,86,149,188,81,91,18,208,1,147,239,63,85,234,78,140,239,128,80,188,204,49,108,192,189,138,239,63,22,244,213,185,35,201,145,188,224,45,169,174,154,130,239,63,175,85,92,233,227,211,128,60,81,142,165,200,152,122,239,63,72,147,165,234,21,27,128,188,123,81,125,60,184,114,239,63,61,50,222,85,240,31,143,188,234,141,140,56,249,106,239,63,191,83,19,63,140,137,139,60,117,203,111,235,91,99,239,63,38,235,17,118,156,217,150,188,212,92,4,132,224,91,239,63,96,47,58,62,247,236,154,60,170,185,104,49,135,84,239,63,157,56,134,203,130,231,143,188,29,217,252,34,80,77,239,63,141,195,166,68,65,111,138,60,214,140,98,136,59,70,239,63,125,4,228,176,5,122,128,60,150,220,125,145,73,63,239,63,148,168,168,227,253,142,150,60,56,98,117,110,122,56,239,63,125,72,116,242,24,94,135,60,63,166,178,79,206,49,239,63,242,231,31,152,43,71,128,60,221,124,226,101,69,43,239,63,94,8,113,63,123,184,150,188,129,99,245,225,223,36,239,63,49,171,9,109,225,247,130,60,225,222,31,245,157,30,239,63,250,191,111,26,155,33,61,188,144,217,218,208,127,24,239,63,180,10,12,114,130,55,139,60,11,3,228,166,133,18,239,63,143,203,206,137,146,20,110,60,86,47,62,169,175,12,239,63,182,171,176,77,117,77,131,60,21,183,49,10,254,6,239,63,76,116,172,226,1,66,134,60,49,216,76,252,112,1,239,63,74,248,211,93,57,221,143,60,255,22,100,178,8,252,238,63,4,91,142,59,128,163,134,188,241,159,146,95,197,246,238,63,104,80,75,204,237,74,146,188,203,169,58,55,167,241,238,63,142,45,81,27,248,7,153,188,102,216,5,109,174,236,238,63,210,54,148,62,232,209,113,188,247,159,229,52,219,231,238,63,21,27,206,179,25,25,153,188,229,168,19,195,45,227,238,63,109,76,42,167,72,159,133,60,34,52,18,76,166,222,238,63,138,105,40,122,96,18,147,188,28,128,172,4,69,218,238,63,91,137,23,72,143,167,88,188,42,46,247,33,10,214,238,63,27,154,73,103,155,44,124,188,151,168,80,217,245,209,238,63,17,172,194,96,237,99,67,60,45,137,97,96,8,206,238,63,239,100,6,59,9,102,150,60,87,0,29,237,65,202,238,63,121,3,161,218,225,204,110,60,208,60,193,181,162,198,238,63,48,18,15,63,142,255,147,60,222,211,215,240,42,195,238,63,176,175,122,187,206,144,118,60,39,42,54,213,218,191,238,63,119,224,84,235,189,29,147,60,13,221,253,153,178,188,238,63,142,163,113,0,52,148,143,188,167,44,157,118,178,185,238,63,73,163,147,220,204,222,135,188,66,102,207,162,218,182,238,63,95,56,15,189,198,222,120,188,130,79,157,86,43,180,238,63,246,92,123,236,70,18,134,188,15,146,93,202,164,177,238,63,142,215,253,24,5,53,147,60,218,39,181,54,71,175,238,63,5,155,138,47,183,152,123,60,253,199,151,212,18,173,238,63,9,84,28,226,225,99,144,60,41,84,72,221,7,171,238,63,234,198,25,80,133,199,52,60,183,70,89,138,38,169,238,63,53,192,100,43,230,50,148,60,72,33,173,21,111,167,238,63,159,118,153,97,74,228,140,188,9,220,118,185,225,165,238,63,168,77,239,59,197,51,140,188,133,85,58,176,126,164,238,63,174,233,43,137,120,83,132,188,32,195,204,52,70,163,238,63,88,88,86,120,221,206,147,188,37,34,85,130,56,162,238,63,100,25,126,128,170,16,87,60,115,169,76,212,85,161,238,63,40,34,94,191,239,179,147,188,205,59,127,102,158,160,238,63,130,185,52,135,173,18,106,188,191,218,11,117,18,160,238,63,238,169,109,184,239,103,99,188,47,26,101,60,178,159,238,63,81,136,224,84,61,220,128,188,132,148,81,249,125,159,238,63,207,62,90,126,100,31,120,188,116,95,236,232,117,159,238,63,176,125,139,192,74,238,134,188,116,129,165,72,154,159,238,63,138,230,85,30,50,25,134,188,201,103,66,86,235,159,238,63,211,212,9,94,203,156,144,60,63,93,222,79,105,160,238,63,29,165,77,185,220,50,123,188,135,1,235,115,20,161,238,63,107,192,103,84,253,236,148,60,50,193,48,1,237,161,238,63,85,108,214,171,225,235,101,60,98,78,207,54,243,162,238,63,66,207,179,47,197,161,136,188,18,26,62,84,39,164,238,63,52,55,59,241,182,105,147,188,19,206,76,153,137,165,238,63,30,255,25,58,132,94,128,188,173,199,35,70,26,167,238,63,110,87,114,216,80,212,148,188,237,146,68,155,217,168,238,63,0,138,14,91,103,173,144,60,153,102,138,217,199,170,238,63,180,234,240,193,47,183,141,60,219,160,42,66,229,172,238,63,255,231,197,156,96,182,101,188,140,68,181,22,50,175,238,63,68,95,243,89,131,246,123,60,54,119,21,153,174,177,238,63,131,61,30,167,31,9,147,188,198,255,145,11,91,180,238,63,41,30,108,139,184,169,93,188,229,197,205,176,55,183,238,63,89,185,144,124,249,35,108,188,15,82,200,203,68,186,238,63,170,249,244,34,67,67,146,188,80,78,222,159,130,189,238,63,75,142,102,215,108,202,133,188,186,7,202,112,241,192,238,63,39,206,145,43,252,175,113,60,144,240,163,130,145,196,238,63,187,115,10,225,53,210,109,60,35,35,227,25,99,200,238,63,99,34,98,34,4,197,135,188,101,229,93,123,102,204,238,63,213,49,226,227,134,28,139,60,51,45,74,236,155,208,238,63,21,187,188,211,209,187,145,188,93,37,62,178,3,213,238,63,210,49,238,156,49,204,144,60,88,179,48,19,158,217,238,63,179,90,115,110,132,105,132,60,191,253,121,85,107,222,238,63,180,157,142,151,205,223,130,188,122,243,211,191,107,227,238,63,135,51,203,146,119,26,140,60,173,211,90,153,159,232,238,63,250,217,209,74,143,123,144,188,102,182,141,41,7,238,238,63,186,174,220,86,217,195,85,188,251,21,79,184,162,243,238,63,64,246,166,61,14,164,144,188,58,89,229,141,114,249,238,63,52,147,173,56,244,214,104,188,71,94,251,242,118,255,238,63,53,138,88,107,226,238,145,188,74,6,161,48,176,5,239,63,205,221,95,10,215,255,116,60,210,193,75,144,30,12,239,63,172,152,146,250,251,189,145,188,9,30,215,91,194,18,239,63,179,12,175,48,174,110,115,60,156,82,133,221,155,25,239,63,148,253,159,92,50,227,142,60,122,208,255,95,171,32,239,63,172,89,9,209,143,224,132,60,75,209,87,46,241,39,239,63,103,26,78,56,175,205,99,60,181,231,6,148,109,47,239,63,104,25,146,108,44,107,103,60,105,144,239,220,32,55,239,63,210,181,204,131,24,138,128,188,250,195,93,85,11,63,239,63,111,250,255,63,93,173,143,188,124,137,7,74,45,71,239,63,73,169,117,56,174,13,144,188,242,137,13,8,135,79,239,63,167,7,61,166,133,163,116,60,135,164,251,220,24,88,239,63,15,34,64,32,158,145,130,188,152,131,201,22,227,96,239,63,172,146,193,213,80,90,142,60,133,50,219,3,230,105,239,63,75,107,1,172,89,58,132,60,96,180,1,243,33,115,239,63,31,62,180,7,33,213,130,188,95,155,123,51,151,124,239,63,201,13,71,59,185,42,137,188,41,161,245,20,70,134,239,63,211,136,58,96,4,182,116,60,246,63,139,231,46,144,239,63,113,114,157,81,236,197,131,60,131,76,199,251,81,154,239,63,240,145,211,143,18,247,143,188,218,144,164,162,175,164,239,63,125,116,35,226,152,174,141,188,241,103,142,45,72,175,239,63,8,32,170,65,188,195,142,60,39,90,97,238,27,186,239,63,50,235,169,195,148,43,132,60,151,186,107,55,43,197,239,63,238,133,209,49,169,100,138,60,64,69,110,91,118,208,239,63,237,227,59,228,186,55,142,188,20,190,156,173,253,219,239,63,157,205,145,77,59,137,119,60,216,144,158,129,193,231,239,63,137,204,96,65,193,5,83,60,241,113,143,43,194,243,239,63,0,56,250,254,66,46,230,63,48,103,199,147,87,243,46,61,1,0,0,0,0,0,224,191,91,48,81,85,85,85,213,63,144,69,235,255,255,255,207,191,17,1,241,36,179,153,201,63,159,200,6,229,117,85,197,191,0,0,0,0,0,0,224,191,119,85,85,85,85,85,213,63,203,253,255,255,255,255,207,191,12,221,149,153,153,153,201,63,167,69,103,85,85,85,197,191,48,222,68,163,36,73,194,63,101,61,66,164,255,255,191,191,202,214,42,40,132,113,188,63,255,104,176,67,235,153,185,191,133,208,175,247,130,129,183,63,205,69,209,117,19,82,181,191,159,222,224,195,240,52,247,63,0,144,230,121,127,204,215,191,31,233,44,106,120,19,247,63,0,0,13,194,238,111,215,191,160,181,250,8,96,242,246,63,0,224,81,19,227,19,215,191,125,140,19,31,166,209,246,63,0,120,40,56,91,184,214,191,209,180,197,11,73,177,246,63,0,120,128,144,85,93,214,191,186,12,47,51,71,145,246,63,0,0,24,118,208,2,214,191,35,66,34,24,159,113,246,63,0,144,144,134,202,168,213,191,217,30,165,153,79,82,246,63,0,80,3,86,67,79,213,191,196,36,143,170,86,51,246,63,0,64,107,195,55,246,212,191,20,220,157,107,179,20,246,63,0,80,168,253,167,157,212,191,76,92,198,82,100,246,245,63,0,168,137,57,146,69,212,191,79,44,145,181,103,216,245,63,0,184,176,57,244,237,211,191,222,144,91,203,188,186,245,63,0,112,143,68,206,150,211,191,120,26,217,242,97,157,245,63,0,160,189,23,30,64,211,191,135,86,70,18,86,128,245,63,0,128,70,239,226,233,210,191,211,107,231,206,151,99,245,63,0,224,48,56,27,148,210,191,147,127,167,226,37,71,245,63,0,136,218,140,197,62,210,191,131,69,6,66,255,42,245,63,0,144,39,41,225,233,209,191,223,189,178,219,34,15,245,63,0,248,72,43,109,149,209,191,215,222,52,71,143,243,244,63,0,248,185,154,103,65,209,191,64,40,222,207,67,216,244,63,0,152,239,148,208,237,208,191,200,163,120,192,62,189,244,63,0,16,219,24,165,154,208,191,138,37,224,195,127,162,244,63,0,184,99,82,230,71,208,191,52,132,212,36,5,136,244,63,0,240,134,69,34,235,207,191,11,45,25,27,206,109,244,63,0,176,23,117,74,71,207,191,84,24,57,211,217,83,244,63,0,48,16,61,68,164,206,191,90,132,180,68,39,58,244,63,0,176,233,68,13,2,206,191,251,248,21,65,181,32,244,63,0,240,119,41,162,96,205,191,177,244,62,218,130,7,244,63,0,144,149,4,1,192,204,191,143,254,87,93,143,238,243,63,0,16,137,86,41,32,204,191,233,76,11,160,217,213,243,63,0,16,129,141,23,129,203,191,43,193,16,192,96,189,243,63,0,208,211,204,201,226,202,191,184,218,117,43,36,165,243,63,0,144,18,46,64,69,202,191,2,208,159,205,34,141,243,63,0,240,29,104,119,168,201,191,28,122,132,197,91,117,243,63,0,48,72,105,109,12,201,191,226,54,173,73,206,93,243,63,0,192,69,166,32,113,200,191,64,212,77,152,121,70,243,63,0,48,20,180,143,214,199,191,36,203,255,206,92,47,243,63,0,112,98,60,184,60,199,191,73,13,161,117,119,24,243,63,0,96,55,155,154,163,198,191,144,57,62,55,200,1,243,63,0,160,183,84,49,11,198,191,65,248,149,187,78,235,242,63,0,48,36,118,125,115,197,191,209,169,25,2,10,213,242,63,0,48,194,143,123,220,196,191,42,253,183,168,249,190,242,63,0,0,210,81,44,70,196,191,171,27,12,122,28,169,242,63,0,0,131,188,138,176,195,191,48,181,20,96,114,147,242,63,0,0,73,107,153,27,195,191,245,161,87,87,250,125,242,63,0,64,164,144,84,135,194,191,191,59,29,155,179,104,242,63,0,160,121,248,185,243,193,191,189,245,143,131,157,83,242,63,0,160,44,37,200,96,193,191,59,8,201,170,183,62,242,63,0,32,247,87,127,206,192,191,182,64,169,43,1,42,242,63,0,160,254,73,220,60,192,191,50,65,204,150,121,21,242,63,0,128,75,188,189,87,191,191,155,252,210,29,32,1,242,63,0,64,64,150,8,55,190,191,11,72,77,73,244,236,241,63,0,64,249,62,152,23,189,191,105,101,143,82,245,216,241,63,0,160,216,78,103,249,187,191,124,126,87,17,35,197,241,63,0,96,47,32,121,220,186,191,233,38,203,116,124,177,241,63,0,128,40,231,195,192,185,191,182,26,44,12,1,158,241,63,0,192,114,179,70,166,184,191,189,112,182,123,176,138,241,63,0,0,172,179,1,141,183,191,182,188,239,37,138,119,241,63,0,0,56,69,241,116,182,191,218,49,76,53,141,100,241,63,0,128,135,109,14,94,181,191,221,95,39,144,185,81,241,63,0,224,161,222,92,72,180,191,76,210,50,164,14,63,241,63,0,160,106,77,217,51,179,191,218,249,16,114,139,44,241,63,0,96,197,248,121,32,178,191,49,181,236,40,48,26,241,63,0,32,98,152,70,14,177,191,175,52,132,218,251,7,241,63,0,0,210,106,108,250,175,191,179,107,78,15,238,245,240,63,0,64,119,74,141,218,173,191,206,159,42,93,6,228,240,63,0,0,133,228,236,188,171,191,33,165,44,99,68,210,240,63,0,192,18,64,137,161,169,191,26,152,226,124,167,192,240,63,0,192,2,51,88,136,167,191,209,54,198,131,47,175,240,63,0,128,214,103,94,113,165,191,57,19,160,152,219,157,240,63,0,128,101,73,138,92,163,191,223,231,82,175,171,140,240,63,0,64,21,100,227,73,161,191,251,40,78,47,159,123,240,63,0,128,235,130,192,114,158,191,25,143,53,140,181,106,240,63,0,128,82,82,241,85,154,191,44,249,236,165,238,89,240,63,0,128,129,207,98,61,150,191,144,44,209,205,73,73,240,63,0,0,170,140,251,40,146,191,169,173,240,198,198,56,240,63,0,0,249,32,123,49,140,191,169,50,121,19,101,40,240,63,0,0,170,93,53,25,132,191,72,115,234,39,36,24,240,63,0,0,236,194,3,18,120,191,149,177,20,6,4,8,240,63,0,0,36,121,9,4,96,191,26,250,38,247,31,224,239,63,0,0,144,132,243,239,111,63,116,234,97,194,28,161,239,63,0,0,61,53,65,220,135,63,46,153,129,176,16,99,239,63,0,128,194,196,163,206,147,63,205,173,238,60,246,37,239,63,0,0,137,20,193,159,155,63,231,19,145,3,200,233,238,63,0,0,17,206,216,176,161,63,171,177,203,120,128,174,238,63,0,192,1,208,91,138,165,63,155,12,157,162,26,116,238,63,0,128,216,64,131,92,169,63,181,153,10,131,145,58,238,63,0,128,87,239,106,39,173,63,86,154,96,9,224,1,238,63,0,192,152,229,152,117,176,63,152,187,119,229,1,202,237,63,0,32,13,227,245,83,178,63,3,145,124,11,242,146,237,63,0,0,56,139,221,46,180,63,206,92,251,102,172,92,237,63,0,192,87,135,89,6,182,63,157,222,94,170,44,39,237,63,0,0,106,53,118,218,183,63,205,44,107,62,110,242,236,63,0,96,28,78,67,171,185,63,2,121,167,162,109,190,236,63,0,96,13,187,199,120,187,63,109,8,55,109,38,139,236,63,0,32,231,50,19,67,189,63,4,88,93,189,148,88,236,63,0,96,222,113,49,10,191,63,140,159,187,51,181,38,236,63,0,64,145,43,21,103,192,63,63,231,236,238,131,245,235,63,0,176,146,130,133,71,193,63,193,150,219,117,253,196,235,63,0,48,202,205,110,38,194,63,40,74,134,12,30,149,235,63,0,80,197,166,215,3,195,63,44,62,239,197,226,101,235,63,0,16,51,60,195,223,195,63,139,136,201,103,72,55,235,63,0,128,122,107,54,186,196,63,74,48,29,33,75,9,235,63,0,240,209,40,57,147,197,63,126,239,242,133,232,219,234,63,0,240,24,36,205,106,198,63,162,61,96,49,29,175,234,63,0,144,102,236,248,64,199,63,167,88,211,63,230,130,234,63,0,240,26,245,192,21,200,63,139,115,9,239,64,87,234,63,0,128,246,84,41,233,200,63,39,75,171,144,42,44,234,63,0,64,248,2,54,187,201,63,209,242,147,19,160,1,234,63,0,0,44,28,237,139,202,63,27,60,219,36,159,215,233,63,0,208,1,92,81,91,203,63,144,177,199,5,37,174,233,63,0,192,188,204,103,41,204,63,47,206,151,242,46,133,233,63,0,96,72,213,53,246,204,63,117,75,164,238,186,92,233,63,0,192,70,52,189,193,205,63,56,72,231,157,198,52,233,63,0,224,207,184,1,140,206,63,230,82,103,47,79,13,233,63,0,144,23,192,9,85,207,63,157,215,255,142,82,230,232,63,0,184,31,18,108,14,208,63,124,0,204,159,206,191,232,63,0,208,147,14,184,113,208,63,14,195,190,218,192,153,232,63,0,112,134,158,107,212,208,63,251,23,35,170,39,116,232,63,0,208,75,51,135,54,209,63,8,154,179,172,0,79,232,63,0,72,35,103,13,152,209,63,85,62,101,232,73,42,232,63,0,128,204,224,255,248,209,63,96,2,244,149,1,6,232,63,0,104,99,215,95,89,210,63,41,163,224,99,37,226,231,63,0,168,20,9,48,185,210,63,173,181,220,119,179,190,231,63,0,96,67,16,114,24,211,63,194,37,151,103,170,155,231,63,0,24,236,109,38,119,211,63,87,6,23,242,7,121,231,63,0,48,175,251,79,213,211,63,12,19,214,219,202,86,231,63,0,224,47,227,238,50,212,63,107,182,79,1,0,16,230,63,60,91,66,145,108,2,126,60,149,180,77,3,0,48,230,63,65,93,0,72,234,191,141,60,120,212,148,13,0,80,230,63,183,165,214,134,167,127,142,60,173,111,78,7,0,112,230,63,76,37,84,107,234,252,97,60,174,15,223,254,255,143,230,63,253,14,89,76,39,126,124,188,188,197,99,7,0,176,230,63,1,218,220,72,104,193,138,188,246,193,92,30,0,208,230,63,17,147,73,157,28,63,131,60,62,246,5,235,255,239,230,63,83,45,226,26,4,128,126,188,128,151,134,14,0,16,231,63,82,121,9,113,102,255,123,60,18,233,103,252,255,47,231,63,36,135,189,38,226,0,140,60,106,17,129,223,255,79,231,63,210,1,241,110,145,2,110,188,144,156,103,15,0,112,231,63,116,156,84,205,113,252,103,188,53,200,126,250,255,143,231,63,131,4,245,158,193,190,129,60,230,194,32,254,255,175,231,63,101,100,204,41,23,126,112,188,0,201,63,237,255,207,231,63,28,139,123,8,114,128,128,188,118,26,38,233,255,239,231,63,174,249,157,109,40,192,141,60,232,163,156,4,0,16,232,63,51,76,229,81,210,127,137,60,143,44,147,23,0,48,232,63,129,243,48,182,233,254,138,188,156,115,51,6,0,80,232,63,188,53,101,107,191,191,137,60,198,137,66,32,0,112,232,63,117,123,17,243,101,191,139,188,4,121,245,235,255,143,232,63,87,203,61,162,110,0,137,188,223,4,188,34,0,176,232,63,10,75,224,56,223,0,125,188,138,27,12,229,255,207,232,63,5,159,255,70,113,0,136,188,67,142,145,252,255,239,232,63,56,112,122,208,123,129,131,60,199,95,250,30,0,16,233,63,3,180,223,118,145,62,137,60,185,123,70,19,0,48,233,63,118,2,152,75,78,128,127,60,111,7,238,230,255,79,233,63,46,98,255,217,240,126,143,188,209,18,60,222,255,111,233,63,186,56,38,150,170,130,112,188,13,138,69,244,255,143,233,63,239,168,100,145,27,128,135,188,62,46,152,221,255,175,233,63,55,147,90,138,224,64,135,188,102,251,73,237,255,207,233,63,0,224,155,193,8,206,63,60,81,156,241,32,0,240,233,63,10,91,136,39,170,63,138,188,6,176,69,17,0,16,234,63,86,218,88,153,72,255,116,60,250,246,187,7,0,48,234,63,24,109,43,138,171,190,140,60,121,29,151,16,0,80,234,63,48,121,120,221,202,254,136,60,72,46,245,29,0,112,234,63,219,171,216,61,118,65,143,188,82,51,89,28,0,144,234,63,18,118,194,132,2,191,142,188,75,62,79,42,0,176,234,63,95,63,255,60,4,253,105,188,209,30,174,215,255,207,234,63,180,112,144,18,231,62,130,188,120,4,81,238,255,239,234,63,163,222,14,224,62,6,106,60,91,13,101,219,255,15,235,63,185,10,31,56,200,6,90,60,87,202,170,254,255,47,235,63,29,60,35,116,30,1,121,188,220,186,149,217,255,79,235,63,159,42,134,104,16,255,121,188,156,101,158,36,0,112,235,63,62,79,134,208,69,255,138,60,64,22,135,249,255,143,235,63,249,195,194,150,119,254,124,60,79,203,4,210,255,175,235,63,196,43,242,238,39,255,99,188,69,92,65,210,255,207,235,63,33,234,59,238,183,255,108,188,223,9,99,248,255,239,235,63,92,11,46,151,3,65,129,188,83,118,181,225,255,15,236,63,25,106,183,148,100,193,139,60,227,87,250,241,255,47,236,63,237,198,48,141,239,254,100,188,36,228,191,220,255,79,236,63,117,71,236,188,104,63,132,188,247,185,84,237,255,111,236,63,236,224,83,240,163,126,132,60,213,143,153,235,255,143,236,63,241,146,249,141,6,131,115,60,154,33,37,33,0,176,236,63,4,14,24,100,142,253,104,188,156,70,148,221,255,207,236,63,114,234,199,28,190,126,142,60,118,196,253,234,255,239,236,63,254,136,159,173,57,190,142,60,43,248,154,22,0,16,237,63,113,90,185,168,145,125,117,60,29,247,15,13,0,48,237,63,218,199,112,105,144,193,137,60,196,15,121,234,255,79,237,63,12,254,88,197,55,14,88,188,229,135,220,46,0,112,237,63,68,15,193,77,214,128,127,188,170,130,220,33,0,144,237,63,92,92,253,148,143,124,116,188,131,2,107,216,255,175,237,63,126,97,33,197,29,127,140,60,57,71,108,41,0,208,237,63,83,177,255,178,158,1,136,60,245,144,68,229,255,239,237,63,137,204,82,198,210,0,110,60,148,246,171,205,255,15,238,63,210,105,45,32,64,131,127,188,221,200,82,219,255,47,238,63,100,8,27,202,193,0,123,60,239,22,66,242,255,79,238,63,81,171,148,176,168,255,114,60,17,94,138,232,255,111,238,63,89,190,239,177,115,246,87,188,13,255,158,17,0,144,238,63,1,200,11,94,141,128,132,188,68,23,165,223,255,175,238,63,181,32,67,213,6,0,120,60,161,127,18,26,0,208,238,63,146,92,86,96,248,2,80,188,196,188,186,7,0,240,238,63,17,230,53,93,68,64,133,188,2,141,122,245,255,15,239,63,5,145,239,57,49,251,79,188,199,138,229,30,0,48,239,63,85,17,115,242,172,129,138,60,148,52,130,245,255,79,239,63,67,199,215,212,65,63,138,60,107,76,169,252,255,111,239,63,117,120,152,28,244,2,98,188,65,196,249,225,255,143,239,63,75,231,119,244,209,125,119,60,126,227,224,210,255,175,239,63,49,163,124,154,25,1,111,188,158,228,119,28,0,208,239,63,177,172,206,75,238,129,113,60,49,195,224,247,255,239,239,63,90,135,112,1,55,5,110,188,110,96,101,244,255,15,240,63,218,10,28,73,173,126,138,188,88,122,134,243,255,47,240,63,224,178,252,195,105,127,151,188,23,13,252,253,255,79,240,63,91,148,203,52,254,191,151,60,130,77,205,3,0,112,240,63,203,86,228,192,131,0,130,60,232,203,242,249,255,143,240,63,26,117,55,190,223,255,109,188,101,218,12,1,0,176,240,63,235,38,230,174,127,63,145,188,56,211,164,1,0,208,240,63,247,159,72,121,250,125,128,60,253,253,218,250,255,239,240,63,192,107,214,112,5,4,119,188,150,253,186,11,0,16,241,63,98,11,109,132,212,128,142,60,93,244,229,250,255,47,241,63,239,54,253,100,250,191,157,60,217,154,213,13,0,80,241,63,174,80,18,112,119,0,154,60,154,85,33,15,0,112,241,63,238,222,227,226,249,253,141,60,38,84,39,252,255,143,241,63,115,114,59,220,48,0,145,60,89,60,61,18,0,176,241,63,136,1,3,128,121,127,153,60,183,158,41,248,255,207,241,63,103,140,159,171,50,249,101,188,0,212,138,244,255,239,241,63,235,91,167,157,191,127,147,60,164,134,139,12,0,16,242,63,34,91,253,145,107,128,159,60,3,67,133,3,0,48,242,63,51,191,159,235,194,255,147,60,132,246,188,255,255,79,242,63,114,46,46,126,231,1,118,60,217,33,41,245,255,111,242,63,97,12,127,118,187,252,127,60,60,58,147,20,0,144,242,63,43,65,2,60,202,2,114,188,19,99,85,20,0,176,242,63,2,31,242,51,130,128,146,188,59,82,254,235,255,207,242,63,242,220,79,56,126,255,136,188,150,173,184,11,0,240,242,63,197,65,48,80,81,255,133,188,175,226,122,251,255,15,243,63,157,40,94,136,113,0,129,188,127,95,172,254,255,47,243,63,21,183,183,63,93,255,145,188,86,103,166,12,0,80,243,63,189,130,139,34,130,127,149,60,33,247,251,17,0,112,243,63,204,213,13,196,186,0,128,60,185,47,89,249,255,143,243,63,81,167,178,45,157,63,148,188,66,210,221,4,0,176,243,63,225,56,118,112,107,127,133,60,87,201,178,245,255,207,243,63,49,18,191,16,58,2,122,60,24,180,176,234,255,239,243,63,176,82,177,102,109,127,152,60,244,175,50,21,0,16,244,63,36,133,25,95,55,248,103,60,41,139,71,23,0,48,244,63,67,81,220,114,230,1,131,60,99,180,149,231,255,79,244,63,90,137,178,184,105,255,137,60,224,117,4,232,255,111,244,63,84,242,194,155,177,192,149,188,231,193,111,239,255,143,244,63,114,42,58,242,9,64,155,60,4,167,190,229,255,175,244,63,69,125,13,191,183,255,148,188,222,39,16,23,0,208,244,63,61,106,220,113,100,192,153,188,226,62,240,15,0,240,244,63,28,83,133,11,137,127,151,60,209,75,220,18,0,16,245,63,54,164,102,113,101,4,96,60,122,39,5,22,0,48,245,63,9,50,35,206,206,191,150,188,76,112,219,236,255,79,245,63,215,161,5,5,114,2,137,188,169,84,95,239,255,111,245,63,18,100,201,14,230,191,155,60,18,16,230,23,0,144,245,63,144,239,175,129,197,126,136,60,146,62,201,3,0,176,245,63,192,12,191,10,8,65,159,188,188,25,73,29,0,208,245,63,41,71,37,251,42,129,152,188,137,122,184,231,255,239,245,63,4,105,237,128,183,126,148,188,0,0,0,0,188,44,0,0,33,0,0,0,34,0,0,0,35,0,0,0,36,0,0,0,37,0,0,0,38,0,0,0,39,0,0,0,40,0,0,0,41,0,0,0,42,0,0,0,43,0,0,0,44,0,0,0,45,0,0,0,46,0,0,0,8,0,0,0,0,0,0,0,244,44,0,0,47,0,0,0,48,0,0,0,248,255,255,255,248,255,255,255,244,44,0,0,49,0,0,0,50,0,0,0,188,43,0,0,208,43,0,0,4,0,0,0,0,0,0,0,60,45,0,0,51,0,0,0,52,0,0,0,252,255,255,255,252,255,255,255,60,45,0,0,53,0,0,0,54,0,0,0,236,43,0,0,0,44,0,0,0,0,0,0,152,45,0,0,55,0,0,0,56,0,0,0,35,0,0,0,36,0,0,0,57,0,0,0,58,0,0,0,39,0,0,0,40,0,0,0,41,0,0,0,59,0,0,0,43,0,0,0,60,0,0,0,45,0,0,0,61,0,0,0,78,83,116,51,95,95,50,57,98,97,115,105,99,95,105,111,115,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,0,0,0,72,150,0,0,80,44,0,0,48,47,0,0,78,83,116,51,95,95,50,49,53,98,97,115,105,99,95,115,116,114,101,97,109,98,117,102,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,0,0,0,0,32,150,0,0,136,44,0,0,78,83,116,51,95,95,50,49,51,98,97,115,105,99,95,105,115,116,114,101,97,109,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,0,0,164,150,0,0,196,44,0,0,0,0,0,0,1,0,0,0,124,44,0,0,3,244,255,255,78,83,116,51,95,95,50,49,51,98,97,115,105,99,95,111,115,116,114,101,97,109,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,0,0,164,150,0,0,12,45,0,0,0,0,0,0,1,0,0,0,124,44,0,0,3,244,255,255,78,83,116,51,95,95,50,49,53,98,97,115,105,99,95,115,116,114,105,110,103,98,117,102,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,78,83,95,57,97,108,108,111,99,97,116,111,114,73,99,69,69,69,69,0,0,0,72,150,0,0,84,45,0,0,188,44,0,0,56,0,0,0,0,0,0,0,76,46,0,0,62,0,0,0,63,0,0,0,200,255,255,255,200,255,255,255,76,46,0,0,64,0,0,0,65,0,0,0,176,45,0,0,232,45,0,0,252,45,0,0,196,45,0,0,56,0,0,0,0,0,0,0,60,45,0,0,51,0,0,0,52,0,0,0,200,255,255,255,200,255,255,255,60,45,0,0,53,0,0,0,54,0,0,0,78,83,116,51,95,95,50,49,57,98,97,115,105,99,95,111,115,116,114,105,110,103,115,116,114,101,97,109,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,78,83,95,57,97,108,108,111,99,97,116,111,114,73,99,69,69,69,69,0,0,0,72,150,0,0,4,46,0,0,60,45,0,0,60,0,0,0,0,0,0,0,0,47,0,0,66,0,0,0,67,0,0,0,196,255,255,255,196,255,255,255,0,47,0,0,68,0,0,0,69,0,0,0,100,46,0,0,156,46,0,0,176,46,0,0,120,46,0,0,60,0,0,0,0,0,0,0,244,44,0,0,47,0,0,0,48,0,0,0,196,255,255,255,196,255,255,255,244,44,0,0,49,0,0,0,50,0,0,0,78,83,116,51,95,95,50,49,57,98,97,115,105,99,95,105,115,116,114,105,110,103,115,116,114,101,97,109,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,78,83,95,57,97,108,108,111,99,97,116,111,114,73,99,69,69,69,69,0,0,0,72,150,0,0,184,46,0,0,244,44,0,0,0,0,0,0,48,47,0,0,70,0,0,0,71,0,0,0,78,83,116,51,95,95,50,56,105,111,115,95,98,97,115,101,69,0,0,0,32,150,0,0,28,47,0,65,192,222,0,11,211,4,209,116,158,0,87,157,189,42,128,112,82,15,255,255,62,39,10,0,0,0,100,0,0,0,232,3,0,0,16,39,0,0,160,134,1,0,64,66,15,0,128,150,152,0,0,225,245,5,24,0,0,0,53,0,0,0,113,0,0,0,107,255,255,255,206,251,255,255,146,191,255,255,0,0,0,0,0,0,0,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,0,1,2,3,4,5,6,7,8,9,255,255,255,255,255,255,255,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,255,255,255,255,255,255,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,0,1,2,4,7,3,6,5,0,0,0,0,0,0,0,2,0,0,192,3,0,0,192,4,0,0,192,5,0,0,192,6,0,0,192,7,0,0,192,8,0,0,192,9,0,0,192,10,0,0,192,11,0,0,192,12,0,0,192,13,0,0,192,14,0,0,192,15,0,0,192,16,0,0,192,17,0,0,192,18,0,0,192,19,0,0,192,20,0,0,192,21,0,0,192,22,0,0,192,23,0,0,192,24,0,0,192,25,0,0,192,26,0,0,192,27,0,0,192,28,0,0,192,29,0,0,192,30,0,0,192,31,0,0,192,0,0,0,179,1,0,0,195,2,0,0,195,3,0,0,195,4,0,0,195,5,0,0,195,6,0,0,195,7,0,0,195,8,0,0,195,9,0,0,195,10,0,0,195,11,0,0,195,12,0,0,195,13,0,0,211,14,0,0,195,15,0,0,195,0,0,12,187,1,0,12,195,2,0,12,195,3,0,12,195,4,0,12,219,0,0,0,0,222,18,4,149,0,0,0,0,255,255,255,255,255,255,255,255,255,255,255,255,112,49,0,0,20,0,0,0,67,46,85,84,70,45,56,0,65,192,227,0,11,2,132,49,0,65,224,227,0,11,71,76,67,95,67,84,89,80,69,0,0,0,0,76,67,95,78,85,77,69,82,73,67,0,0,76,67,95,84,73,77,69,0,0,0,0,0,76,67,95,67,79,76,76,65,84,69,0,0,76,67,95,77,79,78,69,84,65,82,89,0,76,67,95,77,69,83,83,65,71,69,83,0,65,176,228,0,11,65,25,0,10,0,25,25,25,0,0,0,0,5,0,0,0,0,0,0,9,0,0,0,0,11,0,0,0,0,0,0,0,0,25,0,17,10,25,25,25,3,10,7,0,1,0,9,11,24,0,0,9,6,11,0,0,11,0,6,25,0,0,0,25,25,25,0,65,129,229,0,11,33,14,0,0,0,0,0,0,0,0,25,0,10,13,25,25,25,0,13,0,0,2,0,9,14,0,0,0,9,0,14,0,0,14,0,65,187,229,0,11,1,12,0,65,199,229,0,11,21,19,0,0,0,0,19,0,0,0,0,9,12,0,0,0,0,0,12,0,0,12,0,65,245,229,0,11,1,16,0,65,129,230,0,11,21,15,0,0,0,4,15,0,0,0,0,9,16,0,0,0,0,0,16,0,0,16,0,65,175,230,0,11,1,18,0,65,187,230,0,11,30,17,0,0,0,0,17,0,0,0,0,9,18,0,0,0,0,0,18,0,0,18,0,0,26,0,0,0,26,26,26,0,65,242,230,0,11,14,26,0,0,0,26,26,26,0,0,0,0,0,0,9,0,65,163,231,0,11,1,20,0,65,175,231,0,11,21,23,0,0,0,0,23,0,0,0,0,9,20,0,0,0,0,0,20,0,0,20,0,65,221,231,0,11,1,22,0,65,233,231,0,11,41,21,0,0,0,0,21,0,0,0,0,9,22,0,0,0,0,0,22,0,0,22,0,0,48,49,50,51,52,53,54,55,56,57,65,66,67,68,69,70,32,53,0,65,160,234,0,11,255,1,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,3,32,2,32,2,32,2,32,2,32,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,2,0,1,96,4,192,4,192,4,192,4,192,4,192,4,192,4,192,4,192,4,192,4,192,4,192,4,192,4,192,4,192,4,192,8,216,8,216,8,216,8,216,8,216,8,216,8,216,8,216,8,216,8,216,4,192,4,192,4,192,4,192,4,192,4,192,4,192,8,213,8,213,8,213,8,213,8,213,8,213,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,8,197,4,192,4,192,4,192,4,192,4,192,4,192,8,214,8,214,8,214,8,214,8,214,8,214,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,8,198,4,192,4,192,4,192,4,192,2,0,65,160,238,0,11,2,48,57,0,65,180,242,0,11,249,3,1,0,0,0,2,0,0,0,3,0,0,0,4,0,0,0,5,0,0,0,6,0,0,0,7,0,0,0,8,0,0,0,9,0,0,0,10,0,0,0,11,0,0,0,12,0,0,0,13,0,0,0,14,0,0,0,15,0,0,0,16,0,0,0,17,0,0,0,18,0,0,0,19,0,0,0,20,0,0,0,21,0,0,0,22,0,0,0,23,0,0,0,24,0,0,0,25,0,0,0,26,0,0,0,27,0,0,0,28,0,0,0,29,0,0,0,30,0,0,0,31,0,0,0,32,0,0,0,33,0,0,0,34,0,0,0,35,0,0,0,36,0,0,0,37,0,0,0,38,0,0,0,39,0,0,0,40,0,0,0,41,0,0,0,42,0,0,0,43,0,0,0,44,0,0,0,45,0,0,0,46,0,0,0,47,0,0,0,48,0,0,0,49,0,0,0,50,0,0,0,51,0,0,0,52,0,0,0,53,0,0,0,54,0,0,0,55,0,0,0,56,0,0,0,57,0,0,0,58,0,0,0,59,0,0,0,60,0,0,0,61,0,0,0,62,0,0,0,63,0,0,0,64,0,0,0,65,0,0,0,66,0,0,0,67,0,0,0,68,0,0,0,69,0,0,0,70,0,0,0,71,0,0,0,72,0,0,0,73,0,0,0,74,0,0,0,75,0,0,0,76,0,0,0,77,0,0,0,78,0,0,0,79,0,0,0,80,0,0,0,81,0,0,0,82,0,0,0,83,0,0,0,84,0,0,0,85,0,0,0,86,0,0,0,87,0,0,0,88,0,0,0,89,0,0,0,90,0,0,0,91,0,0,0,92,0,0,0,93,0,0,0,94,0,0,0,95,0,0,0,96,0,0,0,65,0,0,0,66,0,0,0,67,0,0,0,68,0,0,0,69,0,0,0,70,0,0,0,71,0,0,0,72,0,0,0,73,0,0,0,74,0,0,0,75,0,0,0,76,0,0,0,77,0,0,0,78,0,0,0,79,0,0,0,80,0,0,0,81,0,0,0,82,0,0,0,83,0,0,0,84,0,0,0,85,0,0,0,86,0,0,0,87,0,0,0,88,0,0,0,89,0,0,0,90,0,0,0,123,0,0,0,124,0,0,0,125,0,0,0,126,0,0,0,127,0,65,176,250,0,11,2,64,63,0,65,196,254,0,11,249,3,1,0,0,0,2,0,0,0,3,0,0,0,4,0,0,0,5,0,0,0,6,0,0,0,7,0,0,0,8,0,0,0,9,0,0,0,10,0,0,0,11,0,0,0,12,0,0,0,13,0,0,0,14,0,0,0,15,0,0,0,16,0,0,0,17,0,0,0,18,0,0,0,19,0,0,0,20,0,0,0,21,0,0,0,22,0,0,0,23,0,0,0,24,0,0,0,25,0,0,0,26,0,0,0,27,0,0,0,28,0,0,0,29,0,0,0,30,0,0,0,31,0,0,0,32,0,0,0,33,0,0,0,34,0,0,0,35,0,0,0,36,0,0,0,37,0,0,0,38,0,0,0,39,0,0,0,40,0,0,0,41,0,0,0,42,0,0,0,43,0,0,0,44,0,0,0,45,0,0,0,46,0,0,0,47,0,0,0,48,0,0,0,49,0,0,0,50,0,0,0,51,0,0,0,52,0,0,0,53,0,0,0,54,0,0,0,55,0,0,0,56,0,0,0,57,0,0,0,58,0,0,0,59,0,0,0,60,0,0,0,61,0,0,0,62,0,0,0,63,0,0,0,64,0,0,0,97,0,0,0,98,0,0,0,99,0,0,0,100,0,0,0,101,0,0,0,102,0,0,0,103,0,0,0,104,0,0,0,105,0,0,0,106,0,0,0,107,0,0,0,108,0,0,0,109,0,0,0,110,0,0,0,111,0,0,0,112,0,0,0,113,0,0,0,114,0,0,0,115,0,0,0,116,0,0,0,117,0,0,0,118,0,0,0,119,0,0,0,120,0,0,0,121,0,0,0,122,0,0,0,91,0,0,0,92,0,0,0,93,0,0,0,94,0,0,0,95,0,0,0,96,0,0,0,97,0,0,0,98,0,0,0,99,0,0,0,100,0,0,0,101,0,0,0,102,0,0,0,103,0,0,0,104,0,0,0,105,0,0,0,106,0,0,0,107,0,0,0,108,0,0,0,109,0,0,0,110,0,0,0,111,0,0,0,112,0,0,0,113,0,0,0,114,0,0,0,115,0,0,0,116,0,0,0,117,0,0,0,118,0,0,0,119,0,0,0,120,0,0,0,121,0,0,0,122,0,0,0,123,0,0,0,124,0,0,0,125,0,0,0,126,0,0,0,127,0,65,192,134,1,11,97,32,0,0,0,9,0,0,0,10,0,0,0,13,0,0,0,11,0,0,0,12,0,0,0,133,0,0,0,0,32,0,0,1,32,0,0,2,32,0,0,3,32,0,0,4,32,0,0,5,32,0,0,6,32,0,0,8,32,0,0,9,32,0,0,10,32,0,0,40,32,0,0,41,32,0,0,95,32,0,0,0,48,0,0,0,0,0,0,0,8,0,0,86,1,0,0,57,0,65,180,135,1,11,204,14,1,32,0,0,0,224,255,255,0,191,29,0,0,231,2,0,0,121,0,0,2,36,0,0,1,1,0,0,0,255,255,255,0,0,0,0,1,2,0,0,0,254,255,255,1,57,255,255,0,24,255,255,1,135,255,255,0,212,254,255,0,195,0,0,1,210,0,0,1,206,0,0,1,205,0,0,1,79,0,0,1,202,0,0,1,203,0,0,1,207,0,0,0,97,0,0,1,211,0,0,1,209,0,0,0,163,0,0,1,213,0,0,0,130,0,0,1,214,0,0,1,218,0,0,1,217,0,0,1,219,0,0,0,56,0,0,3,0,0,0,0,177,255,255,1,159,255,255,1,200,255,255,2,40,36,0,0,0,0,0,1,1,0,0,0,255,255,255,0,51,255,255,0,38,255,255,1,126,255,255,1,43,42,0,1,93,255,255,1,40,42,0,0,63,42,0,1,61,255,255,1,69,0,0,1,71,0,0,0,31,42,0,0,28,42,0,0,30,42,0,0,46,255,255,0,50,255,255,0,54,255,255,0,53,255,255,0,79,165,0,0,75,165,0,0,49,255,255,0,40,165,0,0,68,165,0,0,47,255,255,0,45,255,255,0,247,41,0,0,65,165,0,0,253,41,0,0,43,255,255,0,42,255,255,0,231,41,0,0,67,165,0,0,42,165,0,0,187,255,255,0,39,255,255,0,185,255,255,0,37,255,255,0,21,165,0,0,18,165,0,2,36,76,0,0,0,0,0,1,32,0,0,0,224,255,255,1,1,0,0,0,255,255,255,0,84,0,0,1,116,0,0,1,38,0,0,1,37,0,0,1,64,0,0,1,63,0,0,0,218,255,255,0,219,255,255,0,225,255,255,0,192,255,255,0,193,255,255,1,8,0,0,0,194,255,255,0,199,255,255,0,209,255,255,0,202,255,255,0,248,255,255,0,170,255,255,0,176,255,255,0,7,0,0,0,140,255,255,1,196,255,255,0,160,255,255,1,249,255,255,2,26,112,0,1,1,0,0,0,255,255,255,1,32,0,0,0,224,255,255,1,80,0,0,1,15,0,0,0,241,255,255,0,0,0,0,1,48,0,0,0,208,255,255,1,1,0,0,0,255,255,255,0,0,0,0,0,192,11,0,1,96,28,0,0,0,0,0,1,208,151,0,1,8,0,0,0,248,255,255,2,5,138,0,0,0,0,0,1,64,244,255,0,158,231,255,0,194,137,0,0,219,231,255,0,146,231,255,0,147,231,255,0,156,231,255,0,157,231,255,0,164,231,255,0,0,0,0,0,56,138,0,0,4,138,0,0,230,14,0,1,1,0,0,0,255,255,255,0,0,0,0,0,197,255,255,1,65,226,255,2,29,143,0,0,8,0,0,1,248,255,255,0,0,0,0,0,86,0,0,1,170,255,255,0,74,0,0,0,100,0,0,0,128,0,0,0,112,0,0,0,126,0,0,0,9,0,0,1,182,255,255,1,247,255,255,0,219,227,255,1,156,255,255,1,144,255,255,1,128,255,255,1,130,255,255,2,5,172,0,0,0,0,0,1,16,0,0,0,240,255,255,1,28,0,0,1,1,0,0,1,163,226,255,1,65,223,255,1,186,223,255,0,228,255,255,2,11,177,0,1,1,0,0,0,255,255,255,1,48,0,0,0,208,255,255,0,0,0,0,1,9,214,255,1,26,241,255,1,25,214,255,0,213,213,255,0,216,213,255,1,228,213,255,1,3,214,255,1,225,213,255,1,226,213,255,1,193,213,255,0,0,0,0,0,160,227,255,0,0,0,0,1,1,0,0,0,255,255,255,2,12,188,0,0,0,0,0,1,1,0,0,0,255,255,255,1,188,90,255,1,160,3,0,1,252,117,255,1,216,90,255,0,48,0,0,1,177,90,255,1,181,90,255,1,191,90,255,1,238,90,255,1,214,90,255,1,235,90,255,1,208,255,255,1,189,90,255,1,200,117,255,0,0,0,0,0,48,104,255,0,96,252,255,0,0,0,0,1,32,0,0,0,224,255,255,0,0,0,0,1,40,0,0,0,216,255,255,0,0,0,0,1,64,0,0,0,192,255,255,0,0,0,0,1,32,0,0,0,224,255,255,0,0,0,0,1,32,0,0,0,224,255,255,0,0,0,0,1,34,0,0,0,222,255,255,48,12,49,13,120,14,127,15,128,16,129,17,134,18,137,19,138,19,142,20,143,21,144,22,147,19,148,23,149,24,150,25,151,26,154,27,156,25,157,28,158,29,159,30,166,31,169,31,174,31,177,32,178,32,183,33,191,34,197,35,200,35,203,35,221,36,242,35,246,37,247,38,32,45,58,46,61,47,62,48,63,49,64,49,67,50,68,51,69,52,80,53,81,54,82,55,83,56,84,57,89,58,91,59,92,60,97,61,99,62,101,63,102,64,104,65,105,66,106,64,107,67,108,68,111,66,113,69,114,70,117,71,125,72,130,73,135,74,137,75,138,76,139,76,140,77,146,78,157,79,158,80,69,87,123,29,124,29,125,29,127,88,134,89,136,90,137,90,138,90,140,91,142,92,143,92,172,93,173,94,174,94,175,94,194,95,204,96,205,97,206,97,207,98,208,99,209,100,213,101,214,102,215,103,240,104,241,105,242,106,243,107,244,108,245,109,249,110,253,45,254,45,255,45,80,105,81,105,82,105,83,105,84,105,85,105,86,105,87,105,88,105,89,105,90,105,91,105,92,105,93,105,94,105,95,105,130,0,131,0,132,0,133,0,134,0,135,0,136,0,137,0,192,117,207,118,128,137,129,138,130,139,133,140,134,141,112,157,113,157,118,158,119,158,120,159,121,159,122,160,123,160,124,161,125,161,179,162,186,163,187,163,188,164,190,165,195,162,204,164,218,166,219,166,229,106,234,167,235,167,236,110,243,162,248,168,249,168,250,169,251,169,252,164,38,176,42,177,43,178,78,179,132,8,98,186,99,187,100,188,101,189,102,190,109,191,110,192,111,193,112,194,126,195,127,195,125,207,141,208,148,209,171,210,172,211,173,212,176,213,177,214,178,215,196,216,197,217,198,218,7,8,9,10,11,12,6,6,6,6,6,6,6,6,6,6,13,6,6,14,6,6,6,6,6,6,6,6,15,16,17,18,6,19,6,6,6,6,6,6,6,6,6,6,20,21,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,22,23,6,6,6,24,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,25,6,6,6,6,26,6,6,6,6,6,6,6,27,6,6,6,6,6,6,6,6,6,6,6,28,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,29,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,30,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,0,65,239,150,1,11,20,36,43,43,43,43,43,43,43,43,1,0,84,86,86,86,86,86,86,86,86,0,65,150,151,1,11,159,3,24,0,0,0,43,43,43,43,43,43,43,7,43,43,91,86,86,86,86,86,86,86,74,86,86,5,49,80,49,80,49,80,49,80,49,80,49,80,49,80,49,80,36,80,121,49,80,49,80,49,56,80,49,80,49,80,49,80,49,80,49,80,49,80,49,80,78,49,2,78,13,13,78,3,78,0,36,110,0,78,49,38,110,81,78,36,80,78,57,20,129,27,29,29,83,49,80,49,80,13,49,80,49,80,49,80,27,83,36,80,49,2,92,123,92,123,92,123,92,123,92,123,20,121,92,123,92,123,92,45,43,73,3,72,3,120,92,123,20,0,150,10,1,43,40,6,6,0,42,6,42,42,43,7,187,181,43,30,0,43,7,43,43,43,1,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,1,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,42,43,43,43,43,43,43,43,43,43,43,43,43,43,205,70,205,43,0,37,43,7,1,6,1,85,86,86,86,86,86,85,86,86,2,36,129,129,129,129,129,21,129,129,129,0,0,43,0,178,209,178,209,178,209,178,209,0,0,205,204,1,0,215,215,215,215,215,131,129,129,129,129,129,129,129,129,129,129,172,172,172,172,172,172,172,172,172,172,28,0,0,0,0,0,49,80,49,80,49,80,49,80,49,80,49,2,0,0,49,80,49,80,49,80,49,80,49,80,49,80,49,80,49,80,49,80,78,49,80,49,80,78,49,80,49,80,49,80,49,80,49,80,49,80,49,80,49,2,135,166,135,166,135,166,135,166,135,166,135,166,135,166,135,166,42,43,43,43,43,43,43,43,43,43,43,43,43,0,0,0,84,86,86,86,86,86,86,86,86,86,86,86,86,0,65,147,155,1,11,33,84,86,86,86,86,86,86,86,86,86,86,86,86,12,0,12,42,43,43,43,43,43,43,43,43,43,43,43,43,43,7,42,1,0,65,233,155,1,11,119,42,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,86,86,108,129,21,0,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,7,108,3,65,43,43,86,86,86,86,86,86,86,86,86,86,86,86,86,86,44,86,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,1,0,65,136,157,1,11,8,12,108,0,0,0,0,0,6,0,65,182,157,1,11,232,2,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,86,122,158,38,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,1,43,43,79,86,86,44,43,127,86,86,57,43,43,85,86,86,43,43,79,86,86,44,43,127,86,86,129,55,117,91,123,92,43,43,79,86,86,2,172,4,0,0,57,43,43,85,86,86,43,43,79,86,86,44,43,43,86,86,50,19,129,87,0,111,129,126,201,215,126,45,129,129,14,126,57,127,111,87,0,129,129,126,21,0,126,3,43,43,43,43,43,43,43,43,43,43,43,43,7,43,36,43,151,43,43,43,43,43,43,43,43,43,42,43,43,43,43,43,86,86,86,86,86,128,129,129,129,129,57,187,42,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,1,129,129,129,129,129,129,129,129,129,129,129,129,129,129,129,201,172,172,172,172,172,172,172,172,172,172,172,172,172,172,172,208,13,0,78,49,2,180,193,193,215,215,36,80,49,80,49,80,49,80,49,80,49,80,49,80,49,80,49,80,49,80,49,80,49,80,49,80,49,80,49,80,49,80,49,80,215,215,83,193,71,212,215,215,215,5,43,43,43,43,43,43,43,43,43,43,43,43,7,1,0,1,0,65,249,160,1,11,31,78,49,80,49,80,49,80,49,80,49,80,49,80,49,80,13,0,0,0,0,0,36,80,49,80,49,80,49,80,49,80,0,65,186,161,1,11,86,43,43,43,43,43,43,43,43,43,43,43,121,92,123,92,123,79,123,92,123,92,123,92,123,92,123,92,123,92,123,92,123,92,123,92,123,92,45,43,43,121,20,92,123,92,45,121,42,92,39,92,123,92,123,92,123,164,0,10,180,92,123,92,123,79,3,42,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,1,0,65,171,162,1,11,1,72,0,65,181,162,1,11,27,42,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,0,65,241,162,1,11,20,43,43,43,43,43,43,43,43,7,0,72,86,86,86,86,86,86,86,86,2,0,65,188,163,1,11,27,43,43,43,43,43,43,43,43,43,43,43,43,43,85,86,86,86,86,86,86,86,86,86,86,86,86,14,0,65,246,163,1,11,26,36,43,43,43,43,43,43,43,43,43,43,43,7,0,86,86,86,86,86,86,86,86,86,86,86,86,0,65,188,164,1,11,39,36,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,7,0,0,0,0,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,0,65,157,165,1,11,22,42,43,43,43,43,43,43,43,43,43,43,86,86,86,86,86,86,86,86,86,86,14,0,65,211,165,1,11,22,42,43,43,43,43,43,43,43,43,43,43,86,86,86,86,86,86,86,86,86,86,14,0,65,148,166,1,11,23,43,43,43,43,43,43,43,43,43,43,43,85,86,86,86,86,86,86,86,86,86,86,14,0,65,241,166,1,11,5,6,39,81,111,119,0,65,128,167,1,11,18,124,0,0,127,0,0,0,0,0,0,0,0,131,142,146,151,0,170,0,65,156,167,1,11,2,180,196,0,65,150,168,1,11,6,198,201,0,0,0,219,0,65,239,168,1,11,14,222,0,0,0,0,225,0,0,0,0,0,0,0,228,0,65,136,169,1,11,1,231,0,65,222,169,1,11,1,234,0,65,217,170,1,11,1,237,0,65,240,170,1,11,128,4,18,17,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,17,34,35,36,17,37,38,39,40,41,42,43,44,17,45,46,47,16,16,48,16,16,16,16,16,16,16,49,50,51,16,52,53,16,16,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,54,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,55,17,17,17,17,56,17,57,58,59,60,61,62,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,63,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,17,64,65,17,66,67,68,69,70,71,72,73,74,17,75,76,77,78,79,80,81,16,82,83,84,85,86,87,88,89,90,91,92,93,16,94,95,96,16,17,17,17,97,98,99,16,16,16,16,16,16,16,16,16,16,17,17,17,17,100,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,17,17,101,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,17,17,102,103,16,16,104,105,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,106,17,17,107,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,17,108,109,16,16,16,16,16,16,16,16,16,110,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,111,112,113,114,16,16,16,16,16,16,16,16,115,116,117,16,16,16,16,16,118,119,16,16,16,16,120,16,16,121,16,16,16,16,16,16,16,16,16,16,16,16,16,16,0,65,144,175,1,11,94,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,0,0,0,0,0,0,0,0,254,255,255,7,254,255,255,7,0,0,0,0,0,4,32,4,255,255,127,255,255,255,127,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,195,255,3,0,31,80,0,65,248,175,1,11,173,5,32,0,0,0,0,0,223,188,64,215,255,255,251,255,255,255,255,255,255,255,255,255,191,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,3,252,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,254,255,255,255,127,2,255,255,255,255,255,1,0,0,0,0,255,191,182,0,255,255,255,135,7,0,0,0,255,7,255,255,255,255,255,255,255,254,255,195,255,255,255,255,255,255,255,255,255,255,255,255,239,31,254,225,255,159,0,0,255,255,255,255,255,255,0,224,255,255,255,255,255,255,255,255,255,255,255,255,3,0,255,255,255,255,255,7,48,4,255,255,255,252,255,31,0,0,255,255,255,1,255,7,0,0,0,0,0,0,255,255,223,63,0,0,240,255,248,3,255,255,255,255,255,255,255,255,255,239,255,223,225,255,207,255,254,255,239,159,249,255,255,253,197,227,159,89,128,176,207,255,3,16,238,135,249,255,255,253,109,195,135,25,2,94,192,255,63,0,238,191,251,255,255,253,237,227,191,27,1,0,207,255,0,30,238,159,249,255,255,253,237,227,159,25,192,176,207,255,2,0,236,199,61,214,24,199,255,195,199,29,129,0,192,255,0,0,239,223,253,255,255,253,255,227,223,29,96,7,207,255,0,0,239,223,253,255,255,253,239,227,223,29,96,64,207,255,6,0,239,223,253,255,255,255,255,231,223,93,240,128,207,255,0,252,236,255,127,252,255,255,251,47,127,128,95,255,192,255,12,0,254,255,255,255,255,127,255,7,63,32,255,3,0,0,0,0,214,247,255,255,175,255,255,59,95,32,255,243,0,0,0,0,1,0,0,0,255,3,0,0,255,254,255,255,255,31,254,255,3,255,255,254,255,255,255,31,0,0,0,0,0,0,0,0,255,255,255,255,255,255,127,249,255,3,255,255,255,255,255,255,255,255,255,63,255,255,255,255,191,32,255,255,255,255,255,247,255,255,255,255,255,255,255,255,255,61,127,61,255,255,255,255,255,61,255,255,255,255,61,127,61,255,127,255,255,255,255,255,255,255,61,255,255,255,255,255,255,255,255,7,0,0,0,0,255,255,0,0,255,255,255,255,255,255,255,255,255,255,63,63,254,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,159,255,255,254,255,255,7,255,255,255,255,255,255,255,255,255,199,255,1,255,223,15,0,255,255,15,0,255,255,15,0,255,223,13,0,255,255,255,255,255,255,207,255,255,1,128,16,255,3,0,0,0,0,255,3,255,255,255,255,255,255,255,255,255,255,255,1,255,255,255,255,255,7,255,255,255,255,255,255,255,255,63,0,255,255,255,127,255,15,255,1,192,255,255,255,255,63,31,0,255,255,255,255,255,15,255,255,255,3,255,3,0,0,0,0,255,255,255,15,255,255,255,255,255,255,255,127,254,255,31,0,255,3,255,3,128,0,65,176,181,1,11,128,1,255,255,255,255,255,255,239,255,239,15,255,3,0,0,0,0,255,255,255,255,255,243,255,255,255,255,255,255,191,255,3,0,255,255,255,255,255,255,127,0,255,227,255,255,255,255,255,63,255,1,255,255,255,255,255,231,0,0,0,0,0,222,111,4,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,0,0,0,0,128,255,31,0,255,255,63,63,255,255,255,255,63,63,255,170,255,255,255,63,255,255,255,255,255,255,223,95,220,31,207,15,255,31,220,31,0,65,190,182,1,11,6,2,128,0,0,255,31,0,65,208,182,1,11,18,132,252,47,62,80,189,255,243,224,67,0,0,255,255,255,255,255,1,0,65,134,183,1,11,80,192,255,255,255,255,255,255,3,0,0,255,255,255,255,255,127,255,255,255,255,255,127,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,31,120,12,0,255,255,255,255,191,32,255,255,255,255,255,255,255,128,0,0,255,255,127,0,127,127,127,127,127,127,127,127,255,255,255,255,0,0,0,0,0,128,0,65,240,183,1,11,87,224,0,0,0,254,3,62,31,254,255,255,255,255,255,255,255,255,255,127,224,254,255,255,255,255,255,255,255,255,255,255,247,224,255,255,255,255,255,254,255,255,255,255,255,255,255,255,255,255,127,0,0,255,255,255,7,0,0,0,0,0,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,63,0,65,208,184,1,11,128,3,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,0,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,31,0,0,0,0,0,0,0,0,255,255,255,255,255,63,255,31,255,255,255,15,0,0,255,255,255,255,255,127,240,143,255,255,255,255,255,255,255,255,255,255,255,255,255,255,0,0,0,0,128,255,252,255,255,255,255,255,255,255,255,255,255,255,255,249,255,255,255,255,255,255,124,0,0,0,0,0,128,255,191,255,255,255,255,0,0,0,255,255,255,255,255,255,15,0,255,255,255,255,255,255,255,255,47,0,255,3,0,0,252,232,255,255,255,255,255,7,255,255,255,255,7,0,255,255,255,31,255,255,255,255,255,255,247,255,0,128,255,3,255,255,255,127,255,255,255,255,255,255,127,0,255,63,255,3,255,255,127,252,255,255,255,255,255,255,255,127,5,0,0,56,255,255,60,0,126,126,126,0,127,127,255,255,255,255,255,247,255,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,7,255,3,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,15,0,255,255,127,248,255,255,255,255,255,15,255,255,255,255,255,255,255,255,255,255,255,255,255,63,255,255,255,255,255,255,255,255,255,255,255,255,255,3,0,0,0,0,127,0,248,224,255,253,127,95,219,255,255,255,255,255,255,255,255,255,255,255,255,255,3,0,0,0,248,255,255,255,255,255,255,255,255,255,255,255,255,63,0,0,255,255,255,255,255,255,255,255,252,255,255,255,255,255,255,0,0,0,0,0,255,15,0,65,222,187,1,11,97,223,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,31,0,0,255,3,254,255,255,7,254,255,255,7,192,255,255,255,255,255,255,255,255,255,255,127,252,252,252,28,0,0,0,0,255,239,255,255,127,255,255,183,255,63,255,63,0,0,0,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,7,0,0,0,0,0,0,0,0,255,255,255,255,255,255,31,0,65,224,188,1,11,93,255,255,255,31,255,255,255,255,255,255,1,0,0,0,0,0,255,255,255,255,0,224,255,255,255,7,255,255,255,255,255,7,255,255,255,63,255,255,255,255,15,255,62,0,0,0,0,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,63,255,3,255,255,255,255,15,255,255,255,255,15,255,255,255,255,255,0,255,255,255,255,255,255,15,0,65,208,189,1,11,13,255,255,255,255,255,255,127,0,255,255,63,0,255,0,65,240,189,1,11,115,63,253,255,255,255,255,191,145,255,255,63,0,255,255,127,0,255,255,255,127,0,0,0,0,0,0,0,0,255,255,55,0,255,255,63,0,255,255,255,3,0,0,0,0,0,0,0,0,255,255,255,255,255,255,255,192,0,0,0,0,0,0,0,0,111,240,239,254,255,255,63,0,0,0,0,0,255,255,255,31,255,255,255,31,0,0,0,0,255,254,255,255,31,0,0,0,255,255,255,255,255,255,63,0,255,255,63,0,255,255,7,0,255,255,3,0,65,240,190,1,11,40,255,255,255,255,255,255,255,255,255,1,0,0,0,0,0,0,255,255,255,255,255,255,7,0,255,255,255,255,255,255,7,0,255,255,255,255,255,0,255,3,0,65,176,191,1,11,9,255,255,255,31,128,0,255,255,63,0,65,204,191,1,11,113,255,255,127,0,255,255,255,255,255,255,255,255,63,0,0,0,192,255,0,0,252,255,255,255,255,255,255,1,0,0,255,255,255,1,255,3,255,255,255,255,255,255,199,255,112,0,255,255,255,255,71,0,255,255,255,255,255,255,255,255,30,0,255,23,0,0,0,0,255,255,251,255,255,255,159,64,0,0,0,0,0,0,0,0,127,189,255,191,255,1,255,255,255,255,255,255,255,1,255,3,239,159,249,255,255,253,237,227,159,25,129,224,15,0,65,208,192,1,11,28,255,255,255,255,255,255,255,255,187,7,255,131,0,0,0,0,255,255,255,255,255,255,255,255,179,0,255,3,0,65,128,193,1,11,56,255,255,255,255,255,255,63,127,0,0,0,63,0,0,0,0,255,255,255,255,255,255,255,127,17,0,255,3,0,0,0,0,255,255,255,255,255,255,63,1,255,3,0,0,0,0,0,0,255,255,255,231,255,7,255,3,0,65,208,193,1,11,8,255,255,255,255,255,255,255,1,0,65,228,193,1,11,12,255,255,255,255,255,255,255,255,255,3,0,128,0,65,132,194,1,11,67,255,252,255,255,255,255,255,252,26,0,0,0,255,255,255,255,255,255,231,127,0,0,255,255,255,255,255,255,255,255,255,32,0,0,0,0,255,255,255,255,255,255,255,1,255,253,255,255,255,255,127,127,1,0,255,3,0,0,252,255,255,255,252,255,255,254,127,0,65,208,194,1,11,22,127,251,255,255,255,255,127,180,203,0,255,3,191,253,255,255,255,127,123,1,255,3,0,65,140,195,1,11,24,255,255,127,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,3,0,65,176,195,1,11,41,255,255,255,255,255,255,255,255,255,255,255,255,255,127,0,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,15,0,65,240,195,1,11,6,255,255,255,255,255,127,0,65,144,196,1,11,9,255,255,255,255,255,255,255,255,127,0,65,176,196,1,11,14,255,255,255,255,255,255,255,1,255,255,255,127,255,3,0,65,202,196,1,11,24,255,255,255,63,0,0,255,255,255,255,255,255,0,0,15,0,255,3,248,255,255,224,255,255,0,65,248,196,1,11,8,255,255,255,255,255,255,255,255,0,65,144,197,1,11,180,1,255,255,255,255,255,255,255,255,255,135,255,255,255,255,255,255,255,128,255,255,0,0,0,0,0,0,0,0,11,0,0,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,7,0,255,255,255,127,0,0,0,0,0,0,7,0,240,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,15,255,255,255,255,255,255,255,255,255,255,255,255,255,7,255,31,255,1,255,67,0,65,208,198,1,11,134,1,255,255,255,255,255,255,255,255,255,255,223,255,255,255,255,255,255,255,255,223,100,222,255,235,239,255,255,255,255,255,255,255,191,231,223,223,255,255,255,123,95,252,253,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,63,255,255,255,253,255,255,247,255,255,255,247,255,255,223,255,255,255,223,255,255,127,255,255,255,127,255,255,255,253,255,255,255,253,255,255,247,207,255,255,255,255,255,255,127,255,255,249,219,7,0,65,240,199,1,11,10,255,255,255,255,255,31,128,63,255,67,0,65,168,200,1,11,52,255,255,255,255,255,15,255,3,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,31,0,0,0,0,0,0,0,255,255,255,255,255,255,255,255,143,8,255,3,0,65,240,200,1,11,24,239,255,255,255,150,254,247,10,132,234,150,170,150,247,247,94,255,251,255,15,238,251,255,15,0,65,150,201,1,11,12,255,255,255,3,255,255,255,3,255,255,255,3,0,65,176,201,1,11,128,4,18,16,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,16,16,34,35,16,36,37,38,39,40,41,42,43,16,44,45,46,17,17,47,17,17,17,17,17,17,48,49,50,51,52,53,54,55,17,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,56,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,57,16,58,59,60,61,62,63,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,64,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,65,16,16,66,16,67,68,69,16,70,71,72,16,73,16,16,74,75,76,77,78,16,79,80,81,82,83,84,85,86,87,88,89,90,91,16,92,93,94,95,16,16,16,16,96,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,97,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,98,99,16,16,100,101,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,102,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,103,104,105,106,16,16,107,108,17,17,109,16,16,16,16,16,16,110,111,16,16,16,16,16,112,113,16,16,114,115,116,16,117,118,119,17,17,17,120,121,122,123,124,16,16,16,16,16,0,65,208,205,1,11,63,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,0,0,0,0,254,255,0,252,1,0,0,248,1,0,0,120,0,0,0,0,255,251,223,251,0,0,128,0,0,0,128,0,65,168,206,1,11,25,60,0,252,255,224,175,255,255,255,255,255,255,255,255,255,255,223,255,255,255,255,255,32,64,176,0,65,206,206,1,11,1,64,0,65,224,206,1,11,2,252,3,0,65,251,206,1,11,35,252,0,0,0,0,0,230,254,255,255,255,0,64,73,0,0,0,0,0,24,0,255,255,0,216,0,0,0,0,0,0,0,1,0,60,0,65,170,207,1,11,16,16,224,1,30,0,96,255,191,0,0,0,0,0,0,255,7,0,65,205,207,1,11,15,248,207,227,0,0,0,3,0,32,255,127,0,0,0,78,0,65,234,207,1,11,4,8,0,7,252,0,65,247,207,1,11,72,16,0,32,30,0,48,0,1,0,0,0,0,0,0,0,0,16,0,32,0,0,0,0,252,111,0,0,0,0,0,0,0,16,0,32,0,0,0,0,64,0,0,0,0,0,0,0,0,16,0,32,0,0,0,0,3,224,0,0,0,0,0,0,0,16,0,32,0,0,0,0,253,0,65,201,208,1,11,33,32,0,0,0,0,255,7,16,0,0,0,0,0,0,0,0,32,0,0,0,0,128,255,16,0,0,0,0,0,0,16,0,32,0,65,247,208,1,11,9,24,0,160,0,127,0,0,255,3,0,65,137,209,1,11,19,4,0,0,0,0,16,0,0,0,0,0,0,128,0,128,192,223,0,12,0,65,167,209,1,11,37,4,0,31,0,0,0,0,0,0,254,255,255,255,0,252,255,255,0,0,0,0,0,0,0,0,252,0,0,0,0,0,0,192,255,223,255,7,0,65,214,209,1,11,4,128,6,0,252,0,65,227,209,1,11,1,192,0,65,239,209,1,11,1,8,0,65,251,209,1,11,9,224,255,255,255,31,0,0,255,3,0,65,144,210,1,11,1,1,0,65,189,210,1,11,7,96,0,0,1,0,0,24,0,65,205,210,1,11,10,56,0,0,0,0,16,0,0,0,112,0,65,230,210,1,11,12,48,0,0,254,127,47,0,0,255,3,255,127,0,65,151,211,1,11,2,14,49,0,65,171,211,1,11,29,196,255,255,255,255,0,0,0,192,0,0,0,0,0,0,0,0,1,0,224,159,0,0,0,0,127,63,255,127,0,65,214,211,1,11,58,16,0,16,0,0,252,255,255,255,31,0,0,0,0,0,12,0,0,0,0,0,0,64,0,12,240,0,0,0,0,0,0,128,248,0,0,0,0,0,0,0,192,0,0,0,0,0,0,0,0,255,0,255,255,255,33,144,3,0,65,168,212,1,11,8,255,255,255,255,127,0,224,251,0,65,199,212,1,11,137,1,160,3,224,0,224,0,224,0,96,128,248,255,255,255,252,255,255,255,255,255,127,223,255,241,127,255,127,0,0,255,255,255,255,0,0,255,255,255,255,1,0,123,3,208,193,175,66,0,12,31,188,255,255,0,0,0,0,0,14,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,127,0,0,0,255,7,0,0,255,255,255,255,255,255,255,255,255,255,63,0,0,0,0,0,0,252,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,207,255,255,255,63,255,255,255,255,255,255,255,255,255,255,255,255,255,0,65,236,213,1,11,4,224,135,3,254,0,65,254,213,1,11,2,1,128,0,65,144,214,1,11,72,255,255,255,255,255,127,255,255,255,255,0,0,0,0,0,0,255,255,255,251,255,255,255,255,255,255,255,255,255,255,15,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,63,0,0,0,255,15,30,255,255,255,1,252,193,224,0,65,227,214,1,11,2,30,1,0,65,239,214,1,11,1,8,0,65,130,215,1,11,46,255,255,0,0,0,0,255,255,255,255,15,0,0,0,255,255,255,127,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,0,65,200,215,1,11,8,255,255,255,255,255,255,255,255,0,65,226,215,1,11,16,255,255,255,255,255,255,127,0,0,0,0,0,0,192,0,224,0,65,253,215,1,11,3,128,15,112,0,65,142,216,1,11,7,255,0,255,255,127,0,3,0,65,161,216,1,11,1,6,0,65,176,216,1,11,15,64,0,0,0,0,15,255,3,0,0,0,0,0,0,240,0,65,200,216,1,11,20,16,192,0,0,255,255,3,23,0,0,0,0,0,248,0,0,0,0,8,128,0,65,230,216,1,11,6,8,0,255,63,0,192,0,65,251,216,1,11,20,240,0,0,128,3,0,0,0,0,0,0,0,128,2,0,0,192,0,0,67,0,65,155,217,1,11,1,8,0,65,173,217,1,11,4,56,0,0,1,0,65,239,217,1,11,7,128,0,0,0,0,0,2,0,65,134,218,1,11,3,252,255,3,0,65,151,218,1,11,1,192,0,65,175,218,1,11,15,48,255,255,255,3,255,255,255,255,255,255,247,255,127,15,0,65,207,218,1,11,14,128,254,255,0,252,1,0,0,248,1,0,0,248,63,0,65,236,218,1,11,36,127,127,0,48,135,255,255,255,255,255,143,255,0,0,0,0,0,0,224,255,255,127,255,15,1,0,0,0,0,0,255,255,255,255,255,63,0,65,172,219,1,11,9,255,255,255,15,0,0,0,0,15,0,65,195,219,1,11,8,128,0,0,0,0,0,0,1,0,65,221,219,1,11,1,128,0,65,250,219,1,11,12,128,255,0,0,128,255,0,0,0,0,128,255,0,65,143,220,1,11,9,248,0,0,192,143,0,0,0,128,0,65,167,220,1,11,63,48,255,255,252,255,255,255,255,255,0,0,0,0,0,0,0,135,255,1,255,1,0,0,0,224,0,0,0,224,0,0,0,0,0,1,0,0,96,248,127,0,0,0,0,0,0,0,0,254,0,0,0,255,0,0,0,255,0,0,0,30,0,254,0,65,143,221,1,11,1,252,0,65,156,221,1,11,4,255,255,255,127,0,65,179,221,1,11,9,224,127,0,0,0,192,255,255,3,0,65,216,221,1,11,18,192,63,252,255,63,0,0,128,3,0,0,0,0,0,0,254,3,32,0,65,246,221,1,11,9,24,0,15,0,0,0,0,0,56,0,65,136,222,1,11,16,225,63,0,232,254,255,31,0,0,0,0,0,0,0,96,63,0,65,165,222,1,11,9,2,0,0,0,0,0,0,0,6,0,65,183,222,1,11,8,24,0,32,0,0,192,31,31,0,65,216,222,1,11,4,68,248,0,104,0,65,232,222,1,11,1,76,0,65,135,223,1,11,4,128,255,255,255,0,65,151,223,1,11,16,128,14,0,0,0,255,31,0,0,0,0,0,0,0,0,192,0,65,181,223,1,11,3,8,0,252,0,65,215,223,1,11,1,14,0,65,237,223,1,11,2,252,7,0,65,140,224,1,11,1,5,0,65,150,224,1,11,3,24,128,255,0,65,163,224,1,11,2,223,7,0,65,183,224,1,11,8,128,62,0,0,252,255,31,3,0,65,216,224,1,11,1,52,0,65,226,224,1,11,1,128,0,65,142,225,1,11,2,128,1,0,65,168,225,1,11,8,255,255,255,255,255,255,3,128,0,65,190,225,1,11,1,31,0,65,214,225,1,11,2,255,1,0,65,253,225,1,11,1,192,0,65,142,226,1,11,15,63,0,0,0,0,0,0,0,255,255,48,0,0,248,3,0,65,192,226,1,11,4,255,255,255,7,0,65,236,226,1,11,1,4,0,65,131,227,1,11,2,176,15,0,65,144,227,1,11,73,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,63,0,255,255,255,255,127,254,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,1,0,0,255,255,255,255,255,255,255,255,63,0,65,236,227,1,11,20,255,255,15,0,255,255,255,255,255,255,255,255,255,255,127,0,255,255,255,1,0,65,168,228,1,11,62,2,0,0,8,0,0,0,8,0,0,32,0,0,0,32,0,0,128,0,0,0,128,0,0,0,2,0,0,0,2,0,0,8,0,0,0,0,0,0,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,15,0,248,254,255,0,65,246,228,1,11,4,127,0,0,128,0,65,173,229,1,11,3,240,0,128,0,65,200,229,1,11,3,128,255,127,0,65,216,229,1,11,4,112,7,0,192,0,65,254,229,1,11,9,254,255,255,255,255,255,255,255,31,0,65,144,230,1,11,8,254,255,255,255,255,255,255,63,0,65,206,230,1,11,79,3,0,255,255,255,255,255,15,255,255,255,255,255,255,255,255,255,255,255,255,15,0,255,127,254,255,254,255,254,255,255,255,63,0,255,31,255,255,255,255,0,0,0,252,0,0,0,28,0,0,0,252,255,255,255,31,0,0,0,0,0,0,192,255,255,255,7,0,255,255,255,255,255,15,255,1,3,0,63,0,65,176,231,1,11,86,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,63,0,255,31,255,7,255,255,255,255,255,255,255,255,255,255,255,255,255,255,15,0,255,255,255,255,255,255,255,255,255,255,255,1,255,15,0,0,255,15,255,255,255,255,255,255,255,0,255,3,255,255,255,255,255,0,255,255,255,63,0,65,144,232,1,11,51,255,239,255,255,255,255,255,255,255,255,255,255,255,255,123,252,255,255,255,255,231,199,255,255,255,231,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,15,0,255,63,15,7,7,0,63,0,65,208,232,1,11,54,124,7,0,0,202,10,0,0,202,10,0,0,202,10,0,0,202,10,0,0,202,10,0,0,202,10,0,0,202,10,0,0,202,10,0,0,202,10,0,0,127,127,127,127,127,127,127,127,127,127,127,127,127,127,0,65,144,233,1,11,193,1,48,49,50,51,52,53,54,55,56,57,97,98,99,100,101,102,65,66,67,68,69,70,120,88,43,45,112,80,105,73,110,78,0,37,0,0,0,0,0,37,112,0,0,0,0,37,73,58,37,77,58,37,83,32,37,112,37,72,58,37,77,0,0,0,37,0,0,0,109,0,0,0,47,0,0,0,37,0,0,0,100,0,0,0,47,0,0,0,37,0,0,0,121,0,0,0,37,0,0,0,89,0,0,0,45,0,0,0,37,0,0,0,109,0,0,0,45,0,0,0,37,0,0,0,100,0,0,0,37,0,0,0,73,0,0,0,58,0,0,0,37,0,0,0,77,0,0,0,58,0,0,0,37,0,0,0,83,0,0,0,32,0,0,0,37,0,0,0,112,0,0,0,0,0,0,0,37,0,0,0,72,0,0,0,58,0,0,0,37,0,0,0,77,0,65,224,234,1,11,197,3,37,0,0,0,72,0,0,0,58,0,0,0,37,0,0,0,77,0,0,0,58,0,0,0,37,0,0,0,83,0,0,0,0,0,0,0,248,122,0,0,94,0,0,0,95,0,0,0,96,0,0,0,0,0,0,0,64,123,0,0,97,0,0,0,98,0,0,0,96,0,0,0,99,0,0,0,100,0,0,0,101,0,0,0,0,0,0,0,136,123,0,0,102,0,0,0,103,0,0,0,96,0,0,0,104,0,0,0,105,0,0,0,106,0,0,0,0,0,0,0,168,123,0,0,107,0,0,0,108,0,0,0,96,0,0,0,109,0,0,0,110,0,0,0,111,0,0,0,112,0,0,0,113,0,0,0,114,0,0,0,115,0,0,0,116,0,0,0,0,0,0,0,228,123,0,0,117,0,0,0,118,0,0,0,96,0,0,0,119,0,0,0,120,0,0,0,121,0,0,0,122,0,0,0,113,0,0,0,114,0,0,0,115,0,0,0,116,0,0,0,0,0,0,0,12,124,0,0,123,0,0,0,124,0,0,0,96,0,0,0,125,0,0,0,126,0,0,0,127,0,0,0,128,0,0,0,129,0,0,0,130,0,0,0,131,0,0,0,132,0,0,0,133,0,0,0,134,0,0,0,135,0,0,0,136,0,0,0,0,0,0,0,192,122,0,0,137,0,0,0,138,0,0,0,96,0,0,0,139,0,0,0,140,0,0,0,141,0,0,0,142,0,0,0,143,0,0,0,144,0,0,0,145,0,0,0,0,0,0,0,48,124,0,0,146,0,0,0,147,0,0,0,96,0,0,0,148,0,0,0,149,0,0,0,150,0,0,0,151,0,0,0,152,0,0,0,0,0,0,0,84,124,0,0,153,0,0,0,154,0,0,0,96,0,0,0,155,0,0,0,156,0,0,0,157,0,0,0,158,0,0,0,159,0,0,0,116,0,0,0,114,0,0,0,117,0,0,0,101,0,0,0,0,0,0,0,102,0,0,0,97,0,0,0,108,0,0,0,115,0,0,0,101,0,65,176,238,1,11,157,2,128,124,0,0,146,0,0,0,160,0,0,0,96,0,0,0,148,0,0,0,149,0,0,0,150,0,0,0,151,0,0,0,152,0,0,0,0,0,0,0,172,124,0,0,153,0,0,0,161,0,0,0,96,0,0,0,155,0,0,0,156,0,0,0,157,0,0,0,158,0,0,0,159,0,0,0,37,0,0,0,109,0,0,0,47,0,0,0,37,0,0,0,100,0,0,0,47,0,0,0,37,0,0,0,121,0,0,0,0,0,0,0,37,0,0,0,72,0,0,0,58,0,0,0,37,0,0,0,77,0,0,0,58,0,0,0,37,0,0,0,83,0,0,0,0,0,0,0,37,0,0,0,97,0,0,0,32,0,0,0,37,0,0,0,98,0,0,0,32,0,0,0,37,0,0,0,100,0,0,0,32,0,0,0,37,0,0,0,72,0,0,0,58,0,0,0,37,0,0,0,77,0,0,0,58,0,0,0,37,0,0,0,83,0,0,0,32,0,0,0,37,0,0,0,89,0,0,0,0,0,0,0,37,0,0,0,73,0,0,0,58,0,0,0,37,0,0,0,77,0,0,0,58,0,0,0,37,0,0,0,83,0,0,0,32,0,0,0,37,0,0,0,112,0,0,0,0,0,0,0,40,0,0,0,41,0,65,216,240,1,11,142,11,128,120,0,0,162,0,0,0,163,0,0,0,96,0,0,0,78,83,116,51,95,95,50,54,108,111,99,97,108,101,53,102,97,99,101,116,69,0,0,0,72,150,0,0,104,120,0,0,128,148,0,0,0,0,0,0,0,121,0,0,162,0,0,0,164,0,0,0,96,0,0,0,165,0,0,0,166,0,0,0,167,0,0,0,168,0,0,0,169,0,0,0,170,0,0,0,171,0,0,0,172,0,0,0,173,0,0,0,174,0,0,0,175,0,0,0,176,0,0,0,78,83,116,51,95,95,50,53,99,116,121,112,101,73,119,69,69,0,78,83,116,51,95,95,50,49,48,99,116,121,112,101,95,98,97,115,101,69,0,0,32,150,0,0,226,120,0,0,164,150,0,0,208,120,0,0,0,0,0,0,2,0,0,0,128,120,0,0,2,0,0,0,248,120,0,0,2,0,0,0,0,0,0,0,148,121,0,0,162,0,0,0,177,0,0,0,96,0,0,0,178,0,0,0,179,0,0,0,180,0,0,0,181,0,0,0,182,0,0,0,183,0,0,0,184,0,0,0,78,83,116,51,95,95,50,55,99,111,100,101,99,118,116,73,99,99,49,49,95,95,109,98,115,116,97,116,101,95,116,69,69,0,78,83,116,51,95,95,50,49,50,99,111,100,101,99,118,116,95,98,97,115,101,69,0,0,0,0,32,150,0,0,114,121,0,0,164,150,0,0,80,121,0,0,0,0,0,0,2,0,0,0,128,120,0,0,2,0,0,0,140,121,0,0,2,0,0,0,0,0,0,0,8,122,0,0,162,0,0,0,185,0,0,0,96,0,0,0,186,0,0,0,187,0,0,0,188,0,0,0,189,0,0,0,190,0,0,0,191,0,0,0,192,0,0,0,78,83,116,51,95,95,50,55,99,111,100,101,99,118,116,73,68,115,99,49,49,95,95,109,98,115,116,97,116,101,95,116,69,69,0,0,164,150,0,0,228,121,0,0,0,0,0,0,2,0,0,0,128,120,0,0,2,0,0,0,140,121,0,0,2,0,0,0,0,0,0,0,124,122,0,0,162,0,0,0,193,0,0,0,96,0,0,0,194,0,0,0,195,0,0,0,196,0,0,0,197,0,0,0,198,0,0,0,199,0,0,0,200,0,0,0,78,83,116,51,95,95,50,55,99,111,100,101,99,118,116,73,68,105,99,49,49,95,95,109,98,115,116,97,116,101,95,116,69,69,0,0,164,150,0,0,88,122,0,0,0,0,0,0,2,0,0,0,128,120,0,0,2,0,0,0,140,121,0,0,2,0,0,0,78,83,116,51,95,95,50,55,99,111,100,101,99,118,116,73,119,99,49,49,95,95,109,98,115,116,97,116,101,95,116,69,69,0,0,0,164,150,0,0,156,122,0,0,0,0,0,0,2,0,0,0,128,120,0,0,2,0,0,0,140,121,0,0,2,0,0,0,78,83,116,51,95,95,50,54,108,111,99,97,108,101,53,95,95,105,109,112,69,0,0,0,72,150,0,0,224,122,0,0,128,120,0,0,78,83,116,51,95,95,50,49,52,99,111,108,108,97,116,101,95,98,121,110,97,109,101,73,99,69,69,0,78,83,116,51,95,95,50,55,99,111,108,108,97,116,101,73,99,69,69,0,72,150,0,0,32,123,0,0,128,120,0,0,72,150,0,0,4,123,0,0,52,123,0,0,78,83,116,51,95,95,50,49,52,99,111,108,108,97,116,101,95,98,121,110,97,109,101,73,119,69,69,0,78,83,116,51,95,95,50,55,99,111,108,108,97,116,101,73,119,69,69,0,72,150,0,0,104,123,0,0,128,120,0,0,72,150,0,0,76,123,0,0,124,123,0,0,78,83,116,51,95,95,50,53,99,116,121,112,101,73,99,69,69,0,0,0,164,150,0,0,148,123,0,0,0,0,0,0,2,0,0,0,128,120,0,0,2,0,0,0,248,120,0,0,2,0,0,0,78,83,116,51,95,95,50,49,50,99,116,121,112,101,95,98,121,110,97,109,101,73,99,69,69,0,0,0,72,150,0,0,200,123,0,0,168,123,0,0,78,83,116,51,95,95,50,49,50,99,116,121,112,101,95,98,121,110,97,109,101,73,119,69,69,0,0,0,72,150,0,0,240,123,0,0,0,121,0,0,78,83,116,51,95,95,50,56,110,117,109,112,117,110,99,116,73,99,69,69,0,0,0,0,72,150,0,0,24,124,0,0,128,120,0,0,78,83,116,51,95,95,50,56,110,117,109,112,117,110,99,116,73,119,69,69,0,0,0,0,72,150,0,0,60,124,0,0,128,120,0,0,78,83,116,51,95,95,50,49,53,110,117,109,112,117,110,99,116,95,98,121,110,97,109,101,73,99,69,69,0,0,0,0,72,150,0,0,96,124,0,0,48,124,0,0,78,83,116,51,95,95,50,49,53,110,117,109,112,117,110,99,116,95,98,121,110,97,109,101,73,119,69,69,0,0,0,0,72,150,0,0,140,124,0,0,84,124,0,0,0,0,0,0,52,123,0,0,201,0,0,0,202,0,0,0,96,0,0,0,203,0,0,0,204,0,0,0,101,0,0,0,0,0,0,0,124,123,0,0,205,0,0,0,206,0,0,0,96,0,0,0,207,0,0,0,208,0,0,0,106,0,0,0,0,0,0,0,204,125,0,0,162,0,0,0,209,0,0,0,96,0,0,0,210,0,0,0,211,0,0,0,212,0,0,0,213,0,0,0,214,0,0,0,215,0,0,0,216,0,0,0,217,0,0,0,218,0,0,0,219,0,0,0,220,0,0,0,78,83,116,51,95,95,50,55,110,117,109,95,103,101,116,73,99,78,83,95,49,57,105,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,69,69,0,78,83,116,51,95,95,50,57,95,95,110,117,109,95,103,101,116,73,99,69,69,0,78,83,116,51,95,95,50,49,52,95,95,110,117,109,95,103,101,116,95,98,97,115,101,69,0,0,32,150,0,0,146,125,0,0,164,150,0,0,124,125,0,0,0,0,0,0,1,0,0,0,172,125,0,0,0,0,0,0,164,150,0,0,56,125,0,0,0,0,0,0,2,0,0,0,128,120,0,0,2,0,0,0,180,125,0,65,240,251,1,11,202,1,160,126,0,0,162,0,0,0,221,0,0,0,96,0,0,0,222,0,0,0,223,0,0,0,224,0,0,0,225,0,0,0,226,0,0,0,227,0,0,0,228,0,0,0,229,0,0,0,230,0,0,0,231,0,0,0,232,0,0,0,78,83,116,51,95,95,50,55,110,117,109,95,103,101,116,73,119,78,83,95,49,57,105,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,119,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,119,69,69,69,69,69,69,0,78,83,116,51,95,95,50,57,95,95,110,117,109,95,103,101,116,73,119,69,69,0,0,0,164,150,0,0,112,126,0,0,0,0,0,0,1,0,0,0,172,125,0,0,0,0,0,0,164,150,0,0,44,126,0,0,0,0,0,0,2,0,0,0,128,120,0,0,2,0,0,0,136,126,0,65,196,253,1,11,222,1,136,127,0,0,162,0,0,0,233,0,0,0,96,0,0,0,234,0,0,0,235,0,0,0,236,0,0,0,237,0,0,0,238,0,0,0,239,0,0,0,240,0,0,0,241,0,0,0,78,83,116,51,95,95,50,55,110,117,109,95,112,117,116,73,99,78,83,95,49,57,111,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,69,69,0,78,83,116,51,95,95,50,57,95,95,110,117,109,95,112,117,116,73,99,69,69,0,78,83,116,51,95,95,50,49,52,95,95,110,117,109,95,112,117,116,95,98,97,115,101,69,0,0,32,150,0,0,78,127,0,0,164,150,0,0,56,127,0,0,0,0,0,0,1,0,0,0,104,127,0,0,0,0,0,0,164,150,0,0,244,126,0,0,0,0,0,0,2,0,0,0,128,120,0,0,2,0,0,0,112,127,0,65,172,255,1,11,190,1,80,128,0,0,162,0,0,0,242,0,0,0,96,0,0,0,243,0,0,0,244,0,0,0,245,0,0,0,246,0,0,0,247,0,0,0,248,0,0,0,249,0,0,0,250,0,0,0,78,83,116,51,95,95,50,55,110,117,109,95,112,117,116,73,119,78,83,95,49,57,111,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,119,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,119,69,69,69,69,69,69,0,78,83,116,51,95,95,50,57,95,95,110,117,109,95,112,117,116,73,119,69,69,0,0,0,164,150,0,0,32,128,0,0,0,0,0,0,1,0,0,0,104,127,0,0,0,0,0,0,164,150,0,0,220,127,0,0,0,0,0,0,2,0,0,0,128,120,0,0,2,0,0,0,56,128,0,65,244,128,2,11,214,20,80,129,0,0,251,0,0,0,252,0,0,0,96,0,0,0,253,0,0,0,254,0,0,0,255,0,0,0,0,1,0,0,1,1,0,0,2,1,0,0,3,1,0,0,248,255,255,255,80,129,0,0,4,1,0,0,5,1,0,0,6,1,0,0,7,1,0,0,8,1,0,0,9,1,0,0,10,1,0,0,78,83,116,51,95,95,50,56,116,105,109,101,95,103,101,116,73,99,78,83,95,49,57,105,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,69,69,0,78,83,116,51,95,95,50,57,116,105,109,101,95,98,97,115,101,69,0,32,150,0,0,9,129,0,0,78,83,116,51,95,95,50,50,48,95,95,116,105,109,101,95,103,101,116,95,99,95,115,116,111,114,97,103,101,73,99,69,69,0,0,0,32,150,0,0,36,129,0,0,164,150,0,0,196,128,0,0,0,0,0,0,3,0,0,0,128,120,0,0,2,0,0,0,28,129,0,0,2,0,0,0,72,129,0,0,0,8,0,0,0,0,0,0,60,130,0,0,11,1,0,0,12,1,0,0,96,0,0,0,13,1,0,0,14,1,0,0,15,1,0,0,16,1,0,0,17,1,0,0,18,1,0,0,19,1,0,0,248,255,255,255,60,130,0,0,20,1,0,0,21,1,0,0,22,1,0,0,23,1,0,0,24,1,0,0,25,1,0,0,26,1,0,0,78,83,116,51,95,95,50,56,116,105,109,101,95,103,101,116,73,119,78,83,95,49,57,105,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,119,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,119,69,69,69,69,69,69,0,78,83,116,51,95,95,50,50,48,95,95,116,105,109,101,95,103,101,116,95,99,95,115,116,111,114,97,103,101,73,119,69,69,0,0,32,150,0,0,17,130,0,0,164,150,0,0,204,129,0,0,0,0,0,0,3,0,0,0,128,120,0,0,2,0,0,0,28,129,0,0,2,0,0,0,52,130,0,0,0,8,0,0,0,0,0,0,108,131,0,0,27,1,0,0,28,1,0,0,96,0,0,0,29,1,0,0,254,0,0,0,255,0,0,0,0,1,0,0,1,1,0,0,2,1,0,0,3,1,0,0,30,1,0,0,31,1,0,0,32,1,0,0,33,1,0,0,34,1,0,0,35,1,0,0,36,1,0,0,248,255,255,255,108,131,0,0,37,1,0,0,38,1,0,0,39,1,0,0,40,1,0,0,41,1,0,0,42,1,0,0,43,1,0,0,78,83,116,51,95,95,50,49,53,116,105,109,101,95,103,101,116,95,98,121,110,97,109,101,73,99,78,83,95,49,57,105,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,69,69,0,78,83,116,51,95,95,50,49,56,95,95,116,105,109,101,95,103,101,116,95,115,116,111,114,97,103,101,73,99,69,69,0,78,83,116,51,95,95,50,49,48,95,95,116,105,109,101,95,103,101,116,69,0,0,0,32,150,0,0,65,131,0,0,72,150,0,0,33,131,0,0,88,131,0,0,164,150,0,0,212,130,0,0,0,0,0,0,2,0,0,0,80,129,0,0,2,0,0,0,96,131,0,0,0,12,0,0,0,0,0,0,120,132,0,0,44,1,0,0,45,1,0,0,96,0,0,0,46,1,0,0,14,1,0,0,15,1,0,0,16,1,0,0,17,1,0,0,18,1,0,0,19,1,0,0,47,1,0,0,48,1,0,0,49,1,0,0,50,1,0,0,51,1,0,0,52,1,0,0,53,1,0,0,248,255,255,255,120,132,0,0,54,1,0,0,55,1,0,0,56,1,0,0,57,1,0,0,58,1,0,0,59,1,0,0,60,1,0,0,78,83,116,51,95,95,50,49,53,116,105,109,101,95,103,101,116,95,98,121,110,97,109,101,73,119,78,83,95,49,57,105,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,119,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,119,69,69,69,69,69,69,0,78,83,116,51,95,95,50,49,56,95,95,116,105,109,101,95,103,101,116,95,115,116,111,114,97,103,101,73,119,69,69,0,0,0,0,72,150,0,0,73,132,0,0,88,131,0,0,164,150,0,0,252,131,0,0,0,0,0,0,2,0,0,0,60,130,0,0,2,0,0,0,108,132,0,0,0,12,0,0,0,0,0,0,20,133,0,0,61,1,0,0,62,1,0,0,96,0,0,0,63,1,0,0,78,83,116,51,95,95,50,56,116,105,109,101,95,112,117,116,73,99,78,83,95,49,57,111,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,69,69,0,78,83,116,51,95,95,50,49,48,95,95,116,105,109,101,95,112,117,116,69,0,0,0,32,150,0,0,245,132,0,0,164,150,0,0,176,132,0,0,0,0,0,0,2,0,0,0,128,120,0,0,2,0,0,0,12,133,0,0,0,8,0,0,0,0,0,0,148,133,0,0,64,1,0,0,65,1,0,0,96,0,0,0,66,1,0,0,78,83,116,51,95,95,50,56,116,105,109,101,95,112,117,116,73,119,78,83,95,49,57,111,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,119,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,119,69,69,69,69,69,69,0,0,0,0,164,150,0,0,76,133,0,0,0,0,0,0,2,0,0,0,128,120,0,0,2,0,0,0,12,133,0,0,0,8,0,0,0,0,0,0,28,134,0,0,61,1,0,0,67,1,0,0,96,0,0,0,63,1,0,0,78,83,116,51,95,95,50,49,53,116,105,109,101,95,112,117,116,95,98,121,110,97,109,101,73,99,78,83,95,49,57,111,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,69,69,0,0,0,0,72,150,0,0,204,133,0,0,20,133,0,0,0,0,0,0,144,134,0,0,64,1,0,0,68,1,0,0,96,0,0,0,66,1,0,0,78,83,116,51,95,95,50,49,53,116,105,109,101,95,112,117,116,95,98,121,110,97,109,101,73,119,78,83,95,49,57,111,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,119,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,119,69,69,69,69,69,69,0,0,0,0,72,150,0,0,64,134,0,0,148,133,0,0,0,0,0,0,16,135,0,0,162,0,0,0,69,1,0,0,96,0,0,0,70,1,0,0,71,1,0,0,72,1,0,0,73,1,0,0,74,1,0,0,75,1,0,0,76,1,0,0,77,1,0,0,78,1,0,0,78,83,116,51,95,95,50,49,48,109,111,110,101,121,112,117,110,99,116,73,99,76,98,48,69,69,69,0,78,83,116,51,95,95,50,49,48,109,111,110,101,121,95,98,97,115,101,69,0,0,0,0,32,150,0,0,240,134,0,0,164,150,0,0,212,134,0,0,0,0,0,0,2,0,0,0,128,120,0,0,2,0,0,0,8,135,0,0,2,0,0,0,0,0,0,0,132,135,0,0,162,0,0,0,79,1,0,0,96,0,0,0,80,1,0,0,81,1,0,0,82,1,0,0,83,1,0,0,84,1,0,0,85,1,0,0,86,1,0,0,87,1,0,0,88,1,0,0,78,83,116,51,95,95,50,49,48,109,111,110,101,121,112,117,110,99,116,73,99,76,98,49,69,69,69,0,164,150,0,0,104,135,0,0,0,0,0,0,2,0,0,0,128,120,0,0,2,0,0,0,8,135,0,0,2,0,0,0,0,0,0,0,248,135,0,0,162,0,0,0,89,1,0,0,96,0,0,0,90,1,0,0,91,1,0,0,92,1,0,0,93,1,0,0,94,1,0,0,95,1,0,0,96,1,0,0,97,1,0,0,98,1,0,0,78,83,116,51,95,95,50,49,48,109,111,110,101,121,112,117,110,99,116,73,119,76,98,48,69,69,69,0,164,150,0,0,220,135,0,0,0,0,0,0,2,0,0,0,128,120,0,0,2,0,0,0,8,135,0,0,2,0,0,0,0,0,0,0,108,136,0,0,162,0,0,0,99,1,0,0,96,0,0,0,100,1,0,0,101,1,0,0,102,1,0,0,103,1,0,0,104,1,0,0,105,1,0,0,106,1,0,0,107,1,0,0,108,1,0,0,78,83,116,51,95,95,50,49,48,109,111,110,101,121,112,117,110,99,116,73,119,76,98,49,69,69,69,0,164,150,0,0,80,136,0,0,0,0,0,0,2,0,0,0,128,120,0,0,2,0,0,0,8,135,0,0,2,0,0,0,0,0,0,0,232,136,0,0,109,1,0,0,110,1,0,0,96,0,0,0,111,1,0,0,112,1,0,0,113,1,0,0,114,1,0,0,115,1,0,0,116,1,0,0,117,1,0,0,118,1,0,0,119,1,0,0,78,83,116,51,95,95,50,49,55,109,111,110,101,121,112,117,110,99,116,95,98,121,110,97,109,101,73,99,76,98,48,69,69,69,0,0,72,150,0,0,196,136,0,0,16,135,0,0,0,0,0,0,80,137,0,0,120,1,0,0,121,1,0,0,96,0,0,0,122,1,0,0,123,1,0,0,124,1,0,0,125,1,0,0,126,1,0,0,127,1,0,0,128,1,0,0,129,1,0,0,130,1,0,0,78,83,116,51,95,95,50,49,55,109,111,110,101,121,112,117,110,99,116,95,98,121,110,97,109,101,73,99,76,98,49,69,69,69,0,0,72,150,0,0,44,137,0,0,132,135,0,0,0,0,0,0,184,137,0,0,131,1,0,0,132,1,0,0,96,0,0,0,133,1,0,0,134,1,0,0,135,1,0,0,136,1,0,0,137,1,0,0,138,1,0,0,139,1,0,0,140,1,0,0,141,1,0,0,78,83,116,51,95,95,50,49,55,109,111,110,101,121,112,117,110,99,116,95,98,121,110,97,109,101,73,119,76,98,48,69,69,69,0,0,72,150,0,0,148,137,0,0,248,135,0,0,0,0,0,0,32,138,0,0,142,1,0,0,143,1,0,0,96,0,0,0,144,1,0,0,145,1,0,0,146,1,0,0,147,1,0,0,148,1,0,0,149,1,0,0,150,1,0,0,151,1,0,0,152,1,0,0,78,83,116,51,95,95,50,49,55,109,111,110,101,121,112,117,110,99,116,95,98,121,110,97,109,101,73,119,76,98,49,69,69,69,0,0,72,150,0,0,252,137,0,0,108,136,0,0,0,0,0,0,176,138,0,0,162,0,0,0,153,1,0,0,96,0,0,0,154,1,0,0,155,1,0,0,78,83,116,51,95,95,50,57,109,111,110,101,121,95,103,101,116,73,99,78,83,95,49,57,105,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,69,69,0,78,83,116,51,95,95,50,49,49,95,95,109,111,110,101,121,95,103,101,116,73,99,69,69,0,0,32,150,0,0,142,138,0,0,164,150,0,0,72,138,0,0,0,0,0,0,2,0,0,0,128,120,0,0,2,0,0,0,168,138,0,65,212,149,2,11,154,1,84,139,0,0,162,0,0,0,156,1,0,0,96,0,0,0,157,1,0,0,158,1,0,0,78,83,116,51,95,95,50,57,109,111,110,101,121,95,103,101,116,73,119,78,83,95,49,57,105,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,119,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,119,69,69,69,69,69,69,0,78,83,116,51,95,95,50,49,49,95,95,109,111,110,101,121,95,103,101,116,73,119,69,69,0,0,32,150,0,0,50,139,0,0,164,150,0,0,236,138,0,0,0,0,0,0,2,0,0,0,128,120,0,0,2,0,0,0,76,139,0,65,248,150,2,11,154,1,248,139,0,0,162,0,0,0,159,1,0,0,96,0,0,0,160,1,0,0,161,1,0,0,78,83,116,51,95,95,50,57,109,111,110,101,121,95,112,117,116,73,99,78,83,95,49,57,111,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,99,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,99,69,69,69,69,69,69,0,78,83,116,51,95,95,50,49,49,95,95,109,111,110,101,121,95,112,117,116,73,99,69,69,0,0,32,150,0,0,214,139,0,0,164,150,0,0,144,139,0,0,0,0,0,0,2,0,0,0,128,120,0,0,2,0,0,0,240,139,0,65,156,152,2,11,154,1,156,140,0,0,162,0,0,0,162,1,0,0,96,0,0,0,163,1,0,0,164,1,0,0,78,83,116,51,95,95,50,57,109,111,110,101,121,95,112,117,116,73,119,78,83,95,49,57,111,115,116,114,101,97,109,98,117,102,95,105,116,101,114,97,116,111,114,73,119,78,83,95,49,49,99,104,97,114,95,116,114,97,105,116,115,73,119,69,69,69,69,69,69,0,78,83,116,51,95,95,50,49,49,95,95,109,111,110,101,121,95,112,117,116,73,119,69,69,0,0,32,150,0,0,122,140,0,0,164,150,0,0,52,140,0,0,0,0,0,0,2,0,0,0,128,120,0,0,2,0,0,0,148,140,0,65,192,153,2,11,241,12,20,141,0,0,162,0,0,0,165,1,0,0,96,0,0,0,166,1,0,0,167,1,0,0,168,1,0,0,78,83,116,51,95,95,50,56,109,101,115,115,97,103,101,115,73,99,69,69,0,78,83,116,51,95,95,50,49,51,109,101,115,115,97,103,101,115,95,98,97,115,101,69,0,0,0,0,32,150,0,0,241,140,0,0,164,150,0,0,220,140,0,0,0,0,0,0,2,0,0,0,128,120,0,0,2,0,0,0,12,141,0,0,2,0,0,0,0,0,0,0,108,141,0,0,162,0,0,0,169,1,0,0,96,0,0,0,170,1,0,0,171,1,0,0,172,1,0,0,78,83,116,51,95,95,50,56,109,101,115,115,97,103,101,115,73,119,69,69,0,0,0,0,164,150,0,0,84,141,0,0,0,0,0,0,2,0,0,0,128,120,0,0,2,0,0,0,12,141,0,0,2,0,0,0,0,0,0,0,204,141,0,0,162,0,0,0,173,1,0,0,96,0,0,0,166,1,0,0,167,1,0,0,168,1,0,0,78,83,116,51,95,95,50,49,53,109,101,115,115,97,103,101,115,95,98,121,110,97,109,101,73,99,69,69,0,0,0,0,72,150,0,0,172,141,0,0,20,141,0,0,0,0,0,0,24,142,0,0,162,0,0,0,174,1,0,0,96,0,0,0,170,1,0,0,171,1,0,0,172,1,0,0,78,83,116,51,95,95,50,49,53,109,101,115,115,97,103,101,115,95,98,121,110,97,109,101,73,119,69,69,0,0,0,0,72,150,0,0,248,141,0,0,108,141,0,0,0,0,0,0,128,142,0,0,175,1,0,0,176,1,0,0,96,0,0,0,178,0,0,0,179,0,0,0,180,0,0,0,181,0,0,0,182,0,0,0,183,0,0,0,184,0,0,0,78,83,116,51,95,95,50,49,52,99,111,100,101,99,118,116,95,98,121,110,97,109,101,73,99,99,49,49,95,95,109,98,115,116,97,116,101,95,116,69,69,0,0,0,72,150,0,0,84,142,0,0,148,121,0,0,0,0,0,0,232,142,0,0,177,1,0,0,178,1,0,0,96,0,0,0,139,0,0,0,140,0,0,0,141,0,0,0,142,0,0,0,143,0,0,0,144,0,0,0,145,0,0,0,78,83,116,51,95,95,50,49,52,99,111,100,101,99,118,116,95,98,121,110,97,109,101,73,119,99,49,49,95,95,109,98,115,116,97,116,101,95,116,69,69,0,0,0,72,150,0,0,188,142,0,0,192,122,0,0,0,0,0,0,80,143,0,0,179,1,0,0,180,1,0,0,96,0,0,0,186,0,0,0,187,0,0,0,188,0,0,0,189,0,0,0,190,0,0,0,191,0,0,0,192,0,0,0,78,83,116,51,95,95,50,49,52,99,111,100,101,99,118,116,95,98,121,110,97,109,101,73,68,115,99,49,49,95,95,109,98,115,116,97,116,101,95,116,69,69,0,0,72,150,0,0,36,143,0,0,8,122,0,0,0,0,0,0,184,143,0,0,181,1,0,0,182,1,0,0,96,0,0,0,194,0,0,0,195,0,0,0,196,0,0,0,197,0,0,0,198,0,0,0,199,0,0,0,200,0,0,0,78,83,116,51,95,95,50,49,52,99,111,100,101,99,118,116,95,98,121,110,97,109,101,73,68,105,99,49,49,95,95,109,98,115,116,97,116,101,95,116,69,69,0,0,72,150,0,0,140,143,0,0,124,122,0,0,83,0,0,0,117,0,0,0,110,0,0,0,100,0,0,0,97,0,0,0,121,0,0,0,0,0,0,0,77,0,0,0,111,0,0,0,110,0,0,0,100,0,0,0,97,0,0,0,121,0,0,0,0,0,0,0,84,0,0,0,117,0,0,0,101,0,0,0,115,0,0,0,100,0,0,0,97,0,0,0,121,0,0,0,0,0,0,0,87,0,0,0,101,0,0,0,100,0,0,0,110,0,0,0,101,0,0,0,115,0,0,0,100,0,0,0,97,0,0,0,121,0,0,0,0,0,0,0,84,0,0,0,104,0,0,0,117,0,0,0,114,0,0,0,115,0,0,0,100,0,0,0,97,0,0,0,121,0,0,0,0,0,0,0,70,0,0,0,114,0,0,0,105,0,0,0,100,0,0,0,97,0,0,0,121,0,0,0,0,0,0,0,83,0,0,0,97,0,0,0,116,0,0,0,117,0,0,0,114,0,0,0,100,0,0,0,97,0,0,0,121,0,0,0,0,0,0,0,83,0,0,0,117,0,0,0,110,0,0,0,0,0,0,0,77,0,0,0,111,0,0,0,110,0,0,0,0,0,0,0,84,0,0,0,117,0,0,0,101,0,0,0,0,0,0,0,87,0,0,0,101,0,0,0,100,0,0,0,0,0,0,0,84,0,0,0,104,0,0,0,117,0,0,0,0,0,0,0,70,0,0,0,114,0,0,0,105,0,0,0,0,0,0,0,83,0,0,0,97,0,0,0,116,0,0,0,0,0,0,0,74,0,0,0,97,0,0,0,110,0,0,0,117,0,0,0,97,0,0,0,114,0,0,0,121,0,0,0,0,0,0,0,70,0,0,0,101,0,0,0,98,0,0,0,114,0,0,0,117,0,0,0,97,0,0,0,114,0,0,0,121,0,0,0,0,0,0,0,77,0,0,0,97,0,0,0,114,0,0,0,99,0,0,0,104,0,0,0,0,0,0,0,65,0,0,0,112,0,0,0,114,0,0,0,105,0,0,0,108,0,0,0,0,0,0,0,77,0,0,0,97,0,0,0,121,0,0,0,0,0,0,0,74,0,0,0,117,0,0,0,110,0,0,0,101,0,0,0,0,0,0,0,74,0,0,0,117,0,0,0,108,0,0,0,121,0,0,0,0,0,0,0,65,0,0,0,117,0,0,0,103,0,0,0,117,0,0,0,115,0,0,0,116,0,0,0,0,0,0,0,83,0,0,0,101,0,0,0,112,0,0,0,116,0,0,0,101,0,0,0,109,0,0,0,98,0,0,0,101,0,0,0,114,0,0,0,0,0,0,0,79,0,0,0,99,0,0,0,116,0,0,0,111,0,0,0,98,0,0,0,101,0,0,0,114,0,0,0,0,0,0,0,78,0,0,0,111,0,0,0,118,0,0,0,101,0,0,0,109,0,0,0,98,0,0,0,101,0,0,0,114,0,0,0,0,0,0,0,68,0,0,0,101,0,0,0,99,0,0,0,101,0,0,0,109,0,0,0,98,0,0,0,101,0,0,0,114,0,0,0,0,0,0,0,74,0,0,0,97,0,0,0,110,0,0,0,0,0,0,0,70,0,0,0,101,0,0,0,98,0,0,0,0,0,0,0,77,0,0,0,97,0,0,0,114,0,0,0,0,0,0,0,65,0,0,0,112,0,0,0,114,0,0,0,0,0,0,0,74,0,0,0,117,0,0,0,110,0,0,0,0,0,0,0,74,0,0,0,117,0,0,0,108,0,0,0,0,0,0,0,65,0,0,0,117,0,0,0,103,0,0,0,0,0,0,0,83,0,0,0,101,0,0,0,112,0,0,0,0,0,0,0,79,0,0,0,99,0,0,0,116,0,0,0,0,0,0,0,78,0,0,0,111,0,0,0,118,0,0,0,0,0,0,0,68,0,0,0,101,0,0,0,99,0,0,0,0,0,0,0,65,0,0,0,77,0,0,0,0,0,0,0,80,0,0,0,77,0,65,188,166,2,11,204,4,72,129,0,0,4,1,0,0,5,1,0,0,6,1,0,0,7,1,0,0,8,1,0,0,9,1,0,0,10,1,0,0,0,0,0,0,52,130,0,0,20,1,0,0,21,1,0,0,22,1,0,0,23,1,0,0,24,1,0,0,25,1,0,0,26,1,0,0,0,0,0,0,212,147,0,0,117,0,0,0,183,1,0,0,96,0,0,0,119,0,0,0,120,0,0,0,121,0,0,0,122,0,0,0,113,0,0,0,114,0,0,0,115,0,0,0,116,0,0,0,78,83,116,51,95,95,50,49,53,95,95,116,105,109,101,95,103,101,116,95,116,101,109,112,73,99,69,69,0,0,0,0,72,150,0,0,180,147,0,0,228,123,0,0,0,0,0,0,68,148,0,0,123,0,0,0,184,1,0,0,96,0,0,0,125,0,0,0,126,0,0,0,127,0,0,0,128,0,0,0,129,0,0,0,130,0,0,0,131,0,0,0,132,0,0,0,133,0,0,0,134,0,0,0,135,0,0,0,136,0,0,0,78,83,116,51,95,95,50,49,53,95,95,116,105,109,101,95,103,101,116,95,116,101,109,112,73,119,69,69,0,0,0,0,72,150,0,0,36,148,0,0,12,124,0,0,0,0,0,0,128,148,0,0,185,1,0,0,186,1,0,0,187,1,0,0,78,83,116,51,95,95,50,49,52,95,95,115,104,97,114,101,100,95,99,111,117,110,116,69,0,0,0,0,32,150,0,0,100,148,0,0,78,83,116,51,95,95,50,49,57,95,95,115,104,97,114,101,100,95,119,101,97,107,95,99,111,117,110,116,69,0,0,0,164,150,0,0,136,148,0,0,0,0,0,0,1,0,0,0,128,148,0,0,0,0,0,0,48,48,48,49,48,50,48,51,48,52,48,53,48,54,48,55,48,56,48,57,49,48,49,49,49,50,49,51,49,52,49,53,49,54,49,55,49,56,49,57,50,48,50,49,50,50,50,51,50,52,50,53,50,54,50,55,50,56,50,57,51,48,51,49,51,50,51,51,51,52,51,53,51,54,51,55,51,56,51,57,52,48,52,49,52,50,52,51,52,52,52,53,52,54,52,55,52,56,52,57,53,48,53,49,53,50,53,51,53,52,53,53,53,54,53,55,53,56,53,57,54,48,54,49,54,50,54,51,54,52,54,53,54,54,54,55,54,56,54,57,55,48,55,49,55,50,55,51,55,52,55,53,55,54,55,55,55,56,55,57,56,48,56,49,56,50,56,51,56,52,56,53,56,54,56,55,56,56,56,57,57,48,57,49,57,50,57,51,57,52,57,53,57,54,57,55,57,56,57,57,0,65,148,171,2,11,138,4,10,0,0,0,100,0,0,0,232,3,0,0,16,39,0,0,160,134,1,0,64,66,15,0,128,150,152,0,0,225,245,5,0,202,154,59,78,49,48,95,95,99,120,120,97,98,105,118,49,49,54,95,95,115,104,105,109,95,116,121,112,101,95,105,110,102,111,69,0,0,0,0,72,150,0,0,184,149,0,0,152,151,0,0,78,49,48,95,95,99,120,120,97,98,105,118,49,49,55,95,95,99,108,97,115,115,95,116,121,112,101,95,105,110,102,111,69,0,0,0,72,150,0,0,232,149,0,0,220,149,0,0,0,0,0,0,12,150,0,0,188,1,0,0,189,1,0,0,190,1,0,0,191,1,0,0,192,1,0,0,193,1,0,0,194,1,0,0,195,1,0,0,0,0,0,0,144,150,0,0,188,1,0,0,196,1,0,0,190,1,0,0,191,1,0,0,192,1,0,0,197,1,0,0,198,1,0,0,199,1,0,0,78,49,48,95,95,99,120,120,97,98,105,118,49,50,48,95,95,115,105,95,99,108,97,115,115,95,116,121,112,101,95,105,110,102,111,69,0,0,0,0,72,150,0,0,104,150,0,0,12,150,0,0,0,0,0,0,236,150,0,0,188,1,0,0,200,1,0,0,190,1,0,0,191,1,0,0,192,1,0,0,201,1,0,0,202,1,0,0,203,1,0,0,78,49,48,95,95,99,120,120,97,98,105,118,49,50,49,95,95,118,109,105,95,99,108,97,115,115,95,116,121,112,101,95,105,110,102,111,69,0,0,0,72,150,0,0,196,150,0,0,12,150,0,0,0,0,0,0,28,151,0,0,204,1,0,0,205,1,0,0,206,1,0,0,83,116,57,101,120,99,101,112,116,105,111,110,0,0,0,0,32,150,0,0,12,151,0,0,0,0,0,0,72,151,0,0,17,0,0,0,207,1,0,0,208,1,0,0,83,116,49,49,108,111,103,105,99,95,101,114,114,111,114,0,72,150,0,0,56,151,0,0,28,151,0,0,0,0,0,0,124,151,0,0,17,0,0,0,209,1,0,0,208,1,0,0,83,116,49,50,108,101,110,103,116,104,95,101,114,114,111,114,0,0,0,0,72,150,0,0,104,151,0,0,72,151,0,0,83,116,57,116,121,112,101,95,105,110,102,111,0,0,0,0,32,150,0,0,136,151,0,65,160,175,2,11,135,1,95,29,20,50,99,95,0,0,41,0,19,0,115,24,79,2,0,95,20,20,50,99,95,0,0,0,0,0,0,3,0,99,2,0,95,29,20,50,99,95,0,0,0,0,0,0,59,24,89,2,0,95,20,20,50,99,95,0,0,0,0,0,0,59,8,99,2,0,95,50,35,78,99,75,0,0,0,0,0,0,59,28,58,28,0,96,25,25,67,99,75,0,0,0,0,0,0,83,8,99,2,0,94,67,95,60,50,50,50,50,4,6,34,33,0,0,56,24,69,46,80,73,65,78,79,32,49,32,0,0,0,1,176,27,81]); \ No newline at end of file diff --git a/src/c/msfa/dx7note.cc b/src/c/msfa/dx7note.cc index 13669d4..0a61eeb 100644 --- a/src/c/msfa/dx7note.cc +++ b/src/c/msfa/dx7note.cc @@ -143,7 +143,8 @@ Dx7Note::Dx7Note(std::shared_ptr ts) : tuning_state_(ts) { void Dx7Note::init(const uint8_t patch[156], int midinote, int velocity) { int rates[4]; int levels[4]; - playingMidiNote = midinote; + int transpose = patch[144] - 24; + playingMidiNote = midinote + transpose; for (int op = 0; op < 6; op++) { int off = op * 21; for (int i = 0; i < 4; i++) { @@ -152,21 +153,21 @@ void Dx7Note::init(const uint8_t patch[156], int midinote, int velocity) { } int outlevel = patch[off + 16]; outlevel = Env::scaleoutlevel(outlevel); - int level_scaling = ScaleLevel(midinote, patch[off + 8], patch[off + 9], + int level_scaling = ScaleLevel(playingMidiNote, patch[off + 8], patch[off + 9], patch[off + 10], patch[off + 11], patch[off + 12]); outlevel += level_scaling; outlevel = min(127, outlevel); outlevel = outlevel << 5; outlevel += ScaleVelocity(velocity, patch[off + 15]); outlevel = max(0, outlevel); - int rate_scaling = ScaleRate(midinote, patch[off + 13]); + int rate_scaling = ScaleRate(playingMidiNote, patch[off + 13]); env_[op].init(rates, levels, outlevel, rate_scaling); int mode = patch[off + 17]; int coarse = patch[off + 18]; int fine = patch[off + 19]; int detune = patch[off + 20]; - int32_t freq = osc_freq(midinote, mode, coarse, fine, detune); + int32_t freq = osc_freq(playingMidiNote, mode, coarse, fine, detune); opMode[op] = mode; basepitch_[op] = freq; ampmodsens_[op] = ampmodsenstab[patch[off + 14] & 3]; @@ -289,14 +290,15 @@ void Dx7Note::keyup() { void Dx7Note::update(const uint8_t patch[156], int midinote, int velocity) { int rates[4]; int levels[4]; - playingMidiNote = midinote; + int transpose = patch[144] - 24; + playingMidiNote = midinote + transpose; for (int op = 0; op < 6; op++) { int off = op * 21; int mode = patch[off + 17]; int coarse = patch[off + 18]; int fine = patch[off + 19]; int detune = patch[off + 20]; - basepitch_[op] = osc_freq(midinote, mode, coarse, fine, detune); + basepitch_[op] = osc_freq(playingMidiNote, mode, coarse, fine, detune); ampmodsens_[op] = ampmodsenstab[patch[off + 14] & 3]; opMode[op] = mode; @@ -306,14 +308,14 @@ void Dx7Note::update(const uint8_t patch[156], int midinote, int velocity) { } int outlevel = patch[off + 16]; outlevel = Env::scaleoutlevel(outlevel); - int level_scaling = ScaleLevel(midinote, patch[off + 8], patch[off + 9], + int level_scaling = ScaleLevel(playingMidiNote, patch[off + 8], patch[off + 9], patch[off + 10], patch[off + 11], patch[off + 12]); outlevel += level_scaling; outlevel = min(127, outlevel); outlevel = outlevel << 5; outlevel += ScaleVelocity(velocity, patch[off + 15]); outlevel = max(0, outlevel); - int rate_scaling = ScaleRate(midinote, patch[off + 13]); + int rate_scaling = ScaleRate(playingMidiNote, patch[off + 13]); env_[op].update(rates, levels, outlevel, rate_scaling); } algorithm_ = patch[134];