UNPKG

@vapory/solc

Version:

Vapory Flavored Solidity Compiler

1 lines 7.68 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 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}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"}}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};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 print(x){console.log(x)};if(!Module["printErr"])Module["printErr"]=function 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"}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}),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 hasLibcxxabi=!!Module["___cxa_demangle"];if(hasLibcxxabi){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=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)}return func}Runtime.warnOnce("warning: build with -s DEMANGLE_SUPPORT=1 to link in libcxxabi demangling");return func}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(){var js=jsStackTrace();if(Module["extraStackTrace"])js+="\n"+Module["extraStackTrace"]();return demangleAll(js)}Module["stackTrace"]=stackTrace;function alignMemoryPage(x){if(x%4096>0){x+=4096-x%4096}return x}var HEAP;var buffer;var 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 adjusts the size at runtime but prevents some optimizations, (3) set Module.TOTAL_MEMORY to a higher value before the program runs, or 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 LIMIT=Math.pow(2,31);if(HEAP32[DYNAMICTOP_PTR>>2]>=LIMIT)return false;while(TOTAL_MEMORY<HEAP32[DYNAMICTOP_PTR>>2]){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;var replacement=Module["reallocBuffer"](TOTAL_MEMORY);if(!replacement)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;var WASM_PAGE_SIZE=64*1024;var totalMemory=WASM_PAGE_SIZE;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}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){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){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_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=8;STATICTOP=STATIC_BASE+255952;__ATINIT__.push({func:(function(){__GLOBAL__sub_I_ABI_cpp()})},{func:(function(){__GLOBAL__sub_I_CompilerContext_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_SMTLib2Interface_cpp()})},{func:(function(){__GLOBAL__sub_I_VariableUsage_cpp()})},{func:(function(){__GLOBAL__sub_I_AsmAnalysis_cpp()})},{func:(function(){__GLOBAL__sub_I_Compiler_cpp()})},{func:(function(){__GLOBAL__sub_I_DocStringParser_cpp()})},{func:(function(){__GLOBAL__sub_I_ConstantEvaluator_cpp()})},{func:(function(){__GLOBAL__sub_I_DeclarationContainer_cpp()})},{func:(function(){__GLOBAL__sub_I_ABIFunctions_cpp()})},{func:(function(){__GLOBAL__sub_I_ArrayUtils_cpp()})},{func:(function(){___cxx_global_var_init_12()})},{func:(function(){__GLOBAL__sub_I_Instruction_cpp()})},{func:(function(){__GLOBAL__sub_I_json_value_cpp()})},{func:(function(){__GLOBAL__sub_I_error_code_cpp()})},{func:(function(){__GLOBAL__sub_I_GlobalContext_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_CompilerStack_cpp()})},{func:(function(){__GLOBAL__sub_I_ErrorReporter_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_DocStringAnalyser_cpp()})},{func:(function(){__GLOBAL__sub_I_jsonCompiler_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_Types_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,208,0,0,0,152,2,0,0,153,2,0,0,50,0,0,0,236,255,255,255,236,255,255,255,208,0,0,0,154,2,0,0,155,2,0,0,0,0,0,0,112,175,0,0,92,74,1,0,152,175,0,0,157,73,1,0,80,0,0,0,0,0,0,0,112,175,0,0,236,74,1,0,112,175,0,0,98,77,1,0,184,176,0,0,31,77,1,0,0,0,0,0,2,0,0,0,0,45,0,0,2,0,0,0,112,0,0,0,2,8,0,0,112,175,0,0,117,77,1,0,184,176,0,0,201,76,1,0,0,0,0,0,2,0,0,0,120,0,0,0,2,0,0,0,152,0,0,0,3,244,255,255,152,175,0,0,195,88,1,0,160,44,0,0,0,0,0,0,184,176,0,0,173,88,1,0,0,0,0,0,1,0,0,0,208,36,0,0,3,228,255,255,184,176,0,0,145,88,1,0,0,0,0,0,1,0,0,0,208,36,0,0,3,228,255,255,184,176,0,0,114,88,1,0,0,0,0,0,1,0,0,0,208,36,0,0,3,228,255,255,184,176,0,0,75,88,1,0,0,0,0,0,1,0,0,0,208,36,0,0,3,228,255,255,184,176,0,0,32,88,1,0,0,0,0,0,1,0,0,0,208,36,0,0,3,228,255,255,184,176,0,0,33,83,1,0,0,0,0,0,2,0,0,0,24,1,0,0,2,0,0,0,152,0,0,0,3,224,255,255,152,175,0,0,112,83,1,0,120,1,0,0,0,0,0,0,112,175,0,0,218,83,1,0,152,175,0,0,142,84,1,0,176,1,0,0,0,0,0,0,152,175,0,0,6,84,1,0,112,39,0,0,0,0,0,0,152,175,0,0,72,84,1,0,144,39,0,0,0,0,0,0,112,175,0,0,196,84,1,0,152,175,0,0,245,84,1,0,200,1,0,0,0,0,0,0,112,175,0,0,127,85,1,0,152,175,0,0,88,86,1,0,120,1,0,0,0,0,0,0,152,175,0,0,239,86,1,0,248,1,0,0,0,0,0,0,112,175,0,0,167,86,1,0,112,175,0,0,171,87,1,0,184,176,0,0,56,89,1,0,0,0,0,0,1,0,0,0,208,36,0,0,3,228,255,255,152,175,0,0,8,90,1,0,80,36,0,0,0,0,0,0,152,175,0,0,242,89,1,0,80,36,0,0,0,0,0,0,152,175,0,0,196,105,1,0,72,2,0,0,0,0,0,0,112,175,0,0,230,105,1,0,152,175,0,0,89,108,1,0,80,44,0,0,0,0,0,0,152,175,0,0,200,109,1,0,80,44,0,0,0,0,0,0,152,175,0,0,215,110,1,0,136,2,0,0,0,0,0,0,112,175,0,0,26,110,1,0,112,175,0,0,78,111,1,0,184,176,0,0,162,114,1,0,0,0,0,0,1,0,0,0,168,2,0,0,3,224,255,255,184,176,0,0,132,114,1,0,0,0,0,0,1,0,0,0,208,36,0,0,3,228,255,255,184,176,0,0,39,113,1,0,0,0,0,0,2,0,0,0,208,36,0,0,2,0,0,0,152,0,0,0,3,228,255,255,152,175,0,0,96,113,1,0,80,44,0,0,0,0,0,0,152,175,0,0,61,114,1,0,80,44,0,0,0,0,0,0,184,176,0,0,112,116,1,0,0,0,0,0,2,0,0,0,0,1,0,0,2,0,0,0,152,0,0,0,3,224,255,255,152,175,0,0,157,117,1,0,80,44,0,0,0,0,0,0,152,175,0,0,189,118,1,0,168,39,0,0,0,0,0,0,184,176,0,0,206,121,1,0,0,0,0,0,2,0,0,0,96,3,0,0,0,0,0,0,104,3,0,0,2,4,0,0,112,175,0,0,27,122,1,0,112,175,0,0,227,121,1,0,184,176,0,0,45,124,1,0,0,0,0,0,2,0,0,0,144,3,0,0,2,0,0,0,152,0,0,0,3,244,255,255,184,176,0,0,132,124,1,0,0,0,0,0,2,0,0,0,96,45,0,0,2,0,0,0,112,0,0,0,2,8,0,0,152,175,0,0,200,124,1,0,200,1,0,0,0,0,0,0,152,175,0,0,119,125,1,0,80,44,0,0,0,0,0,0,152,175,0,0,192,125,1,0,120,1,0,0,0,0,0,0,152,175,0,0,33,126,1,0,200,1,0,0,0,0,0,0,184,176,0,0,199,127,1,0,0,0,0,0,2,0,0,0,232,0,0,0,2,0,0,0,152,0,0,0,3,224,255,255,152,175,0,0,253,128,1,0,72,2,0,0,0,0,0,0,112,175,0,0,23,129,1,0,112,175,0,0,84,129,1,0,152,175,0,0,142,129,1,0,80,44,0,0,0,0,0,0,152,175,0,0,216,129,1,0,80,44,0,0,0,0,0,0,184,176,0,0,150,130,1,0,0,0,0,0,2,0,0,0,112,4,0,0,2,0,0,0,152,0,0,0,3,224,255,255,184,176,0,0,221,130,1,0,0,0,0,0,1,0,0,0,208,36,0,0,3,228,255,255,152,175,0,0,18,131,1,0,16,11,0,0,0,0,0,0,152,175,0,0,229,132,1,0,80,44,0,0,0,0,0,0,152,175,0,0,140,133,1,0,80,44,0,0,0,0,0,0,152,175,0,0,227,133,1,0,80,44,0,0,0,0,0,0,152,175,0,0,105,134,1,0,80,44,0,0,0,0,0,0,152,175,0,0,187,134,1,0,80,44,0,0,0,0,0,0,152,175,0,0,186,135,1,0,80,44,0,0,0,0,0,0,152,175,0,0,50,137,1,0,80,44,0,0,0,0,0,0,152,175,0,0,207,137,1,0,80,44,0,0,0,0,0,0,152,175,0,0,59,138,1,0,80,44,0,0,0,0,0,0,152,175,0,0,140,138,1,0,80,44,0,0,0,0,0,0,152,175,0,0,56,139,1,0,80,44,0,0,0,0,0,0,152,175,0,0,153,139,1,0,80,44,0,0,0,0,0,0,152,175,0,0,237,139,1,0,80,44,0,0,0,0,0,0,152,175,0,0,60,140,1,0,80,44,0,0,0,0,0,0,152,175,0,0,135,140,1,0,80,44,0,0,0,0,0,0,152,175,0,0,103,141,1,0,80,44,0,0,0,0,0,0,152,175,0,0,237,141,1,0,80,44,0,0,0,0,0,0,152,175,0,0,56,142,1,0,80,44,0,0,0,0,0,0,152,175,0,0,215,142,1,0,80,44,0,0,0,0,0,0,152,175,0,0,26,144,1,0,80,44,0,0,0,0,0,0,152,175,0,0,158,144,1,0,80,44,0,0,0,0,0,0,152,175,0,0,245,144,1,0,80,44,0,0,0,0,0,0,184,176,0,0,77,145,1,0,0,0,0,0,2,0,0,0,136,4,0,0,2,0,0,0,24,6,0,0,2,44,0,0,112,175,0,0,114,145,1,0,152,175,0,0,145,145,1,0,80,44,0,0,0,0,0,0,152,175,0,0,229,145,1,0,80,44,0,0,0,0,0,0,152,175,0,0,60,146,1,0,80,44,0,0,0,0,0,0,152,175,0,0,119,147,1,0,32,15,0,0,0,0,0,0,152,175,0,0,132,148,1,0,80,44,0,0,0,0,0,0,152,175,0,0,220,148,1,0,80,44,0,0,0,0,0,0,152,175,0,0,61,149,1,0,80,44,0,0,0,0,0,0,152,175,0,0,149,149,1,0,80,44,0,0,0,0,0,0,152,175,0,0,14,150,1,0,80,44,0,0,0,0,0,0,152,175,0,0,97,150,1,0,80,44,0,0,0,0,0,0,152,175,0,0,170,150,1,0,80,44,0,0,0,0,0,0,152,175,0,0,244,150,1,0,80,44,0,0,0,0,0,0,152,175,0,0,61,151,1,0,80,44,0,0,0,0,0,0,152,175,0,0,137,151,1,0,80,44,0,0,0,0,0,0,152,175,0,0,218,151,1,0,80,44,0,0,0,0,0,0,152,175,0,0,45,152,1,0,80,44,0,0,0,0,0,0,152,175,0,0,180,152,1,0,56,7,0,0,0,0,0,0,112,175,0,0,125,152,1,0,112,175,0,0,31,153,1,0,152,175,0,0,142,154,1,0,80,44,0,0,0,0,0,0,152,175,0,0,225,154,1,0,80,44,0,0,0,0,0,0,152,175,0,0,46,155,1,0,80,44,0,0,0,0,0,0,152,175,0,0,131,155,1,0,80,44,0,0,0,0,0,0,152,175,0,0,218,155,1,0,80,44,0,0,0,0,0,0,152,175,0,0,78,156,1,0,80,44,0,0,0,0,0,0,152,175,0,0,18,157,1,0,80,44,0,0,0,0,0,0,152,175,0,0,171,157,1,0,80,44,0,0,0,0,0,0,152,175,0,0,19,160,1,0,80,44,0,0,0,0,0,0,152,175,0,0,233,167,1,0,112,45,0,0,0,0,0,0,152,175,0,0,238,168,1,0,48,8,0,0,0,0,0,0,184,176,0,0,4,168,1,0,0,0,0,0,2,0,0,0,16,8,0,0,2,0,0,0,152,0,0,0,3,244,255,255,184,176,0,0,95,168,1,0,0,0,0,0,2,0,0,0,208,7,0,0,2,0,0,0,112,0,0,0,2,12,0,0,152,175,0,0,35,169,1,0,64,8,0,0,0,0,0,0,152,175,0,0,159,169,1,0,80,8,0,0,0,0,0,0,152,175,0,0,27,170,1,0,96,8,0,0,0,0,0,0,112,175,0,0,151,170,1,0,184,176,0,0,84,171,1,0,0,0,0,0,1,0,0,0,72,2,0,0,0,0,0,0,152,175,0,0,176,172,1,0,136,4,0,0,0,0,0,0,152,175,0,0,218,172,1,0,80,44,0,0,0,0,0,0,152,175,0,0,55,173,1,0,80,44,0,0,0,0,0,0,152,175,0,0,135,173,1,0,80,44,0,0,0,0,0,0,152,175,0,0,246,174,1,0,80,44,0,0,0,0,0,0,152,175,0,0,71,175,1,0,80,44,0,0,0,0,0,0,184,176,0,0,158,180,1,0,0,0,0,0,1,0,0,0,8,9,0,0,0,0,0,0,152,175,0,0,30,178,1,0,80,44,0,0,0,0,0,0,112,175,0,0,205,180,1,0,184,176,0,0,103,190,1,0,0,0,0,0,1,0,0,0,72,2,0,0,0,0,0,0,184,176,0,0,251,201,1,0,0,0,0,0,1,0,0,0,72,2,0,0,0,0,0,0,152,175,0,0,56,191,1,0,80,44,0,0,0,0,0,0,152,175,0,0,8,194,1,0,80,44,0,0,0,0,0,0,152,175,0,0,250,195,1,0,80,44,0,0,0,0,0,0,152,175,0,0,70,196,1,0,80,44,0,0,0,0,0,0,152,175,0,0,224,200,1,0,152,9,0,0,0,0,0,0,112,175,0,0,59,200,1,0,112,175,0,0,149,201,1,0,184,176,0,0,31,202,1,0,0,0,0,0,1,0,0,0,208,36,0,0,0,0,0,0,184,176,0,0,159,207,1,0,0,0,0,0,1,0,0,0,72,2,0,0,0,0,0,0,184,176,0,0,109,206,1,0,0,0,0,0,2,0,0,0,240,9,0,0,2,0,0,0,152,0,0,0,3,244,255,255,184,176,0,0,194,206,1,0,0,0,0,0,2,0,0,0,64,45,0,0,2,0,0,0,112,0,0,0,2,8,0,0,184,176,0,0,23,212,1,0,0,0,0,0,1,0,0,0,72,2,0,0,0,0,0,0,184,176,0,0,121,4,2,0,0,0,0,0,1,0,0,0,72,2,0,0,0,0,0,0,152,175,0,0,49,213,1,0,80,44,0,0,0,0,0,0,152,175,0,0,52,217,1,0,80,44,0,0,0,0,0,0,152,175,0,0,61,224,1,0,80,44,0,0,0,0,0,0,152,175,0,0,152,230,1,0,80,44,0,0,0,0,0,0,152,175,0,0,229,230,1,0,80,44,0,0,0,0,0,0,152,175,0,0,181,241,1,0,80,44,0,0,0,0,0,0,152,175,0,0,132,245,1,0,152,9,0,0,0,0,0,0,112,175,0,0,18,242,1,0,152,175,0,0,137,253,1,0,208,10,0,0,0,0,0,0,112,175,0,0,42,253,1,0,112,175,0,0,41,254,1,0,184,176,0,0,104,10,2,0,0,0,0,0,1,0,0,0,72,2,0,0,0,0,0,0,152,175,0,0,90,7,2,0,8,11,0,0,0,0,0,0,112,175,0,0,19,7,2,0,112,175,0,0,1,8,2,0,184,176,0,0,213,10,2,0,0,0,0,0,1,0,0,0,96,3,0,0,0,0,0,0,112,175,0,0,182,10,2,0,152,175,0,0,237,10,2,0,16,11,0,0,0,0,0,0,152,175,0,0,9,11,2,0,136,4,0,0,0,0,0,0,184,176,0,0,41,11,2,0,0,0,0,0,2,0,0,0,136,4,0,0,2,0,0,0,112,11,0,0,2,44,0,0,112,175,0,0,77,11,2,0,152,175,0,0,105,11,2,0,40,11,0,0,0,0,0,0,152,175,0,0,143,11,2,0,16,11,0,0,0,0,0,0,152,175,0,0,153,12,2,0,136,4,0,0,0,0,0,0,152,175,0,0,40,12,2,0,80,44,0,0,0,0,0,0,152,175,0,0,119,12,2,0,40,11,0,0,0,0,0,0,184,176,0,0,186,12,2,0,0,0,0,0,2,0,0,0,232,11,0,0,2,0,0,0,248,11,0,0,2,16,0,0,152,175,0,0,14,13,2,0,40,11,0,0,0,0,0,0,112,175,0,0,232,12,2,0,152,175,0,0,57,13,2,0,16,11,0,0,0,0,0,0,152,175,0,0,95,13,2,0,16,11,0,0,0,0,0,0,152,175,0,0,130,13,2,0,136,4,0,0,0,0,0,0,152,175,0,0,8,14,2,0,136,4,0,0,0,0,0,0,152,175,0,0,34,14,2,0,16,11,0,0,0,0,0,0,184,176,0,0,46,15,2,0,0,0,0,0,3,0,0,0,248,5,0,0,2,0,0,0,112,11,0,0,2,72,0,0,152,12,0,0,2,80,0,0,184,176,0,0,0,15,2,0,0,0,0,0,2,0,0,0,40,11,0,0,2,0,0,0,248,11,0,0,2,4,0,0,112,175,0,0,82,15,2,0,152,175,0,0,22,16,2,0,136,4,0,0,0,0,0,0,152,175,0,0,231,15,2,0,40,11,0,0,0,0,0,0,184,176,0,0,186,16,2,0,0,0,0,0,2,0,0,0,248,5,0,0,2,0,0,0,112,11,0,0,2,72,0,0,152,175,0,0,59,16,2,0,80,44,0,0,0,0,0,0,184,176,0,0,140,16,2,0,0,0,0,0,2,0,0,0,40,11,0,0,2,0,0,0,248,11,0,0,2,4,0,0,152,175,0,0,222,16,2,0,16,11,0,0,0,0,0,0,184,176,0,0,45,17,2,0,0,0,0,0,2,0,0,0,248,5,0,0,2,0,0,0,112,11,0,0,2,72,0,0,184,176,0,0,2,17,2,0,0,0,0,0,2,0,0,0,40,11,0,0,2,0,0,0,248,11,0,0,2,4,0,0,152,175,0,0,114,17,2,0,16,11,0,0,0,0,0,0,152,175,0,0,78,17,2,0,40,11,0,0,0,0,0,0,152,175,0,0,139,17,2,0,96,13,0,0,0,0,0,0,152,175,0,0,222,17,2,0,96,13,0,0,0,0,0,0,152,175,0,0,175,17,2,0,112,13,0,0,0,0,0,0,152,175,0,0,3,18,2,0,96,13,0,0,0,0,0,0,152,175,0,0,37,18,2,0,96,13,0,0,0,0,0,0,152,175,0,0,61,18,2,0,96,13,0,0,0,0,0,0,184,176,0,0,129,18,2,0,0,0,0,0,2,0,0,0,16,11,0,0,2,0,0,0,112,11,0,0,2,28,0,0,184,176,0,0,92,18,2,0,0,0,0,0,2,0,0,0,40,11,0,0,2,0,0,0,248,11,0,0,2,4,0,0,152,175,0,0,197,18,2,0,224,13,0,0,0,0,0,0,152,175,0,0,155,18,2,0,0,14,0,0,0,0,0,0,152,175,0,0,229,18,2,0,224,13,0,0,0,0,0,0,152,175,0,0,251,18,2,0,224,13,0,0,0,0,0,0,152,175,0,0,33,19,2,0,224,13,0,0,0,0,0,0,152,175,0,0,62,19,2,0,128,14,0,0,0,0,0,0,152,175,0,0,94,19,2,0,224,13,0,0,0,0,0,0,152,175,0,0,130,19,2,0,128,14,0,0,0,0,0,0,152,175,0,0,160,19,2,0,224,13,0,0,0,0,0,0,152,175,0,0,185,19,2,0,224,13,0,0,0,0,0,0,152,175,0,0,241,19,2,0,224,13,0,0,0,0,0,0,152,175,0,0,207,19,2,0,0,14,0,0,0,0,0,0,152,175,0,0,8,20,2,0,224,13,0,0,0,0,0,0,152,175,0,0,86,20,2,0,224,13,0,0,0,0,0,0,152,175,0,0,30,20,2,0,0,14,0,0,0,0,0,0,152,175,0,0,132,20,2,0,224,13,0,0,0,0,0,0,152,175,0,0,207,20,2,0,16,11,0,0,0,0,0,0,152,175,0,0,169,20,2,0,40,11,0,0,0,0,0,0,152,175,0,0,235,20,2,0,32,15,0,0,0,0,0,0,152,175,0,0,8,21,2,0,32,15,0,0,0,0,0,0,152,175,0,0,36,21,2,0,32,15,0,0,0,0,0,0,152,175,0,0,69,21,2,0,32,15,0,0,0,0,0,0,152,175,0,0,144,21,2,0,32,15,0,0,0,0,0,0,152,175,0,0,101,21,2,0,48,15,0,0,0,0,0,0,152,175,0,0,217,21,2,0,32,15,0,0,0,0,0,0,152,175,0,0,177,21,2,0,48,15,0,0,0,0,0,0,152,175,0,0,247,21,2,0,32,15,0,0,0,0,0,0,152,175,0,0,62,22,2,0,32,15,0,0,0,0,0,0,152,175,0,0,22,22,2,0,48,15,0,0,0,0,0,0,152,175,0,0,92,22,2,0,32,15,0,0,0,0,0,0,152,175,0,0,159,22,2,0,80,6,0,0,0,0,0,0,152,175,0,0,121,22,2,0,48,15,0,0,0,0,0,0,152,175,0,0,187,22,2,0,80,6,0,0,0,0,0,0,152,175,0,0,233,22,2,0,80,6,0,0,0,0,0,0,152,175,0,0,239,27,2,0,64,3,0,0,0,0,0,0,152,175,0,0,161,26,2,0,64,3,0,0,0,0,0,0,152,175,0,0,190,27,2,0,64,3,0,0,0,0,0,0,152,175,0,0,235,32,2,0,64,3,0,0,0,0,0,0,152,175,0,0,211,28,2,0,64,3,0,0,0,0,0,0,152,175,0,0,192,32,2,0,160,16,0,0,0,0,0,0,152,175,0,0,243,28,2,0,64,3,0,0,0,0,0,0,184,176,0,0,27,30,2,0,0,0,0,0,2,0,0,0,208,0,0,0,2,0,0,0,152,0,0,0,3,224,255,255,184,176,0,0,150,31,2,0,0,0,0,0,2,0,0,0,240,16,0,0,2,0,0,0,152,0,0,0,3,244,255,255,184,176,0,0,234,31,2,0,0,0,0,0,2,0,0,0,80,45,0,0,2,0,0,0,112,0,0,0,2,8,0,0,152,175,0,0,14,33,2,0,64,3,0,0,0,0,0,0,152,175,0,0,44,33,2,0,160,16,0,0,0,0,0,0,152,175,0,0,72,33,2,0,64,3,0,0,0,0,0,0,152,175,0,0,97,33,2,0,64,3,0,0,0,0,0,0,152,175,0,0,230,38,2,0,64,3,0,0,0,0,0,0,152,175,0,0,213,34,2,0,64,3,0,0,0,0,0,0,152,175,0,0,103,35,2,0,80,44,0,0,0,0,0,0,152,175,0,0,4,39,2,0,64,3,0,0,0,0,0,0,152,175,0,0,33,39,2,0,64,3,0,0,0,0,0,0,152,175,0,0,192,39,2,0,64,3,0,0,0,0,0,0,152,175,0,0,222,39,2,0,64,3,0,0,0,0,0,0,152,175,0,0,250,39,2,0,64,3,0,0,0,0,0,0,152,175,0,0,55,41,2,0,16,45,0,0,0,0,0,0,152,175,0,0,105,41,2,0,80,44,0,0,0,0,0,0,152,175,0,0,75,43,2,0,64,3,0,0,0,0,0,0,152,175,0,0,116,43,2,0,80,44,0,0,0,0,0,0,152,175,0,0,167,44,2,0,40,18,0,0,0,0,0,0,112,175,0,0,121,44,2,0,112,175,0,0,13,45,2,0,152,175,0,0,104,49,2,0,80,44,0,0,0,0,0,0,184,176,0,0,225,58,2,0,0,0,0,0,2,0,0,0,96,18,0,0,2,0,0,0,152,0,0,0,3,224,255,255,184,176,0,0,41,59,2,0,0,0,0,0,1,0,0,0,208,36,0,0,3,228,255,255,152,175,0,0,246,68,2,0,248,1,0,0,0,0,0,0,112,175,0,0,89,68,2,0,152,175,0,0,192,71,2,0,168,18,0,0,0,0,0,0,112,175,0,0,199,69,2,0,112,175,0,0,210,72,2,0,152,175,0,0,236,73,2,0,152,9,0,0,0,0,0,0,112,175,0,0,79,73,2,0,184,176,0,0,88,81,2,0,0,0,0,0,2,0,0,0,48,1,0,0,2,0,0,0,152,0,0,0,3,224,255,255,152,175,0,0,208,84,2,0,0,19,0,0,0,0,0,0,112,175,0,0,207,83,2,0,112,175,0,0,90,85,2,0,152,175,0,0,220,85,2,0,0,19,0,0,0,0,0,0,112,175,0,0,156,85,2,0,184,176,0,0,214,96,2,0,0,0,0,0,1,0,0,0,72,2,0,0,0,0,0,0,152,175,0,0,245,89,2,0,56,7,0,0,0,0,0,0,112,175,0,0,168,89,2,0,152,175,0,0,119,93,2,0,168,18,0,0,0,0,0,0,112,175,0,0,176,91,2,0,152,175,0,0,134,94,2,0,152,9,0,0,0,0,0,0,112,175,0,0,65,94,2,0,184,176,0,0,192,120,2,0,0,0,0,0,1,0,0,0,72,2,0,0,0,0,0,0,152,175,0,0,154,113,2,0,0,19,0,0,0,0,0,0,112,175,0,0,85,113,2,0,152,175,0,0,45,124,2,0,192,19,0,0,0,0,0,0,112,175,0,0,76,124,2,0,152,175,0,0,42,125,2,0,192,19,0,0,0,0,0,0,152,175,0,0,117,128,2,0,192,19,0,0,0,0,0,0,152,175,0,0,146,128,2,0,192,19,0,0,0,0,0,0,152,175,0,0,187,128,2,0,192,19,0,0,0,0,0,0,152,175,0,0,185,129,2,0,192,19,0,0,0,0,0,0,184,176,0,0,178,141,2,0,0,0,0,0,1,0,0,0,72,2,0,0,0,0,0,0,184,176,0,0,114,135,2,0,0,0,0,0,1,0,0,0,208,36,0,0,3,228,255,255,152,175,0,0,206,141,2,0,80,44,0,0,0,0,0,0,152,175,0,0,39,142,2,0,80,44,0,0,0,0,0,0,184,176,0,0,114,146,2,0,0,0,0,0,2,0,0,0,168,20,0,0,2,0,0,0,96,3,0,0,2,0,0,0,184,176,0,0,55,143,2,0,0,0,0,0,2,0,0,0,48,20,0,0,2,0,0,0,152,0,0,0,3,224,255,255,112,175,0,0,152,146,2,0,152,175,0,0,243,146,2,0,32,4,0,0,0,0,0,0,112,175,0,0,189,146,2,0,152,175,0,0,114,148,2,0,40,4,0,0,0,0,0,0,112,175,0,0,98,147,2,0,184,176,0,0,218,150,2,0,0,0,0,0,2,0,0,0,0,21,0,0,2,0,0,0,152,0,0,0,3,244,255,255,184,176,0,0,43,151,2,0,0,0,0,0,2,0,0,0,32,21,0,0,2,0,0,0,112,0,0,0,2,4,0,0,152,175,0,0,105,151,2,0,160,44,0,0,0,0,0,0,152,175,0,0,234,152,2,0,72,21,0,0,0,0,0,0,112,175,0,0,167,152,2,0,112,175,0,0,118,153,2,0,152,175,0,0,46,154,2,0,104,21,0,0,0,0,0,0,112,175,0,0,192,153,2,0,112,175,0,0,183,154,2,0,152,175,0,0,111,155,2,0,136,21,0,0,0,0,0,0,112,175,0,0,254,154,2,0,112,175,0,0,251,155,2,0,112,175,0,0,193,157,2,0,112,175,0,0,156,157,2,0,112,175,0,0,208,156,2,0,152,175,0,0,80,158,2,0,72,21,0,0,0,0,0,0,112,175,0,0,233,157,2,0,152,175,0,0,27,159,2,0,104,21,0,0,0,0,0,0,112,175,0,0,218,158,2,0,152,175,0,0,227,159,2,0,136,21,0,0,0,0,0,0,112,175,0,0,162,159,2,0,152,175,0,0,97,163,2,0,80,44,0,0,0,0,0,0,152,175,0,0,142,165,2,0,16,22,0,0,0,0,0,0,112,175,0,0,163,165,2,0,152,175,0,0,194,165,2,0,80,44,0,0,0,0,0,0,112,175,0,0,155,176,2,0,112,175,0,0,122,176,2,0,112,175,0,0,90,176,2,0,112,175,0,0,62,176,2,0,112,175,0,0,17,176,2,0,112,175,0,0,227,175,2,0,112,175,0,0,179,175,2,0,112,175,0,0,140,175,2,0,112,175,0,0,103,175,2,0,112,175,0,0,102,167,2,0,112,175,0,0,61,175,2,0,112,175,0,0,30,175,2,0,112,175,0,0,120,174,2,0,112,175,0,0,20,166,2,0,152,175,0,0,237,169,2,0,80,44,0,0,0,0,0,0,152,175,0,0,202,174,2,0,80,44,0,0,0,0,0,0,152,175,0,0,186,176,2,0,80,44,0,0,0,0,0,0,152,175,0,0,66,178,2,0,80,44,0,0,0,0,0,0,152,175,0,0,27,188,2,0,240,22,0,0,0,0,0,0,112,175,0,0,24,187,2,0,112,175,0,0,191,188,2,0,152,175,0,0,99,189,2,0,16,23,0,0,0,0,0,0,112,175,0,0,8,189,2,0,112,175,0,0,4,190,2,0,152,175,0,0,62,191,2,0,48,23,0,0,0,0,0,0,112,175,0,0,74,190,2,0,112,175,0,0,226,191,2,0,152,175,0,0,232,192,2,0,240,22,0,0,0,0,0,0,112,175,0,0,158,192,2,0,152,175,0,0,108,194,2,0,16,23,0,0,0,0,0,0,112,175,0,0,123,193,2,0,152,175,0,0,216,195,2,0,48,23,0,0,0,0,0,0,112,175,0,0,252,194,2,0,152,175,0,0,73,198,2,0,240,22,0,0,0,0,0,0,112,175,0,0,88,197,2,0,152,175,0,0,34,199,2,0,16,23,0,0,0,0,0,0,112,175,0,0,218,198,2,0,152,175,0,0,140,200,2,0,48,23,0,0,0,0,0,0,112,175,0,0,176,199,2,0,184,176,0,0,178,203,2,0,0,0,0,0,1,0,0,0,72,2,0,0,0,0,0,0,152,175,0,0,191,17,3,0,64,24,0,0,0,0,0,0,112,175,0,0,180,206,2,0,152,175,0,0,38,223,2,0,64,24,0,0,0,0,0,0,112,175,0,0,215,209,2,0,152,175,0,0,122,218,2,0,64,24,0,0,0,0,0,0,112,175,0,0,56,211,2,0,152,175,0,0,216,215,2,0,64,24,0,0,0,0,0,0,112,175,0,0,186,214,2,0,112,175,0,0,119,216,2,0,152,175,0,0,221,217,2,0,64,24,0,0,0,0,0,0,112,175,0,0,222,216,2,0,152,175,0,0,128,222,2,0,64,24,0,0,0,0,0,0,112,175,0,0,62,219,2,0,152,175,0,0,248,226,2,0,64,24,0,0,0,0,0,0,112,175,0,0,113,224,2,0,152,175,0,0,68,226,2,0,64,24,0,0,0,0,0,0,112,175,0,0,134,225,2,0,152,175,0,0,87,230,2,0,64,24,0,0,0,0,0,0,112,175,0,0,197,227,2,0,152,175,0,0,171,229,2,0,64,24,0,0,0,0,0,0,112,175,0,0,207,228,2,0,152,175,0,0,190,235,2,0,64,24,0,0,0,0,0,0,112,175,0,0,226,231,2,0,152,175,0,0,17,250,2,0,64,24,0,0,0,0,0,0,112,175,0,0,14,237,2,0,152,175,0,0,76,246,2,0,64,24,0,0,0,0,0,0,112,175,0,0,69,244,2,0,152,175,0,0,96,249,2,0,64,24,0,0,0,0,0,0,112,175,0,0,11,247,2,0,152,175,0,0,91,1,3,0,64,24,0,0,0,0,0,0,112,175,0,0,104,251,2,0,152,175,0,0,34,254,2,0,64,24,0,0,0,0,0,0,112,175,0,0,136,253,2,0,152,175,0,0,187,0,3,0,64,24,0,0,0,0,0,0,112,175,0,0,222,254,2,0,152,175,0,0,26,10,3,0,64,24,0,0,0,0,0,0,112,175,0,0,170,2,3,0,152,175,0,0,102,9,3,0,64,24,0,0,0,0,0,0,112,175,0,0,219,7,3,0,152,175,0,0,147,13,3,0,64,24,0,0,0,0,0,0,112,175,0,0,114,11,3,0,152,175,0,0,4,17,3,0,64,24,0,0,0,0,0,0,112,175,0,0,210,14,3,0,152,175,0,0,254,49,3,0,64,24,0,0,0,0,0,0,112,175,0,0,250,18,3,0,152,175,0,0,161,23,3,0,64,24,0,0,0,0,0,0,112,175,0,0,230,22,3,0,152,175,0,0,245,27,3,0,64,24,0,0,0,0,0,0,112,175,0,0,211,24,3,0,152,175,0,0,75,27,3,0,64,24,0,0,0,0,0,0,112,175,0,0,77,26,3,0,152,175,0,0,202,34,3,0,64,24,0,0,0,0,0,0,112,175,0,0,29,29,3,0,152,175,0,0,44,34,3,0,64,24,0,0,0,0,0,0,112,175,0,0,171,32,3,0,152,175,0,0,88,42,3,0,64,24,0,0,0,0,0,0,112,175,0,0,231,35,3,0,152,175,0,0,161,41,3,0,64,24,0,0,0,0,0,0,112,175,0,0,18,40,3,0,152,175,0,0,110,45,3,0,64,24,0,0,0,0,0,0,112,175,0,0,118,43,3,0,152,175,0,0,66,49,3,0,64,24,0,0,0,0,0,0,112,175,0,0,142,46,3,0,152,175,0,0,81,55,3,0,0,19,0,0,0,0,0,0,112,175,0,0,221,51,3,0,152,175,0,0,79,54,3,0,0,19,0,0,0,0,0,0,112,175,0,0,106,53,3,0,152,175,0,0,130,58,3,0,0,19,0,0,0,0,0,0,112,175,0,0,217,56,3,0,152,175,0,0,9,60,3,0,0,19,0,0,0,0,0,0,112,175,0,0,33,59,3,0,184,176,0,0,59,61,3,0,0,0,0,0,2,0,0,0,168,2,0,0,2,0,0,0,152,0,0,0,3,224,255,255,184,176,0,0,93,64,3,0,0,0,0,0,1,0,0,0,144,2,0,0,3,220,255,255,184,176,0,0,55,64,3,0,0,0,0,0,1,0,0,0,144,2,0,0,3,220,255,255,184,176,0,0,183,65,3,0,0,0,0,0,2,0,0,0,144,2,0,0,2,0,0,0,152,0,0,0,3,220,255,255,152,175,0,0,145,69,3,0,184,27,0,0,0,0,0,0,112,175,0,0,95,69,3,0,112,175,0,0,248,69,3,0,184,176,0,0,208,71,3,0,0,0,0,0,2,0,0,0,80,27,0,0,2,0,0,0,152,0,0,0,3,216,255,255,184,176,0,0,115,74,3,0,0,0,0,0,2,0,0,0,104,27,0,0,2,0,0,0,152,0,0,0,3,216,255,255,152,175,0,0,5,75,3,0,56,7,0,0,0,0,0,0,112,175,0,0,193,74,3,0,152,175,0,0,125,75,3,0,40,28,0,0,0,0,0,0,112,175,0,0,152,75,3,0,152,175,0,0,191,75,3,0,40,28,0,0,0,0,0,0,152,175,0,0,217,75,3,0,40,28,0,0,0,0,0,0,152,175,0,0,100,77,3,0,80,44,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,152,175,0,0,58,82,3,0,240,28,0,0,0,0,0,0,112,175,0,0,241,81,3,0,112,175,0,0,101,83,3,0,152,175,0,0,243,90,3,0,32,29,0,0,0,0,0,0,152,175,0,0,108,89,3,0,24,29,0,0,0,0,0,0,112,175,0,0,40,90,3,0,112,175,0,0,232,91,3,0,152,175,0,0,116,93,3,0,32,29,0,0,0,0,0,0,152,175,0,0,185,92,3,0,24,29,0,0,0,0,0,0,152,175,0,0,36,95,3,0,32,29,0,0,0,0,0,0,152,175,0,0,104,94,3,0,24,29,0,0,0,0,0,0,152,175,0,0,217,96,3,0,32,29,0,0,0,0,0,0,152,175,0,0,25,96,3,0,24,29,0,0,0,0,0,0,152,175,0,0,139,98,3,0,32,29,0,0,0,0,0,0,152,175,0,0,210,97,3,0,24,29,0,0,0,0,0,0,152,175,0,0,222,99,3,0,192,29,0,0,0,0,0,0,112,175,0,0,125,99,3,0,112,175,0,0,57,100,3,0,152,175,0,0,135,100,3,0,192,29,0,0,0,0,0,0,112,175,0,0,108,100,3,0,152,175,0,0,253,100,3,0,192,29,0,0,0,0,0,0,112,175,0,0,226,100,3,0,152,175,0,0,115,101,3,0,192,29,0,0,0,0,0,0,112,175,0,0,88,101,3,0,152,175,0,0,233,101,3,0,192,29,0,0,0,0,0,0,112,175,0,0,206,101,3,0,152,175,0,0,95,102,3,0,192,29,0,0,0,0,0,0,112,175,0,0,68,102,3,0,152,175,0,0,213,102,3,0,192,29,0,0,0,0,0,0,112,175,0,0,186,102,3,0,152,175,0,0,75,103,3,0,192,29,0,0,0,0,0,0,112,175,0,0,48,103,3,0,152,175,0,0,193,103,3,0,192,29,0,0,0,0,0,0,112,175,0,0,166,103,3,0,152,175,0,0,55,104,3,0,192,29,0,0,0,0,0,0,112,175,0,0,28,104,3,0,152,175,0,0,173,104,3,0,192,29,0,0,0,0,0,0,112,175,0,0,146,104,3,0,152,175,0,0,35,105,3,0,192,29,0,0,0,0,0,0,112,175,0,0,8,105,3,0,152,175,0,0,153,105,3,0,192,29,0,0,0,0,0,0,112,175,0,0,126,105,3,0,152,175,0,0,15,106,3,0,192,29,0,0,0,0,0,0,112,175,0,0,244,105,3,0,152,175,0,0,133,106,3,0,192,29,0,0,0,0,0,0,112,175,0,0,106,106,3,0,152,175,0,0,251,106,3,0,192,29,0,0,0,0,0,0,112,175,0,0,224,106,3,0,152,175,0,0,113,107,3,0,192,29,0,0,0,0,0,0,112,175,0,0,86,107,3,0,152,175,0,0,231,107,3,0,192,29,0,0,0,0,0,0,112,175,0,0,204,107,3,0,152,175,0,0,93,108,3,0,192,29,0,0,0,0,0,0,112,175,0,0,66,108,3,0,152,175,0,0,211,108,3,0,192,29,0,0,0,0,0,0,112,175,0,0,184,108,3,0,152,175,0,0,73,109,3,0,192,29,0,0,0,0,0,0,112,175,0,0,46,109,3,0,152,175,0,0,191,109,3,0,192,29,0,0,0,0,0,0,112,175,0,0,164,109,3,0,152,175,0,0,53,110,3,0,192,29,0,0,0,0,0,0,112,175,0,0,26,110,3,0,152,175,0,0,171,110,3,0,192,29,0,0,0,0,0,0,112,175,0,0,144,110,3,0,152,175,0,0,33,111,3,0,192,29,0,0,0,0,0,0,112,175,0,0,6,111,3,0,152,175,0,0,151,111,3,0,192,29,0,0,0,0,0,0,112,175,0,0,124,111,3,0,152,175,0,0,13,112,3,0,192,29,0,0,0,0,0,0,112,175,0,0,242,111,3,0,152,175,0,0,131,112,3,0,192,29,0,0,0,0,0,0,112,175,0,0,104,112,3,0,152,175,0,0,249,112,3,0,192,29,0,0,0,0,0,0,112,175,0,0,222,112,3,0,152,175,0,0,111,113,3,0,192,29,0,0,0,0,0,0,112,175,0,0,84,113,3,0,152,175,0,0,229,113,3,0,192,29,0,0,0,0,0,0,112,175,0,0,202,113,3,0,152,175,0,0,91,114,3,0,192,29,0,0,0,0,0,0,112,175,0,0,64,114,3,0,152,175,0,0,209,114,3,0,192,29,0,0,0,0,0,0,112,175,0,0,182,114,3,0,152,175,0,0,71,115,3,0,192,29,0,0,0,0,0,0,112,175,0,0,44,115,3,0,152,175,0,0,189,115,3,0,192,29,0,0,0,0,0,0,112,175,0,0,162,115,3,0,152,175,0,0,51,116,3,0,192,29,0,0,0,0,0,0,112,175,0,0,24,116,3,0,152,175,0,0,169,116,3,0,192,29,0,0,0,0,0,0,112,175,0,0,142,116,3,0,152,175,0,0,31,117,3,0,192,29,0,0,0,0,0,0,112,175,0,0,4,117,3,0,152,175,0,0,149,117,3,0,192,29,0,0,0,0,0,0,112,175,0,0,122,117,3,0,152,175,0,0,11,118,3,0,192,29,0,0,0,0,0,0,112,175,0,0,240,117,3,0,152,175,0,0,129,118,3,0,192,29,0,0,0,0,0,0,112,175,0,0,102,118,3,0,152,175,0,0,247,118,3,0,192,29,0,0,0,0,0,0,112,175,0,0,220,118,3,0,152,175,0,0,109,119,3,0,192,29,0,0,0,0,0,0,112,175,0,0,82,119,3,0,152,175,0,0,227,119,3,0,192,29,0,0,0,0,0,0,112,175,0,0,200,119,3,0,152,175,0,0,89,120,3,0,192,29,0,0,0,0,0,0,112,175,0,0,62,120,3,0,152,175,0,0,207,120,3,0,192,29,0,0,0,0,0,0,112,175,0,0,180,120,3,0,152,175,0,0,69,121,3,0,192,29,0,0,0,0,0,0,112,175,0,0,42,121,3,0,152,175,0,0,187,121,3,0,192,29,0,0,0,0,0,0,112,175,0,0,160,121,3,0,152,175,0,0,49,122,3,0,192,29,0,0,0,0,0,0,112,175,0,0,22,122,3,0,152,175,0,0,167,122,3,0,192,29,0,0,0,0,0,0,112,175,0,0,140,122,3,0,152,175,0,0,29,123,3,0,192,29,0,0,0,0,0,0,112,175,0,0,2,123,3,0,152,175,0,0,147,123,3,0,192,29,0,0,0,0,0,0,112,175,0,0,120,123,3,0,152,175,0,0,9,124,3,0,192,29,0,0,0,0,0,0,112,175,0,0,238,123,3,0,152,175,0,0,127,124,3,0,192,29,0,0,0,0,0,0,112,175,0,0,100,124,3,0,152,175,0,0,245,124,3,0,192,29,0,0,0,0,0,0,112,175,0,0,218,124,3,0,152,175,0,0,107,125,3,0,192,29,0,0,0,0,0,0,112,175,0,0,80,125,3,0,152,175,0,0,225,125,3,0,192,