UNPKG

remix-ide

Version:

Minimalistic browser-based Solidity IDE

1 lines 9.08 MB
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=false;var ENVIRONMENT_IS_WORKER=false;var ENVIRONMENT_IS_NODE=false;var ENVIRONMENT_IS_SHELL=false;if(Module["ENVIRONMENT"]){if(Module["ENVIRONMENT"]==="WEB"){ENVIRONMENT_IS_WEB=true}else if(Module["ENVIRONMENT"]==="WORKER"){ENVIRONMENT_IS_WORKER=true}else if(Module["ENVIRONMENT"]==="NODE"){ENVIRONMENT_IS_NODE=true}else if(Module["ENVIRONMENT"]==="SHELL"){ENVIRONMENT_IS_SHELL=true}else{throw new Error("The provided Module['ENVIRONMENT'] value is not valid. It must be one of: WEB|WORKER|NODE|SHELL.")}}else{ENVIRONMENT_IS_WEB=typeof window==="object";ENVIRONMENT_IS_WORKER=typeof importScripts==="function";ENVIRONMENT_IS_NODE=typeof process==="object"&&typeof require==="function"&&!ENVIRONMENT_IS_WEB&&!ENVIRONMENT_IS_WORKER;ENVIRONMENT_IS_SHELL=!ENVIRONMENT_IS_WEB&&!ENVIRONMENT_IS_NODE&&!ENVIRONMENT_IS_WORKER}if(ENVIRONMENT_IS_NODE){if(!Module["print"])Module["print"]=console.log;if(!Module["printErr"])Module["printErr"]=console.warn;var nodeFS;var nodePath;Module["read"]=function shell_read(filename,binary){if(!nodeFS)nodeFS=require("fs");if(!nodePath)nodePath=require("path");filename=nodePath["normalize"](filename);var ret=nodeFS["readFileSync"](filename);return binary?ret:ret.toString()};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}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 shell_read(){throw"no read() available"}}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}if(typeof quit==="function"){Module["quit"]=(function(status,toThrow){quit(status)})}}else if(ENVIRONMENT_IS_WEB||ENVIRONMENT_IS_WORKER){Module["read"]=function shell_read(url){var xhr=new XMLHttpRequest;xhr.open("GET",url,false);xhr.send(null);return xhr.responseText};if(ENVIRONMENT_IS_WORKER){Module["readBinary"]=function readBinary(url){var xhr=new XMLHttpRequest;xhr.open("GET",url,false);xhr.responseType="arraybuffer";xhr.send(null);return new Uint8Array(xhr.response)}}Module["readAsync"]=function readAsync(url,onload,onerror){var xhr=new XMLHttpRequest;xhr.open("GET",url,true);xhr.responseType="arraybuffer";xhr.onload=function xhr_onload(){if(xhr.status==200||xhr.status==0&&xhr.response){onload(xhr.response)}else{onerror()}};xhr.onerror=onerror;xhr.send(null)};if(typeof arguments!="undefined"){Module["arguments"]=arguments}if(typeof console!=="undefined"){if(!Module["print"])Module["print"]=function shell_print(x){console.log(x)};if(!Module["printErr"])Module["printErr"]=function shell_printErr(x){console.warn(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){abort("NO_DYNAMIC_EXECUTION=1 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"}if(!Module["quit"]){Module["quit"]=(function(status,toThrow){throw toThrow})}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]}}moduleOverrides=undefined;var Runtime={setTempRet0:(function(value){tempRet0=value;return 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){return Module["dynCall_"+sig].apply(null,[ptr].concat(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]){if(sig.length===1){sigCache[func]=function dynCall_wrapper(){return Runtime.dynCall(sig,func)}}else if(sig.length===2){sigCache[func]=function dynCall_wrapper(arg){return Runtime.dynCall(sig,func,[arg])}}else{sigCache[func]=function dynCall_wrapper(){return Runtime.dynCall(sig,func,Array.prototype.slice.call(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=HEAP32[DYNAMICTOP_PTR>>2];var end=(ret+size+15|0)&-16;HEAP32[DYNAMICTOP_PTR>>2]=end;if(end>=TOTAL_MEMORY){var success=enlargeMemory();if(!success){HEAP32[DYNAMICTOP_PTR>>2]=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 ABORT=0;var EXITSTATUS=0;function assert(condition,text){if(!condition){abort("Assertion failed: "+text)}}function getCFunc(ident){var func=Module["_"+ident];if(!func){abort("NO_DYNAMIC_EXECUTION=1 was set, cannot eval")}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){var len=(str.length<<2)+1;ret=Runtime.stackAlloc(len);stringToUTF8(str,ret,len)}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=[typeof _malloc==="function"?_malloc:Runtime.staticAlloc,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(!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;var UTF8Decoder=typeof TextDecoder!=="undefined"?new TextDecoder("utf8"):undefined;function UTF8ArrayToString(u8Array,idx){var endPtr=idx;while(u8Array[endPtr])++endPtr;if(endPtr-idx>16&&u8Array.subarray&&UTF8Decoder){return UTF8Decoder.decode(u8Array.subarray(idx,endPtr))}else{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;var UTF16Decoder=typeof TextDecoder!=="undefined"?new TextDecoder("utf-16le"):undefined;function demangle(func){var __cxa_demangle_func=Module["___cxa_demangle"]||Module["__cxa_demangle"];if(__cxa_demangle_func){try{var s=func.substr(1);var len=lengthBytesUTF8(s)+1;var buf=_malloc(len);stringToUTF8(s,buf,len);var status=_malloc(4);var ret=__cxa_demangle_func(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)}return func}Runtime.warnOnce("warning: build with -s DEMANGLE_SUPPORT=1 to link in libcxxabi demangling");return func}function demangleAll(text){var regex=/__Z[\w\d_]+/g;return text.replace(regex,(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(){var js=jsStackTrace();if(Module["extraStackTrace"])js+="\n"+Module["extraStackTrace"]();return demangleAll(js)}Module["stackTrace"]=stackTrace;var WASM_PAGE_SIZE=65536;var ASMJS_PAGE_SIZE=16777216;var MIN_TOTAL_MEMORY=16777216;function alignUp(x,multiple){if(x%multiple>0){x+=multiple-x%multiple}return x}var HEAP,buffer,HEAP8,HEAPU8,HEAP16,HEAPU16,HEAP32,HEAPU32,HEAPF32,HEAPF64;function updateGlobalBuffer(buf){Module["buffer"]=buffer=buf}function updateGlobalBufferViews(){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)}var STATIC_BASE,STATICTOP,staticSealed;var STACK_BASE,STACKTOP,STACK_MAX;var DYNAMIC_BASE,DYNAMICTOP_PTR;STATIC_BASE=STATICTOP=STACK_BASE=STACKTOP=STACK_MAX=DYNAMIC_BASE=DYNAMICTOP_PTR=0;staticSealed=false;function abortOnCannotGrowMemory(){abort("Cannot enlarge memory arrays. Either (1) compile with -s TOTAL_MEMORY=X with X higher than the current value "+TOTAL_MEMORY+", (2) compile with -s ALLOW_MEMORY_GROWTH=1 which allows increasing the size at runtime but prevents some optimizations, (3) set Module.TOTAL_MEMORY to a higher value before the program runs, or (4) if you want malloc to return NULL (0) instead of this abort, compile with -s ABORTING_MALLOC=0 ")}if(!Module["reallocBuffer"])Module["reallocBuffer"]=(function(size){var ret;try{if(ArrayBuffer.transfer){ret=ArrayBuffer.transfer(buffer,size)}else{var oldHEAP8=HEAP8;ret=new ArrayBuffer(size);var temp=new Int8Array(ret);temp.set(oldHEAP8)}}catch(e){return false}var success=_emscripten_replace_memory(ret);if(!success)return false;return ret});function enlargeMemory(){var PAGE_MULTIPLE=Module["usingWasm"]?WASM_PAGE_SIZE:ASMJS_PAGE_SIZE;var LIMIT=2147483648-PAGE_MULTIPLE;if(HEAP32[DYNAMICTOP_PTR>>2]>LIMIT){return false}var OLD_TOTAL_MEMORY=TOTAL_MEMORY;TOTAL_MEMORY=Math.max(TOTAL_MEMORY,MIN_TOTAL_MEMORY);while(TOTAL_MEMORY<HEAP32[DYNAMICTOP_PTR>>2]){if(TOTAL_MEMORY<=536870912){TOTAL_MEMORY=alignUp(2*TOTAL_MEMORY,PAGE_MULTIPLE)}else{TOTAL_MEMORY=Math.min(alignUp((3*TOTAL_MEMORY+2147483648)/4,PAGE_MULTIPLE),LIMIT)}}var replacement=Module["reallocBuffer"](TOTAL_MEMORY);if(!replacement||replacement.byteLength!=TOTAL_MEMORY){TOTAL_MEMORY=OLD_TOTAL_MEMORY;return false}updateGlobalBuffer(replacement);updateGlobalBufferViews();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;if(TOTAL_MEMORY<TOTAL_STACK)Module.printErr("TOTAL_MEMORY should be larger than TOTAL_STACK, was "+TOTAL_MEMORY+"! (TOTAL_STACK="+TOTAL_STACK+")");if(Module["buffer"]){buffer=Module["buffer"]}else{{buffer=new ArrayBuffer(TOTAL_MEMORY)}}updateGlobalBufferViews();function getTotalMemory(){return TOTAL_MEMORY}HEAP32[0]=1668509029;HEAP16[1]=25459;if(HEAPU8[2]!==115||HEAPU8[3]!==99)throw"Runtime error: expected the system to be little-endian!";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){Module["dynCall_v"](func)}else{Module["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){Runtime.warnOnce("writeStringToMemory is deprecated and should not be called! Use stringToUTF8() instead!");var lastChar,end;if(dontAddNull){end=buffer+lengthBytesUTF8(string);lastChar=HEAP8[end]}stringToUTF8(string,buffer,Infinity);if(dontAddNull)HEAP8[end]=lastChar}Module["writeStringToMemory"]=writeStringToMemory;function writeArrayToMemory(array,buffer){HEAP8.set(array,buffer)}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;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"];if(!Math["trunc"])Math["trunc"]=(function(x){return x<0?Math.ceil(x):Math.floor(x)});Math.trunc=Math["trunc"];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_round=Math.round;var Math_min=Math.min;var Math_clz32=Math.clz32;var Math_trunc=Math.trunc;var runDependencies=0;var runDependencyWatcher=null;var dependenciesFulfilled=null;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 ASM_CONSTS=[];STATIC_BASE=Runtime.GLOBAL_BASE;STATICTOP=STATIC_BASE+337536;__ATINIT__.push({func:(function(){__GLOBAL__I_000101()})},{func:(function(){__GLOBAL__sub_I_ControlFlowBuilder_cpp()})},{func:(function(){__GLOBAL__sub_I_CompilerUtils_cpp()})},{func:(function(){__GLOBAL__sub_I_ContractCompiler_cpp()})},{func:(function(){__GLOBAL__sub_I_ExpressionCompiler_cpp()})},{func:(function(){__GLOBAL__sub_I_LValue_cpp()})},{func:(function(){__GLOBAL__sub_I_SMTChecker_cpp()})},{func:(function(){__GLOBAL__sub_I_SymbolicTypes_cpp()})},{func:(function(){__GLOBAL__sub_I_SymbolicVariables_cpp()})},{func:(function(){__GLOBAL__sub_I_VariableUsage_cpp()})},{func:(function(){__GLOBAL__sub_I_ABI_cpp()})},{func:(function(){__GLOBAL__sub_I_DocStringParser_cpp()})},{func:(function(){__GLOBAL__sub_I_ConstantEvaluator_cpp()})},{func:(function(){__GLOBAL__sub_I_CompilerContext_cpp()})},{func:(function(){__GLOBAL__sub_I_DeclarationContainer_cpp()})},{func:(function(){__GLOBAL__sub_I_ABIFunctions_cpp()})},{func:(function(){__GLOBAL__sub_I_ArrayUtils_cpp()})},{func:(function(){__GLOBAL__sub_I_AsmAnalysis_cpp()})},{func:(function(){___cxx_global_var_init_8()})},{func:(function(){__GLOBAL__sub_I_Instruction_cpp()})},{func:(function(){__GLOBAL__sub_I_json_value_cpp()})},{func:(function(){__GLOBAL__sub_I_regex_cpp()})},{func:(function(){__GLOBAL__sub_I_operations_cpp()})},{func:(function(){__GLOBAL__sub_I_iostream_cpp()})},{func:(function(){__GLOBAL__sub_I_DocStringAnalyser_cpp()})},{func:(function(){__GLOBAL__sub_I_StandardCompiler_cpp()})},{func:(function(){__GLOBAL__sub_I_Version_cpp()})},{func:(function(){__GLOBAL__sub_I_ASTJsonConverter_cpp()})},{func:(function(){__GLOBAL__sub_I_Types_cpp()})},{func:(function(){__GLOBAL__sub_I_CompilerStack_cpp()})},{func:(function(){__GLOBAL__sub_I_GasEstimator_cpp()})},{func:(function(){__GLOBAL__sub_I_Natspec_cpp()})},{func:(function(){__GLOBAL__sub_I_Parser_cpp()})},{func:(function(){__GLOBAL__sub_I_ContractLevelChecker_cpp()})},{func:(function(){__GLOBAL__sub_I_ControlFlowAnalyzer_cpp()})},{func:(function(){__GLOBAL__sub_I_ControlFlowGraph_cpp()})},{func:(function(){__GLOBAL__sub_I_libsolc_cpp()})},{func:(function(){__GLOBAL__sub_I_GlobalContext_cpp()})},{func:(function(){__GLOBAL__sub_I_NameAndTypeResolver_cpp()})},{func:(function(){__GLOBAL__sub_I_PostTypeChecker_cpp()})},{func:(function(){__GLOBAL__sub_I_ReferencesResolver_cpp()})},{func:(function(){__GLOBAL__sub_I_StaticAnalyzer_cpp()})},{func:(function(){__GLOBAL__sub_I_SyntaxChecker_cpp()})},{func:(function(){__GLOBAL__sub_I_TypeChecker_cpp()})},{func:(function(){__GLOBAL__sub_I_ViewPureChecker_cpp()})},{func:(function(){__GLOBAL__sub_I_AST_cpp()})},{func:(function(){__GLOBAL__sub_I_Compiler_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,200,0,0,0,151,0,0,0,152,0,0,0,47,0,0,0,236,255,255,255,236,255,255,255,200,0,0,0,153,0,0,0,154,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,160,45,0,0,55,1,0,0,56,1,0,0,252,255,255,255,252,255,255,255,160,45,0,0,57,1,0,0,58,1,0,0,0,0,0,0,0,0,0,0,52,204,0,0,120,109,1,0,92,204,0,0,185,108,1,0,128,0,0,0,0,0,0,0,52,204,0,0,8,110,1,0,92,204,0,0,17,124,1,0,48,51,0,0,0,0,0,0,124,205,0,0,249,123,1,0,0,0,0,0,1,0,0,0,32,42,0,0,3,228,255,255,124,205,0,0,231,123,1,0,0,0,0,0,1,0,0,0,32,42,0,0,3,228,255,255,124,205,0,0,207,123,1,0,0,0,0,0,1,0,0,0,32,42,0,0,3,228,255,255,124,205,0,0,180,123,1,0,0,0,0,0,1,0,0,0,32,42,0,0,3,228,255,255,124,205,0,0,145,123,1,0,0,0,0,0,1,0,0,0,32,42,0,0,3,228,255,255,124,205,0,0,106,123,1,0,0,0,0,0,1,0,0,0,32,42,0,0,3,228,255,255,52,204,0,0,235,117,1,0,124,205,0,0,254,117,1,0,0,0,0,0,2,0,0,0,16,1,0,0,2,0,0,0,104,1,0,0,3,224,255,255,52,204,0,0,73,118,1,0,92,204,0,0,112,118,1,0,128,1,0,0,0,0,0,0,52,204,0,0,218,118,1,0,92,204,0,0,251,119,1,0,208,1,0,0,0,0,0,0,92,204,0,0,6,119,1,0,168,1,0,0,0,0,0,0,52,204,0,0,82,119,1,0,92,204,0,0,115,119,1,0,96,45,0,0,0,0,0,0,92,204,0,0,181,119,1,0,160,45,0,0,0,0,0,0,52,204,0,0,49,120,1,0,92,204,0,0,98,120,1,0,168,1,0,0,0,0,0,0,92,204,0,0,164,121,1,0,128,1,0,0,0,0,0,0,92,204,0,0,55,122,1,0,16,2,0,0,0,0,0,0,52,204,0,0,239,121,1,0,52,204,0,0,249,122,1,0,92,204,0,0,46,125,1,0,48,44,0,0,0,0,0,0,92,204,0,0,24,125,1,0,48,44,0,0,0,0,0,0,92,204,0,0,179,139,1,0,88,2,0,0,0,0,0,0,92,204,0,0,6,132,1,0,240,50,0,0,0,0,0,0,52,204,0,0,213,139,1,0,92,204,0,0,31,167,1,0,112,2,0,0,0,0,0,0,124,205,0,0,161,141,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,52,204,0,0,238,141,1,0,52,204,0,0,182,141,1,0,92,204,0,0,92,154,1,0,112,2,0,0,0,0,0,0,92,204,0,0,48,150,1,0,112,2,0,0,0,0,0,0,92,204,0,0,11,150,1,0,112,2,0,0,0,0,0,0,92,204,0,0,231,149,1,0,112,2,0,0,0,0,0,0,92,204,0,0,164,143,1,0,112,2,0,0,0,0,0,0,92,204,0,0,167,144,1,0,112,2,0,0,0,0,0,0,92,204,0,0,193,144,1,0,240,50,0,0,0,0,0,0,124,205,0,0,139,147,1,0,0,0,0,0,2,0,0,0,48,3,0,0,2,0,0,0,104,1,0,0,3,244,255,255,124,205,0,0,226,147,1,0,0,0,0,0,2,0,0,0,240,51,0,0,2,0,0,0,64,1,0,0,2,8,0,0,92,204,0,0,41,148,1,0,240,50,0,0,0,0,0,0,124,205,0,0,80,149,1,0,0,0,0,0,2,0,0,0,128,3,0,0,2,0,0,0,104,1,0,0,3,244,255,255,124,205,0,0,165,149,1,0,0,0,0,0,2,0,0,0,208,51,0,0,2,0,0,0,64,1,0,0,2,8,0,0,92,204,0,0,80,150,1,0,240,50,0,0,0,0,0,0,92,204,0,0,34,153,1,0,240,50,0,0,0,0,0,0,92,204,0,0,101,155,1,0,112,2,0,0,0,0,0,0,92,204,0,0,223,160,1,0,192,3,0,0,0,0,0,0,124,205,0,0,106,159,1,0,0,0,0,0,2,0,0,0,200,0,0,0,2,0,0,0,104,1,0,0,3,224,255,255,124,205,0,0,21,160,1,0,0,0,0,0,2,0,0,0,32,4,0,0,2,0,0,0,104,1,0,0,3,244,255,255,124,205,0,0,105,160,1,0,0,0,0,0,2,0,0,0,224,51,0,0,2,0,0,0,64,1,0,0,2,8,0,0,92,204,0,0,249,160,1,0,240,50,0,0,0,0,0,0,92,204,0,0,214,161,1,0,112,2,0,0,0,0,0,0,92,204,0,0,239,161,1,0,240,50,0,0,0,0,0,0,92,204,0,0,198,162,1,0,240,50,0,0,0,0,0,0,52,204,0,0,25,163,1,0,92,204,0,0,88,163,1,0,240,50,0,0,0,0,0,0,124,205,0,0,76,166,1,0,0,0,0,0,2,0,0,0,184,4,0,0,2,0,0,0,104,1,0,0,3,244,255,255,124,205,0,0,162,166,1,0,0,0,0,0,2,0,0,0,144,51,0,0,2,0,0,0,64,1,0,0,2,8,0,0,92,204,0,0,229,166,1,0,112,2,0,0,0,0,0,0,92,204,0,0,155,167,1,0,112,2,0,0,0,0,0,0,92,204,0,0,190,167,1,0,192,3,0,0,0,0,0,0,92,204,0,0,218,167,1,0,112,2,0,0,0,0,0,0,92,204,0,0,243,167,1,0,112,2,0,0,0,0,0,0,92,204,0,0,16,168,1,0,112,2,0,0,0,0,0,0,92,204,0,0,252,168,1,0,112,2,0,0,0,0,0,0,92,204,0,0,26,169,1,0,112,2,0,0,0,0,0,0,92,204,0,0,54,169,1,0,112,2,0,0,0,0,0,0,124,205,0,0,211,175,1,0,0,0,0,0,2,0,0,0,136,5,0,0,2,0,0,0,104,1,0,0,3,244,255,255,124,205,0,0,42,176,1,0,0,0,0,0,2,0,0,0,168,5,0,0,2,0,0,0,64,1,0,0,2,8,0,0,92,204,0,0,110,176,1,0,160,51,0,0,0,0,0,0,92,204,0,0,94,179,1,0,240,50,0,0,0,0,0,0,92,204,0,0,226,187,1,0,240,50,0,0,0,0,0,0,92,204,0,0,215,188,1,0,240,5,0,0,0,0,0,0,52,204,0,0,169,188,1,0,52,204,0,0,108,189,1,0,124,205,0,0,211,190,1,0,0,0,0,0,2,0,0,0,200,13,0,0,2,0,0,0,24,6,0,0,2,28,0,0,52,204,0,0,240,190,1,0,92,204,0,0,200,191,1,0,240,50,0,0,0,0,0,0,92,204,0,0,26,195,1,0,240,50,0,0,0,0,0,0,92,204,0,0,56,204,1,0,240,50,0,0,0,0,0,0,92,204,0,0,217,207,1,0,112,2,0,0,0,0,0,0,92,204,0,0,2,208,1,0,240,50,0,0,0,0,0,0,52,204,0,0,160,210,1,0,92,204,0,0,199,211,1,0,240,50,0,0,0,0,0,0,92,204,0,0,175,213,1,0,240,50,0,0,0,0,0,0,92,204,0,0,242,214,1,0,176,6,0,0,0,0,0,0,52,204,0,0,53,214,1,0,52,204,0,0,105,215,1,0,124,205,0,0,230,216,1,0,0,0,0,0,1,0,0,0,208,6,0,0,3,224,255,255,124,205,0,0,200,216,1,0,0,0,0,0,1,0,0,0,32,42,0,0,3,228,255,255,124,205,0,0,26,219,1,0,0,0,0,0,2,0,0,0,248,0,0,0,2,0,0,0,104,1,0,0,3,224,255,255,124,205,0,0,116,220,1,0,0,0,0,0,2,0,0,0,32,42,0,0,2,0,0,0,104,1,0,0,3,228,255,255,92,204,0,0,173,220,1,0,240,50,0,0,0,0,0,0,92,204,0,0,138,221,1,0,240,50,0,0,0,0,0,0,92,204,0,0,209,221,1,0,240,50,0,0,0,0,0,0,64,0,0,0,0,0,0,0,112,45,0,0,45,1,0,0,46,1,0,0,192,255,255,255,192,255,255,255,112,45,0,0,47,1,0,0,48,1,0,0,64,0,0,0,0,0,0,0,208,45,0,0,49,1,0,0,50,1,0,0,56,0,0,0,248,255,255,255,208,45,0,0,51,1,0,0,52,1,0,0,192,255,255,255,192,255,255,255,208,45,0,0,53,1,0,0,54,1,0,0,0,0,0,0,56,0,0,0,0,0,0,0,160,45,0,0,55,1,0,0,56,1,0,0,200,255,255,255,200,255,255,255,160,45,0,0,57,1,0,0,58,1,0,0,92,204,0,0,254,222,1,0,208,45,0,0,0,0,0,0,92,204,0,0,139,225,1,0,88,2,0,0,0,0,0,0,52,204,0,0,165,225,1,0,52,204,0,0,226,225,1,0,92,204,0,0,28,226,1,0,240,50,0,0,0,0,0,0,92,204,0,0,102,226,1,0,240,50,0,0,0,0,0,0,124,205,0,0,36,227,1,0,0,0,0,0,2,0,0,0,88,8,0,0,2,0,0,0,104,1,0,0,3,224,255,255,124,205,0,0,107,227,1,0,0,0,0,0,1,0,0,0,32,42,0,0,3,228,255,255,92,204,0,0,156,229,1,0,240,50,0,0,0,0,0,0,92,204,0,0,124,232,1,0,240,50,0,0,0,0,0,0,92,204,0,0,202,233,1,0,240,50,0,0,0,0,0,0,92,204,0,0,116,235,1,0,240,50,0,0,0,0,0,0,92,204,0,0,227,236,1,0,240,50,0,0,0,0,0,0,92,204,0,0,220,238,1,0,240,50,0,0,0,0,0,0,92,204,0,0,227,240,1,0,240,50,0,0,0,0,0,0,92,204,0,0,17,243,1,0,240,50,0,0,0,0,0,0,92,204,0,0,106,244,1,0,240,50,0,0,0,0,0,0,92,204,0,0,165,245,1,0,240,50,0,0,0,0,0,0,92,204,0,0,11,247,1,0,240,50,0,0,0,0,0,0,92,204,0,0,137,248,1,0,240,50,0,0,0,0,0,0,92,204,0,0,149,249,1,0,240,50,0,0,0,0,0,0,92,204,0,0,217,250,1,0,240,50,0,0,0,0,0,0,92,204,0,0,163,252,1,0,240,50,0,0,0,0,0,0,92,204,0,0,84,254,1,0,240,50,0,0,0,0,0,0,92,204,0,0,198,255,1,0,240,50,0,0,0,0,0,0,92,204,0,0,92,1,2,0,240,50,0,0,0,0,0,0,92,204,0,0,111,3,2,0,240,50,0,0,0,0,0,0,92,204,0,0,114,6,2,0,240,50,0,0,0,0,0,0,92,204,0,0,50,9,2,0,240,50,0,0,0,0,0,0,92,204,0,0,135,13,2,0,240,50,0,0,0,0,0,0,124,205,0,0,50,15,2,0,0,0,0,0,2,0,0,0,248,5,0,0,2,0,0,0,240,9,0,0,2,48,0,0,52,204,0,0,19,15,2,0,92,204,0,0,87,15,2,0,240,50,0,0,0,0,0,0,92,204,0,0,8,17,2,0,240,50,0,0,0,0,0,0,92,204,0,0,165,18,2,0,240,50,0,0,0,0,0,0,92,204,0,0,169,20,2,0,240,50,0,0,0,0,0,0,92,204,0,0,253,21,2,0,240,50,0,0,0,0,0,0,92,204,0,0,96,24,2,0,240,17,0,0,0,0,0,0,92,204,0,0,100,26,2,0,240,50,0,0,0,0,0,0,92,204,0,0,174,29,2,0,240,50,0,0,0,0,0,0,92,204,0,0,28,31,2,0,240,50,0,0,0,0,0,0,92,204,0,0,118,32,2,0,240,50,0,0,0,0,0,0,92,204,0,0,126,33,2,0,240,50,0,0,0,0,0,0,92,204,0,0,176,34,2,0,240,50,0,0,0,0,0,0,92,204,0,0,175,35,2,0,240,50,0,0,0,0,0,0,92,204,0,0,176,36,2,0,240,50,0,0,0,0,0,0,92,204,0,0,145,38,2,0,240,50,0,0,0,0,0,0,92,204,0,0,17,40,2,0,240,50,0,0,0,0,0,0,92,204,0,0,188,41,2,0,240,50,0,0,0,0,0,0,92,204,0,0,67,42,2,0,32,11,0,0,0,0,0,0,52,204,0,0,12,42,2,0,52,204,0,0,174,42,2,0,92,204,0,0,28,47,2,0,240,50,0,0,0,0,0,0,92,204,0,0,38,48,2,0,240,50,0,0,0,0,0,0,92,204,0,0,210,49,2,0,240,50,0,0,0,0,0,0,92,204,0,0,171,52,2,0,240,50,0,0,0,0,0,0,92,204,0,0,19,55,2,0,240,50,0,0,0,0,0,0,92,204,0,0,59,58,2,0,240,50,0,0,0,0,0,0,92,204,0,0,15,60,2,0,240,50,0,0,0,0,0,0,124,205,0,0,244,68,2,0,0,0,0,0,1,0,0,0,88,2,0,0,0,0,0,0,124,205,0,0,25,69,2,0,0,0,0,0,1,0,0,0,88,2,0,0,0,0,0,0,124,205,0,0,10,71,2,0,0,0,0,0,1,0,0,0,88,2,0,0,0,0,0,0,92,204,0,0,73,73,2,0,248,5,0,0,0,0,0,0,92,204,0,0,115,73,2,0,240,50,0,0,0,0,0,0,92,204,0,0,208,73,2,0,240,50,0,0,0,0,0,0,124,205,0,0,14,79,2,0,0,0,0,0,1,0,0,0,56,12,0,0,0,0,0,0,92,204,0,0,11,76,2,0,240,50,0,0,0,0,0,0,52,204,0,0,61,79,2,0,124,205,0,0,164,91,2,0,0,0,0,0,1,0,0,0,88,2,0,0,0,0,0,0,92,204,0,0,231,89,2,0,112,12,0,0,0,0,0,0,52,204,0,0,94,89,2,0,52,204,0,0,133,90,2,0,124,205,0,0,90,101,2,0,0,0,0,0,1,0,0,0,88,2,0,0,0,0,0,0,92,204,0,0,71,93,2,0,240,50,0,0,0,0,0,0,92,204,0,0,226,93,2,0,240,50,0,0,0,0,0,0,92,204,0,0,210,99,2,0,200,12,0,0,0,0,0,0,52,204,0,0,153,98,2,0,52,204,0,0,121,100,2,0,124,205,0,0,126,101,2,0,0,0,0,0,1,0,0,0,32,42,0,0,0,0,0,0,124,205,0,0,11,107,2,0,0,0,0,0,1,0,0,0,88,2,0,0,0,0,0,0,124,205,0,0,78,115,2,0,0,0,0,0,1,0,0,0,88,2,0,0,0,0,0,0,124,205,0,0,127,165,2,0,0,0,0,0,1,0,0,0,88,2,0,0,0,0,0,0,92,204,0,0,129,117,2,0,240,50,0,0,0,0,0,0,92,204,0,0,75,142,2,0,240,50,0,0,0,0,0,0,92,204,0,0,182,151,2,0,240,50,0,0,0,0,0,0,92,204,0,0,108,155,2,0,200,12,0,0,0,0,0,0,52,204,0,0,1,152,2,0,92,204,0,0,236,164,2,0,240,5,0,0,0,0,0,0,52,204,0,0,112,164,2,0,124,205,0,0,203,172,2,0,0,0,0,0,1,0,0,0,88,2,0,0,0,0,0,0,92,204,0,0,177,169,2,0,192,13,0,0,0,0,0,0,52,204,0,0,106,169,2,0,52,204,0,0,94,170,2,0,124,205,0,0,56,173,2,0,0,0,0,0,1,0,0,0,144,2,0,0,0,0,0,0,52,204,0,0,25,173,2,0,92,204,0,0,80,173,2,0,248,5,0,0,0,0,0,0,124,205,0,0,112,173,2,0,0,0,0,0,2,0,0,0,248,5,0,0,2,0,0,0,112,6,0,0,2,48,0,0,92,204,0,0,148,173,2,0,200,13,0,0,0,0,0,0,92,204,0,0,210,173,2,0,200,13,0,0,0,0,0,0,92,204,0,0,176,173,2,0,40,14,0,0,0,0,0,0,124,205,0,0,235,173,2,0,0,0,0,0,2,0,0,0,104,14,0,0,2,0,0,0,24,6,0,0,2,40,0,0,124,205,0,0,1,174,2,0,0,0,0,0,2,0,0,0,200,13,0,0,2,0,0,0,112,6,0,0,2,28,0,0,124,205,0,0,27,174,2,0,0,0,0,0,2,0,0,0,168,14,0,0,2,0,0,0,24,6,0,0,2,40,0,0,92,204,0,0,57,174,2,0,104,14,0,0,0,0,0,0,124,205,0,0,93,174,2,0,0,0,0,0,3,0,0,0,208,9,0,0,2,0,0,0,112,6,0,0,2,80,0,0,224,14,0,0,2,92,0,0,52,204,0,0,129,174,2,0,124,205,0,0,169,174,2,0,0,0,0,0,2,0,0,0,208,9,0,0,2,0,0,0,112,6,0,0,2,80,0,0,92,204,0,0,202,174,2,0,224,13,0,0,0,0,0,0,92,204,0,0,240,174,2,0,200,13,0,0,0,0,0,0,92,204,0,0,233,175,2,0,248,5,0,0,0,0,0,0,92,204,0,0,120,175,2,0,240,50,0,0,0,0,0,0,92,204,0,0,199,175,2,0,224,13,0,0,0,0,0,0,124,205,0,0,10,176,2,0,0,0,0,0,2,0,0,0,120,15,0,0,2,0,0,0,136,15,0,0,2,16,0,0,92,204,0,0,94,176,2,0,224,13,0,0,0,0,0,0,52,204,0,0,56,176,2,0,92,204,0,0,137,176,2,0,200,13,0,0,0,0,0,0,92,204,0,0,175,176,2,0,200,13,0,0,0,0,0,0,92,204,0,0,210,176,2,0,248,5,0,0,0,0,0,0,92,204,0,0,88,177,2,0,248,5,0,0,0,0,0,0,92,204,0,0,114,177,2,0,200,13,0,0,0,0,0,0,124,205,0,0,84,178,2,0,0,0,0,0,2,0,0,0,224,13,0,0,2,0,0,0,136,15,0,0,2,4,0,0,92,204,0,0,10,179,2,0,248,5,0,0,0,0,0,0,92,204,0,0,219,178,2,0,224,13,0,0,0,0,0,0,124,205,0,0,174,179,2,0,0,0,0,0,2,0,0,0,208,9,0,0,2,0,0,0,112,6,0,0,2,80,0,0,92,204,0,0,47,179,2,0,240,50,0,0,0,0,0,0,124,205,0,0,128,179,2,0,0,0,0,0,2,0,0,0,224,13,0,0,2,0,0,0,136,15,0,0,2,4,0,0,92,204,0,0,210,179,2,0,200,13,0,0,0,0,0,0,124,205,0,0,246,179,2,0,0,0,0,0,2,0,0,0,224,13,0,0,2,0,0,0,136,15,0,0,2,4,0,0,92,204,0,0,33,180,2,0,224,13,0,0,0,0,0,0,92,204,0,0,69,180,2,0,40,14,0,0,0,0,0,0,92,204,0,0,152,180,2,0,40,14,0,0,0,0,0,0,92,204,0,0,105,180,2,0,160,16,0,0,0,0,0,0,92,204,0,0,189,180,2,0,40,14,0,0,0,0,0,0,92,204,0,0,213,180,2,0,40,14,0,0,0,0,0,0,124,205,0,0,244,180,2,0,0,0,0,0,2,0,0,0,224,13,0,0,2,0,0,0,136,15,0,0,2,4,0,0,92,204,0,0,67,181,2,0,104,14,0,0,0,0,0,0,92,204,0,0,25,181,2,0,0,17,0,0,0,0,0,0,92,204,0,0,99,181,2,0,104,14,0,0,0,0,0,0,92,204,0,0,137,181,2,0,104,14,0,0,0,0,0,0,92,204,0,0,166,181,2,0,168,14,0,0,0,0,0,0,92,204,0,0,198,181,2,0,104,14,0,0,0,0,0,0,92,204,0,0,223,181,2,0,104,14,0,0,0,0,0,0,92,204,0,0,23,182,2,0,104,14,0,0,0,0,0,0,92,204,0,0,245,181,2,0,0,17,0,0,0,0,0,0,92,204,0,0,46,182,2,0,104,14,0,0,0,0,0,0,92,204,0,0,68,182,2,0,104,14,0,0,0,0,0,0,92,204,0,0,99,182,2,0,104,14,0,0,0,0,0,0,92,204,0,0,145,182,2,0,104,14,0,0,0,0,0,0,92,204,0,0,220,182,2,0,200,13,0,0,0,0,0,0,92,204,0,0,182,182,2,0,224,13,0,0,0,0,0,0,92,204,0,0,248,182,2,0,240,17,0,0,0,0,0,0,92,204,0,0,21,183,2,0,240,17,0,0,0,0,0,0,92,204,0,0,49,183,2,0,240,17,0,0,0,0,0,0,92,204,0,0,82,183,2,0,240,17,0,0,0,0,0,0,92,204,0,0,157,183,2,0,240,17,0,0,0,0,0,0,92,204,0,0,114,183,2,0,0,18,0,0,0,0,0,0,92,204,0,0,230,183,2,0,240,17,0,0,0,0,0,0,92,204,0,0,190,183,2,0,0,18,0,0,0,0,0,0,92,204,0,0,4,184,2,0,240,17,0,0,0,0,0,0,92,204,0,0,75,184,2,0,240,17,0,0,0,0,0,0,92,204,0,0,35,184,2,0,0,18,0,0,0,0,0,0,92,204,0,0,105,184,2,0,240,17,0,0,0,0,0,0,92,204,0,0,172,184,2,0,72,10,0,0,0,0,0,0,92,204,0,0,134,184,2,0,0,18,0,0,0,0,0,0,92,204,0,0,200,184,2,0,72,10,0,0,0,0,0,0,92,204,0,0,246,184,2,0,72,10,0,0,0,0,0,0,124,205,0,0,159,189,2,0,0,0,0,0,2,0,0,0,208,6,0,0,2,0,0,0,104,1,0,0,3,224,255,255,124,205,0,0,17,190,2,0,0,0,0,0,2,0,0,0,80,19,0,0,2,0,0,0,104,1,0,0,3,224,255,255,124,205,0,0,89,190,2,0,0,0,0,0,1,0,0,0,32,42,0,0,3,228,255,255,92,204,0,0,157,201,2,0,16,2,0,0,0,0,0,0,52,204,0,0,222,200,2,0,92,204,0,0,93,205,2,0,168,19,0,0,0,0,0,0,52,204,0,0,148,202,2,0,92,204,0,0,187,204,2,0,168,1,0,0,0,0,0,0,52,204,0,0,129,206,2,0,92,204,0,0,165,207,2,0,200,12,0,0,0,0,0,0,52,204,0,0,230,206,2,0,124,205,0,0,181,215,2,0,0,0,0,0,2,0,0,0,40,1,0,0,2,0,0,0,104,1,0,0,3,224,255,255,92,204,0,0,211,223,2,0,0,20,0,0,0,0,0,0,52,204,0,0,210,222,2,0,52,204,0,0,93,224,2,0,92,204,0,0,223,224,2,0,0,20,0,0,0,0,0,0,52,204,0,0,159,224,2,0,124,205,0,0,136,237,2,0,0,0,0,0,1,0,0,0,88,2,0,0,0,0,0,0,92,204,0,0,147,229,2,0,32,11,0,0,0,0,0,0,52,204,0,0,70,229,2,0,92,204,0,0,207,233,2,0,168,19,0,0,0,0,0,0,52,204,0,0,17,232,2,0,92,204,0,0,208,234,2,0,200,12,0,0,0,0,0,0,52,204,0,0,139,234,2,0,124,205,0,0,142,11,3,0,0,0,0,0,1,0,0,0,88,2,0,0,0,0,0,0,92,204,0,0,145,1,3,0,0,20,0,0,0,0,0,0,52,204,0,0,76,1,3,0,92,204,0,0,244,14,3,0,192,20,0,0,0,0,0,0,52,204,0,0,19,15,3,0,92,204,0,0,86,16,3,0,192,20,0,0,0,0,0,0,92,204,0,0,176,19,3,0,192,20,0,0,0,0,0,0,92,204,0,0,58,20,3,0,192,20,0,0,0,0,0,0,92,204,0,0,203,20,3,0,192,20,0,0,0,0,0,0,92,204,0,0,109,22,3,0,192,20,0,0,0,0,0,0,124,205,0,0,15,45,3,0,0,0,0,0,1,0,0,0,88,2,0,0,0,0,0,0,52,204,0,0,87,24,3,0,92,204,0,0,112,24,3,0,240,50,0,0,0,0,0,0,92,204,0,0,154,30,3,0,48,21,0,0,0,0,0,0,92,204,0,0,30,31,3,0,240,50,0,0,0,0,0,0,124,205,0,0,206,33,3,0,0,0,0,0,1,0,0,0,32,42,0,0,3,228,255,255,92,204,0,0,143,37,3,0,240,50,0,0,0,0,0,0,92,204,0,0,43,45,3,0,240,50,0,0,0,0,0,0,92,204,0,0,128,45,3,0,240,50,0,0,0,0,0,0,124,205,0,0,210,45,3,0,0,0,0,0,2,0,0,0,208,21,0,0,2,0,0,0,144,2,0,0,2,0,0,0,52,204,0,0,244,45,3,0,92,204,0,0,25,46,3,0,240,50,0,0,0,0,0,0,92,204,0,0,240,47,3,0,240,50,0,0,0,0,0,0,52,204,0,0,206,47,3,0,92,204,0,0,76,48,3,0,240,50,0,0,0,0,0,0,92,204,0,0,171,48,3,0,240,50,0,0,0,0,0,0,92,204,0,0,4,49,3,0,240,50,0,0,0,0,0,0,92,204,0,0,203,49,3,0,248,21,0,0,0,0,0,0,92,204,0,0,241,49,3,0,248,21,0,0,0,0,0,0,92,204,0,0,22,50,3,0,240,50,0,0,0,0,0,0,92,204,0,0,121,51,3,0,64,22,0,0,0,0,0,0,92,204,0,0,162,51,3,0,64,22,0,0,0,0,0,0,92,204,0,0,4,52,3,0,8,8,0,0,0,0,0,0,52,204,0,0,206,51,3,0,92,204,0,0,114,53,3,0,16,8,0,0,0,0,0,0,52,204,0,0,115,52,3,0,124,205,0,0,229,57,3,0,0,0,0,0,1,0,0,0,88,2,0,0,0,0,0,0,124,205,0,0,202,63,3,0,0,0,0,0,1,0,0,0,88,2,0,0,0,0,0,0,52,204,0,0,88,63,3,0,92,204,0,0,58,63,3,0,224,22,0,0,0,0,0,0,92,204,0,0,143,135,3,0,88,23,0,0,0,0,0,0,52,204,0,0,102,67,3,0,92,204,0,0,32,85,3,0,88,23,0,0,0,0,0,0,52,204,0,0,128,70,3,0,92,204,0,0,89,81,3,0,88,23,0,0,0,0,0,0,52,204,0,0,225,71,3,0,92,204,0,0,91,76,3,0,88,23,0,0,0,0,0,0,52,204,0,0,175,75,3,0,52,204,0,0,249,76,3,0,92,204,0,0,250,77,3,0,88,23,0,0,0,0,0,0,52,204,0,0,84,77,3,0,92,204,0,0,130,79,3,0,88,23,0,0,0,0,0,0,52,204,0,0,226,78,3,0,92,204,0,0,188,80,3,0,88,23,0,0,0,0,0,0,52,204,0,0,31,80,3,0,92,204,0,0,122,84,3,0,88,23,0,0,0,0,0,0,52,204,0,0,20,82,3,0,92,204,0,0,242,88,3,0,88,23,0,0,0,0,0,0,52,204,0,0,107,86,3,0,92,204,0,0,62,88,3,0,88,23,0,0,0,0,0,0,52,204,0,0,128,87,3,0,92,204,0,0,81,92,3,0,88,23,0,0,0,0,0,0,52,204,0,0,191,89,3,0,92,204,0,0,165,91,3,0,88,23,0,0,0,0,0,0,52,204,0,0,201,90,3,0,92,204,0,0,172,97,3,0,88,23,0,0,0,0,0,0,52,204,0,0,220,93,3,0,92,204,0,0,246,111,3,0,88,23,0,0,0,0,0,0,52,204,0,0,252,98,3,0,92,204,0,0,49,108,3,0,88,23,0,0,0,0,0,0,52,204,0,0,42,106,3,0,92,204,0,0,69,111,3,0,88,23,0,0,0,0,0,0,52,204,0,0,240,108,3,0,92,204,0,0,48,119,3,0,88,23,0,0,0,0,0,0,52,204,0,0,77,113,3,0,92,204,0,0,7,116,3,0,88,23,0,0,0,0,0,0,52,204,0,0,109,115,3,0,92,204,0,0,144,118,3,0,88,23,0,0,0,0,0,0,52,204,0,0,179,116,3,0,92,204,0,0,239,127,3,0,88,23,0,0,0,0,0,0,52,204,0,0,127,120,3,0,92,204,0,0,59,127,3,0,88,23,0,0,0,0,0,0,52,204,0,0,176,125,3,0,92,204,0,0,104,131,3,0,88,23,0,0,0,0,0,0,52,204,0,0,71,129,3,0,92,204,0,0,212,134,3,0,88,23,0,0,0,0,0,0,52,204,0,0,167,132,3,0,92,204,0,0,134,167,3,0,88,23,0,0,0,0,0,0,52,204,0,0,202,136,3,0,92,204,0,0,86,141,3,0,88,23,0,0,0,0,0,0,52,204,0,0,155,140,3,0,92,204,0,0,170,145,3,0,88,23,0,0,0,0,0,0,52,204,0,0,136,142,3,0,92,204,0,0,0,145,3,0,88,23,0,0,0,0,0,0,52,204,0,0,2,144,3,0,92,204,0,0,85,152,3,0,88,23,0,0,0,0,0,0,52,204,0,0,210,146,3,0,92,204,0,0,183,151,3,0,88,23,0,0,0,0,0,0,52,204,0,0,65,150,3,0,92,204,0,0,197,159,3,0,88,23,0,0,0,0,0,0,52,204,0,0,114,153,3,0,92,204,0,0,14,159,3,0,88,23,0,0,0,0,0,0,52,204,0,0,138,157,3,0,92,204,0,0,205,162,3,0,88,23,0,0,0,0,0,0,52,204,0,0,227,160,3,0,92,204,0,0,202,166,3,0,88,23,0,0,0,0,0,0,52,204,0,0,58,164,3,0,92,204,0,0,193,172,3,0,0,20,0,0,0,0,0,0,52,204,0,0,77,169,3,0,92,204,0,0,191,171,3,0,0,20,0,0,0,0,0,0,52,204,0,0,218,170,3,0,92,204,0,0,180,176,3,0,0,20,0,0,0,0,0,0,52,204,0,0,11,175,3,0,92,204,0,0,55,178,3,0,0,20,0,0,0,0,0,0,52,204,0,0,83,177,3,0,124,205,0,0,63,190,3,0,0,0,0,0,2,0,0,0,208,21,0,0,2,0,0,0,144,2,0,0,2,0,0,0,92,204,0,0,68,189,3,0,48,21,0,0,0,0,0,0,92,204,0,0,129,190,3,0,240,50,0,0,0,0,0,0,92,204,0,0,35,193,3,0,208,26,0,0,0,0,0,0,52,204,0,0,207,192,3,0,52,204,0,0,155,193,3,0,92,204,0,0,1,194,3,0,240,26,0,0,0,0,0,0,52,204,0,0,211,193,3,0,52,204,0,0,118,194,3,0,92,204,0,0,1,195,3,0,16,27,0,0,0,0,0,0,52,204,0,0,171,194,3,0,52,204,0,0,121,195,3,0,92,204,0,0,70,196,3,0,208,26,0,0,0,0,0,0,52,204,0,0,22,196,3,0,92,204,0,0,27,197,3,0,240,26,0,0,0,0,0,0,52,204,0,0,192,196,3,0,92,204,0,0,240,197,3,0,16,27,0,0,0,0,0,0,52,204,0,0,146,197,3,0,124,205,0,0,42,202,3,0,0,0,0,0,2,0,0,0,128,27,0,0,2,0,0,0,104,1,0,0,3,244,255,255,124,205,0,0,123,202,3,0,0,0,0,0,2,0,0,0,160,27,0,0,2,0,0,0,64,1,0,0,2,4,0,0,92,204,0,0,185,202,3,0,48,51,0,0,0,0,0,0,52,204,0,0,116,204,3,0,52,204,0,0,97,204,3,0,52,204,0,0,207,203,3,0,92,204,0,0,10,207,3,0,240,50,0,0,0,0,0,0,92,204,0,0,17,209,3,0,232,27,0,0,0,0,0,0,52,204,0,0,38,209,3,0,92,204,0,0,63,209,3,0,240,50,0,0,0,0,0,0,92,204,0,0,55,212,3,0,240,50,0,0,0,0,0,0,52,204,0,0,18,210,3,0,52,204,0,0,46,211,3,0,52,204,0,0,61,211,3,0,92,204,0,0,84,215,3,0,240,50,0,0,0,0,0,0,92,204,0,0,150,215,3,0,240,50,0,0,0,0,0,0,92,204,0,0,3,221,3,0,240,50,0,0,0,0,0,0,92,204,0,0,251,224,3,0,112,28,0,0,0,0,0,0,52,204,0,0,46,224,3,0,52,204,0,0,116,225,3,0,92,204,0,0,219,225,3,0,144,28,0,0,0,0,0,0,52,204,0,0,171,225,3,0,52,204,0,0,81,226,3,0,92,204,0,0,52,227,3,0,176,28,0,0,0,0,0,0,52,204,0,0,133,226,3,0,52,204,0,0,173,227,3,0,92,204,0,0,110,228,3,0,112,28,0,0,0,0,0,0,52,204,0,0,60,228,3,0,92,204,0,0,167,229,3,0,144,28,0,0,0,0,0,0,52,204,0,0,233,228,3,0,92,204,0,0,200,230,3,0,176,28,0,0,0,0,0,0,52,204,0,0,31,230,3,0,92,204,0,0,204,232,3,0,112,28,0,0,0,0,0,0,52,204,0,0,252,231,3,0,92,204,0,0,155,233,3,0,144,28,0,0,0,0,0,0,52,204,0,0,88,233,3,0,92,204,0,0,229,234,3,0,176,28,0,0,0,0,0,0,52,204,0,0,36,234,3,0,124,205,0,0,35,241,3,0,0,0,0,0,1,0,0,0,184,6,0,0,3,220,255,255,124,205,0,0,253,240,3,0,0,0,0,0,1,0,0,0,184,6,0,0,3,220,255,255,124,205,0,0,114,242,3,0,0,0,0,0,2,0,0,0,184,6,0,0,2,0,0,0,104,1,0,0,3,220,255,255,52,204,0,0,185,242,3,0,92,204,0,0,96,246,3,0,184,29,0,0,0,0,0,0,52,204,0,0,46,246,3,0,52,204,0,0,199,246,3,0,124,205,0,0,147,248,3,0,0,0,0,0,2,0,0,0,72,29,0,0,2,0,0,0,104,1,0,0,3,216,255,255,124,205,0,0,59,251,3,0,0,0,0,0,2,0,0,0,96,29,0,0,2,0,0,0,104,1,0,0,3,216,255,255,92,204,0,0,205,251,3,0,32,11,0,0,0,0,0,0,52,204,0,0,137,251,3,0,92,204,0,0,215,252,3,0,40,30,0,0,0,0,0,0,52,204,0,0,242,252,3,0,92,204,0,0,25,253,3,0,40,30,0,0,0,0,0,0,92,204,0,0,51,253,3,0,40,30,0,0,0,0,0,0,92,204,0,0,14,255,3,0,240,50,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,92,204,0,0,149,3,4,0,240,30,0,0,0,0,0,0,52,204,0,0,76,3,4,0,52,204,0,0,192,4,4,0,92,204,0,0,23,12,4,0,32,31,0,0,0,0,0,0,92,204,0,0,144,10,4,0,24,31,0,0,0,0,0,0,52,204,0,0,76,11,4,0,52,204,0,0,12,13,4,0,92,204,0,0,152,14,4,0,32,31,0,0,0,0,0,0,92,204,0,0,221,13,4,0,24,31,0,0,0,0,0,0,92,204,0,0,72,16,4,0,32,31,0,0,0,0,0,0,92,204,0,0,140,15,4,0,24,31,0,0,0,0,0,0,92,204,0,0,253,17,4,0,32,31,0,0,0,0,0,0,92,204,0,0,61,17,4,0,24,31,0,0,0,0,0,0,92,204,0,0,175,19,4,0,32,31,0,0,0,0,0,0,92,204,0,0,246,18,4,0,24,31,0,0,0,0,0,0,92,204,0,0,128,21,4,0,192,31,0,0,0,0,0,0,52,204,0,0,161,20,4,0,52,204,0,0,66,22,4,0,92,204,0,0,14,23,4,0,192,31,0,0,0,0,0,0,52,204,0,0,117,22,4,0,92,204,0,0,105,24,4,0,192,31,0,0,0,0,0,0,52,204,0,0,208,23,4,0,92,204,0,0,196,25,4,0,192,31,0,0,0,0,0,0,52,204,0,0,43,25,4,0,92,204,0,0,30,27,4,0,192,31,0,0,0,0,0,0,52,204,0,0,134,26,4,0,92,204,0,0,119,28,4,0,192,31,0,0,0,0,0,0,52,204,0,0,223,27,4,0,92,204,0,0,208,29,4,0,192,31,0,0,0,0,0,0,52,204,0,0,56,29,4,0,92,204,0,0,41,31,4,0,192,31,0,0,0,0,0,0,52,204,0,0,145,30,4,0,92,204,0,0,130,32,4,0,192,31,0,0,0,0,0,0,52,204,0,0,234,31,4,0,92,204,0,0,219,33,4,0,192,31,0,0,0,0,0,0,52,204,0,0,67,33,4,0,92,204,0,0,52,35,4,0,192,31,0,0,0,0,0,0,52,204,0,0,156,34,4,0,92,204,0,0,141,36,4,0,192,31,0,0,0,0,0,0,52,204,0,0,245,35,4,0,92,204,0,0,230,37,4,0,192,31,0,0,0,0,0,0,52,204,0,0,78,37,4,0,92,204,0,0,63,39,4,0,192,31,0,0,0,0,0,0,52,204,0,0,167,38,4,0,92,204,0,0,151,40,4,0,192,31,0,0,0,0,0,0,52,204,0,0,0,40,4,0,92,204,0,0,240,41,4,0,192,31,0,0,0,0,0,0,52,204,0,0,87,41,4,0,92,204,0,0,75,43,4,0,192,31,0,0,0,0,0,0,52,204,0,0,178,42,4,0,92,204,0,0,166,44,4,0,192,31,0,0,0,0,0,0,52,204,0,0,13,44,4,0,92,204,0,0,1,46,4,0,192,31,0,0,0,0,0,0,52,204,0,0,104,45,4,0,92,204,0,0,92,47,4,0,192,31,0,0,0,0,0,0,52,204,0,0,195,46,4,0,92,204,0,0,183,48,4,0,192,31,0,0,0,0,0,0,52,204,0,0,30,48,4,0,92,204,0,0,18,50,4,0,192,31,0,0,0,0,0,0,52,204,0,0,121,49,4,0,92,204,0,0,109,51,4,0,192,31,0,0,0,0,0,0,52,204,0,0,212,50,4,0,92,204,0,0,200,52,4,0,192,31,0,0,0,0,0,0,52,204,0,0,47,52,4,0,92,204,0,0,35,54,4,0,192,31,0,0,0,0,0,0,52,204,0,0,138,53,4,0,92,204,0,0,126,55,4,0,192,31,0,0,0,0,0,0,52,204,0,0,229,54,4,0,92,204,0,0,217,56,4,0,192,31,0,0,0,0,0,0,52,204,0,0,64,56,4,0,92,204,0,0,52,58,4,0,192,31,0,0,0,0,0,0,52,204,0,0,155,57,4,0,92,2