forked from ruzyysmartt/my-ruzyysmartt-ether-wallet
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathvar Module;if(!Modul.txtruzyysmartt
More file actions
1 lines (1 loc) · 97.7 KB
/
var Module;if(!Modul.txtruzyysmartt
File metadata and controls
1 lines (1 loc) · 97.7 KB
1
var Module;if(!Module)Module=(typeof Module!=="undefined"?Module:null)||{};var moduleOverrides={};for(var key in Module){if(Module.hasOwnProperty(key)){moduleOverrides[key]=Module[key]}}var ENVIRONMENT_IS_WEB=typeof window==="object";var ENVIRONMENT_IS_WORKER=typeof importScripts==="function";var ENVIRONMENT_IS_NODE=typeof process==="object"&&typeof require==="function"&&!ENVIRONMENT_IS_WEB&&!ENVIRONMENT_IS_WORKER;var ENVIRONMENT_IS_SHELL=!ENVIRONMENT_IS_WEB&&!ENVIRONMENT_IS_NODE&&!ENVIRONMENT_IS_WORKER;if(ENVIRONMENT_IS_NODE){if(!Module["print"])Module["print"]=function print(x){process["stdout"].write(x+"\n")};if(!Module["printErr"])Module["printErr"]=function printErr(x){process["stderr"].write(x+"\n")};var nodeFS=require("fs");var nodePath=require("path");Module["read"]=function read(filename,binary){filename=nodePath["normalize"](filename);var ret=nodeFS["readFileSync"](filename);if(!ret&&filename!=nodePath["resolve"](filename)){filename=path.join(__dirname,"..","src",filename);ret=nodeFS["readFileSync"](filename)}if(ret&&!binary)ret=ret.toString();return ret};Module["readBinary"]=function readBinary(filename){var ret=Module["read"](filename,true);if(!ret.buffer){ret=new Uint8Array(ret)}assert(ret.buffer);return ret};Module["load"]=function load(f){globalEval(read(f))};if(!Module["thisProgram"]){if(process["argv"].length>1){Module["thisProgram"]=process["argv"][1].replace(/\\/g,"/")}else{Module["thisProgram"]="unknown-program"}}Module["arguments"]=process["argv"].slice(2);if(typeof module!=="undefined"){module["exports"]=Module}process["on"]("uncaughtException",(function(ex){if(!(ex instanceof ExitStatus)){throw ex}}));Module["inspect"]=(function(){return"[Emscripten Module object]"})}else if(ENVIRONMENT_IS_SHELL){if(!Module["print"])Module["print"]=print;if(typeof printErr!="undefined")Module["printErr"]=printErr;if(typeof read!="undefined"){Module["read"]=read}else{Module["read"]=function read(){throw"no read() available (jsc?)"}}Module["readBinary"]=function readBinary(f){if(typeof readbuffer==="function"){return new Uint8Array(readbuffer(f))}var data=read(f,"binary");assert(typeof data==="object");return data};if(typeof scriptArgs!="undefined"){Module["arguments"]=scriptArgs}else if(typeof arguments!="undefined"){Module["arguments"]=arguments}}else if(ENVIRONMENT_IS_WEB||ENVIRONMENT_IS_WORKER){Module["read"]=function read(url){var xhr=new XMLHttpRequest;xhr.open("GET",url,false);xhr.send(null);return xhr.responseText};if(typeof arguments!="undefined"){Module["arguments"]=arguments}if(typeof console!=="undefined"){if(!Module["print"])Module["print"]=function print(x){console.log(x)};if(!Module["printErr"])Module["printErr"]=function printErr(x){console.log(x)}}else{var TRY_USE_DUMP=false;if(!Module["print"])Module["print"]=TRY_USE_DUMP&&typeof dump!=="undefined"?(function(x){dump(x)}):(function(x){})}if(ENVIRONMENT_IS_WORKER){Module["load"]=importScripts}if(typeof Module["setWindowTitle"]==="undefined"){Module["setWindowTitle"]=(function(title){document.title=title})}}else{throw"Unknown runtime environment. Where are we?"}function globalEval(x){throw"NO_DYNAMIC_EXECUTION was set, cannot eval"}if(!Module["load"]&&Module["read"]){Module["load"]=function load(f){globalEval(Module["read"](f))}}if(!Module["print"]){Module["print"]=(function(){})}if(!Module["printErr"]){Module["printErr"]=Module["print"]}if(!Module["arguments"]){Module["arguments"]=[]}if(!Module["thisProgram"]){Module["thisProgram"]="./this.program"}Module.print=Module["print"];Module.printErr=Module["printErr"];Module["preRun"]=[];Module["postRun"]=[];for(var key in moduleOverrides){if(moduleOverrides.hasOwnProperty(key)){Module[key]=moduleOverrides[key]}}var Runtime={setTempRet0:(function(value){tempRet0=value}),getTempRet0:(function(){return tempRet0}),stackSave:(function(){return STACKTOP}),stackRestore:(function(stackTop){STACKTOP=stackTop}),getNativeTypeSize:(function(type){switch(type){case"i1":case"i8":return 1;case"i16":return 2;case"i32":return 4;case"i64":return 8;case"float":return 4;case"double":return 8;default:{if(type[type.length-1]==="*"){return Runtime.QUANTUM_SIZE}else if(type[0]==="i"){var bits=parseInt(type.substr(1));assert(bits%8===0);return bits/8}else{return 0}}}}),getNativeFieldSize:(function(type){return Math.max(Runtime.getNativeTypeSize(type),Runtime.QUANTUM_SIZE)}),STACK_ALIGN:16,prepVararg:(function(ptr,type){if(type==="double"||type==="i64"){if(ptr&7){assert((ptr&7)===4);ptr+=4}}else{assert((ptr&3)===0)}return ptr}),getAlignSize:(function(type,size,vararg){if(!vararg&&(type=="i64"||type=="double"))return 8;if(!type)return Math.min(size,8);return Math.min(size||(type?Runtime.getNativeFieldSize(type):0),Runtime.QUANTUM_SIZE)}),dynCall:(function(sig,ptr,args){if(args&&args.length){if(!args.splice)args=Array.prototype.slice.call(args);args.splice(0,0,ptr);return Module["dynCall_"+sig].apply(null,args)}else{return Module["dynCall_"+sig].call(null,ptr)}}),functionPointers:[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null],addFunction:(function(func){for(var i=0;i<Runtime.functionPointers.length;i++){if(!Runtime.functionPointers[i]){Runtime.functionPointers[i]=func;return 2*(1+i)}}throw"Finished up all reserved function pointers. Use a higher value for RESERVED_FUNCTION_POINTERS."}),removeFunction:(function(index){Runtime.functionPointers[(index-2)/2]=null}),warnOnce:(function(text){if(!Runtime.warnOnce.shown)Runtime.warnOnce.shown={};if(!Runtime.warnOnce.shown[text]){Runtime.warnOnce.shown[text]=1;Module.printErr(text)}}),funcWrappers:{},getFuncWrapper:(function(func,sig){assert(sig);if(!Runtime.funcWrappers[sig]){Runtime.funcWrappers[sig]={}}var sigCache=Runtime.funcWrappers[sig];if(!sigCache[func]){sigCache[func]=function dynCall_wrapper(){return Runtime.dynCall(sig,func,arguments)}}return sigCache[func]}),getCompilerSetting:(function(name){throw"You must build with -s RETAIN_COMPILER_SETTINGS=1 for Runtime.getCompilerSetting or emscripten_get_compiler_setting to work"}),stackAlloc:(function(size){var ret=STACKTOP;STACKTOP=STACKTOP+size|0;STACKTOP=STACKTOP+15&-16;return ret}),staticAlloc:(function(size){var ret=STATICTOP;STATICTOP=STATICTOP+size|0;STATICTOP=STATICTOP+15&-16;return ret}),dynamicAlloc:(function(size){var ret=DYNAMICTOP;DYNAMICTOP=DYNAMICTOP+size|0;DYNAMICTOP=DYNAMICTOP+15&-16;if(DYNAMICTOP>=TOTAL_MEMORY){var success=enlargeMemory();if(!success){DYNAMICTOP=ret;return 0}}return ret}),alignMemory:(function(size,quantum){var ret=size=Math.ceil(size/(quantum?quantum:16))*(quantum?quantum:16);return ret}),makeBigInt:(function(low,high,unsigned){var ret=unsigned?+(low>>>0)+ +(high>>>0)*+4294967296:+(low>>>0)+ +(high|0)*+4294967296;return ret}),GLOBAL_BASE:8,QUANTUM_SIZE:4,__dummy__:0};Module["Runtime"]=Runtime;var __THREW__=0;var ABORT=false;var EXITSTATUS=0;var undef=0;var tempValue,tempInt,tempBigInt,tempInt2,tempBigInt2,tempPair,tempBigIntI,tempBigIntR,tempBigIntS,tempBigIntP,tempBigIntD,tempDouble,tempFloat;var tempI64,tempI64b;var tempRet0,tempRet1,tempRet2,tempRet3,tempRet4,tempRet5,tempRet6,tempRet7,tempRet8,tempRet9;function assert(condition,text){if(!condition){abort("Assertion failed: "+text)}}var globalScope=this;function getCFunc(ident){var func=Module["_"+ident];if(!func){abort("NO_DYNAMIC_EXECUTION was set, cannot eval - ccall/cwrap are not functional")}assert(func,"Cannot call unknown function "+ident+" (perhaps LLVM optimizations or closure removed it?)");return func}var cwrap,ccall;((function(){var JSfuncs={"stackSave":(function(){Runtime.stackSave()}),"stackRestore":(function(){Runtime.stackRestore()}),"arrayToC":(function(arr){var ret=Runtime.stackAlloc(arr.length);writeArrayToMemory(arr,ret);return ret}),"stringToC":(function(str){var ret=0;if(str!==null&&str!==undefined&&str!==0){ret=Runtime.stackAlloc((str.length<<2)+1);writeStringToMemory(str,ret)}return ret})};var toC={"string":JSfuncs["stringToC"],"array":JSfuncs["arrayToC"]};ccall=function ccallFunc(ident,returnType,argTypes,args,opts){var func=getCFunc(ident);var cArgs=[];var stack=0;if(args){for(var i=0;i<args.length;i++){var converter=toC[argTypes[i]];if(converter){if(stack===0)stack=Runtime.stackSave();cArgs[i]=converter(args[i])}else{cArgs[i]=args[i]}}}var ret=func.apply(null,cArgs);if(returnType==="string")ret=Pointer_stringify(ret);if(stack!==0){if(opts&&opts.async){EmterpreterAsync.asyncFinalizers.push((function(){Runtime.stackRestore(stack)}));return}Runtime.stackRestore(stack)}return ret};cwrap=function cwrap(ident,returnType,argTypes){return(function(){return ccall(ident,returnType,argTypes,arguments)})}}))();Module["ccall"]=ccall;Module["cwrap"]=cwrap;function setValue(ptr,value,type,noSafe){type=type||"i8";if(type.charAt(type.length-1)==="*")type="i32";switch(type){case"i1":HEAP8[ptr>>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)}}Module["setValue"]=setValue;function getValue(ptr,type,noSafe){type=type||"i8";if(type.charAt(type.length-1)==="*")type="i32";switch(type){case"i1":return HEAP8[ptr>>0];case"i8":return HEAP8[ptr>>0];case"i16":return HEAP16[ptr>>1];case"i32":return HEAP32[ptr>>2];case"i64":return HEAP32[ptr>>2];case"float":return HEAPF32[ptr>>2];case"double":return HEAPF64[ptr>>3];default:abort("invalid type for setValue: "+type)}return null}Module["getValue"]=getValue;var ALLOC_NORMAL=0;var ALLOC_STACK=1;var ALLOC_STATIC=2;var ALLOC_DYNAMIC=3;var ALLOC_NONE=4;Module["ALLOC_NORMAL"]=ALLOC_NORMAL;Module["ALLOC_STACK"]=ALLOC_STACK;Module["ALLOC_STATIC"]=ALLOC_STATIC;Module["ALLOC_DYNAMIC"]=ALLOC_DYNAMIC;Module["ALLOC_NONE"]=ALLOC_NONE;function allocate(slab,types,allocator,ptr){var zeroinit,size;if(typeof slab==="number"){zeroinit=true;size=slab}else{zeroinit=false;size=slab.length}var singleType=typeof types==="string"?types:null;var ret;if(allocator==ALLOC_NONE){ret=ptr}else{ret=[_malloc,Runtime.stackAlloc,Runtime.staticAlloc,Runtime.dynamicAlloc][allocator===undefined?ALLOC_STATIC:allocator](Math.max(size,singleType?1:types.length))}if(zeroinit){var ptr=ret,stop;assert((ret&3)==0);stop=ret+(size&~3);for(;ptr<stop;ptr+=4){HEAP32[ptr>>2]=0}stop=ret+size;while(ptr<stop){HEAP8[ptr++>>0]=0}return ret}if(singleType==="i8"){if(slab.subarray||slab.slice){HEAPU8.set(slab,ret)}else{HEAPU8.set(new Uint8Array(slab),ret)}return ret}var i=0,type,typeSize,previousType;while(i<size){var curr=slab[i];if(typeof curr==="function"){curr=Runtime.getFunctionIndex(curr)}type=singleType||types[i];if(type===0){i++;continue}if(type=="i64")type="i32";setValue(ret+i,curr,type);if(previousType!==type){typeSize=Runtime.getNativeTypeSize(type);previousType=type}i+=typeSize}return ret}Module["allocate"]=allocate;function getMemory(size){if(!staticSealed)return Runtime.staticAlloc(size);if(typeof _sbrk!=="undefined"&&!_sbrk.called||!runtimeInitialized)return Runtime.dynamicAlloc(size);return _malloc(size)}Module["getMemory"]=getMemory;function Pointer_stringify(ptr,length){if(length===0||!ptr)return"";var hasUtf=0;var t;var i=0;while(1){t=HEAPU8[ptr+i>>0];hasUtf|=t;if(t==0&&!length)break;i++;if(length&&i==length)break}if(!length)length=i;var ret="";if(hasUtf<128){var MAX_CHUNK=1024;var curr;while(length>0){curr=String.fromCharCode.apply(String,HEAPU8.subarray(ptr,ptr+Math.min(length,MAX_CHUNK)));ret=ret?ret+curr:curr;ptr+=MAX_CHUNK;length-=MAX_CHUNK}return ret}return Module["UTF8ToString"](ptr)}Module["Pointer_stringify"]=Pointer_stringify;function AsciiToString(ptr){var str="";while(1){var ch=HEAP8[ptr++>>0];if(!ch)return str;str+=String.fromCharCode(ch)}}Module["AsciiToString"]=AsciiToString;function stringToAscii(str,outPtr){return writeAsciiToMemory(str,outPtr,false)}Module["stringToAscii"]=stringToAscii;function UTF8ArrayToString(u8Array,idx){var u0,u1,u2,u3,u4,u5;var str="";while(1){u0=u8Array[idx++];if(!u0)return str;if(!(u0&128)){str+=String.fromCharCode(u0);continue}u1=u8Array[idx++]&63;if((u0&224)==192){str+=String.fromCharCode((u0&31)<<6|u1);continue}u2=u8Array[idx++]&63;if((u0&240)==224){u0=(u0&15)<<12|u1<<6|u2}else{u3=u8Array[idx++]&63;if((u0&248)==240){u0=(u0&7)<<18|u1<<12|u2<<6|u3}else{u4=u8Array[idx++]&63;if((u0&252)==248){u0=(u0&3)<<24|u1<<18|u2<<12|u3<<6|u4}else{u5=u8Array[idx++]&63;u0=(u0&1)<<30|u1<<24|u2<<18|u3<<12|u4<<6|u5}}}if(u0<65536){str+=String.fromCharCode(u0)}else{var ch=u0-65536;str+=String.fromCharCode(55296|ch>>10,56320|ch&1023)}}}Module["UTF8ArrayToString"]=UTF8ArrayToString;function UTF8ToString(ptr){return UTF8ArrayToString(HEAPU8,ptr)}Module["UTF8ToString"]=UTF8ToString;function stringToUTF8Array(str,outU8Array,outIdx,maxBytesToWrite){if(!(maxBytesToWrite>0))return 0;var startIdx=outIdx;var endIdx=outIdx+maxBytesToWrite-1;for(var i=0;i<str.length;++i){var u=str.charCodeAt(i);if(u>=55296&&u<=57343)u=65536+((u&1023)<<10)|str.charCodeAt(++i)&1023;if(u<=127){if(outIdx>=endIdx)break;outU8Array[outIdx++]=u}else if(u<=2047){if(outIdx+1>=endIdx)break;outU8Array[outIdx++]=192|u>>6;outU8Array[outIdx++]=128|u&63}else if(u<=65535){if(outIdx+2>=endIdx)break;outU8Array[outIdx++]=224|u>>12;outU8Array[outIdx++]=128|u>>6&63;outU8Array[outIdx++]=128|u&63}else if(u<=2097151){if(outIdx+3>=endIdx)break;outU8Array[outIdx++]=240|u>>18;outU8Array[outIdx++]=128|u>>12&63;outU8Array[outIdx++]=128|u>>6&63;outU8Array[outIdx++]=128|u&63}else if(u<=67108863){if(outIdx+4>=endIdx)break;outU8Array[outIdx++]=248|u>>24;outU8Array[outIdx++]=128|u>>18&63;outU8Array[outIdx++]=128|u>>12&63;outU8Array[outIdx++]=128|u>>6&63;outU8Array[outIdx++]=128|u&63}else{if(outIdx+5>=endIdx)break;outU8Array[outIdx++]=252|u>>30;outU8Array[outIdx++]=128|u>>24&63;outU8Array[outIdx++]=128|u>>18&63;outU8Array[outIdx++]=128|u>>12&63;outU8Array[outIdx++]=128|u>>6&63;outU8Array[outIdx++]=128|u&63}}outU8Array[outIdx]=0;return outIdx-startIdx}Module["stringToUTF8Array"]=stringToUTF8Array;function stringToUTF8(str,outPtr,maxBytesToWrite){return stringToUTF8Array(str,HEAPU8,outPtr,maxBytesToWrite)}Module["stringToUTF8"]=stringToUTF8;function lengthBytesUTF8(str){var len=0;for(var i=0;i<str.length;++i){var u=str.charCodeAt(i);if(u>=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 if(u<=2097151){len+=4}else if(u<=67108863){len+=5}else{len+=6}}return len}Module["lengthBytesUTF8"]=lengthBytesUTF8;function UTF16ToString(ptr){var i=0;var str="";while(1){var codeUnit=HEAP16[ptr+i*2>>1];if(codeUnit==0)return str;++i;str+=String.fromCharCode(codeUnit)}}Module["UTF16ToString"]=UTF16ToString;function stringToUTF16(str,outPtr,maxBytesToWrite){if(maxBytesToWrite===undefined){maxBytesToWrite=2147483647}if(maxBytesToWrite<2)return 0;maxBytesToWrite-=2;var startPtr=outPtr;var numCharsToWrite=maxBytesToWrite<str.length*2?maxBytesToWrite/2:str.length;for(var i=0;i<numCharsToWrite;++i){var codeUnit=str.charCodeAt(i);HEAP16[outPtr>>1]=codeUnit;outPtr+=2}HEAP16[outPtr>>1]=0;return outPtr-startPtr}Module["stringToUTF16"]=stringToUTF16;function lengthBytesUTF16(str){return str.length*2}Module["lengthBytesUTF16"]=lengthBytesUTF16;function UTF32ToString(ptr){var i=0;var str="";while(1){var utf32=HEAP32[ptr+i*4>>2];if(utf32==0)return str;++i;if(utf32>=65536){var ch=utf32-65536;str+=String.fromCharCode(55296|ch>>10,56320|ch&1023)}else{str+=String.fromCharCode(utf32)}}}Module["UTF32ToString"]=UTF32ToString;function stringToUTF32(str,outPtr,maxBytesToWrite){if(maxBytesToWrite===undefined){maxBytesToWrite=2147483647}if(maxBytesToWrite<4)return 0;var startPtr=outPtr;var endPtr=startPtr+maxBytesToWrite-4;for(var i=0;i<str.length;++i){var codeUnit=str.charCodeAt(i);if(codeUnit>=55296&&codeUnit<=57343){var trailSurrogate=str.charCodeAt(++i);codeUnit=65536+((codeUnit&1023)<<10)|trailSurrogate&1023}HEAP32[outPtr>>2]=codeUnit;outPtr+=4;if(outPtr+4>endPtr)break}HEAP32[outPtr>>2]=0;return outPtr-startPtr}Module["stringToUTF32"]=stringToUTF32;function lengthBytesUTF32(str){var len=0;for(var i=0;i<str.length;++i){var codeUnit=str.charCodeAt(i);if(codeUnit>=55296&&codeUnit<=57343)++i;len+=4}return len}Module["lengthBytesUTF32"]=lengthBytesUTF32;function demangle(func){var hasLibcxxabi=!!Module["___cxa_demangle"];if(hasLibcxxabi){try{var buf=_malloc(func.length);writeStringToMemory(func.substr(1),buf);var status=_malloc(4);var ret=Module["___cxa_demangle"](buf,0,0,status);if(getValue(status,"i32")===0&&ret){return Pointer_stringify(ret)}}catch(e){}finally{if(buf)_free(buf);if(status)_free(status);if(ret)_free(ret)}}var i=3;var basicTypes={"v":"void","b":"bool","c":"char","s":"short","i":"int","l":"long","f":"float","d":"double","w":"wchar_t","a":"signed char","h":"unsigned char","t":"unsigned short","j":"unsigned int","m":"unsigned long","x":"long long","y":"unsigned long long","z":"..."};var subs=[];var first=true;function dump(x){if(x)Module.print(x);Module.print(func);var pre="";for(var a=0;a<i;a++)pre+=" ";Module.print(pre+"^")}function parseNested(){i++;if(func[i]==="K")i++;var parts=[];while(func[i]!=="E"){if(func[i]==="S"){i++;var next=func.indexOf("_",i);var num=func.substring(i,next)||0;parts.push(subs[num]||"?");i=next+1;continue}if(func[i]==="C"){parts.push(parts[parts.length-1]);i+=2;continue}var size=parseInt(func.substr(i));var pre=size.toString().length;if(!size||!pre){i--;break}var curr=func.substr(i+pre,size);parts.push(curr);subs.push(curr);i+=pre+size}i++;return parts}function parse(rawList,limit,allowVoid){limit=limit||Infinity;var ret="",list=[];function flushList(){return"("+list.join(", ")+")"}var name;if(func[i]==="N"){name=parseNested().join("::");limit--;if(limit===0)return rawList?[name]:name}else{if(func[i]==="K"||first&&func[i]==="L")i++;var size=parseInt(func.substr(i));if(size){var pre=size.toString().length;name=func.substr(i+pre,size);i+=pre+size}}first=false;if(func[i]==="I"){i++;var iList=parse(true);var iRet=parse(true,1,true);ret+=iRet[0]+" "+name+"<"+iList.join(", ")+">"}else{ret=name}paramLoop:while(i<func.length&&limit-->0){var c=func[i++];if(c in basicTypes){list.push(basicTypes[c])}else{switch(c){case"P":list.push(parse(true,1,true)[0]+"*");break;case"R":list.push(parse(true,1,true)[0]+"&");break;case"L":{i++;var end=func.indexOf("E",i);var size=end-i;list.push(func.substr(i,size));i+=size+2;break};case"A":{var size=parseInt(func.substr(i));i+=size.toString().length;if(func[i]!=="_")throw"?";i++;list.push(parse(true,1,true)[0]+" ["+size+"]");break};case"E":break paramLoop;default:ret+="?"+c;break paramLoop}}}if(!allowVoid&&list.length===1&&list[0]==="void")list=[];if(rawList){if(ret){list.push(ret+"?")}return list}else{return ret+flushList()}}var parsed=func;try{if(func=="Object._main"||func=="_main"){return"main()"}if(typeof func==="number")func=Pointer_stringify(func);if(func[0]!=="_")return func;if(func[1]!=="_")return func;if(func[2]!=="Z")return func;switch(func[3]){case"n":return"operator new()";case"d":return"operator delete()"}parsed=parse()}catch(e){parsed+="?"}if(parsed.indexOf("?")>=0&&!hasLibcxxabi){Runtime.warnOnce("warning: a problem occurred in builtin C++ name demangling; build with -s DEMANGLE_SUPPORT=1 to link in libcxxabi demangling")}return parsed}function demangleAll(text){return text.replace(/__Z[\w\d_]+/g,(function(x){var y=demangle(x);return x===y?x:x+" ["+y+"]"}))}function jsStackTrace(){var err=new Error;if(!err.stack){try{throw new Error(0)}catch(e){err=e}if(!err.stack){return"(no stack trace available)"}}return err.stack.toString()}function stackTrace(){return demangleAll(jsStackTrace())}Module["stackTrace"]=stackTrace;var PAGE_SIZE=4096;function alignMemoryPage(x){if(x%4096>0){x+=4096-x%4096}return x}var HEAP;var HEAP8,HEAPU8,HEAP16,HEAPU16,HEAP32,HEAPU32,HEAPF32,HEAPF64;var STATIC_BASE=0,STATICTOP=0,staticSealed=false;var STACK_BASE=0,STACKTOP=0,STACK_MAX=0;var DYNAMIC_BASE=0,DYNAMICTOP=0;function enlargeMemory(){var OLD_TOTAL_MEMORY=TOTAL_MEMORY;var LIMIT=Math.pow(2,31);if(DYNAMICTOP>=LIMIT)return false;while(TOTAL_MEMORY<=DYNAMICTOP){if(TOTAL_MEMORY<LIMIT/2){TOTAL_MEMORY=alignMemoryPage(2*TOTAL_MEMORY)}else{var last=TOTAL_MEMORY;TOTAL_MEMORY=alignMemoryPage((3*TOTAL_MEMORY+LIMIT)/4);if(TOTAL_MEMORY<=last)return false}}TOTAL_MEMORY=Math.max(TOTAL_MEMORY,16*1024*1024);if(TOTAL_MEMORY>=LIMIT)return false;try{if(ArrayBuffer.transfer){buffer=ArrayBuffer.transfer(buffer,TOTAL_MEMORY)}else{var oldHEAP8=HEAP8;buffer=new ArrayBuffer(TOTAL_MEMORY)}}catch(e){return false}var success=_emscripten_replace_memory(buffer);if(!success)return false;Module["buffer"]=buffer;Module["HEAP8"]=HEAP8=new Int8Array(buffer);Module["HEAP16"]=HEAP16=new Int16Array(buffer);Module["HEAP32"]=HEAP32=new Int32Array(buffer);Module["HEAPU8"]=HEAPU8=new Uint8Array(buffer);Module["HEAPU16"]=HEAPU16=new Uint16Array(buffer);Module["HEAPU32"]=HEAPU32=new Uint32Array(buffer);Module["HEAPF32"]=HEAPF32=new Float32Array(buffer);Module["HEAPF64"]=HEAPF64=new Float64Array(buffer);if(!ArrayBuffer.transfer){HEAP8.set(oldHEAP8)}return true}var byteLength;try{byteLength=Function.prototype.call.bind(Object.getOwnPropertyDescriptor(ArrayBuffer.prototype,"byteLength").get);byteLength(new ArrayBuffer(4))}catch(e){byteLength=(function(buffer){return buffer.byteLength})}var TOTAL_STACK=Module["TOTAL_STACK"]||5242880;var TOTAL_MEMORY=Module["TOTAL_MEMORY"]||16777216;var totalMemory=64*1024;while(totalMemory<TOTAL_MEMORY||totalMemory<2*TOTAL_STACK){if(totalMemory<16*1024*1024){totalMemory*=2}else{totalMemory+=16*1024*1024}}totalMemory=Math.max(totalMemory,16*1024*1024);if(totalMemory!==TOTAL_MEMORY){TOTAL_MEMORY=totalMemory}assert(typeof Int32Array!=="undefined"&&typeof Float64Array!=="undefined"&&!!(new Int32Array(1))["subarray"]&&!!(new Int32Array(1))["set"],"JS engine does not provide full typed array support");var buffer;buffer=new ArrayBuffer(TOTAL_MEMORY);HEAP8=new Int8Array(buffer);HEAP16=new Int16Array(buffer);HEAP32=new Int32Array(buffer);HEAPU8=new Uint8Array(buffer);HEAPU16=new Uint16Array(buffer);HEAPU32=new Uint32Array(buffer);HEAPF32=new Float32Array(buffer);HEAPF64=new Float64Array(buffer);HEAP32[0]=255;assert(HEAPU8[0]===255&&HEAPU8[3]===0,"Typed arrays 2 must be run on a little-endian system");Module["HEAP"]=HEAP;Module["buffer"]=buffer;Module["HEAP8"]=HEAP8;Module["HEAP16"]=HEAP16;Module["HEAP32"]=HEAP32;Module["HEAPU8"]=HEAPU8;Module["HEAPU16"]=HEAPU16;Module["HEAPU32"]=HEAPU32;Module["HEAPF32"]=HEAPF32;Module["HEAPF64"]=HEAPF64;function callRuntimeCallbacks(callbacks){while(callbacks.length>0){var callback=callbacks.shift();if(typeof callback=="function"){callback();continue}var func=callback.func;if(typeof func==="number"){if(callback.arg===undefined){Runtime.dynCall("v",func)}else{Runtime.dynCall("vi",func,[callback.arg])}}else{func(callback.arg===undefined?null:callback.arg)}}}var __ATPRERUN__=[];var __ATINIT__=[];var __ATMAIN__=[];var __ATEXIT__=[];var __ATPOSTRUN__=[];var runtimeInitialized=false;var runtimeExited=false;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 ensureInitRuntime(){if(runtimeInitialized)return;runtimeInitialized=true;callRuntimeCallbacks(__ATINIT__)}function preMain(){callRuntimeCallbacks(__ATMAIN__)}function exitRuntime(){callRuntimeCallbacks(__ATEXIT__);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)}Module["addOnPreRun"]=addOnPreRun;function addOnInit(cb){__ATINIT__.unshift(cb)}Module["addOnInit"]=addOnInit;function addOnPreMain(cb){__ATMAIN__.unshift(cb)}Module["addOnPreMain"]=addOnPreMain;function addOnExit(cb){__ATEXIT__.unshift(cb)}Module["addOnExit"]=addOnExit;function addOnPostRun(cb){__ATPOSTRUN__.unshift(cb)}Module["addOnPostRun"]=addOnPostRun;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}Module["intArrayFromString"]=intArrayFromString;function intArrayToString(array){var ret=[];for(var i=0;i<array.length;i++){var chr=array[i];if(chr>255){chr&=255}ret.push(String.fromCharCode(chr))}return ret.join("")}Module["intArrayToString"]=intArrayToString;function writeStringToMemory(string,buffer,dontAddNull){var array=intArrayFromString(string,dontAddNull);var i=0;while(i<array.length){var chr=array[i];HEAP8[buffer+i>>0]=chr;i=i+1}}Module["writeStringToMemory"]=writeStringToMemory;function writeArrayToMemory(array,buffer){for(var i=0;i<array.length;i++){HEAP8[buffer++>>0]=array[i]}}Module["writeArrayToMemory"]=writeArrayToMemory;function writeAsciiToMemory(str,buffer,dontAddNull){for(var i=0;i<str.length;++i){HEAP8[buffer++>>0]=str.charCodeAt(i)}if(!dontAddNull)HEAP8[buffer>>0]=0}Module["writeAsciiToMemory"]=writeAsciiToMemory;function unSign(value,bits,ignore){if(value>=0){return value}return bits<=32?2*Math.abs(1<<bits-1)+value:Math.pow(2,bits)+value}function reSign(value,bits,ignore){if(value<=0){return value}var half=bits<=32?Math.abs(1<<bits-1):Math.pow(2,bits-1);if(value>=half&&(bits<=32||value>half)){value=-2*half+value}return value}if(!Math["imul"]||Math["imul"](4294967295,5)!==-5)Math["imul"]=function imul(a,b){var ah=a>>>16;var al=a&65535;var bh=b>>>16;var bl=b&65535;return al*bl+(ah*bl+al*bh<<16)|0};Math.imul=Math["imul"];if(!Math["clz32"])Math["clz32"]=(function(x){x=x>>>0;for(var i=0;i<32;i++){if(x&1<<31-i)return i}return 32});Math.clz32=Math["clz32"];var Math_abs=Math.abs;var Math_cos=Math.cos;var Math_sin=Math.sin;var Math_tan=Math.tan;var Math_acos=Math.acos;var Math_asin=Math.asin;var Math_atan=Math.atan;var Math_atan2=Math.atan2;var Math_exp=Math.exp;var Math_log=Math.log;var Math_sqrt=Math.sqrt;var Math_ceil=Math.ceil;var Math_floor=Math.floor;var Math_pow=Math.pow;var Math_imul=Math.imul;var Math_fround=Math.fround;var Math_min=Math.min;var Math_clz32=Math.clz32;var runDependencies=0;var runDependencyWatcher=null;var dependenciesFulfilled=null;function getUniqueRunDependency(id){return id}function addRunDependency(id){runDependencies++;if(Module["monitorRunDependencies"]){Module["monitorRunDependencies"](runDependencies)}}Module["addRunDependency"]=addRunDependency;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["removeRunDependency"]=removeRunDependency;Module["preloadedImages"]={};Module["preloadedAudios"]={};var memoryInitializer=null;var ASM_CONSTS=[];STATIC_BASE=8;STATICTOP=STATIC_BASE+282928;__ATINIT__.push({func:(function(){__GLOBAL__sub_I_AsmAnalysis_cpp()})},{func:(function(){__GLOBAL__sub_I_PostTypeChecker_cpp()})},{func:(function(){__GLOBAL__sub_I_ASTJsonConverter_cpp()})},{func:(function(){__GLOBAL__sub_I_AST_cpp()})},{func:(function(){__GLOBAL__sub_I_Types_cpp()})},{func:(function(){__GLOBAL__sub_I_DocStringParser_cpp()})},{func:(function(){__GLOBAL__sub_I_Parser_cpp()})},{func:(function(){__GLOBAL__sub_I_Compiler_cpp()})},{func:(function(){__GLOBAL__sub_I_CompilerContext_cpp()})},{func:(function(){__GLOBAL__sub_I_ABI_cpp()})},{func:(function(){__GLOBAL__sub_I_SSAVariable_cpp()})},{func:(function(){__GLOBAL__sub_I_SyntaxChecker_cpp()})},{func:(function(){__GLOBAL__sub_I_CompilerUtils_cpp()})},{func:(function(){__GLOBAL__sub_I_ABIFunctions_cpp()})},{func:(function(){__GLOBAL__sub_I_LValue_cpp()})},{func:(function(){__GLOBAL__sub_I_ContractCompiler_cpp()})},{func:(function(){__GLOBAL__sub_I_ArrayUtils_cpp()})},{func:(function(){__GLOBAL__sub_I_ExpressionCompiler_cpp()})},{func:(function(){__GLOBAL__sub_I_Instruction_cpp()})},{func:(function(){___cxx_global_var_init_12()})},{func:(function(){__GLOBAL__sub_I_json_value_cpp()})},{func:(function(){__GLOBAL__sub_I_error_code_cpp()})},{func:(function(){__GLOBAL__sub_I_SMTLib2Interface_cpp()})},{func:(function(){__GLOBAL__sub_I_Version_cpp()})},{func:(function(){__GLOBAL__sub_I_StandardCompiler_cpp()})},{func:(function(){__GLOBAL__sub_I_CompilerStack_cpp()})},{func:(function(){__GLOBAL__sub_I_Natspec_cpp()})},{func:(function(){__GLOBAL__sub_I_ErrorReporter_cpp()})},{func:(function(){__GLOBAL__sub_I_GasEstimator_cpp()})},{func:(function(){__GLOBAL__sub_I_SMTChecker_cpp()})},{func:(function(){__GLOBAL__sub_I_SymbolicIntVariable_cpp()})},{func:(function(){__GLOBAL__sub_I_VariableUsage_cpp()})},{func:(function(){__GLOBAL__sub_I_SymbolicVariable_cpp()})},{func:(function(){__GLOBAL__sub_I_libsolc_cpp()})},{func:(function(){__GLOBAL__sub_I_DocStringAnalyser_cpp()})},{func:(function(){__GLOBAL__sub_I_StaticAnalyzer_cpp()})},{func:(function(){__GLOBAL__sub_I_ViewPureChecker_cpp()})},{func:(function(){__GLOBAL__sub_I_TypeChecker_cpp()})},{func:(function(){__GLOBAL__sub_I_GlobalContext_cpp()})},{func:(function(){__GLOBAL__sub_I_NameAndTypeResolver_cpp()})},{func:(function(){__GLOBAL__sub_I_DeclarationContainer_cpp()})},{func:(function(){__GLOBAL__sub_I_ReferencesResolver_cpp()})},{func:(function(){__GLOBAL__sub_I_ConstantEvaluator_cpp()})});allocate([0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,1,0,0,28,2,0,0,29,2,0,0,47,0,0,0,236,255,255,255,236,255,255,255,144,1,0,0,30,2,0,0,31,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,179,0,0,244,112,1,0,176,179,0,0,53,112,1,0,88,0,0,0,0,0,0,0,136,179,0,0,132,113,1,0,136,179,0,0,250,115,1,0,216,179,0,0,183,115,1,0,0,0,0,0,2,0,0,0,192,43,0,0,2,0,0,0,120,0,0,0,2,8,0,0,136,179,0,0,13,116,1,0,216,179,0,0,97,115,1,0,0,0,0,0,2,0,0,0,128,0,0,0,2,0,0,0,160,0,0,0,3,244,255,255,216,179,0,0,86,116,1,0,0,0,0,0,2,0,0,0,232,0,0,0,2,0,0,0,160,0,0,0,3,224,255,255,216,179,0,0,165,116,1,0,0,0,0,0,1,0,0,0,40,40,0,0,3,228,255,255,176,179,0,0,204,116,1,0,16,1,0,0,0,0,0,0,136,179,0,0,54,117,1,0,176,179,0,0,234,117,1,0,72,1,0,0,0,0,0,0,176,179,0,0,98,117,1,0,232,44,0,0,0,0,0,0,176,179,0,0,164,117,1,0,8,45,0,0,0,0,0,0,136,179,0,0,32,118,1,0,176,179,0,0,81,118,1,0,96,1,0,0,0,0,0,0,136,179,0,0,219,118,1,0,176,179,0,0,156,130,1,0,120,43,0,0,0,0,0,0,216,179,0,0,65,130,1,0,0,0,0,0,1,0,0,0,40,40,0,0,3,228,255,255,216,179,0,0,27,130,1,0,0,0,0,0,1,0,0,0,40,40,0,0,3,228,255,255,216,179,0,0,255,129,1,0,0,0,0,0,1,0,0,0,40,40,0,0,3,228,255,255,216,179,0,0,224,129,1,0,0,0,0,0,1,0,0,0,40,40,0,0,3,228,255,255,216,179,0,0,181,129,1,0,0,0,0,0,1,0,0,0,40,40,0,0,3,228,255,255,176,179,0,0,169,126,1,0,112,39,0,0,0,0,0,0,176,179,0,0,147,126,1,0,112,39,0,0,0,0,0,0,176,179,0,0,237,127,1,0,16,1,0,0,0,0,0,0,176,179,0,0,132,128,1,0,56,2,0,0,0,0,0,0,136,179,0,0,60,128,1,0,136,179,0,0,64,129,1,0,216,179,0,0,82,145,1,0,0,0,0,0,1,0,0,0,88,2,0,0,3,224,255,255,216,179,0,0,52,145,1,0,0,0,0,0,1,0,0,0,40,40,0,0,3,228,255,255,216,179,0,0,32,140,1,0,0,0,0,0,2,0,0,0,144,2,0,0,0,0,0,0,152,2,0,0,2,4,0,0,136,179,0,0,109,140,1,0,136,179,0,0,53,140,1,0,216,179,0,0,127,142,1,0,0,0,0,0,2,0,0,0,192,2,0,0,2,0,0,0,160,0,0,0,3,244,255,255,216,179,0,0,214,142,1,0,0,0,0,0,2,0,0,0,224,43,0,0,2,0,0,0,120,0,0,0,2,8,0,0,216,179,0,0,75,143,1,0,0,0,0,0,2,0,0,0,40,40,0,0,2,0,0,0,160,0,0,0,3,228,255,255,176,179,0,0,132,143,1,0,32,45,0,0,0,0,0,0,216,179,0,0,201,143,1,0,0,0,0,0,2,0,0,0,192,1,0,0,2,0,0,0,160,0,0,0,3,224,255,255,176,179,0,0,16,144,1,0,152,44,0,0,0,0,0,0,176,179,0,0,237,144,1,0,152,44,0,0,0,0,0,0,176,179,0,0,113,145,1,0,152,44,0,0,0,0,0,0,176,179,0,0,122,146,1,0,120,3,0,0,0,0,0,0,136,179,0,0,189,145,1,0,136,179,0,0,241,146,1,0,176,179,0,0,57,147,1,0,152,44,0,0,0,0,0,0,176,179,0,0,139,147,1,0,152,44,0,0,0,0,0,0,176,179,0,0,34,148,1,0,16,1,0,0,0,0,0,0,216,179,0,0,154,148,1,0,0,0,0,0,2,0,0,0,216,8,0,0,2,0,0,0,208,3,0,0,2,28,0,0,136,179,0,0,183,148,1,0,216,179,0,0,249,149,1,0,0,0,0,0,2,0,0,0,168,1,0,0,2,0,0,0,160,0,0,0,3,224,255,255,176,179,0,0,61,150,1,0,96,1,0,0,0,0,0,0,176,179,0,0,57,151,1,0,96,1,0,0,0,0,0,0,176,179,0,0,227,151,1,0,152,44,0,0,0,0,0,0,216,179,0,0,153,152,1,0,0,0,0,0,2,0,0,0,72,4,0,0,2,0,0,0,160,0,0,0,3,224,255,255,216,179,0,0,224,152,1,0,0,0,0,0,1,0,0,0,40,40,0,0,3,228,255,255,176,179,0,0,13,153,1,0,152,44,0,0,0,0,0,0,136,179,0,0,94,153,1,0,136,179,0,0,155,153,1,0,136,179,0,0,213,153,1,0,176,179,0,0,246,153,1,0,128,4,0,0,0,0,0,0,176,179,0,0,16,154,1,0,152,44,0,0,0,0,0,0,216,179,0,0,90,154,1,0,0,0,0,0,1,0,0,0,128,4,0,0,0,0,0,0,216,179,0,0,241,169,1,0,0,0,0,0,1,0,0,0,40,40,0,0,3,228,255,255,216,179,0,0,37,176,1,0,0,0,0,0,2,0,0,0,248,4,0,0,2,0,0,0,160,0,0,0,3,244,255,255,216,179,0,0,121,176,1,0,0,0,0,0,2,0,0,0,208,43,0,0,2,0,0,0,120,0,0,0,2,8,0,0,176,179,0,0,108,177,1,0,152,44,0,0,0,0,0,0,176,179,0,0,190,177,1,0,152,44,0,0,0,0,0,0,176,179,0,0,23,178,1,0,72,5,0,0,0,0,0,0,136,179,0,0,233,178,1,0,176,179,0,0,11,179,1,0,152,44,0,0,0,0,0,0,176,179,0,0,71,180,1,0,112,4,0,0,0,0,0,0,136,179,0,0,17,180,1,0,176,179,0,0,130,181,1,0,120,4,0,0,0,0,0,0,136,179,0,0,182,180,1,0,216,179,0,0,238,181,1,0,0,0,0,0,2,0,0,0,176,5,0,0,2,0,0,0,144,2,0,0,2,0,0,0,136,179,0,0,167,184,1,0,216,179,0,0,204,184,1,0,0,0,0,0,2,0,0,0,192,4,0,0,2,0,0,0,160,0,0,0,3,224,255,255,216,179,0,0,10,186,1,0,0,0,0,0,1,0,0,0,128,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,216,179,0,0,182,186,1,0,0,0,0,0,1,0,0,0,128,4,0,0,0,0,0,0,216,179,0,0,242,190,1,0,0,0,0,0,2,0,0,0,56,6,0,0,2,0,0,0,160,0,0,0,3,244,255,255,216,179,0,0,71,191,1,0,0,0,0,0,2,0,0,0,176,43,0,0,2,0,0,0,120,0,0,0,2,8,0,0,216,179,0,0,137,191,1,0,0,0,0,0,1,0,0,0,128,4,0,0,0,0,0,0,176,179,0,0,137,197,1,0,176,3,0,0,0,0,0,0,176,179,0,0,138,196,1,0,152,6,0,0,0,0,0,0,136,179,0,0,67,196,1,0,136,179,0,0,49,197,1,0,216,179,0,0,92,198,1,0,0,0,0,0,1,0,0,0,128,4,0,0,0,0,0,0,176,179,0,0,23,239,1,0,152,44,0,0,0,0,0,0,176,179,0,0,106,239,1,0,152,44,0,0,0,0,0,0,176,179,0,0,183,239,1,0,152,44,0,0,0,0,0,0,176,179,0,0,37,241,1,0,152,44,0,0,0,0,0,0,176,179,0,0,117,241,1,0,152,44,0,0,0,0,0,0,176,179,0,0,194,241,1,0,152,44,0,0,0,0,0,0,176,179,0,0,52,242,1,0,152,44,0,0,0,0,0,0,176,179,0,0,58,243,1,0,152,44,0,0,0,0,0,0,176,179,0,0,9,247,1,0,80,7,0,0,0,0,0,0,136,179,0,0,151,243,1,0,136,179,0,0,183,247,1,0,176,179,0,0,200,248,1,0,112,7,0,0,0,0,0,0,136,179,0,0,134,248,1,0,136,179,0,0,104,249,1,0,176,179,0,0,220,249,1,0,152,44,0,0,0,0,0,0,176,179,0,0,133,251,1,0,152,44,0,0,0,0,0,0,176,179,0,0,234,251,1,0,152,44,0,0,0,0,0,0,176,179,0,0,71,252,1,0,152,44,0,0,0,0,0,0,176,179,0,0,152,252,1,0,152,44,0,0,0,0,0,0,216,179,0,0,229,252,1,0,0,0,0,0,1,0,0,0,224,7,0,0,0,0,0,0,136,179,0,0,237,7,2,0,176,179,0,0,117,9,2,0,152,44,0,0,0,0,0,0,216,179,0,0,172,10,2,0,0,0,0,0,1,0,0,0,40,40,0,0,0,0,0,0,216,179,0,0,147,13,2,0,0,0,0,0,1,0,0,0,128,4,0,0,0,0,0,0,176,179,0,0,181,20,2,0,80,7,0,0,0,0,0,0,136,179,0,0,16,20,2,0,176,179,0,0,106,21,2,0,152,44,0,0,0,0,0,0,176,179,0,0,5,22,2,0,152,44,0,0,0,0,0,0,176,179,0,0,85,22,2,0,152,44,0,0,0,0,0,0,176,179,0,0,161,22,2,0,152,44,0,0,0,0,0,0,216,179,0,0,240,22,2,0,0,0,0,0,1,0,0,0,128,4,0,0,0,0,0,0,216,179,0,0,130,23,2,0,0,0,0,0,1,0,0,0,128,4,0,0,0,0,0,0,216,179,0,0,132,28,2,0,0,0,0,0,1,0,0,0,128,4,0,0,0,0,0,0,176,179,0,0,149,30,2,0,128,4,0,0,0,0,0,0,216,179,0,0,114,43,2,0,0,0,0,0,1,0,0,0,144,2,0,0,0,0,0,0,176,179,0,0,138,43,2,0,176,3,0,0,0,0,0,0,216,179,0,0,170,43,2,0,0,0,0,0,2,0,0,0,176,3,0,0,2,0,0,0,16,14,0,0,2,44,0,0,176,179,0,0,206,43,2,0,216,8,0,0,0,0,0,0,216,179,0,0,234,43,2,0,0,0,0,0,2,0,0,0,200,10,0,0,2,0,0,0,208,3,0,0,2,36,0,0,216,179,0,0,0,44,2,0,0,0,0,0,2,0,0,0,24,14,0,0,2,0,0,0,208,3,0,0,2,36,0,0,176,179,0,0,30,44,2,0,216,8,0,0,0,0,0,0,176,179,0,0,63,44,2,0,176,3,0,0,0,0,0,0,176,179,0,0,96,44,2,0,216,8,0,0,0,0,0,0,176,179,0,0,134,44,2,0,216,8,0,0,0,0,0,0,176,179,0,0,169,44,2,0,176,3,0,0,0,0,0,0,176,179,0,0,203,44,2,0,176,3,0,0,0,0,0,0,176,179,0,0,229,44,2,0,216,8,0,0,0,0,0,0,216,179,0,0,4,45,2,0,0,0,0,0,3,0,0,0,64,13,0,0,2,0,0,0,16,14,0,0,2,72,0,0,40,14,0,0,2,80,0,0,176,179,0,0,40,45,2,0,176,3,0,0,0,0,0,0,216,179,0,0,77,45,2,0,0,0,0,0,2,0,0,0,64,13,0,0,2,0,0,0,16,14,0,0,2,72,0,0,176,179,0,0,113,45,2,0,216,8,0,0,0,0,0,0,216,179,0,0,149,45,2,0,0,0,0,0,2,0,0,0,64,13,0,0,2,0,0,0,16,14,0,0,2,72,0,0,176,179,0,0,182,45,2,0,216,8,0,0,0,0,0,0,176,179,0,0,207,45,2,0,104,10,0,0,0,0,0,0,176,179,0,0,243,45,2,0,104,10,0,0,0,0,0,0,176,179,0,0,24,46,2,0,104,10,0,0,0,0,0,0,176,179,0,0,58,46,2,0,104,10,0,0,0,0,0,0,176,179,0,0,82,46,2,0,104,10,0,0,0,0,0,0,216,179,0,0,113,46,2,0,0,0,0,0,2,0,0,0,216,8,0,0,2,0,0,0,16,14,0,0,2,28,0,0,176,179,0,0,139,46,2,0,200,10,0,0,0,0,0,0,176,179,0,0,171,46,2,0,200,10,0,0,0,0,0,0,176,179,0,0,209,46,2,0,200,10,0,0,0,0,0,0,176,179,0,0,238,46,2,0,24,14,0,0,0,0,0,0,176,179,0,0,14,47,2,0,200,10,0,0,0,0,0,0,176,179,0,0,39,47,2,0,200,10,0,0,0,0,0,0,176,179,0,0,61,47,2,0,200,10,0,0,0,0,0,0,176,179,0,0,84,47,2,0,200,10,0,0,0,0,0,0,176,179,0,0,106,47,2,0,200,10,0,0,0,0,0,0,176,179,0,0,137,47,2,0,200,10,0,0,0,0,0,0,176,179,0,0,183,47,2,0,200,10,0,0,0,0,0,0,176,179,0,0,220,47,2,0,216,8,0,0,0,0,0,0,176,179,0,0,248,47,2,0,152,11,0,0,0,0,0,0,176,179,0,0,21,48,2,0,152,11,0,0,0,0,0,0,176,179,0,0,49,48,2,0,152,11,0,0,0,0,0,0,176,179,0,0,82,48,2,0,152,11,0,0,0,0,0,0,176,179,0,0,114,48,2,0,152,11,0,0,0,0,0,0,176,179,0,0,147,48,2,0,152,11,0,0,0,0,0,0,176,179,0,0,177,48,2,0,152,11,0,0,0,0,0,0,176,179,0,0,208,48,2,0,152,11,0,0,0,0,0,0,176,179,0,0,238,48,2,0,152,11,0,0,0,0,0,0,176,179,0,0,11,49,2,0,48,14,0,0,0,0,0,0,176,179,0,0,39,49,2,0,48,14,0,0,0,0,0,0,176,179,0,0,85,49,2,0,48,14,0,0,0,0,0,0,136,179,0,0,172,58,2,0,176,179,0,0,134,58,2,0,104,12,0,0,0,0,0,0,176,179,0,0,100,58,2,0,104,12,0,0,0,0,0,0,216,179,0,0,57,57,2,0,0,0,0,0,2,0,0,0,192,12,0,0,2,0,0,0,64,14,0,0,2,16,0,0,176,179,0,0,21,57,2,0,104,12,0,0,0,0,0,0,176,179,0,0,234,56,2,0,104,12,0,0,0,0,0,0,216,179,0,0,188,56,2,0,0,0,0,0,2,0,0,0,104,12,0,0,2,0,0,0,64,14,0,0,2,4,0,0,216,179,0,0,61,56,2,0,0,0,0,0,2,0,0,0,104,12,0,0,2,0,0,0,64,14,0,0,2,4,0,0,216,179,0,0,18,56,2,0,0,0,0,0,2,0,0,0,104,12,0,0,2,0,0,0,64,14,0,0,2,4,0,0,176,179,0,0,227,55,2,0,176,12,0,0,0,0,0,0,216,179,0,0,159,55,2,0,0,0,0,0,2,0,0,0,176,3,0,0,2,0,0,0,72,14,0,0,2,44,0,0,176,179,0,0,112,55,2,0,104,12,0,0,0,0,0,0,216,179,0,0,75,55,2,0,0,0,0,0,2,0,0,0,104,12,0,0,2,0,0,0,64,14,0,0,2,4,0,0,176,179,0,0,33,55,2,0,112,13,0,0,0,0,0,0,176,179,0,0,255,54,2,0,112,13,0,0,0,0,0,0,176,179,0,0,161,54,2,0,112,13,0,0,0,0,0,0,176,179,0,0,123,54,2,0,104,12,0,0,0,0,0,0,176,179,0,0,83,54,2,0,192,13,0,0,0,0,0,0,176,179,0,0,40,54,2,0,192,13,0,0,0,0,0,0,176,179,0,0,0,54,2,0,192,13,0,0,0,0,0,0,176,179,0,0,218,53,2,0,192,13,0,0,0,0,0,0,136,179,0,0,190,53,2,0,176,179,0,0,154,53,2,0,200,10,0,0,0,0,0,0,136,179,0,0,114,53,2,0,176,179,0,0,79,53,2,0,152,11,0,0,0,0,0,0,136,179,0,0,217,54,2,0,136,179,0,0,196,55,2,0,176,179,0,0,107,56,2,0,152,44,0,0,0,0,0,0,176,179,0,0,21,58,2,0,152,44,0,0,0,0,0,0,176,179,0,0,203,58,2,0,112,2,0,0,0,0,0,0,176,179,0,0,232,58,2,0,112,2,0,0,0,0,0,0,176,179,0,0,8,59,2,0,112,2,0,0,0,0,0,0,176,179,0,0,44,59,2,0,112,2,0,0,0,0,0,0,176,179,0,0,79,59,2,0,112,2,0,0,0,0,0,0,176,179,0,0,111,59,2,0,112,2,0,0,0,0,0,0,176,179,0,0,141,59,2,0,112,2,0,0,0,0,0,0,176,179,0,0,172,59,2,0,208,14,0,0,0,0,0,0,176,179,0,0,198,59,2,0,208,14,0,0,0,0,0,0,176,179,0,0,226,59,2,0,112,2,0,0,0,0,0,0,176,179,0,0,251,59,2,0,112,2,0,0,0,0,0,0,176,179,0,0,21,60,2,0,112,2,0,0,0,0,0,0,176,179,0,0,51,60,2,0,112,2,0,0,0,0,0,0,176,179,0,0,80,60,2,0,112,2,0,0,0,0,0,0,176,179,0,0,105,60,2,0,112,2,0,0,0,0,0,0,176,179,0,0,135,60,2,0,112,2,0,0,0,0,0,0,176,179,0,0,163,60,2,0,112,2,0,0,0,0,0,0,176,179,0,0,189,60,2,0,112,2,0,0,0,0,0,0,176,179,0,0,69,84,2,0,168,15,0,0,0,0,0,0,136,179,0,0,23,84,2,0,136,179,0,0,171,84,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,176,179,0,0,8,85,2,0,144,43,0,0,0,0,0,0,176,179,0,0,181,85,2,0,112,2,0,0,0,0,0,0,176,179,0,0,222,85,2,0,152,44,0,0,0,0,0,0,176,179,0,0,58,86,2,0,152,44,0,0,0,0,0,0,176,179,0,0,144,86,2,0,152,44,0,0,0,0,0,0,176,179,0,0,231,86,2,0,152,44,0,0,0,0,0,0,216,179,0,0,58,87,2,0,0,0,0,0,2,0,0,0,144,1,0,0,2,0,0,0,160,0,0,0,3,224,255,255,176,179,0,0,243,89,2,0,152,44,0,0,0,0,0,0,176,179,0,0,60,98,2,0,248,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,176,179,0,0,65,99,2,0,192,16,0,0,0,0,0,0,216,179,0,0,87,98,2,0,0,0,0,0,2,0,0,0,160,16,0,0,2,0,0,0,160,0,0,0,3,244,255,255,216,179,0,0,178,98,2,0,0,0,0,0,2,0,0,0,88,16,0,0,2,0,0,0,120,0,0,0,2,12,0,0,176,179,0,0,118,99,2,0,208,16,0,0,0,0,0,0,176,179,0,0,242,99,2,0,224,16,0,0,0,0,0,0,176,179,0,0,110,100,2,0,240,16,0,0,0,0,0,0,136,179,0,0,234,100,2,0,176,179,0,0,242,108,2,0,152,44,0,0,0,0,0,0,176,179,0,0,70,109,2,0,152,44,0,0,0,0,0,0,176,179,0,0,145,109,2,0,152,44,0,0,0,0,0,0,176,179,0,0,225,109,2,0,152,44,0,0,0,0,0,0,176,179,0,0,229,110,2,0,152,44,0,0,0,0,0,0,176,179,0,0,241,111,2,0,152,44,0,0,0,0,0,0,176,179,0,0,184,112,2,0,152,44,0,0,0,0,0,0,176,179,0,0,10,113,2,0,152,44,0,0,0,0,0,0,176,179,0,0,107,113,2,0,152,44,0,0,0,0,0,0,176,179,0,0,195,113,2,0,152,44,0,0,0,0,0,0,176,179,0,0,20,114,2,0,152,44,0,0,0,0,0,0,176,179,0,0,108,114,2,0,152,44,0,0,0,0,0,0,176,179,0,0,205,114,2,0,152,44,0,0,0,0,0,0,176,179,0,0,31,115,2,0,152,44,0,0,0,0,0,0,176,179,0,0,112,115,2,0,152,44,0,0,0,0,0,0,176,179,0,0,195,115,2,0,152,44,0,0,0,0,0,0,176,179,0,0,20,116,2,0,152,44,0,0,0,0,0,0,176,179,0,0,103,116,2,0,152,44,0,0,0,0,0,0,176,179,0,0,183,116,2,0,152,44,0,0,0,0,0,0,176,179,0,0,16,117,2,0,152,44,0,0,0,0,0,0,176,179,0,0,89,117,2,0,152,44,0,0,0,0,0,0,176,179,0,0,163,117,2,0,152,44,0,0,0,0,0,0,176,179,0,0,236,117,2,0,152,44,0,0,0,0,0,0,176,179,0,0,56,118,2,0,152,44,0,0,0,0,0,0,176,179,0,0,131,118,2,0,152,44,0,0,0,0,0,0,176,179,0,0,130,119,2,0,152,44,0,0,0,0,0,0,176,179,0,0,209,119,2,0,152,44,0,0,0,0,0,0,176,179,0,0,40,120,2,0,152,44,0,0,0,0,0,0,176,179,0,0,117,120,2,0,152,44,0,0,0,0,0,0,176,179,0,0,190,120,2,0,152,44,0,0,0,0,0,0,176,179,0,0,16,121,2,0,152,44,0,0,0,0,0,0,176,179,0,0,103,121,2,0,152,44,0,0,0,0,0,0,176,179,0,0,191,121,2,0,152,44,0,0,0,0,0,0,176,179,0,0,21,122,2,0,152,44,0,0,0,0,0,0,176,179,0,0,105,122,2,0,152,44,0,0,0,0,0,0,176,179,0,0,247,122,2,0,64,19,0,0,0,0,0,0,136,179,0,0,192,122,2,0,136,179,0,0,98,123,2,0,176,179,0,0,132,123,2,0,152,44,0,0,0,0,0,0,176,179,0,0,215,123,2,0,152,44,0,0,0,0,0,0,176,179,0,0,44,124,2,0,152,44,0,0,0,0,0,0,176,179,0,0,129,124,2,0,152,44,0,0,0,0,0,0,176,179,0,0,216,124,2,0,152,44,0,0,0,0,0,0,176,179,0,0,49,125,2,0,152,44,0,0,0,0,0,0,176,179,0,0,203,125,2,0,152,44,0,0,0,0,0,0,176,179,0,0,34,126,2,0,152,44,0,0,0,0,0,0,176,179,0,0,118,126,2,0,152,44,0,0,0,0,0,0,176,179,0,0,202,126,2,0,152,44,0,0,0,0,0,0,176,179,0,0,132,136,2,0,56,2,0,0,0,0,0,0,136,179,0,0,231,135,2,0,176,179,0,0,78,139,2,0,24,20,0,0,0,0,0,0,136,179,0,0,85,137,2,0,136,179,0,0,96,140,2,0,176,179,0,0,122,141,2,0,80,7,0,0,0,0,0,0,136,179,0,0,221,140,2,0,216,179,0,0,54,143,2,0,0,0,0,0,2,0,0,0,88,20,0,0,2,0,0,0,160,0,0,0,3,224,255,255,216,179,0,0,126,143,2,0,0,0,0,0,1,0,0,0,40,40,0,0,3,228,255,255,176,179,0,0,236,147,2,0,152,44,0,0,0,0,0,0,176,179,0,0,96,148,2,0,152,44,0,0,0,0,0,0,176,179,0,0,171,148,2,0,152,44,0,0,0,0,0,0,176,179,0,0,199,150,2,0,176,20,0,0,0,0,0,0,136,179,0,0,220,150,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,176,179,0,0,230,156,2,0,152,44,0,0,0,0,0,0,176,179,0,0,14,158,2,0,152,44,0,0,0,0,0,0,216,179,0,0,21,159,2,0,0,0,0,0,2,0,0,0,8,21,0,0,2,0,0,0,160,0,0,0,3,244,255,255,216,179,0,0,102,159,2,0,0,0,0,0,2,0,0,0,40,21,0,0,2,0,0,0,120,0,0,0,2,4,0,0,176,179,0,0,164,159,2,0,120,43,0,0,0,0,0,0,136,179,0,0,142,151,2,0,136,179,0,0,188,152,2,0,136,179,0,0,221,152,2,0,176,179,0,0,231,159,2,0,152,44,0,0,0,0,0,0,176,179,0,0,212,160,2,0,152,44,0,0,0,0,0,0,176,179,0,0,31,173,2,0,136,21,0,0,0,0,0,0,136,179,0,0,220,172,2,0,136,179,0,0,171,173,2,0,176,179,0,0,99,174,2,0,168,21,0,0,0,0,0,0,136,179,0,0,245,173,2,0,136,179,0,0,236,174,2,0,176,179,0,0,164,175,2,0,200,21,0,0,0,0,0,0,136,179,0,0,51,175,2,0,136,179,0,0,48,176,2,0,136,179,0,0,159,176,2,0,136,179,0,0,122,176,2,0,136,179,0,0,229,169,2,0,176,179,0,0,46,177,2,0,136,21,0,0,0,0,0,0,136,179,0,0,199,176,2,0,176,179,0,0,249,177,2,0,168,21,0,0,0,0,0,0,136,179,0,0,184,177,2,0,176,179,0,0,193,178,2,0,200,21,0,0,0,0,0,0,136,179,0,0,128,178,2,0,176,179,0,0,178,191,2,0,72,22,0,0,0,0,0,0,136,179,0,0,177,190,2,0,136,179,0,0,60,192,2,0,176,179,0,0,190,192,2,0,72,22,0,0,0,0,0,0,136,179,0,0,126,192,2,0,216,179,0,0,229,193,2,0,0,0,0,0,2,0,0,0,216,1,0,0,2,0,0,0,160,0,0,0,3,224,255,255,176,179,0,0,171,206,2,0,160,22,0,0,0,0,0,0,136,179,0,0,40,205,2,0,136,179,0,0,73,207,2,0,176,179,0,0,47,209,2,0,160,22,0,0,0,0,0,0,136,179,0,0,164,207,2,0,176,179,0,0,56,212,2,0,160,22,0,0,0,0,0,0,136,179,0,0,227,209,2,0,176,179,0,0,124,214,2,0,160,22,0,0,0,0,0,0,136,179,0,0,233,212,2,0,176,179,0,0,63,217,2,0,160,22,0,0,0,0,0,0,136,179,0,0,51,215,2,0,176,179,0,0,136,218,2,0,160,22,0,0,0,0,0,0,136,179,0,0,238,217,2,0,176,179,0,0,65,220,2,0,160,22,0,0,0,0,0,0,136,179,0,0,35,219,2,0,176,179,0,0,223,221,2,0,160,22,0,0,0,0,0,0,136,179,0,0,224,220,2,0,176,179,0,0,89,224,2,0,160,22,0,0,0,0,0,0,136,179,0,0,124,222,2,0,176,179,0,0,204,225,2,0,160,22,0,0,0,0,0,0,136,179,0,0,249,224,2,0,176,179,0,0,235,227,2,0,160,22,0,0,0,0,0,0,136,179,0,0,128,226,2,0,176,179,0,0,47,232,2,0,160,22,0,0,0,0,0,0,136,179,0,0,172,228,2,0,176,179,0,0,136,236,2,0,160,22,0,0,0,0,0,0,136,179,0,0,231,232,2,0,176,179,0,0,39,239,2,0,160,22,0,0,0,0,0,0,136,179,0,0,61,237,2,0,176,179,0,0,112,242,2,0,160,22,0,0,0,0,0,0,136,179,0,0,224,239,2,0,176,179,0,0,15,244,2,0,160,22,0,0,0,0,0,0,136,179,0,0,44,243,2,0,176,179,0,0,201,245,2,0,160,22,0,0,0,0,0,0,136,179,0,0,220,244,2,0,176,179,0,0,122,250,2,0,160,22,0,0,0,0,0,0,136,179,0,0,150,246,2,0,176,179,0,0,82,2,3,0,160,22,0,0,0,0,0,0,136,179,0,0,53,251,2,0,176,179,0,0,34,5,3,0,160,22,0,0,0,0,0,0,136,179,0,0,24,3,3,0,176,179,0,0,163,10,3,0,160,22,0,0,0,0,0,0,136,179,0,0,228,5,3,0,176,179,0,0,129,13,3,0,160,22,0,0,0,0,0,0,136,179,0,0,96,11,3,0,176,179,0,0,102,16,3,0,160,22,0,0,0,0,0,0,136,179,0,0,59,14,3,0,176,179,0,0,121,18,3,0,160,22,0,0,0,0,0,0,136,179,0,0,33,17,3,0,176,179,0,0,37,20,3,0,160,22,0,0,0,0,0,0,136,179,0,0,39,19,3,0,176,179,0,0,171,21,3,0,160,22,0,0,0,0,0,0,136,179,0,0,207,20,3,0,176,179,0,0,27,23,3,0,160,22,0,0,0,0,0,0,136,179,0,0,87,22,3,0,176,179,0,0,1,27,3,0,160,22,0,0,0,0,0,0,136,179,0,0,207,23,3,0,176,179,0,0,224,30,3,0,160,22,0,0,0,0,0,0,136,179,0,0,172,27,3,0,176,179,0,0,100,34,3,0,160,22,0,0,0,0,0,0,136,179,0,0,134,31,3,0,176,179,0,0,120,37,3,0,160,22,0,0,0,0,0,0,136,179,0,0,49,35,3,0,176,179,0,0,72,38,3,0,216,25,0,0,0,0,0,0,176,179,0,0,103,38,3,0,216,25,0,0,0,0,0,0,176,179,0,0,131,38,3,0,216,25,0,0,0,0,0,0,176,179,0,0,160,38,3,0,216,25,0,0,0,0,0,0,176,179,0,0,201,38,3,0,216,25,0,0,0,0,0,0,176,179,0,0,237,38,3,0,216,25,0,0,0,0,0,0,136,179,0,0,124,45,3,0,216,179,0,0,147,45,3,0,0,0,0,0,1,0,0,0,128,4,0,0,0,0,0,0,176,179,0,0,154,56,3,0,24,20,0,0,0,0,0,0,136,179,0,0,211,54,3,0,176,179,0,0,169,57,3,0,80,7,0,0,0,0,0,0,136,179,0,0,100,57,3,0,176,179,0,0,169,58,3,0,64,19,0,0,0,0,0,0,136,179,0,0,92,58,3,0,176,179,0,0,172,66,3,0,88,26,0,0,0,0,0,0,136,179,0,0,187,65,3,0,136,179,0,0,61,67,3,0,176,179,0,0,206,67,3,0,120,26,0,0,0,0,0,0,136,179,0,0,134,67,3,0,136,179,0,0,92,68,3,0,176,179,0,0,234,68,3,0,152,26,0,0,0,0,0,0,136,179,0,0,162,68,3,0,136,179,0,0,123,69,3,0,176,179,0,0,174,70,3,0,88,26,0,0,0,0,0,0,136,179,0,0,196,69,3,0,176,179,0,0,173,71,3,0,120,26,0,0,0,0,0,0,136,179,0,0,82,71,3,0,176,179,0,0,41,73,3,0,152,26,0,0,0,0,0,0,136,179,0,0,78,72,3,0,176,179,0,0,23,74,3,0,88,26,0,0,0,0,0,0,136,179,0,0,205,73,3,0,176,179,0,0,130,75,3,0,120,26,0,0,0,0,0,0,136,179,0,0,170,74,3,0,176,179,0,0,213,76,3,0,152,26,0,0,0,0,0,0,136,179,0,0,18,76,3,0,176,179,0,0,67,78,3,0,152,44,0,0,0,0,0,0,176,179,0,0,71,82,3,0,72,22,0,0,0,0,0,0,136,179,0,0,54,81,3,0,176,179,0,0,190,83,3,0,72,22,0,0,0,0,0,0,136,179,0,0,217,82,3,0,176,179,0,0,130,85,3,0,72,22,0,0,0,0,0,0,136,179,0,0,92,84,3,0,176,179,0,0,134,87,3,0,72,22,0,0,0,0,0,0,136,179,0,0,12,86,3,0,216,179,0,0,27,88,3,0,0,0,0,0,1,0,0,0,128,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,176,179,0,0,255,110,3,0,72,22,0,0,0,0,0,0,136,179,0,0,186,110,3,0,216,179,0,0,14,112,3,0,0,0,0,0,2,0,0,0,64,2,0,0,2,0,0,0,160,0,0,0,3,220,255,255,0,0,0,0,0,0,0,0,176,179,0,0,97,114,3,0,152,44,0,0,0,0,0,0,176,179,0,0,13,115,3,0,40,28,0,0,0,0,0,0,136,179,0,0,196,114,3,0,136,179,0,0,56,116,3,0,176,179,0,0,200,123,3,0,88,28,0,0,0,0,0,0,176,179,0,0,65,122,3,0,80,28,0,0,0,0,0,0,136,179,0,0,253,122,3,0,136,179,0,0,189,124,3,0,176,179,0,0,73,126,3,0,88,28,0,0,0,0,0,0,176,179,0,0,142,125,3,0,80,28,0,0,0,0,0,0,176,179,0,0,249,127,3,0,88,28,0,0,0,0,0,0,176,179,0,0,61,127,3,0,80,28,0,0,0,0,0,0,176,179,0,0,174,129,3,0,88,28,0,0,0,0,0,0,176,179,0,0,238,128,3,0,80,28,0,0,0,0,0,0,176,179,0,0,96,131,3,0,88,28,0,0,0,0,0,0,176,179,0,0,167,130,3,0,80,28,0,0,0,0,0,0,176,179,0,0,230,132,3,0,248,28,0,0,0,0,0,0,136,179,0,0,82,132,3,0,136,179,0,0,163,133,3,0,176,179,0,0,106,134,3,0,248,28,0,0,0,0,0,0,136,179,0,0,214,133,3,0,176,179,0,0,187,135,3,0,248,28,0,0,0,0,0,0,136,179,0,0,39,135,3,0,176,179,0,0,12,137,3,0,248,28,0,0,0,0,0,0,136,179,0,0,120,136,3,0,176,179,0,0,93,138,3,0,248,28,0,0,0,0,0,0,136,179,0,0,201,137,3,0,176,179,0,0,174,139,3,0,248,28,0,0,0,0,0,0,136,179,0,0,26,139,3,0,176,179,0,0,255,140,3,0,248,28,0,0,0,0,0,0,136,179,0,0,107,140,3,0,176,179,0,0,80,142,3,0,248,28,0,0,0,0,0,0,136,179,0,0,188,141,3,0,176,179,0,0,161,143,3,0,248,28,0,0,0,0,0,0,136,179,0,0,13,143,3,0,176,179,0,0,242,144,3,0,248,28,0,0,0,0,0,0,136,179,0,0,94,144,3,0,176,179,0,0,67,146,3,0,248,28,0,0,0,0,0,0,136,179,0,0,175,145,3,0,176,179,0,0,148,147,3,0,248,28,0,0,0,0,0,0,136,179,0,0,0,147,3,0,176,179,0,0,229,148,3,0,248,28,0,0,0,0,0,0,136,179,0,0,81,148,3,0,176,179,0,0,54,150,3,0,248,28,0,0,0,0,0,0,136,179,0,0,162,149,3,0,176,179,0,0,135,151,3,0,248,28,0,0,0,0,0,0,136,179,0,0,243,150,3,0,176,179,0,0,216,152,3,0,248,28,0,0,0,0,0,0,136,179,0,0,68,152,3,0,176,179,0,0,41,154,3,0,248,28,0,0,0,0,0,0,136,179,0,0,149,153,3,0,176,179,0,0,122,155,3,0,248,28,0,0,0,0,0,0,136,179,0,0,230,154,3,0,176,179,0,0,203,156,3,0,248,28,0,0,0,0,0,0,136,179,0,0,55,156,3,0,176,179,0,0,28,158,3,0,248,28,0,0,0,0,0,0,136,179,0,0,136,157,3,0,176,179,0,0,109,159,3,0,248,28,0,0,0,0,0,0,136,179,0,0,217,158,3,0,176,179,0,0,190,160,3,0,248,28,0,0,0,0,0,0,136,179,0,0,42,160,3,0,176,179,0,0,15,162,3,0,248,28,0,0,0,0,0,0,136,179,0,0,123,161,3,0,176,179,0,0,96,163,3,0,248,28,0,0,0,0,0,0,136,179,0,0,204,162,3,0,176,179,0,0,177,164,3,0,248,28,0,0,0,0,0,0,136,179,0,0,29,164,3,0,176,179,0,0,2,166,3,0,248,28,0,0,0,0,0,0,136,179,0,0,110,165,3,0,176,179,0,0,83,167,3,0,248,28,0,0,0,0,0,0,136,179,0,0,191,166,3,0,176,179,0,0,164,168,3,0,248,28,0,0,0,0,0,0,136,179,0,0,16,168,3,0,176,179,0,0,245,169,3,0,248,28,0,0,0,0,0,0,136,179,0,0,97,169,3,0,176,179,0,0,70,171,3,0,248,28,0,0,0,0,0,0,136,179,0,0,178,170,3,0,176,179,0,0,151,172,3,0,248,28,0,0,0,0,0,0,136,179,0,0,3,172,3,0,176,179,0,0,232,173,3,0,248,28,0,0,0,0,0,0,136,179,0,0,84,173,3,0,176,179,0,0,57,175,3,0,248,28,0,0,0,0,0,0,136,179,0,0,165,174,3,0,176,179,0,0,138,176,3,0,248,28,0,0,0,0,0,0,136,179,0,0,246,175,3,0,176,179,0,0,219,177,3,0,248,28,0,0,0,0,0,0,136,179,0,0,71,177,3,0,176,179,0,0,44,179,3,0,248,28,0,0,0,0,0,0,136,179,0,0,152,178,3,0,176,179,0,0,125,180,3,0,248,28,0,0,0,0,0,0,136,179,0,0,233,179,3,0,176,179,0,0,206,181,3,0,248,28,0,0,0,0,0,0,136,179,0,0,58,181,3,0,176,179,0,0,31,183,3,0,248,28,0,0,0,0,0,0,136,179,0,0,139,182,3,0,176,179,0,0,112,184,3,0,248,28,0,0,0,0,0,0,136,179,0,0,220,183,3,0,176,179,0,0,193,185,3,0,248,28,0,0,0,0,0,0,136,179,0,0,45,185,3,0,176,179,0,0,18,187,3,0,248,28,0,0,0,0,0,0,136,179,0,0,126,186,3,0,176,179,0,0,99,188,3,0,248,28,0,0,0,0,0,0,136,179,0,0,207,187,3,0,176,179,0,0,180,189,3,0,248,28,0,0,0,0,0,0,136,179,0,0,32,189,3,0,176,179,0,0,5,191,3,0,248,28,0,0,0,0,0,0,136,179,0,0,113,190,3,0,176,179,0,0,86,192,3,0,248,28,0,0,0,0,0,0,136,179,0,0,194,191,3,0,176,179,0,0,167,193,3,0,248,28,0,0,0,0,0,0,136,179,0,0,19,193,3,0,176,179,0,0,248,194,3,0,248,28,0,0,0,0,0,0,136,179,0,0,100,194,3,0,176,179,0,0,73,196,3,0,248,28,0,0,0,0,0,0,136,179,0,0,181,195,3,0,176,179,0,0,154,197,3,0,248,28,0,0,0,0,0,0,136,179,0,0,6,197,3,0,176,179,0,0,235,198,3,0,248,28,0,0,0,0,0,0,136,179,0,0,87,198,3,0,176,179,0,0,60,200,3,0,248,28,0,0,0,0,0,0,136,179,0,0,168,199,3,0,176,179,0,0,141,201,3,0,248,28,0,0,0,0,0,0,136,179,0,0,249,200,3,0,176,179,0,0,222,202,3,0,248,28,0,0,0,0,0,0,136,179,0,0,74,202,3,0,176,179,0,0,47,204,3,0,248,28,0,0,0,0,0,0,136,179,0,0,155,203,3,0,176,179,0,0,128,205,3,0,248,28,0,0,0,0,0,0,136,179,0,0,236,204,3,0,176,179,0,0,209,206,3,0,248,28,0,0,0,0,0,0,136,179,0,0,61,206,3,0,176,179,0,0,34,208,3,0,248,28,0,0,0,0,0,0,136,179,0,0,142,207,3,0,176,179,0,0,115,209,3,0,248,28,0,0,0,0,0,0,136,179,0,0,223,208,3,0,176,179,0,0,196,210,3,0,248,28,0,0,0,0,0,0,136,179,0,0,48,210,3,0,176,179,0,0,21,212,3,0,248,28,0,0,0,0,0,0,136,179,0,0,129,211,3,0,176,179,0,0,102,213,3,0,248,28,0,0,0,0,0,0,136,179,0,0,210,212,3,0,176,179,0,0,183,214,3,0,248,28,0,0,0,0,0,0,136,179,0,0,35,214,3,0,176,179,0,0,8,216,3,0,248,28,0,0,0,0,0,0,136,179,0,0,116,215,3,0,176,179,0,0,89,217,3,0,248,28,0,0,0,0,0,0,136,179,0,0,197,216,3,0,176,179,0,0,170,218,3,0,248,28,0,0,0,0,0,0,136,179,0,0,22,218,3,0,176,179,0,0,251,219,3,0,248,28,0,0,0,0,0,0,136,179,0,0,103,219,3,0,176,179,0,0,76,221,3,0,248,28,0,0,0,0,0,0,136,179,0,0,184,220,3,0,176,179,0,0,157,222,3,0,248,28,0,0,0,0,0,0,136,179,0,0,9,222,3,0,176,179,0,0,238,223,3,0,248,28,0,0,0,0,0,0,136,179,0,0,90,223,3,0,176,179,0,0,63,225,3,0,248,28,0,0,0,0,0,0,136,179,0,0,171,224,3,0,176,179,0,0,144,226,3,0,248,28,0,0,0,0,0,0,136,179,0,0,252,225,3,0,176,179,0,0,225,227,3,0,248,28,0,0,0,0,0,0,136,179,0,0,77,227,3,0,176,179,0,0,50,229,3,0,248,28,0,0,0,0,0,0,136,179,0,0,158,228,3,0,176,179,0,0,131,230,3,0,248,28,0,0,0,0,0,0,136,179,0,0,239,229,3,0,176,179,0,0,212,231,3,0,248,28,0,0,0,0,0,0,136,179,0,0,64,231,3,0,176,179,0,0,37,233,3,0,248,28,0,0,0,0,0,0,136,179,0,0,145,232,3,0,176,179,0,0,118,234,3,0,248,28,0,0,0,0,0,0,136,179,0,0,226,233,3,0,176,179,0,0,199,235,3,0,248,28,0,0,0,0,0,0,136,179,0,0,51,235,3,0,176,179,0,0,24,237,3,0,248,28,0,0,0,0,0,0,136,179,0,0,132,236,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,176,179,0,0,105,238,3,0,248,28,0,0,0,0,0,0,136,179,0,0,213,237,3,0,176,179,0,0,185,239,3,0,248,28,0,0,0,0,0,0,136,179,0,0,38,239,3,0,176,179,0,0,8,241,3,0,248,28,0,0,0,0,0,0,136,179,0,0,117,240,3,0,176,179,0,0,87,242,3,0,248,28,0,0,0,0,0,0,136,179,0,0,196,241,3,0,176,179,0,0,75,245,3,0,248,28,0,0,0,0,0,0,136,179,0,0,19,243,3,0,176,179,0,0,154,246,3,0,248,28,0,0,0,0,0,0,136,179,0,0,7,246,3,0,176,179,0,0,233,247,3,0,248,28,0,0,0,0,0,0,136,179,0,0,86,247,3,0,176,179,0,0,56,249,3,0,248,28,0,0,0,0,0,0,136,179,0,0,165,248,3,0,176,179,0,0,135,250,3,0,248,28,0,0,0,0,0,0,136,179,0,0,244,249,3,0,176,179,0,0,214,251,3,0,248,28,0,0,0,0,0,0,136,179,0,0,67,251,3,0,176,179,0,0,37,253,3,0,248,28,0,0,0,0,0,0,136,179,0,0,146,252,3,0,176,179,0,0,115,254,3,0,248,28,0,0,0,0,0,0,136,179,0,0,225,253,3,0,216,179,0,0,252,1,4,0,0,0,0,0,2,0,0,0,88,2,0,0,2,0,0,0,160,0,0,0,3,224,255,255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,216,179,0,0,13,7,4,0,0,0,0,0,1,0,0,0,64,2,0,0,3,220,255,255,216,179,0,0,231,6,4,0,0,0,0,0,1,0,0,0,64,2,0,0,3,220,255,255,176,179,0,0,86,8,4,0,200,38,0,0,0,0,0,0,176,179,0,0,112,8,4,0,200,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,179,0,0,139,8,4,0,176,179,0,0,178,8,4,0,200,38,0,0,0,0,0,0,176,179,0,0,186,9,4,0,248,38,0,0,0,0,0,0,136,179,0,0,136,9,4,0,136,179,0,0,33,10,4,0,216,179,0,0,189,15,4,0,0,0,0,0,2,0,0,0,112,38,0,0,2,0,0,0,160,0,0,0,3,216,255,255,216,179,0,0,7,16,4,0,0,0,0,0,2,0,0,0,136,38,0,0,2,0,0,0,160,0,0,0,3,216,255,255,176,179,0,0,153,16,4,0,64,19,0,0,0,0,0,0,136,179,0,0,85,16,4,0,0,0,0,0,0,0,0,128,255,255,255,255,255,255,255,127,255,255,255,255,255,255,255,255,176,179,0,0,17,17,4,0,120,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,179,0,0,18,22,4,0,176,179,0,0,241,21,4,0,160,39,0,0,0,0,0,0,136,179,0,0,40,22,4,0,176,179,0,0,70,22,4,0,184,39,0,0,0,0,0,0,216,179,0,0,239,23,4,0,0,0,0,0,2,0,0,0,240,39,0,0,2,0,0,0,160,0,0,0,3,224,255,255,216,179,0,0,46,24,4,0,0,0,0,0,1,0,0,0,40,40,0,0,3,228,255,255],"i8",ALLOC_NONE,Runtime.GLOBAL_BASE);allocate([216,179,0,0,84,24,4,0,0,0,0,0,2,0,0,0,120,1,0,0,2,0,0,0,160,0,0,0,3,224,255,255,216,179,0,0,148,24,4,0,0,0,0,0,2,0,0,0,120,43,0,0,3,236,255,255,120,0,0,0,3,232,255,255,1,0,0,0,0,0,0,0,130,128,0,0,0,0,0,0,138,128,0,0,0,0,0,128,0,128,0,128,0,0,0,128,139,128,0,0,0,0,0,0,1,0,0,128,0,0,0,0,129,128,0,128,0,0,0,128,9,128,0,0,0,0,0,128,138,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,9,128,0,128,0,0,0,0,10,0,0,128,0,0,0,0,139,128,0,128,0,0,0,0,139,0,0,0,0,0,0,128,137,128,0,0,0,0,0,128,3,128,0,0,0,0,0,128,2,128,0,0,0,0,0,128,128,0,0,0,0,0,0,128,10,128,0,0,0,0,0,0,10,0,0,128,0,0,0,128,129,128,0,128,0,0,0,128,128,128,0,0,0,0,0,128,1,0,0,128,0,0,0,0,8,128,0,128,0,0,0,128,0,0,0,0,0,0,0,0,216,179,0,0,146,26,4,0,0,0,0,0,2,0,0,0,48,41,0,0,2,0,0,0,160,0,0,0,3,244,255,255,216,179,0,0,235,26,4,0,0,0,0,0,2,0,0,0,160,43,0,0,2,0,0,0,120,0,0,0,2,8,0,0,176,179,0,0,49,27,4,0,96,1,0,0,0,0,0,0,216,179,0,0,20,29,4,0,0,0,0,0,2,0,0,0,128,41,0,0,2,0,0,0,160,0,0,0,3,244,255,255,216,179,0,0,104,29,4,0,0,0,0,0,2,0,0,0,128,43,0,0,2,0,0,0,120,0,0,0,2,8,0,0,216,179,0,0,169,29,4,0,0,0,0,0,2,0,0,0,192,41,0,0,2,0,0,0,160,0,0,0,3,224,255,255,216,179,0,0,231,29,4,0,0,0,0,0,1,0,0,0,40,40,0,0,3,228,255,255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,176,179,0,0,23,30,4,0,80,42,0,0,0,0,0,0,176,179,0,0,73,30,4,0,192,39,0,0,0,0,0,0,176,179,0,0,115,30,4,0,96,42,0,0,0,0,0,0,136,179,0,0,110,34,4,0,176,179,0,0,138,34,4,0,120,42,0,0,0,0,0,0,136,179,0,0,161,34,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,176,179,0,0,237,34,4,0,96,1,0,0,0,0,0,0,176,179,0,0,183,44,4,0,96,1,0,0,0,0,0,0,176,179,0,0,55,45,4,0,96,1,0,0,0,0,0,0,176,179,0,0,166,45,4,0,232,44,0,0,0,0,0,0,176,179,0,0,41,46,4,0,192,43,0,0,0,0,0,0,216,179,0,0,140,46,4,0,0,0,0,0,2,0,0,0,0,43,0,0,2,0,0,0,160,0,0,0,3,244,255,255,216,179,0,0,226,46,4,0,0,0,0,0,2,0,0,0,208,42,0,0,2,0,0,0,120,0,0,0,2,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,176,179,0,0,150,54,4,0,64,43,0,0,0,0,0,0,176,179,0,0,203,54,4,0,144,2,0,0,0,0,0,0,176,179,0,0,8,55,4,0,64,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,176,179,0,0,62,55,4,0,120,43,0,0,0,0,0,0,136,179,0,0,75,55,4,0,176,179,0,0,105,55,4,0,120,43,0,0,0,0,0,0,176,179,0,0,88,55,4,0,128,43,0,0,0,0,0,0,176,179,0,0,121,55,4,0,128,43,0,0,0,0,0,0,176,179,0,0,142,55,4,0,128,43,0,0,0,0,0,0,176,179,0,0,175,55,4,0,120,43,0,0,0,0,0,0,176,179,0,0,159,55,4,0,192,43,0,0,0,0,0,0,176,179,0,0,193,55,4,0,192,43,0,0,0,0,0,0,136,179,0,0,212,55,4,0,176,179,0,0,225,55,4,0,120,43,0,0,0,0,0,0,176,179,0,0,237,55,4,0,120,43,0,0,0,0,0,0,176,179,0,0,252,55,4,0,240,43,0,0,0,0,0,0,176,179,0,0,29,56,4,0,24,44,0,0,0,0,0,0,176,179,0,0,99,56,4,0,24,44,0,0,0,0,0,0,176,179,0,0,63,56,4,0,56,44,0,0,0,0,0,0,176,179,0,0,133,56,4,0,24,44,0,0,0,0,0,0,108,179,0,0,169,49,4,0,176,179,0,0,173,56,4,0,40,44,0,0,0,0,0,0,176,179,0,0,210,56,4,0,40,44,0,0,0,0,0,0,136,179,0,0,83,70,4,0,216,179,0,0,108,70,4,0,0,0,0,0,1,0,0,0,144,44,0,0,0,0,0,0,176,179,0,0,138,70,4,0,120,43,0,0,0,0,0,0,176,179,0,0,180,70,4,0,72,52,0,0,0,0,0,0,136,179,0,0,206,70,4,0,176,179,0,0,224,70,4,0,208,44,0,0,0,0,0,0,136,179,0,0,10,71,4,0,216,179,0,0,59,71,4,0,0,0,0,0,1,0,0,0,216,44,0,0,3,244,255,255,216,179,0,0,106,71,4,0,0,0,0,0,1,0,0,0,216,44,0,0,3,244,255,255,216,179,0,0,153,71,4,0,3,0,0,0,2,0,0,0,240,44,0,0,2,0,0,0,8,45,0,0,2,8,0,0,176,179,0,0,201,71,4,0,96,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,176,179,0,0,69,72,4,0,144,44,0,0,0,0,0,0,216,179,0,0,91,72,4,0,0,0,0,0,2,0,0,0,88,45,0,0,2,0,0,0,120,51,0,0,2,0,0,0,216,179,0,0,109,72,4,0,0,0,0,0,2,0,0,0,88,45,0,0,2,0,0,0,128,51,0,0,2,0,0,0,216,179,0,0,143,72,4,0,0,0,0,0,2,0,0,0,88,45,0,0,2,0,0,0,128,51,0,0,2,0,0,0,216,179,0,0,178,72,4,0,0,0,0,0,2,0,0,0,88,45,0,0,2,0,0,0,128,51,0,0,2,0,0,0,176,179,0,0,213,72,4,0,200,45,0,0,0,0,0,0,176,179,0,0,247,72,4,0,200,45,0,0,0,0,0,0,216,179,0,0,26,73,4,0,0,0,0,0,2,0,0,0,88,45,0,0,2,0,0,0,128,51,0,0,2,0,0,0,176,179,0,0,60,73,4,0,88,45,0,0,0,0,0,0,176,179,0,0,82,73,4,0,88,45,0,0,0,0,0,0,176,179,0,0,102,73,4,0,88,45,0,0,0,0,0,0,216,179,0,0,122,73,4,0,0,0,0,0,2,0,0,0,88,45,0,0,2,0,0,0,120,51,0,0,2,0,0,0,176,179,0,0,140,73,4,0,88,45,0,0,0,0,0,0,176,179,0,0,161,73,4,0,88,45,0,0,0,0,0,0,216,179,0,0,182,73,4,0,0,0,0,0,2,0,0,0,88,45,0,0,2,0,0,0,136,51,0,0,0,0,0,0,216,179,0,0,250,73,4,0,0,0,0,0,2,0,0,0,88,45,0,0,2,0,0,0,160,51,0,0,0,0,0,0,216,179,0,0,62,74,4,0,0,0,0,0,2,0,0,0,88,45,0,0,2,0,0,0,184,51,0,0,0,0,0,0,216,179,0,0,130,74,4,0,0,0,0,0,2,0,0,0,88,45,0,0,2,0,0,0,208,51,0,0,0,0,0,0,216,179,0,0,198,74,4,0,0,0,0,0,3,0,0,0,88,45,0,0,2,0,0,0,232,51,0,0,2,0,0,0,240,51,0,0,0,8,0,0,216,179,0,0,11,75,4,0,0,0,0,0,3,0,0,0,88,45,0,0,2,0,0,0,232,51,0,0,2,0,0,0,248,51,0,0,0,8,0,0,216,179,0,0,80,75,4,0,0,0,0,0,2,0,0,0,88,45,0,0,2,0,0,0,0,52,0,0,0,8,0,0,216,179,0,0,149,75,4,0,0,0,0,0,2,0,0,0,88,45,0,0,2,0,0,0,0,52,0,0,0,8,0,0,216,179,0,0,218,75,4,0,0,0,0,0,2,0,0,0,88,45,0,0,2,0,0,0,8,52,0,0,2,0,0,0,216,179,0,0,246,75,4,0,0,0,0,0,2,0,0,0,88,45,0,0,2,0,0,0,8,52,0,0,2,0,0,0,216,179,0,0,18,76,4,0,0,0,0,0,2,0,0,0,88,45,0,0,2,0,0,0,8,52,0,0,2,0,0,0,216,179,0,0,46,76,4,0,0,0,0,0,2,0,0,0,88,45,0,0,2,0,0,0,8,52,0,0,2,0,0,0,216,179,0,0,74,76,4,0,0,0,0,0,2,0,0,0,88,45,0,0,2,0,0,0,16,52,0,0,0,0,0,0,216,179,0,0,144,76,4,0,0,0,0,0,2,0,0,0,88,45,0,0,2,0,0,0,24,52,0,0,0,0,0,0,216,179,0,0,214,76,4,0,0,0,0,0,2,0,0,0,88,45,0,0,2,0,0,0,32,52,0,0,0,0,0,0,216,179,0,0,28,77,4,0,0,0,0,0,2,0,0,0,88,45,0,0,2,0,0,0,40,52,0,0,0,0,0,0,216,179,0,0,98,77,4,0,0,0,0,0,2,0,0,0,88,45,0,0,2,0,0,0,48,52,0,0,2,0,0,0,216,179,0,0,119,77,4,0,0,0,0,0,2,0,0,0,88,45,0,0,2,0,0,0,48,52,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,179,0,0,209,80,4,0,136,179,0,0,186,80,4,0,216,179,0,0,164,80,4,0,0,0,0,0,1,0,0,0,64,52,0,0,0,0,0,0,216,179,0,0,117,80,4,0,0,0,0,0,1,0,0,0,64,52,0,0,0,0,0,0,216,179,0,0,95,80,4,0,0,0,0,0,1,0,0,0,56,52,0,0,0,0,0,0,216,179,0,0,48,80,4,0,0,0,0,0,1,0,0,0,56,52,0,0,0,0,0,0,136,179,0,0,29,80,4,0,136,179,0,0,251,79,4,0,136,179,0,0,217,79,4,0,136,179,0,0,196,79,4,0,136,179,0,0,175,79,4,0,136,179,0,0,150,79,4,0,136,179,0,0,125,79,4,0,136,179,0,0,100,79,4,0,136,179,0,0,75,79,4,0,136,179,0,0,51,79,4,0,136,179,0,0,70,80,4,0,136,179,0,0,139,80,4,0,176,179,0,0,230,80,4,0,192,43,0,0,0,0,0,0,136,179,0,0,253,80,4,0,176,179,0,0,22,81,4,0,88,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,0,0,0,42,0,0,0,43,0,0,0,42,0,0,0,42,0,0,0,44,0,0,0,45,0,0,0,42,0,0,0,42,0,0,0,43,0,0,0,28,0,0,0,0,0,0,0,168,0,0,0,46,0,0,0,47,0,0,0,44,0,0,0,45,0,0,0,48,0,0,0,248,255,255,255,168,0,0,0,49,0,0,0,50,0,0,0,228,255,255,255,228,255,255,255,228,255,255,255,228,255,255,255,168,0,0,0,46,0,0,0,51,0,0,0,52,0,0,0,53,0,0,0,0,0,0,0,160,0,0,0,42,0,0,0,42,0,0,0,54,0,0,0,55,0,0,0,0,0,0,0,128,0,0,0,56,0,0,0,57,0,0,0,44,0,0,0,248,255,255,255,128,0,0,0,58,0,0,0,59,0,0,0,0,0,0,0,120,0,0,0,42,0,0,0,42,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,232,0,0,0,60,0,0,0,61,0,0,0,47,0,0,0,252,255,255,255,252,255,255,255,232,0,0,0,62,0,0,0,63,0,0,0,0,0,0,0,0,1,0,0,43,0,0,0,64,0,0,0,65,0,0,0,24,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,66,0,0,0,67,0,0,0,47,0,0,0,48,0,0,0,68,0,0,0,252,255,255,255,252,255,255,255,200,0,0,0,69,0,0,0,70,0,0,0,232,255,255,255,232,255,255,255,232,255,255,255,232,255,255,255,200,0,0,0,49,0,0,0,71,0,0,0,72,0,0,0,73,0,0,0,0,0,0,0,24,1,0,0,43,0,0,0,43,0,0,0,44,0,0,0,74,0,0,0,50,0,0,0,51,0,0,0,56,0,0,0,0,0,0,0,56,1,0,0,75,0,0,0,76,0,0,0,200,255,255,255,200,255,255,255,56,1,0,0,77,0,0,0,78,0,0,0,0,0,0,0,40,1,0,0,79,0,0,0,80,0,0,0,44,0,0,0,42,0,0,0,42,0,0,0,42,0,0,0,52,0,0,0,53,0,0,0,43,0,0,0,54,0,0,0,55,0,0,0,44,0,0,0,44,0,0,0,45,0,0,0,144,54,0,0,160,58,0,0,180,58,0,0,164,54,0,0,0,0,0,0,80,1,0,0,81,0,0,0,82,0,0,0,83,0,0,0,84,0,0,0,46,0,0,0,56,0,0,0,0,0,0,0,104,1,0,0,85,0,0,0,86,0,0,0,57,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,1,0,0,87,0,0,0,88,0,0,0,58,0,0,0,252,255,255,255,252,255,255,255,120,1,0,0,89,0,0,0,90,0,0,0,0,0,0,0,32,2,0,0,91,0,0,0,92,0,0,0,59,0,0,0,45,0,0,0,93,0,0,0,94,0,0,0,47,0,0,0,48,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,3,0,0,95,0,0,0,96,0,0,0,97,0,0,0,49,0,0,0,98,0,0,0,0,0,0,0,128,3,0,0,99,0,0,0,100,0,0,0,101,0,0,0,49,0,0,0,102,0,0,0,0,0,0,0,96,3,0,0,103,0,0,0,104,0,0,0,61,0,0,0,46,0,0,0,105,0,0,0,106,0,0,0,47,0,0,0,50,0,0,0,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,192,1,0,0,107,0,0,0,108,0,0,0,47,0,0,0,252,255,255,255,252,255,255,255,192,1,0,0,109,0,0,0,110,0,0,0,64,0,0,0,0,0,0,0,0,3,0,0,111,0,0,0,112,0,0,0,56,0,0,0,248,255,255,255,0,3,0,0,113,0,0,0,114,0,0,0,192,255,255,255,192,255,255,255,0,3,0,0,115,0,0,0,116,0,0,0,64,0,0,0,0,0,0,0,240,44,0,0,117,0,0,0,118,0,0,0,192,255,255,255,192,255,255,255,240,44,0,0,119,0,0,0,120,0,0,0,116,56,0,0,100,58,0,0,176,56,0,0,196,56,0,0,160,58,0,0,180,58,0,0,140,58,0,0,120,58,0,0,156,56,0,0,136,56,0,0,0,0,0,0,112,2,0,0,42,0,0,0,42,0,0,0,51,0,0,0,52,0,0,0,45,0,0,0,43,0,0,0,53,0,0,0,54,0,0,0,55,0,0,0,63,0,0,0,64,0,0,0,65,0,0,0,48,0,0,0,66,0,0,0,67,0,0,0,68,0,0,0,69,0,0,0,70,0,0,0,49,0,0,0,56,0,0,0,46,0,0,0,42,0,0,0,50,0,0,0,47,0,0,0,48,0,0,0,51,0,0,0,52,0,0,0,49,0,0,0,57,0,0,0,50,0,0,0,1,0,0,0,0,0,0,0,192,2,0,0,121,0,0,0,122,0,0,0,44,0,0,0,248,255,255,255,192,2,0,0,123,0,0,0,124,0,0,0,28,0,0,0,0,0,0,0,160,2,0,0,125,0,0,0,126,0,0,0,44,0,0,0,71,0,0,0,127,0,0,0,248,255,255,255,160,2,0,0,128,0,0,0,129,0,0,0,228,255,255,255,228,255,255,255,228,255,255,255,228,255,255,255,160,2,0,0,72,0,0,0,130,0,0,0,131,0,0,0,132,0,0,0,24,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,224,2,0,0,133,0,0,0,134,0,0,0,47,0,0,0,73,0,0,0,135,0,0,0,252,255,255,255,252,255,255,255,224,2,0,0,136,0,0,0,137,0,0,0,232,255,255,255,232,255,255,255,232,255,255,255,232,255,255,255,224,2,0,0,74,0,0,0,138,0,0,0,139,0,0,0,140,0,0,0,64,0,0,0,0,0,0,0,32,45,0,0,141,0,0,0,142,0,0,0,56,0,0,0,248,255,255,255,32,45,0,0,143,0,0,0,144,0,0,0,192,255,255,255,192,255,255,255,32,45,0,0,145,0,0,0,146,0,0,0,56,0,0,0,0,0,0,0,8,45,0,0,147,0,0,0,148,0,0,0,200,255,255,255,200,255,255,255,8,45,0,0,149,0,0,0,150,0,0,0,24,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,3,0,0,151,0,0,0,152,0,0,0,47,0,0,0,75,0,0,0,153,0,0,0,252,255,255,255,252,255,255,255,16,3,0,0,154,0,0,0,155,0,0,0,232,255,255,255,232,255,255,255,232,255,255,255,232,255,255,255,16,3,0,0,76,0,0,0,156,0,0,0,157,0,0,0,158,0,0,0,0,0,0,0,64,3,0,0,159,0,0,0,160,0,0,0,161,0,0,0,49,0,0,0,162,0,0,0,0,0,0,0,48,3,0,0,163,0,0,0,164,0,0,0,165,0,0,0,49,0,0,0,166,0,0,0,0,0,0,0,80,3,0,0,167,0,0,0,168,0,0,0,169,0,0,0,49,0,0,0,170,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,2,0,0,53,0,0,0,171,0,0,0,172,0,0,0,0,0,0,0,160,3,0,0,54,0,0,0,173,0,0,0,174,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,168,1,0,0,175,0,0,0,176,0,0,0,47,0,0,0,252,255,255,255,252,255,255,255,168,1,0,0,177,0,0,0,178,0,0,0,24,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,216,3,0,0,179,0,0,0,180,0,0,0,47,0,0,0,77,0,0,0,181,0,0,0,252,255,255,255,252,255,255,255,216,3,0,0,182,0,0,0,183,0,0,0,232,255,255,255,232,255,255,255,232,255,255,255,232,255,255,255,216,3,0,0,78,0,0,0,184,0,0,0,185,0,0,0,186,0,0,0,0,0,0,0,248,3,0,0,81,0,0,0,187,0,0,0,188,0,0,0,84,0,0,0,58,0,0,0,79,0,0,0,0,0,0,0,8,4,0,0,81,0,0,0,189,0,0,0,190,0,0,0,84,0,0,0,59,0,0,0,80,0,0,0,0,0,0,0,24,4,0,0,191,0,0,0,192,0,0,0,193,0,0,0,49,0,0,0,194,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,4,0,0,195,0,0,0,196,0,0,0,197,0,0,0,49,0,0,0,198,0,0,0,0,0,0,0,136,4,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,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,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,97,0,0,0,98,0,0,0,99,0,0,0,105,0,0,0,100,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,4,0,0,199,0,0,0,200,0,0,0,81,0,0,0,252,255,255,255,252,255,255,255,72,4,0,0,201,0,0,0,202,0,0,0,24,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,4,0,0,203,0,0,0,204,0,0,0,81,0,0,0,82,0,0,0,205,0,0,0,252,255,255,255,252,255,255,255,40,4,0,0,206,0,0,0,207,0,0,0,232,255,255,255,232,255,255,255,232,255,255,255,232,255,255,255,40,4,0,0,83,0,0,0,208,0,0,0,209,0,0,0,210,0,0,0,0,0,0,0,96,4,0,0,211,0,0,0,212,0,0,0,213,0,0,0,49,0,0,0,214,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,168,4,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,106,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,107,0,0,0,108,0,0,0,109,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,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,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,101,0,0,0,102,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,103,0,0,0,104,0,0,0,88,0,0,0,105,0,0,0,106,0,0,0,107,0,0,0,108,0,0,0,109,0,0,0,94,0,0,0,95,0,0,0,96,0,0,0,110,0,0,0,98,0,0,0,111,0,0,0,110,0,0,0,112,0,0,0,0,0,0,0,40,5,0,0,215,0,0,0,216,0,0,0,217,0,0,0,49,0,0,0,218,0,0,0,0,0,0,0,24,5,0,0,219,0,0,0,220,0,0,0,221,0,0,0,49,0,0,0,222,0,0,0,1,0,0,0,0,0,0,0,248,4,0,0,223,0,0,0,224,0,0,0,44,0,0,0,248,255,255,255,248,4,0,0,225,0,0,0,226,0,0,0,28,0,0,0,0,0,0,0,216,4,0,0,227,0,0,0,228,0,0,0,44,0,0,0,84,0,0,0,229,0,0,0,248,255,255,255,216,4,0,0,230,0,0,0,231,0,0,0,228,255,255,255,228,255,255,255,228,255,255,255,228,255,255,255,216,4,0,0,85,0,0,0,232,0,0,0,233,0,0,0,234,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,5,0,0,113,0,0,0,114,0,0,0,0,0,0,0,80,5,0,0,235,0,0,0,236,0,0,0,237,0,0,0,49,0,0,0,238,0,0,0,0,0,0,0,72,5,0,0,42,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,5,0,0,239,0,0,0,240,0,0,0,86,0,0,0,115,0,0,0,241,0,0,0,242,0,0,0,111,0,0,0,112,0,0,0,87,0,0,0,0,0,0,0,96,5,0,0,243,0,0,0,244,0,0,0,88,0,0,0,116,0,0,0,245,0,0,0,246,0,0,0,51,0,0,0,113,0,0,0,89,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,5,0,0,247,0,0,0,248,0,0,0,249,0,0,0,42,0,0,0,52,0,0,0,53,0,0,0,117,0,0,0,54,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,192,4,0,0,250,0,0,0,251,0,0,0,90,0,0,0,252,255,255,255,252,255,255,255,192,4,0,0,252,0,0,0,253,0,0,0,24,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,184,5,0,0,254,0,0,0,255,0,0,0,90,0,0,0,91,0,0,0,0,1,0,0,252,255,255,255,252,255,255,255,184,5,0,0,1,1,0,0,2,1,0,0,232,255,255,255,232,255,255,255,232,255,255,255,232,255,255,255,184,5,0,0,92,0,0,0,3,1,0,0,4,1,0,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,216,5,0,0,60,0,0,0,61,0,0,0,62,0,0,0,114,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,115,0,0,0,71,0,0,0,116,0,0,0,73,0,0,0,117,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,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,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,97,0,0,0,98,0,0,0,99,0,0,0,110,0,0,0,112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,60,0,0,0,61,0,0,0,62,0,0,0,118,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,119,0,0,0,120,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,121,0,0,0,87,0,0,0,122,0,0,0,89,0,0,0,90,0,0,0,91,0,0,0,123,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,124,0,0,0,101,0,0,0,125,0,0,0,103,0,0,0,104,0,0,0,55,0,0,0,56,0,0,0,57,0,0,0,118,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,119,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,97,0,0,0,98,0,0,0,99,0,0,0,110,0,0,0,112,0,0,0,0,0,0,0,56,6,0,0,6,1,0,0,7,1,0,0,93,0,0,0,248,255,255,255,56,6,0,0,8,1,0,0,9,1,0,0,28,0,0,0,0,0,0,0,24,6,0,0,10,1,0,0,11,1,0,0,93,0,0,0,94,0,0,0,12,1,0,0,248,255,255,255,24,6,0,0,13,1,0,0,14,1,0,0,228,255,255,255,228,255,255,255,228,255,255,255,228,255,255,255,24,6,0,0,95,0,0,0,15,1,0,0,16,1,0,0,17,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,6,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,126,0,0,0,71,0,0,0,127,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,97,0,0,0,98,0,0,0,99,0,0,0,128,0,0,0,101,0,0,0,102,0,0,0,103,0,0,0,104,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,120,0,0,0,66,0,0,0,121,0,0,0,122,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,123,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,124,0,0,0,94,0,0,0,125,0,0,0,126,0,0,0,127,0,0,0,98,0,0,0,99,0,0,0,110,0,0,0,112,0,0,0,0,0,0,0,128,6,0,0,18,1,0,0,19,1,0,0,96,0,0,0,128,0,0,0,20,1,0,0,21,1,0,0,55,0,0,0,129,0,0,0,97,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,6,0,0,60,0,0,0,61,0,0,0,62,0,0,0,130,0,0,0,64,0,0,0,131,0,0,0,66,0,0,0,132,0,0,0,68,0,0,0,69,0,0,0,133,0,0,0,134,0,0,0,72,0,0,0,73,0,0,0,135,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,136,0,0,0,137,0,0,0,138,0,0,0,85,0,0,0,139,0,0,0,87,0,0,0,88,0,0,0,89,0,0,0,140,0,0,0,141,0,0,0,92,0,0,0,142,0,0,0,143,0,0,0,144,0,0,0,145,0,0,0,97,0,0,0,146,0,0,0,99,0,0,0,147,0,0,0,148,0,0,0,149,0,0,0,103,0,0,0,104,0,0,0,55,0,0,0,56,0,0,0,57,0,0,0,58,0,0,0,129,0,0,0,130,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,131,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,132,0,0,0,84,0,0,0,133,0,0,0,86,0,0,0,134,0,0,0,88,0,0,0,89,0,0,0,90,0,0,0,91,0,0,0,135,0,0,0,93,0,0,0,136,0,0,0,95,0,0,0,96,0,0,0,97,0,0,0,137,0,0,0,138,0,0,0,110,0,0,0,112,0,0,0,0,0,0,0,120,7,0,0,22,1,0,0,23,1,0,0,24,1,0,0,49,0,0,0,25,1,0,0,0,0,0,0,88,7,0,0,26,1,0,0,27,1,0,0,98,0,0,0,139,0,0,0,28,1,0,0,29,1,0,0,56,0,0,0,150,0,0,0,99,0,0,0,0,0,0,0,56,7,0,0,30,1,0,0,31,1,0,0,100,0,0,0,140,0,0,0,32,1,0,0,33,1,0,0,42,0,0,0,151,0,0,0,101,0,0,0,0,0,0,0,40,7,0,0,34,1,0,0,35,1,0,0,36,1,0,0,49,0,0,0,37,1,0,0,0,0,0,0,24,7,0,0,38,1,0,0,39,1,0,0,40,1,0,0,49,0,0,0,41,1,0,0,0,0,0,0,8,7,0,0,42,1,0,0,43,1,0,0,44,1,0,0,49,0,0,0,45,1,0,0,0,0,0,0,232,6,0,0,46,1,0,0,47,1,0,0,48,1,0,0,49,0,0,0,49,1,0,0,0,0,0,0,216,6,0,0,50,1,0,0,51,1,0,0,52,1,0,0,49,0,0,0,53,1,0,0,0,0,0,0,184,6,0,0,54,1,0,0,55,1,0,0,56,1,0,0,49,0,0,0,57,1,0,0,0,0,0,0,200,6,0,0,58,1,0,0,59,1,0,0,60,1,0,0,49,0,0,0,61,1,0,0,0,0,0,0,248,6,0,0,62,1,0,0,63,1,0,0,64,1,0,0,49,0,0,0,65,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,184,7,0,0,66,1,0,0,67,1,0,0,68,1,0,0,49,0,0,0,69,1,0,0,0,0,0,0,168,7,0,0,70,1,0,0,71,1,0,0,72,1,0,0,49,0,0,0,73,1,0,0,0,0,0,0,152,7,0,0,74,1,0,0,75,1,0,0,76,1,0,0,49,0,0,0,77,1,0,0,0,0,0,0,136,7,0,0,78,1,0,0,79,1,0,0,80,1,0,0,49,0,0,0,81,1,0,0,0,0,0,0,176,3,0,0,82,1,0,0,83,1,0,0,42,0,0,0,42,0,0,0,102,0,0,0,103,0,0,0,104,0,0,0,105,0,0,0,42,0,0,0,57,0,0,0,106,0,0,0,0,0,0,0,112,6,0,0,84,1,0,0,85,1,0,0,141,0,0,0,142,0,0,0,102,0,0,0,103,0,0,0,104,0,0,0,105,0,0,0,143,0,0,0,57,0,0,0,106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,7,0,0,152,0,0,0,153,0,0,0,154,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,162,0,0,0,163,0,0,0,164,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,177,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,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,194,0,0,0,195,0,0,0,196,0,0,0,144,0,0,0,145,0,0,0,146,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,154,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,162,0,0,0,163,0,0,0,164,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,177,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,185,0,0,0,186,0,0,0,187,0,0,0,188,0,0,0,197,0,0,0,189,0,0,0,0,0,0,0,232,7,0,0,163,0,0,0,86,1,0,0,87,1,0,0,198,0,0,0,88,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,248,7,0,0,89,1,0,0,90,1,0,0,47,0,0,0,252,255,255,255,252,255,255,255,248,7,0,0,91,1,0,0,92,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,8,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,199,0,0,0,71,0,0,0,200,0,0,0,73,0,0,0,74,0,0,0,201,0,0,0,76,0,0,0,77,0,0,0,78,0,0,0,79,0,0,0,202,0,0,0,81,0,0,0,82,0,0,0,83,0,0,0,203,0,0,0,85,0,0,0,204,0,0,0,87,0,0,0,205,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,98,0,0,0,99,0,0,0,100,0,0,0,101,0,0,0,206,0,0,0,103,0,0,0,104,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,190,0,0,0,191,0,0,0,192,0,0,0,68,0,0,0,69,0,0,0,70,0,0,0,193,0,0,0,194,0,0,0,195,0,0,0,196,0,0,0,197,0,0,0,76,0,0,0,77,0,0,0,78,0,0,0,198,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,199,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,98,0,0,0,99],"i8",ALLOC_NONE,Runtime.GLOBAL_BASE+10240);allocate([110,0,0,0,112,0,0,0,0,0,0,0,112,8,0,0,93,1,0,0,94,1,0,0,95,1,0,0,49,0,0,0,96,1,0,0,0,0,0,0,96,8,0,0,97,1,0,0,98,1,0,0,99,1,0,0,49,0,0,0,100,1,0,0,0,0,0,0,80,8,0,0,101,1,0,0,102,1,0,0,103,1,0,0,49,0,0,0,104,1,0,0,0,0,0,0,64,8,0,0,105,1,0,0,106,1,0,0,107,1,0,0,49,0,0,0,108,1,0,0,0,0,0,0,40,8,0,0,30,1,0,0,109,1,0,0,107,0,0,0,200,0,0,0,110,1,0,0,111,1,0,0,43,0,0,0,207,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,8,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,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,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,201,0,0,0,202,0,0,0,93,0,0,0,94,0,0,0,95,0,0,0,96,0,0,0,203,0,0,0,98,0,0,0,204,0,0,0,110,0,0,0,112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,8,0,0,208,0,0,0,209,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,210,0,0,0,211,0,0,0,212,0,0,0,73,0,0,0,74,0,0,0,75,0,0,0,76,0,0,0,213,0,0,0,78,0,0,0,79,0,0,0,80,0,0,0,214,0,0,0,82,0,0,0,215,0,0,0,216,0,0,0,217,0,0,0,86,0,0,0,218,0,0,0,88,0,0,0,219,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,220,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,205,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,206,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,207,0,0,0,208,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,97,0,0,0,98,0,0,0,99,0,0,0,110,0,0,0,112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,176,8,0,0,60,0,0,0,61,0,0,0,62,0,0,0,221,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,222,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,97,0,0,0,98,0,0,0,99,0,0,0,100,0,0,0,101,0,0,0,223,0,0,0,103,0,0,0,104,0,0,0,55,0,0,0,56,0,0,0,57,0,0,0,209,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,210,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,97,0,0,0,98,0,0,0,99,0,0,0,110,0,0,0,112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,8,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,233,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,242,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,251,0,0,0,252,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,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,11,1,0,0,12,1,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,211,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,97,0,0,0,98,0,0,0,99,0,0,0,110,0,0,0,112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,216,8,0,0,112,1,0,0,113,1,0,0,42,0,0,0,42,0,0,0,102,0,0,0,0,0,0,0,32,9,0,0,114,1,0,0,115,1,0,0,212,0,0,0,213,0,0,0,109,0,0,0,0,0,0,0,112,9,0,0,116,1,0,0,117,1,0,0,214,0,0,0,215,0,0,0,102,0,0,0,0,0,0,0,128,9,0,0,118,1,0,0,119,1,0,0,216,0,0,0,217,0,0,0,110,0,0,0,103,0,0,0,104,0,0,0,105,0,0,0,218,0,0,0,57,0,0,0,106,0,0,0,0,0,0,0,0,9,0,0,120,1,0,0,121,1,0,0,219,0,0,0,220,0,0,0,111,0,0,0,103,0,0,0,104,0,0,0,105,0,0,0,221,0,0,0,57,0,0,0,106,0,0,0,0,0,0,0,144,9,0,0,122,1,0,0,123,1,0,0,222,0,0,0,223,0,0,0,102,0,0,0,0,0,0,0,160,9,0,0,124,1,0,0,125,1,0,0,224,0,0,0,225,0,0,0,102,0,0,0,0,0,0,0,176,9,0,0,126,1,0,0,127,1,0,0,226,0,0,0,227,0,0,0,112,0,0,0,103,0,0,0,104,0,0,0,105,0,0,0,228,0,0,0,57,0,0,0,106,0,0,0,0,0,0,0,240,8,0,0,128,1,0,0,129,1,0,0,229,0,0,0,230,0,0,0,113,0,0,0,103,0,0,0,104,0,0,0,105,0,0,0,231,0,0,0,57,0,0,0,106,0,0,0,0,0,0,0,192,9,0,0,82,1,0,0,130,1,0,0,232,0,0,0,233,0,0,0,102,0,0,0,103,0,0,0,104,0,0,0,105,0,0,0,234,0,0,0,57,0,0,0,106,0,0,0,0,0,0,0,208,9,0,0,131,1,0,0,132,1,0,0,235,0,0,0,236,0,0,0,102,0,0,0,0,0,0,0,224,9,0,0,133,1,0,0,134,1,0,0,237,0,0,0,238,0,0,0,114,0,0,0,115,0,0,0,104,0,0,0,116,0,0,0,239,0,0,0,58,0,0,0,106,0,0,0,0,0,0,0,8,10,0,0,135,1,0,0,136,1,0,0,240,0,0,0,241,0,0,0,117,0,0,0,103,0,0,0,118,0,0,0,119,0,0,0,242,0,0,0,59,0,0,0,120,0,0,0,0,0,0,0,24,10,0,0,137,1,0,0,138,1,0,0,243,0,0,0,244,0,0,0,121,0,0,0,103,0,0,0,104,0,0,0,105,0,0,0,245,0,0,0,57,0,0,0,106,0,0,0,0,0,0,0,56,10,0,0,139,1,0,0,140,1,0,0,246,0,0,0,247,0,0,0,102,0,0,0,0,0,0,0,72,10,0,0,141,1,0,0,142,1,0,0,248,0,0,0,249,0,0,0,122,0,0,0,103,0,0,0,104,0,0,0,105,0,0,0,250,0,0,0,60,0,0,0,106,0,0,0,0,0,0,0,120,10,0,0,112,1,0,0,143,1,0,0,251,0,0,0,252,0,0,0,123,0,0,0,0,0,0,0,136,10,0,0,144,1,0,0,145,1,0,0,253,0,0,0,254,0,0,0,124,0,0,0,0,0,0,0,152,10,0,0,146,1,0,0,147,1,0,0,255,0,0,0,0,1,0,0,123,0,0,0,0,0,0,0,168,10,0,0,148,1,0,0,149,1,0,0,1,1,0,0,2,1,0,0,123,0,0,0,0,0,0,0,184,10,0,0,150,1,0,0,151,1,0,0,3,1,0,0,4,1,0,0,123,0,0,0,0,0,0,0,232,10,0,0,152,1,0,0,153,1,0,0,5,1,0,0,6,1,0,0,125,0,0,0,0,0,0,0,48,9,0,0,154,1,0,0,155,1,0,0,7,1,0,0,8,1,0,0,126,0,0,0,0,0,0,0,248,10,0,0,156,1,0,0,157,1,0,0,9,1,0,0,10,1,0,0,126,0,0,0,0,0,0,0,8,11,0,0,158,1,0,0,159,1,0,0,11,1,0,0,12,1,0,0,126,0,0,0,0,0,0,0,24,11,0,0,160,1,0,0,161,1,0,0,13,1,0,0,14,1,0,0,126,0,0,0,0,0,0,0,80,9,0,0,162,1,0,0,163,1,0,0,15,1,0,0,16,1,0,0,126,0,0,0,0,0,0,0,40,11,0,0,156,1,0,0,164,1,0,0,17,1,0,0,18,1,0,0,126,0,0,0,0,0,0,0,56,11,0,0,156,1,0,0,165,1,0,0,19,1,0,0,20,1,0,0,126,0,0,0,0,0,0,0,72,11,0,0,166,1,0,0,167,1,0,0,21,1,0,0,22,1,0,0,127,0,0,0,0,0,0,0,88,11,0,0,156,1,0,0,168,1,0,0,23,1,0,0,24,1,0,0,126,0,0,0,0,0,0,0,104,11,0,0,169,1,0,0,170,1,0,0,25,1,0,0,26,1,0,0,126,0,0,0,0,0,0,0,120,11,0,0,171,1,0,0,172,1,0,0,27,1,0,0,28,1,0,0,128,0,0,0,0,0,0,0,136,11,0,0,173,1,0,0,174,1,0,0,29,1,0,0,30,1,0,0,126,0,0,0,0,0,0,0,168,11,0,0,175,1,0,0,176,1,0,0,31,1,0,0,32,1,0,0,129,0,0,0,0,0,0,0,184,11,0,0,177,1,0,0,178,1,0,0,33,1,0,0,34,1,0,0,129,0,0,0,0,0,0,0,200,11,0,0,179,1,0,0,180,1,0,0,35,1,0,0,36,1,0,0,129,0,0,0,0,0,0,0,216,11,0,0,181,1,0,0,182,1,0,0,37,1,0,0,38,1,0,0,129,0,0,0,0,0,0,0,232,11,0,0,183,1,0,0,184,1,0,0,39,1,0,0,40,1,0,0,130,0,0,0,0,0,0,0,248,11,0,0,185,1,0,0,186,1,0,0,41,1,0,0,42,1,0,0,131,0,0,0,0,0,0,0,8,12,0,0,187,1,0,0,188,1,0,0,43,1,0,0,44,1,0,0,129,0,0,0,0,0,0,0,24,12,0,0,189,1,0,0,190,1,0,0,45,1,0,0,46,1,0,0,132,0,0,0,0,0,0,0,40,12,0,0,191,1,0,0,192,1,0,0,47,1,0,0,48,1,0,0,129,0,0,0,0,0,0,0,56,12,0,0,193,1,0,0,194,1,0,0,49,1,0,0,50,1,0,0,133,0,0,0,0,0,0,0,72,12,0,0,112,1,0,0,195,1,0,0,51,1,0,0,52,1,0,0,129,0,0,0,0,0,0,0,88,12,0,0,196,1,0,0,197,1,0,0,53,1,0,0,54,1,0,0,129,0,0,0,0,0,0,0,0,0,0,0,104,12,0,0,198,1,0,0,199,1,0,0,0,0,0,0,112,12,0,0,200,1,0,0,201,1,0,0,0,0,0,0,128,12,0,0,202,1,0,0,203,1,0,0,0,0,0,0,96,14,0,0,204,1,0,0,205,1,0,0,206,1,0,0,49,0,0,0,207,1,0,0,0,0,0,0,144,12,0,0,208,1,0,0,209,1,0,0,240,255,255,255,144,12,0,0,210,1,0,0,211,1,0,0,0,0,0,0,176,12,0,0,212,1,0,0,213,1,0,0,0,0,0,0,192,12,0,0,214,1,0,0,215,1,0,0,0,0,0,0,208,12,0,0,216,1,0,0,217,1,0,0,252,255,255,255,208,12,0,0,218,1,0,0,219,1,0,0,0,0,0,0,80,14,0,0,220,1,0,0,221,1,0,0,222,1,0,0,49,0,0,0,223,1,0,0,0,0,0,0,240,12,0,0,224,1,0,0,225,1,0,0,252,255,255,255,240,12,0,0,226,1,0,0,227,1,0,0,0,0,0,0,16,13,0,0,228,1,0,0,229,1,0,0,252,255,255,255,16,13,0,0,230,1,0,0,231,1,0,0,0,0,0,0,48,13,0,0,212,1,0,0,232,1,0,0,0,0,0,0,96,13,0,0,233,1,0,0,234,1,0,0,0,0,0,0,112,13,0,0,235,1,0,0,236,1,0,0,252,255,255,255,112,13,0,0,237,1,0,0,238,1,0,0,0,0,0,0,144,13,0,0,239,1,0,0,240,1,0,0,252,255,255,255,144,13,0,0,241,1,0,0,242,1,0,0,0,0,0,0,160,13,0,0,235,1,0,0,243,1,0,0,252,255,255,255,160,13,0,0,244,1,0,0,245,1,0,0,0,0,0,0,176,13,0,0,246,1,0,0,247,1,0,0,252,255,255,255,176,13,0,0,248,1,0,0,249,1,0,0,0,0,0,0,192,13,0,0,250,1,0,0,251,1,0,0,0,0,0,0,208,13,0,0,250,1,0,0,252,1,0,0,0,0,0,0,224,13,0,0,253,1,0,0,254,1,0,0,0,0,0,0,240,13,0,0,250,1,0,0,255,1,0,0,0,0,0,0,0,14,0,0,0,2,0,0,1,2,0,0,0,0,0,0,64,13,0,0,2,2,0,0,3,2,0,0,42,0,0,0,42,0,0,0,102,0,0,0,103,0,0,0,104,0,0,0,105,0,0,0,42,0,0,0,57,0,0,0,106,0,0,0,0,0,0,0,64,14,0,0,4,2,0,0,5,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,112,14,0,0,134,0,0,0,55,1,0,0,13,1,0,0,14,1,0,0,61,0,0,0,44,0,0,0,15,1,0,0,54,0,0,0,16,1,0,0,63,0,0,0,64,0,0,0,65,0,0,0,48,0,0,0,135,0,0,0,67,0,0,0,68,0,0,0,136,0,0,0,70,0,0,0,49,0,0,0,56,0,0,0,46,0,0,0,62,0,0,0,50,0,0,0,47,0,0,0,63,0,0,0,56,1,0,0,52,0,0,0,64,0,0,0,57,0,0,0,65,0,0,0,0,0,0,0,128,14,0,0,137,0,0,0,57,1,0,0,17,1,0,0,18,1,0,0,66,0,0,0,45,0,0,0,19,1,0,0,54,0,0,0,20,1,0,0,63,0,0,0,64,0,0,0,65,0,0,0,48,0,0,0,138,0,0,0,67,0,0,0,68,0,0,0,139,0,0,0,70,0,0,0,49,0,0,0,56,0,0,0,46,0,0,0,67,0,0,0,50,0,0,0,47,0,0,0,48,0,0,0,58,1,0,0,52,0,0,0,68,0,0,0,57,0,0,0,50,0,0,0,0,0,0,0,160,14,0,0,140,0,0,0,59,1,0,0,21,1,0,0,52,0,0,0,45,0,0,0,46,0,0,0,22,1,0,0,54,0,0,0,55,0,0,0,63,0,0,0,64,0,0,0,65,0,0,0,48,0,0,0,66,0,0,0,141,0,0,0,142,0,0,0,69,0,0,0,143,0,0,0,60,1,0,0,56,0,0,0,46,0,0,0,69,0,0,0,50,0,0,0,47,0,0,0,48,0,0,0,51,0,0,0,52,0,0,0,49,0,0,0,57,0,0,0,50,0,0,0,0,0,0,0,176,14,0,0,144,0,0,0,61,1,0,0,23,1,0,0,24,1,0,0,70,0,0,0,47,0,0,0,25,1,0,0,54,0,0,0,26,1,0,0,63,0,0,0,64,0,0,0,65,0,0,0,48,0,0,0,145,0,0,0,67,0,0,0,68,0,0,0,146,0,0,0,70,0,0,0,49,0,0,0,56,0,0,0,46,0,0,0,71,0,0,0,50,0,0,0,47,0,0,0,48,0,0,0,62,1,0,0,52,0,0,0,72,0,0,0,57,0,0,0,73,0,0,0,0,0,0,0,32,15,0,0,147,0,0,0,63,1,0,0,51,0,0,0,27,1,0,0,74,0,0,0,48,0,0,0,28,1,0,0,54,0,0,0,29,1,0,0,63,0,0,0,64,0,0,0,65,0,0,0,64,1,0,0,148,0,0,0,149,0,0,0,150,0,0,0,151,0,0,0,152,0,0,0,49,0,0,0,56,0,0,0,46,0,0,0,75,0,0,0,65,1,0,0,47,0,0,0,48,0,0,0,66,1,0,0,52,0,0,0,76,0,0,0,57,0,0,0,77,0,0,0,0,0,0,0,80,15,0,0,153,0,0,0,67,1,0,0,51,0,0,0,52,0,0,0,45,0,0,0,49,0,0,0,30,1,0,0,54,0,0,0,55,0,0,0,63,0,0,0,64,0,0,0,65,0,0,0,68,1,0,0,66,0,0,0,154,0,0,0,155,0,0,0,69,0,0,0,156,0,0,0,49,0,0,0,56,0,0,0,46,0,0,0,78,0,0,0,50,0,0,0,47,0,0,0,48,0,0,0,51,0,0,0,52,0,0,0,49,0,0,0,57,0,0,0,50,0,0,0,0,0,0,0,144,14,0,0,157,0,0,0,69,1,0,0,31,1,0,0,32,1,0,0,79,0,0,0,50,0,0,0,33,1,0,0,54,0,0,0,55,0,0,0,63,0,0,0,64,0,0,0,65,0,0,0,48,0,0,0,66,0,0,0,158,0,0,0,159,0,0,0,69,0,0,0,70,0,0,0,70,1,0,0,56,0,0,0,46,0,0,0,80,0,0,0,50,0,0,0,47,0,0,0,81,0,0,0,51,0,0,0,52,0,0,0,49,0,0,0,57,0,0,0,50,0,0,0,0,0,0,0,128,15,0,0,160,0,0,0,71,1,0,0,51,0,0,0,52,0,0,0,82,0,0,0,51,0,0,0,53,0,0,0,54,0,0,0,34,1,0,0,63,0,0,0,64,0,0,0,65,0,0,0,48,0,0,0,161,0,0,0,67,0,0,0,68,0,0,0,162,0,0,0,70,0,0,0,49,0,0,0,56,0,0,0,46,0,0,0,83,0,0,0,50,0,0,0,47,0,0,0,84,0,0,0,72,1,0,0,52,0,0,0,85,0,0,0,57,0,0,0,50,0,0,0,0,0,0,0,224,14,0,0,163,0,0,0,73,1,0,0,35,1,0,0,36,1,0,0,86,0,0,0,52,0,0,0,37,1,0,0,54,0,0,0,38,1,0,0,164,0,0,0,165,0,0,0,166,0,0,0,74,1,0,0,66,0,0,0,67,0,0,0,167,0,0,0,69,0,0,0,168,0,0,0,75,1,0,0,39,1,0,0,46,0,0,0,87,0,0,0,76,1,0,0,88,0,0,0,48,0,0,0,77,1,0,0,78,1,0,0,89,0,0,0,40,1,0,0,90,0,0,0,53,0,0,0,0,0,0,0,192,14,0,0,169,0,0,0,79,1,0,0,41,1,0,0,42,1,0,0,91,0,0,0,43,0,0,0,43,1,0,0,54,0,0,0,44,1,0,0,63,0,0,0,64,0,0,0,65,0,0,0,48,0,0,0,170,0,0,0,67,0,0,0,171,0,0,0,172,0,0,0,173,0,0,0,49,0,0,0,56,0,0,0,46,0,0,0,92,0,0,0,80,1,0,0,47,0,0,0,48,0,0,0,81,1,0,0,52,0,0,0,93,0,0,0,57,0,0,0,94,0,0,0,0,0,0,0,240,14,0,0,174,0,0,0,82,1,0,0,45,1,0,0,52,0,0,0,86,0,0,0,52,0,0,0,46,1,0,0,54,0,0,0,47,1,0,0,164,0,0,0,64,0,0,0,175,0,0,0,83,1,0,0,66,0,0,0,67,0,0,0,176,0,0,0,69,0,0,0,70,0,0,0,75,1,0,0,39,1,0,0,46,0,0,0,95,0,0,0,84,1,0,0,96,0,0,0,48,0,0,0,85,1,0,0,52,0,0,0,97,0,0,0,48,1,0,0,98,0,0,0,54,0,0,0,0,0,0,0,0,15,0,0,177,0,0,0,86,1,0,0,51,0,0,0,49,1,0,0,99,0,0,0,43,0,0,0,50,1,0,0,54,0,0,0,51,1,0,0,63,0,0,0,64,0,0,0,65,0,0,0,48,0,0,0,178,0,0,0,67,0,0,0,179,0,0,0,180,0,0,0,70,0,0,0,49,0,0,0,56,0,0,0,46,0,0,0,100,0,0,0,87,1,0,0,47,0,0,0,48,0,0,0,88,1,0,0,52,0,0,0,101,0,0,0,57,0,0,0,50,0,0,0,0,0,0,0,16,15,0,0,181,0,0,0,89,1,0,0,52,1,0,0,52,0,0,0,45,0,0,0,55,0,0,0,53,1,0,0,54,0,0,0,55,0,0,0,63,0,0,0,64,0,0,0,65,0,0,0,90,1,0,0,66,0,0,0,182,0,0,0,183,0,0,0,69,0,0,0,184,0,0,0,91,1,0,0,56,0,0,0,102,0,0,0,103,0,0,0,50,0,0,0,47,0,0,0,48,0,0,0,51,0,0,0,52,0,0,0,49,0,0,0,57,0,0,0,50,0,0,0,0,0,0,0,48,15,0,0,185,0,0,0,92,1,0,0,51,0,0,0,52,0,0,0,45,0,0,0,56,0,0,0,54,1,0,0,54,0,0,0,55,0,0,0,63,0,0,0,64,0,0,0,65,0,0,0,48,0,0,0,66,0,0,0,67,0,0,0,186,0,0,0,69,0,0,0,70,0,0,0,49,0,0,0,55,1,0,0,46,0,0,0,104,0,0,0,93,1,0,0,47,0,0,0,48,0,0,0,94,1,0,0,52,0,0,0,105,0,0,0,57,0,0,0,50,0,0,0,0,0,0,0,64,15,0,0,187,0,0,0,95,1,0,0,51,0,0,0,52,0,0,0,45,0,0,0,57,0,0,0,56,1,0,0,54,0,0,0,55,0,0,0,63,0,0,0,64,0,0,0,65,0,0,0,96,1,0,0,66,0,0,0,188,0,0,0,189,0,0,0,69,0,0,0,190,0,0,0,49,0,0,0,56,0,0,0,46,0,0,0,106,0,0,0,50,0,0,0,47,0,0,0,48,0,0,0,51,0,0,0,52,0,0,0,49,0,0,0,57,0,0,0,107,0,0,0,0,0,0,0,96,15,0,0,191,0,0,0,97,1,0,0,51,0,0,0,52,0,0,0,45,0,0,0,58,0,0,0,57,1,0,0,54,0,0,0,55,0,0,0,63,0,0,0,64,0,0,0,65,0,0,0,48,0,0,0,66,0,0,0,192,0,0,0,193,0,0,0,69,0,0,0,194,0,0,0,49,0,0,0,56,0,0,0,46,0,0,0,108,0,0,0,50,0,0,0,47,0,0,0,48,0,0,0,51,0,0,0,52,0,0,0,49,0,0,0,57,0,0,0,109,0,0,0,0,0,0,0,112,15,0,0,195,0,0,0,98,1,0,0,51,0,0,0,52,0,0,0,45,0,0,0,59,0,0,0,58,1,0,0,54,0,0,0,55,0,0,0,63,0,0,0,64,0,0,0,65,0,0,0,48,0,0,0,66,0,0,0,196,0,0,0,197,0,0,0,69,0,0,0,198,0,0,0,49,0,0,0,56,0,0,0,46,0,0,0,110,0,0,0,50,0,0,0,47,0,0,0,48,0,0,0,51,0,0,0,52,0,0,0,49,0,0,0,57,0,0,0,111,0,0,0,1,0,0,0,0,0,0,0,24,16,0,0,6,2,0,0,7,2,0,0,8,2,0,0,49,0,0,0,9,2,0,0,0,0,0,0,232,15,0,0,10,2,0,0,11,2,0,0,12,2,0,0,49,0,0,0,13,2,0,0,0,0,0,0,216,15,0,0,199,0,0,0,99,1,0,0,59,1,0,0,60,1,0,0,45,0,0,0,60,0,0,0,53,0,0,0,54,0,0,0,61,1,0,0,63,0,0,0,64,0,0,0,65,0,0,0,48,0,0,0,66,0,0,0,200,0,0,0,201,0,0,0,202,0,0,0,203,0,0,0,49,0,0,0,56,0,0,0,46,0,0,0,112,0,0,0,50,0,0,0,47,0,0,0,48,0,0,0,51,0,0,0,100,1,0,0,49,0,0,0,57,0,0,0,50,0,0,0,0,0,0,0,144,15,0,0,14,2,0,0,15,2,0,0,204,0,0,0,101,1,0,0,16,2,0,0,17,2,0,0,62,1,0,0,63,1,0,0,205,0,0,0,0,0,0,0,200,15,0,0,18,2,0,0,19,2,0,0,93,0,0,0,0,0,0,0,248,15,0,0,20,2,0,0,21,2,0,0,22,2,0,0,49,0,0,0,23,2,0,0,0,0,0,0,8,16,0,0,24,2,0,0,25,2,0,0,26,2,0,0,49,0,0,0,27,2,0,0,40,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,16,0,0,32,2,0,0,33,2,0,0,47,0,0,0,206,0,0,0,34,2,0,0,236,255,255,255,236,255,255,255,40,16,0,0,35,2,0,0,36,2,0,0,216,255,255,255,216,255,255,255,216,255,255,255,216,255,255,255,40,16,0,0,207,0,0,0,37,2,0,0,38,2,0,0,39,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,16,0,0,40,2,0,0,41,2,0,0,42,2,0,0,49,0,0,0,43,2,0,0,187,93,2,0,191,93,2,0,198,93,2,0,205,93,2,0,212,93,2,0,219,93,2,0,226,93,2,0,233,93,2,0,239,93,2,0,249,93,2,0,0,94,2,0,12,94,2,0,18,94,2,0,25,94,2,0,37,94,2,0,50,94,2,0,63,94,2,0,73,94,2,0,83,94,2,0,93,94,2,0,103,94,2,0,113,94,2,0,123,94,2,0,133,94,2,0,143,94,2,0,149,94,2,0,152,94,2,0,156,94,2,0,162,94,2,0,169,94,2,0,111,117,3,0,119,117,3,0,115,117,3,0,176,94,2,0,180,94,2,0,184,94,2,0,188,94,2,0,192,94,2,0,196,94,2,0,200,94,2,0,206,94,2,0,215,94,2,0,224,94,2,0,236,94,2,0,252,94,2,0,15,95,2,0,19,95,2,0,26,95,2,0,246,78,4,0,30,95,2,0,37,95,2,0,47,95,2,0,50,95,2,0,59,95,2,0,65,95,2,0,74,95,2,0,83,95,2,0,92,95,2,0,95,95,2,0,100,95,2,0,105,95,2,0,111,95,2,0,120,95,2,0,124,95,2,0,133,95,2,0,137,95,2,0,140,95,2,0,148,95,2,0,158,95,2,0,167,95,2,0,174,95,2,0,177,95,2,0,185,95,2,0,193,95,2,0,200,95,2,0,209,95,2,0,213,95,2,0,221,95,2,0,228,95,2,0,235,95,2,0,243,95,2,0,248,95,2,0,255,95,2,0,7,96,2,0,15,96,2,0,22,96,2,0,28,96,2,0,34,96,2,0,38,96,2,0,43,96,2,0,49,96,2,0,56,96,2,0,65,96,2,0,75,96,2,0,84,96,2,0,94,96,2,0,104,96,2,0,112,96,2,0,119,96,2,0,127,96,2,0,135,96,2,0,139,96,2,0,144,96,2,0,150,96,2,0,155,96,2,0,162,96,2,0,170,96,2,0,175,96,2,0,181,96,2,0,188,96,2,0,193,96,2,0,199,96,2,0,206,96,2,0,215,96,2,0,225,96,2,0,234,96,2,0,246,96,2,0,3,97,2,0,10,97,2,0,24,97,2,0,39,97,2,0,50,97,2,0,59,97,2,0,65,97,2,0,70,97,2,0,76,97,2,0,84,97,2,0,90,97,2,0,93,97,2,0,100,97,2,0,104,97,2,0,110,97,2,0,122,97,2,0,125,97,2,0,137,97,2,0,144,97,2,0,151,97,2,0,155,97,2,0,160,97,2,0,167,97,2,0,175,97,2,0,187,93,2,0,81,54,4,0,83,54,4,0,93,54,4,0,95,54,4,0,105,54,4,0,107,54,4,0,134,54,4,0,186,97,2,0,81,70,4,0,91,54,4,0,188,97,2,0,136,54,4,0,191,97,2,0,194,97,2,0,197,97,2,0,200,97,2,0,204,97,2,0,208,97,2,0,213,97,2,0,216,97,2,0,219,97,2,0,222,97,2,0,225,97,2,0,132,54,4,0,228,97,2,0,231,97,2,0,97,54,4,0,87,54,4,0,234,97,2,0,236,97,2,0,239,97,2,0,242,97,2,0,89,54,4,0,103,54,4,0,22,78,4,0,181,34,4,0,246,97,2,0,248,97,2,0,251,97,2,0,254,97,2,0,120,54,4,0,122,54,4,0,1,98,2,0,4,98,2,0,138,54,4,0,7,98,2,0,9,98,2,0,12,98,2,0,35,92,2,0,51,145,2,0,42,92,2,0,45,92,2,0,54,92,2,0,232,144,2,0,60,92,2,0,69,92,2,0,78,92,2,0,81,92,2,0,86,92,2,0,45,145,2,0,91,92,2,0,100,92,2,0,223,144,2,0,104,92,2,0,108,92,2,0,61,145,2,0,111,92,2,0,121,92,2,0,130,92,2,0,137,92,2,0,140,92,2,0,148,92,2,0,183,203,2,0,156,92,2,0,165,92,2,0,241,144,2,0,169,92,2,0,176,92,2,0,183,92,2,0,191,92,2,0,18,248,2,0,196,92,2,0,204,92,2,0,212,92,2,0,219,92,2,0,225,92,2,0,231,92,2,0,235,92,2,0,240,92,2,0,246,92,2,0,250,92,2,0,0,93,2,0,7,93,2,0,13,93,2,0,21,93,2,0,29,93,2,0,35,93,2,0,40,93,2,0,46,93,2,0,52,93,2,0,56,93,2,0,61,93,2,0,182,154,2,0,67,93,2,0,187,154,2,0,75,179,2,0,74,93,2,0,80,93,2,0,15,98,2,0,20,98,2,0,26,98,2,0,33,98,2,0,42,98,2,0,0,0,0,0,24,78,4,0,29,78,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,93,2,0,96,93,2,0,102,93,2,0,107,93,2,0,113,93,2,0,121,93,2,0,127,93,2,0,130,93,2,0,137,93,2,0,141,93,2,0,123,22,4,0,147,93,2,0,150,93,2,0,162,93,2,0,169,93,2,0,176,93,2,0,218,144,2,0,180,93,2,0,52,98,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,16,0,0,44,2,0,0,45,2,0,0,208,0,0,0,0,0,0,0,160,16,0,0,46,2,0,0,47,2,0,0,208,0,0,0,244,255,255,255,160,16,0,0,48,2,0,0,49,2,0,0,32,0,0,0,0,0,0,0,128,16,0,0,50,2,0,0,51,2,0,0,208,0,0,0,209,0,0,0,52,2,0,0,244,255,255,255,128,16,0,0,53,2,0,0,54,2,0,0,224,255,255,255,224,255,255,255,224,255,255,255,224,255,255,255,128,16,0,0,210,0,0,0,55,2,0,0,56,2,0,0,57,2,0,0,0,0,0,0,200,19,0,0,58,2,0,0,59,2,0,0,60,2,0,0,49,0,0,0,61,2,0,0,0,0,0,0,184,19,0,0,62,2,0,0,63,2,0,0,64,2,0,0,49,0,0,0,65,2,0,0,0,0,0,0,168,19,0,0,66,2,0,0,67,2,0,0,68,2,0,0,49,0,0,0,69,2,0,0,0,0,0,0,120,19,0,0,70,2,0,0,71,2,0,0,72,2,0,0,49,0,0,0,73,2,0,0,0,0,0,0,104,19,0,0,74,2,0,0,75,2,0,0,76,…