gfdgd
gfdgd
  • 发布:2025-03-06 15:48
  • 更新:2025-03-07 11:45
  • 阅读:54

【报Bug】安卓端 webassembly.instantiate 异步一直卡住 不返回结果 WebAssembly.Module也会报错

分类:uni-app

产品分类: uniapp/App

PC开发环境操作系统: Windows

PC开发环境操作系统版本号: Windows 10 家庭中文版

HBuilderX类型: 正式

HBuilderX版本号: 4.53

手机系统: Android

手机系统版本号: Android 13

手机厂商: 小米

手机机型: note12

页面类型: vue

vue版本: vue2

打包方式: 云端

项目创建方式: HBuilderX

操作步骤:

如果我用 const mod = new WebAssembly.Module(wasmBuffer);
就会报错 CompileError: WebAssembly.Module(): return count of 2 exceeds internal limit of 1
但是我rust只写了一个函数 #[wasm_bindgen]
pub fn greet(name: &str) -> String {
format!("Hello, {}!", name)
}

const importsaaa = {};
importsaaa.wbg = {};
importsaaa.wbg.__wbindgen_init_externref_table = function() {
const table = wasm.__wbindgen_export_0;
const offset = table.grow(4);
table.set(0, undefined);
table.set(offset + 0, undefined);
table.set(offset + 1, null);
table.set(offset + 2, true);
table.set(offset + 3, false);
;
};

预期结果:

WebAssembly.instantiate 成功

实际结果:

WebAssembly.instantiate 不成功

bug描述:

const dd = new Uint8Array([0,97,115,109,1,0,0,0,1,65,11,96,2,127,127,1,127,96,2,127,127,0,96,3,127,127,127,1,127,96,3,127,127,127,0,96,1,127,0,96,4,127,127,127,127,1,127,96,0,2,127,127,96,0,0,96,1,127,1,127,96,5,127,127,127,127,127,0,96,2,127,127,2,127,127,2,39,1,3,119,98,103,31,95,95,119,98,105,110,100,103,101,110,95,105,110,105,116,95,101,120,116,101,114,110,114,101,102,95,116,97,98,108,101,0,7,3,53,52,8,2,2,4,2,1,0,1,0,0,1,1,3,3,1,1,9,3,0,1,2,1,2,1,5,0,1,5,10,0,4,4,3,4,5,3,2,0,0,0,1,1,1,0,1,0,0,1,0,0,1,1,4,9,2,112,1,27,27,111,0,128,1,5,3,1,0,17,6,9,1,127,1,65,128,128,192,0,11,7,118,7,6,109,101,109,111,114,121,2,0,5,103,114,101,101,116,0,29,19,95,95,119,98,105,110,100,103,101,110,95,101,120,112,111,114,116,95,48,1,1,17,95,95,119,98,105,110,100,103,101,110,95,109,97,108,108,111,99,0,26,18,95,95,119,98,105,110,100,103,101,110,95,114,101,97,108,108,111,99,0,28,15,95,95,119,98,105,110,100,103,101,110,95,102,114,101,101,0,36,16,95,95,119,98,105,110,100,103,101,110,95,115,116,97,114,116,0,0,9,32,1,0,65,1,11,26,39,34,46,20,32,21,10,47,41,42,44,22,43,48,31,19,12,16,52,32,23,9,49,50,38,39,10,252,122,52,132,36,2,9,127,1,126,35,0,65,16,107,34,8,36,0,2,127,2,64,2,64,2,64,2,64,2,64,2,64,32,0,65,245,1,79,4,64,65,0,32,0,65,205,255,123,79,13,7,26,32,0,65,11,106,34,1,65,120,113,33,5,65,128,143,192,0,40,2,0,34,9,69,13,4,65,31,33,7,65,0,32,5,107,33,4,32,0,65,244,255,255,7,77,4,64,32,5,65,6,32,1,65,8,118,103,34,0,107,118,65,1,113,32,0,65,1,116,107,65,62,106,33,7,11,32,7,65,2,116,65,228,139,192,0,106,40,2,0,34,1,69,4,64,65,0,33,0,12,2,11,65,0,33,0,32,5,65,25,32,7,65,1,118,107,65,0,32,7,65,31,71,27,116,33,3,3,64,2,64,32,1,40,2,4,65,120,113,34,6,32,5,73,13,0,32,6,32,5,107,34,6,32,4,79,13,0,32,1,33,2,32,6,34,4,13,0,65,0,33,4,32,1,33,0,12,4,11,32,1,40,2,20,34,6,32,0,32,6,32,1,32,3,65,29,118,65,4,113,106,65,16,106,40,2,0,34,1,71,27,32,0,32,6,27,33,0,32,3,65,1,116,33,3,32,1,13,0,11,12,1,11,65,252,142,192,0,40,2,0,34,2,65,16,32,0,65,11,106,65,248,3,113,32,0,65,11,73,27,34,5,65,3,118,34,0,118,34,1,65,3,113,4,64,2,64,32,1,65,127,115,65,1,113,32,0,106,34,6,65,3,116,34,0,65,244,140,192,0,106,34,3,32,0,65,252,140,192,0,106,40,2,0,34,1,40,2,8,34,4,71,4,64,32,4,32,3,54,2,12,32,3,32,4,54,2,8,12,1,11,65,252,142,192,0,32,2,65,126,32,6,119,113,54,2,0,11,32,1,32,0,65,3,114,54,2,4,32,0,32,1,106,34,0,32,0,40,2,4,65,1,114,54,2,4,32,1,65,8,106,12,7,11,32,5,65,132,143,192,0,40,2,0,77,13,3,2,64,2,64,32,1,69,4,64,65,128,143,192,0,40,2,0,34,0,69,13,6,32,0,104,65,2,116,65,228,139,192,0,106,40,2,0,34,2,40,2,4,65,120,113,32,5,107,33,4,32,2,33,1,3,64,2,64,32,2,40,2,16,34,0,13,0,32,2,40,2,20,34,0,13,0,32,1,40,2,24,33,7,2,64,2,64,32,1,32,1,40,2,12,34,0,70,4,64,32,1,65,20,65,16,32,1,40,2,20,34,0,27,106,40,2,0,34,2,13,1,65,0,33,0,12,2,11,32,1,40,2,8,34,2,32,0,54,2,12,32,0,32,2,54,2,8,12,1,11,32,1,65,20,106,32,1,65,16,106,32,0,27,33,3,3,64,32,3,33,6,32,2,34,0,65,20,106,32,0,65,16,106,32,0,40,2,20,34,2,27,33,3,32,0,65,20,65,16,32,2,27,106,40,2,0,34,2,13,0,11,32,6,65,0,54,2,0,11,32,7,69,13,4,32,1,32,1,40,2,28,65,2,116,65,228,139,192,0,106,34,2,40,2,0,71,4,64,32,7,65,16,65,20,32,7,40,2,16,32,1,70,27,106,32,0,54,2,0,32,0,69,13,5,12,4,11,32,2,32,0,54,2,0,32,0,13,3,65,128,143,192,0,65,128,143,192,0,40,2,0,65,126,32,1,40,2,28,119,113,54,2,0,12,4,11,32,0,40,2,4,65,120,113,32,5,107,34,2,32,4,32,2,32,4,73,34,2,27,33,4,32,0,32,1,32,2,27,33,1,32,0,33,2,12,0,11,0,11,2,64,65,2,32,0,116,34,3,65,0,32,3,107,114,32,1,32,0,116,113,104,34,6,65,3,116,34,1,65,244,140,192,0,106,34,3,32,1,65,252,140,192,0,106,40,2,0,34,0,40,2,8,34,4,71,4,64,32,4,32,3,54,2,12,32,3,32,4,54,2,8,12,1,11,65,252,142,192,0,32,2,65,126,32,6,119,113,54,2,0,11,32,0,32,5,65,3,114,54,2,4,32,0,32,5,106,34,6,32,1,32,5,107,34,3,65,1,114,54,2,4,32,0,32,1,106,32,3,54,2,0,65,132,143,192,0,40,2,0,34,4,4,64,32,4,65,120,113,65,244,140,192,0,106,33,1,65,140,143,192,0,40,2,0,33,2,2,127,65,252,142,192,0,40,2,0,34,5,65,1,32,4,65,3,118,116,34,4,113,69,4,64,65,252,142,192,0,32,4,32,5,114,54,2,0,32,1,12,1,11,32,1,40,2,8,11,33,4,32,1,32,2,54,2,8,32,4,32,2,54,2,12,32,2,32,1,54,2,12,32,2,32,4,54,2,8,11,65,140,143,192,0,32,6,54,2,0,65,132,143,192,0,32,3,54,2,0,32,0,65,8,106,12,8,11,32,0,32,7,54,2,24,32,1,40,2,16,34,2,4,64,32,0,32,2,54,2,16,32,2,32,0,54,2,24,11,32,1,40,2,20,34,2,69,13,0,32,0,32,2,54,2,20,32,2,32,0,54,2,24,11,2,64,2,64,32,4,65,16,79,4,64,32,1,32,5,65,3,114,54,2,4,32,1,32,5,106,34,3,32,4,65,1,114,54,2,4,32,3,32,4,106,32,4,54,2,0,65,132,143,192,0,40,2,0,34,6,69,13,1,32,6,65,120,113,65,244,140,192,0,106,33,0,65,140,143,192,0,40,2,0,33,2,2,127,65,252,142,192,0,40,2,0,34,5,65,1,32,6,65,3,118,116,34,6,113,69,4,64,65,252,142,192,0,32,5,32,6,114,54,2,0,32,0,12,1,11,32,0,40,2,8,11,33,6,32,0,32,2,54,2,8,32,6,32,2,54,2,12,32,2,32,0,54,2,12,32,2,32,6,54,2,8,12,1,11,32,1,32,4,32,5,106,34,0,65,3,114,54,2,4,32,0,32,1,106,34,0,32,0,40,2,4,65,1,114,54,2,4,12,1,11,65,140,143,192,0,32,3,54,2,0,65,132,143,192,0,32,4,54,2,0,11,32,1,65,8,106,12,6,11,32,0,32,2,114,69,4,64,65,0,33,2,65,2,32,7,116,34,0,65,0,32,0,107,114,32,9,113,34,0,69,13,3,32,0,104,65,2,116,65,228,139,192,0,106,40,2,0,33,0,11,32,0,69,13,1,11,3,64,32,0,32,2,32,0,40,2,4,65,120,113,34,3,32,5,107,34,6,32,4,73,34,7,27,33,9,32,0,40,2,16,34,1,69,4,64,32,0,40,2,20,33,1,11,32,2,32,9,32,3,32,5,73,34,0,27,33,2,32,4,32,6,32,4,32,7,27,32,0,27,33,4,32,1,34,0,13,0,11,11,32,2,69,13,0,32,5,65,132,143,192,0,40,2,0,34,0,77,32,4,32,0,32,5,107,79,113,13,0,32,2,40,2,24,33,7,2,64,2,64,32,2,32,2,40,2,12,34,0,70,4,64,32,2,65,20,65,16,32,2,40,2,20,34,0,27,106,40,2,0,34,1,13,1,65,0,33,0,12,2,11,32,2,40,2,8,34,1,32,0,54,2,12,32,0,32,1,54,2,8,12,1,11,32,2,65,20,106,32,2,65,16,106,32,0,27,33,3,3,64,32,3,33,6,32,1,34,0,65,20,106,32,0,65,16,106,32,0,40,2,20,34,1,27,33,3,32,0,65,20,65,16,32,1,27,106,40,2,0,34,1,13,0,11,32,6,65,0,54,2,0,11,32,7,69,13,2,32,2,32,2,40,2,28,65,2,116,65,228,139,192,0,106,34,1,40,2,0,71,4,64,32,7,65,16,65,20,32,7,40,2,16,32,2,70,27,106,32,0,54,2,0,32,0,69,13,3,12,2,11,32,1,32,0,54,2,0,32,0,13,1,65,128,143,192,0,65,128,143,192,0,40,2,0,65,126,32,2,40,2,28,119,113,54,2,0,12,2,11,2,64,2,64,2,64,2,64,2,64,32,5,65,132,143,192,0,40,2,0,34,1,75,4,64,32,5,65,136,143,192,0,40,2,0,34,0,79,4,64,32,5,65,175,128,4,106,65,128,128,124,113,34,2,65,16,118,64,0,33,0,32,8,65,4,106,34,1,65,0,54,2,8,32,1,65,0,32,2,65,128,128,124,113,32,0,65,127,70,34,2,27,54,2,4,32,1,65,0,32,0,65,16,116,32,2,27,54,2,0,65,0,32,8,40,2,4,34,1,69,13,9,26,32,8,40,2,12,33,6,65,148,143,192,0,32,8,40,2,8,34,4,65,148,143,192,0,40,2,0,106,34,0,54,2,0,65,152,143,192,0,65,152,143,192,0,40,2,0,34,2,32,0,32,0,32,2,73,27,54,2,0,2,64,2,64,65,144,143,192,0,40,2,0,34,2,4,64,65,228,140,192,0,33,0,3,64,32,1,32,0,40,2,0,34,3,32,0,40,2,4,34,7,106,70,13,2,32,0,40,2,8,34,0,13,0,11,12,2,11,65,160,143,192,0,40,2,0,34,0,65,0,32,0,32,1,77,27,69,4,64,65,160,143,192,0,32,1,54,2,0,11,65,164,143,192,0,65,255,31,54,2,0,65,240,140,192,0,32,6,54,2,0,65,232,140,192,0,32,4,54,2,0,65,228,140,192,0,32,1,54,2,0,65,128,141,192,0,65,244,140,192,0,54,2,0,65,136,141,192,0,65,252,140,192,0,54,2,0,65,252,140,192,0,65,244,140,192,0,54,2,0,65,144,141,192,0,65,132,141,192,0,54,2,0,65,132,141,192,0,65,252,140,192,0,54,2,0,65,152,141,192,0,65,140,141,192,0,54,2,0,65,140,141,192,0,65,132,141,192,0,54,2,0,65,160,141,192,0,65,148,141,192,0,54,2,0,65,148,141,192,0,65,140,141,192,0,54,2,0,65,168,141,192,0,65,156,141,192,0,54,2,0,65,156,141,192,0,65,148,141,192,0,54,2,0,65,176,141,192,0,65,164,141,192,0,54,2,0,65,164,141,192,0,65,156,141,192,0,54,2,0,65,184,141,192,0,65,172,141,192,0,54,2,0,65,172,141,192,0,65,164,141,192,0,54,2,0,65,192,141,192,0,65,180,141,192,0,54,2,0,65,180,141,192,0,65,172,141,192,0,54,2,0,65,188,141,192,0,65,180,141,192,0,54,2,0,65,200,141,192,0,65,188,141,192,0,54,2,0,65,196,141,192,0,65,188,141,192,0,54,2,0,65,208,141,192,0,65,196,141,192,0,54,2,0,65,204,141,192,0,65,196,141,192,0,54,2,0,65,216,141,192,0,65,204,141,192,0,54,2,0,65,212,141,192,0,65,204,141,192,0,54,2,0,65,224,141,192,0,65,212,141,192,0,54,2,0,65,220,141,192,0,65,212,141,192,0,54,2,0,65,232,141,192,0,65,220,141,192,0,54,2,0,65,228,141,192,0,65,220,141,192,0,54,2,0,65,240,141,192,0,65,228,141,192,0,54,2,0,65,236,141,192,0,65,228,141,192,0,54,2,0,65,248,141,192,0,65,236,141,192,0,54,2,0,65,244,141,192,0,65,236,141,192,0,54,2,0,65,128,142,192,0,65,244,141,192,0,54,2,0,65,136,142,192,0,65,252,141,192,0,54,2,0,65,252,141,192,0,65,244,141,192,0,54,2,0,65,144,142,192,0,65,132,142,192,0,54,2,0,65,132,142,192,0,65,252,141,192,0,54,2,0,65,152,142,192,0,65,140,142,192,0,54,2,0,65,140,142,192,0,65,132,142,192,0,54,2,0,65,160,142,192,0,65,148,142,192,0,54,2,0,65,148,142,192,0,65,140,142,192,0,54,2,0,65,168,142,192,0,65,156,142,192,0,54,2,0,65,156,142,192,0,65,148,142,192,0,54,2,0,65,176,142,192,0,65,164,142,192,0,54,2,0,65,164,142,192,0,65,156,142,192,0,54,2,0,65,184,142,192,0,65,172,142,192,0,54,2,0,65,172,142,192,0,65,164,142,192,0,54,2,0,65,192,142,192,0,65,180,142,192,0,54,2,0,65,180,142,192,0,65,172,142,192,0,54,2,0,65,200,142,192,0,65,188,142,192,0,54,2,0,65,188,142,192,0,65,180,142,192,0,54,2,0,65,208,142,192,0,65,196,142,192,0,54,2,0,65,196,142,192,0,65,188,142,192,0,54,2,0,65,216,142,192,0,65,204,142,192,0,54,2,0,65,204,142,192,0,65,196,142,192,0,54,2,0,65,224,142,192,0,65,212,142,192,0,54,2,0,65,212,142,192,0,65,204,142,192,0,54,2,0,65,232,142,192,0,65,220,142,192,0,54,2,0,65,220,142,192,0,65,212,142,192,0,54,2,0,65,240,142,192,0,65,228,142,192,0,54,2,0,65,228,142,192,0,65,220,142,192,0,54,2,0,65,248,142,192,0,65,236,142,192,0,54,2,0,65,236,142,192,0,65,228,142,192,0,54,2,0,65,144,143,192,0,32,1,65,15,106,65,120,113,34,0,65,8,107,34,2,54,2,0,65,244,142,192,0,65,236,142,192,0,54,2,0,65,136,143,192,0,32,4,65,40,107,34,3,32,1,32,0,107,106,65,8,106,34,0,54,2,0,32,2,32,0,65,1,114,54,2,4,32,1,32,3,106,65,40,54,2,4,65,156,143,192,0,65,128,128,128,1,54,2,0,12,8,11,32,2,32,3,73,32,1,32,2,77,114,13,0,32,0,40,2,12,34,3,65,1,113,13,0,32,3,65,1,118,32,6,70,13,3,11,65,160,143,192,0,65,160,143,192,0,40,2,0,34,0,32,1,32,0,32,1,73,27,54,2,0,32,1,32,4,106,33,3,65,228,140,192,0,33,0,2,64,2,64,3,64,32,3,32,0,40,2,0,34,7,71,4,64,32,0,40,2,8,34,0,13,1,12,2,11,11,32,0,40,2,12,34,3,65,1,113,13,0,32,3,65,1,118,32,6,70,13,1,11,65,228,140,192,0,33,0,3,64,2,64,32,2,32,0,40,2,0,34,3,79,4,64,32,2,32,3,32,0,40,2,4,106,34,7,73,13,1,11,32,0,40,2,8,33,0,12,1,11,11,65,144,143,192,0,32,1,65,15,106,65,120,113,34,0,65,8,107,34,3,54,2,0,65,136,143,192,0,32,4,65,40,107,34,9,32,1,32,0,107,106,65,8,106,34,0,54,2,0,32,3,32,0,65,1,114,54,2,4,32,1,32,9,106,65,40,54,2,4,65,156,143,192,0,65,128,128,128,1,54,2,0,32,2,32,7,65,32,107,65,120,113,65,8,107,34,0,32,0,32,2,65,16,106,73,27,34,3,65,27,54,2,4,65,228,140,192,0,41,2,0,33,10,32,3,65,16,106,65,236,140,192,0,41,2,0,55,2,0,32,3,32,10,55,2,8,65,240,140,192,0,32,6,54,2,0,65,232,140,192,0,32,4,54,2,0,65,228,140,192,0,32,1,54,2,0,65,236,140,192,0,32,3,65,8,106,54,2,0,32,3,65,28,106,33,0,3,64,32,0,65,7,54,2,0,32,0,65,4,106,34,0,32,7,73,13,0,11,32,2,32,3,70,13,7,32,3,32,3,40,2,4,65,126,113,54,2,4,32,2,32,3,32,2,107,34,0,65,1,114,54,2,4,32,3,32,0,54,2,0,32,0,65,128,2,79,4,64,32,2,32,0,16,11,12,8,11,32,0,65,248,1,113,65,244,140,192,0,106,33,1,2,127,65,252,142,192,0,40,2,0,34,3,65,1,32,0,65,3,118,116,34,0,113,69,4,64,65,252,142,192,0,32,0,32,3,114,54,2,0,32,1,12,1,11,32,1,40,2,8,11,33,0,32,1,32,2,54,2,8,32,0,32,2,54,2,12,32,2,32,1,54,2,12,32,2,32,0,54,2,8,12,7,11,32,0,32,1,54,2,0,32,0,32,0,40,2,4,32,4,106,54,2,4,32,1,65,15,106,65,120,113,65,8,107,34,2,32,5,65,3,114,54,2,4,32,7,65,15,106,65,120,113,65,8,107,34,4,32,2,32,5,106,34,0,107,33,5,32,4,65,144,143,192,0,40,2,0,70,13,3,32,4,65,140,143,192,0,40,2,0,70,13,4,32,4,40,2,4,34,1,65,3,113,65,1,70,4,64,32,4,32,1,65,120,113,34,1,16,8,32,1,32,5,106,33,5,32,1,32,4,106,34,4,40,2,4,33,1,11,32,4,32,1,65,126,113,54,2,4,32,0,32,5,65,1,114,54,2,4,32,0,32,5,106,32,5,54,2,0,32,5,65,128,2,79,4,64,32,0,32,5,16,11,12,6,11,32,5,65,248,1,113,65,244,140,192,0,106,33,1,2,127,65,252,142,192,0,40,2,0,34,3,65,1,32,5,65,3,118,116,34,4,113,69,4,64,65,252,142,192,0,32,3,32,4,114,54,2,0,32,1,12,1,11,32,1,40,2,8,11,33,3,32,1,32,0,54,2,8,32,3,32,0,54,2,12,32,0,32,1,54,2,12,32,0,32,3,54,2,8,12,5,11,65,136,143,192,0,32,0,32,5,107,34,1,54,2,0,65,144,143,192,0,65,144,143,192,0,40,2,0,34,0,32,5,106,34,2,54,2,0,32,2,32,1,65,1,114,54,2,4,32,0,32,5,65,3,114,54,2,4,32,0,65,8,106,12,8,11,65,140,143,192,0,40,2,0,33,0,2,64,32,1,32,5,107,34,2,65,15,77,4,64,65,140,143,192,0,65,0,54,2,0,65,132,143,192,0,65,0,54,2,0,32,0,32,1,65,3,114,54,2,4,32,0,32,1,106,34,1,32,1,40,2,4,65,1,114,54,2,4,12,1,11,65,132,143,192,0,32,2,54,2,0,65,140,143,192,0,32,0,32,5,106,34,3,54,2,0,32,3,32,2,65,1,114,54,2,4,32,0,32,1,106,32,2,54,2,0,32,0,32,5,65,3,114,54,2,4,11,32,0,65,8,106,12,7,11,32,0,32,4,32,7,106,54,2,4,65,144,143,192,0,65,144,143,192,0,40,2,0,34,0,65,15,106,65,120,113,34,1,65,8,107,34,2,54,2,0,65,136,143,192,0,65,136,143,192,0,40,2,0,32,4,106,34,3,32,0,32,1,107,106,65,8,106,34,1,54,2,0,32,2,32,1,65,1,114,54,2,4,32,0,32,3,106,65,40,54,2,4,65,156,143,192,0,65,128,128,128,1,54,2,0,12,3,11,65,144,143,192,0,32,0,54,2,0,65,136,143,192,0,65,136,143,192,0,40,2,0,32,5,106,34,1,54,2,0,32,0,32,1,65,1,114,54,2,4,12,1,11,65,140,143,192,0,32,0,54,2,0,65,132,143,192,0,65,132,143,192,0,40,2,0,32,5,106,34,1,54,2,0,32,0,32,1,65,1,114,54,2,4,32,0,32,1,106,32,1,54,2,0,11,32,2,65,8,106,12,3,11,65,0,65,136,143,192,0,40,2,0,34,0,32,5,77,13,2,26,65,136,143,192,0,32,0,32,5,107,34,1,54,2,0,65,144,143,192,0,65,144,143,192,0,40,2,0,34,0,32,5,106,34,2,54,2,0,32,2,32,1,65,1,114,54,2,4,32,0,32,5,65,3,114,54,2,4,32,0,65,8,106,12,2,11,32,0,32,7,54,2,24,32,2,40,2,16,34,1,4,64,32,0,32,1,54,2,16,32,1,32,0,54,2,24,11,32,2,40,2,20,34,1,69,13,0,32,0,32,1,54,2,20,32,1,32,0,54,2,24,11,2,64,32,4,65,16,79,4,64,32,2,32,5,65,3,114,54,2,4,32,2,32,5,106,34,0,32,4,65,1,114,54,2,4,32,0,32,4,106,32,4,54,2,0,32,4,65,128,2,79,4,64,32,0,32,4,16,11,12,2,11,32,4,65,248,1,113,65,244,140,192,0,106,33,1,2,127,65,252,142,192,0,40,2,0,34,3,65,1,32,4,65,3,118,116,34,4,113,69,4,64,65,252,142,192,0,32,3,32,4,114,54,2,0,32,1,12,1,11,32,1,40,2,8,11,33,3,32,1,32,0,54,2,8,32,3,32,0,54,2,12,32,0,32,1,54,2,12,32,0,32,3,54,2,8,12,1,11,32,2,32,4,32,5,106,34,0,65,3,114,54,2,4,32,0,32,2,106,34,0,32,0,40,2,4,65,1,114,54,2,4,11,32,2,65,8,106,11,32,8,65,16,106,36,0,11,240,11,1,11,127,2,64,32,0,40,2,0,34,8,32,0,40,2,8,34,3,114,4,64,2,64,32,3,65,1,113,69,13,0,32,1,32,2,106,33,6,2,64,32,0,40,2,12,34,7,69,4,64,32,1,33,3,12,1,11,32,1,33,3,3,64,32,3,34,4,32,6,70,13,2,2,127,32,3,65,1,106,32,3,44,0,0,34,3,65,0,78,13,0,26,32,4,65,2,106,32,3,65,96,73,13,0,26,32,4,65,3,106,32,3,65,112,73,13,0,26,32,4,65,4,106,11,34,3,32,4,107,32,5,106,33,5,32,7,65,1,107,34,7,13,0,11,11,32,3,32,6,70,13,0,32,3,44,0,0,26,32,5,32,2,2,127,2,64,32,5,69,13,0,32,2,32,5,77,4,64,32,2,32,5,70,13,1,65,0,12,2,11,32,1,32,5,106,44,0,0,65,64,78,13,0,65,0,12,1,11,32,1,11,34,3,27,33,2,32,3,32,1,32,3,27,33,1,11,32,8,69,13,1,32,0,40,2,4,33,12,2,64,32,2,65,16,79,4,64,2,127,65,0,33,6,65,0,33,5,2,64,2,64,32,2,32,1,65,3,106,65,124,113,34,3,32,1,107,34,10,73,13,0,32,2,32,10,107,34,7,65,4,73,13,0,32,7,65,3,113,33,9,65,0,33,4,2,64,32,1,32,3,70,34,11,13,0,2,64,32,1,32,3,107,34,8,65,124,75,4,64,65,0,33,3,12,1,11,65,0,33,3,3,64,32,4,32,1,32,3,106,34,6,44,0,0,65,191,127,74,106,32,6,65,1,106,44,0,0,65,191,127,74,106,32,6,65,2,106,44,0,0,65,191,127,74,106,32,6,65,3,106,44,0,0,65,191,127,74,106,33,4,32,3,65,4,106,34,3,13,0,11,11,32,11,13,0,32,1,32,3,106,33,6,3,64,32,4,32,6,44,0,0,65,191,127,74,106,33,4,32,6,65,1,106,33,6,32,8,65,1,106,34,8,13,0,11,11,32,1,32,10,106,33,3,2,64,32,9,69,13,0,32,3,32,7,65,124,113,106,34,6,44,0,0,65,191,127,74,33,5,32,9,65,1,70,13,0,32,5,32,6,44,0,1,65,191,127,74,106,33,5,32,9,65,2,70,13,0,32,5,32,6,44,0,2,65,191,127,74,106,33,5,11,32,7,65,2,118,33,8,32,4,32,5,106,33,5,3,64,32,3,33,7,32,8,69,13,2,65,192,1,32,8,32,8,65,192,1,79,27,34,9,65,3,113,33,10,32,9,65,2,116,33,11,65,0,33,6,32,8,65,4,79,4,64,32,3,32,11,65,240,7,113,106,33,13,32,3,33,4,3,64,32,4,40,2,0,34,3,65,127,115,65,7,118,32,3,65,6,118,114,65,129,130,132,8,113,32,6,106,32,4,40,2,4,34,3,65,127,115,65,7,118,32,3,65,6,118,114,65,129,130,132,8,113,106,32,4,40,2,8,34,3,65,127,115,65,7,118,32,3,65,6,118,114,65,129,130,132,8,113,106,32,4,40,2,12,34,3,65,127,115,65,7,118,32,3,65,6,118,114,65,129,130,132,8,113,106,33,6,32,4,65,16,106,34,4,32,13,71,13,0,11,11,32,8,32,9,107,33,8,32,7,32,11,106,33,3,32,6,65,8,118,65,255,129,252,7,113,32,6,65,255,129,252,7,113,106,65,129,128,4,108,65,16,118,32,5,106,33,5,32,10,69,13,0,11,2,127,32,7,32,9,65,252,1,113,65,2,116,106,34,3,40,2,0,34,4,65,127,115,65,7,118,32,4,65,6,118,114,65,129,130,132,8,113,34,4,32,10,65,1,70,13,0,26,32,4,32,3,40,2,4,34,7,65,127,115,65,7,118,32,7,65,6,118,114,65,129,130,132,8,113,106,34,4,32,10,65,2,70,13,0,26,32,3,40,2,8,34,3,65,127,115,65,7,118,32,3,65,6,118,114,65,129,130,132,8,113,32,4,106,11,34,3,65,8,118,65,255,129,28,113,32,3,65,255,129,252,7,113,106,65,129,128,4,108,65,16,118,32,5,106,12,2,11,65,0,32,2,69,13,1,26,32,2,65,3,113,33,3,32,2,65,4,79,4,64,32,2,65,124,113,33,7,3,64,32,5,32,1,32,6,106,34,4,44,0,0,65,191,127,74,106,32,4,65,1,106,44,0,0,65,191,127,74,106,32,4,65,2,106,44,0,0,65,191,127,74,106,32,4,65,3,106,44,0,0,65,191,127,74,106,33,5,32,7,32,6,65,4,106,34,6,71,13,0,11,11,32,3,69,13,0,32,1,32,6,106,33,4,3,64,32,5,32,4,44,0,0,65,191,127,74,106,33,5,32,4,65,1,106,33,4,32,3,65,1,107,34,3,13,0,11,11,32,5,11,33,4,12,1,11,32,2,69,4,64,65,0,33,4,12,1,11,32,2,65,3,113,33,7,2,64,32,2,65,4,73,4,64,65,0,33,4,65,0,33,5,12,1,11,32,2,65,12,113,33,6,65,0,33,4,65,0,33,5,3,64,32,4,32,1,32,5,106,34,3,44,0,0,65,191,127,74,106,32,3,65,1,106,44,0,0,65,191,127,74,106,32,3,65,2,106,44,0,0,65,191,127,74,106,32,3,65,3,106,44,0,0,65,191,127,74,106,33,4,32,6,32,5,65,4,106,34,5,71,13,0,11,11,32,7,69,13,0,32,1,32,5,106,33,3,3,64,32,4,32,3,44,0,0,65,191,127,74,106,33,4,32,3,65,1,106,33,3,32,7,65,1,107,34,7,13,0,11,11,2,64,32,4,32,12,73,4,64,32,12,32,4,107,33,7,2,64,2,64,2,64,32,0,45,0,24,34,3,65,0,32,3,65,3,71,27,34,4,65,1,107,14,2,0,1,2,11,32,7,33,4,65,0,33,7,12,1,11,32,7,65,1,118,33,4,32,7,65,1,106,65,1,118,33,7,11,32,4,65,1,106,33,4,32,0,40,2,16,33,5,32,0,40,2,32,33,3,32,0,40,2,28,33,0,3,64,32,4,65,1,107,34,4,69,13,2,32,0,32,5,32,3,40,2,16,17,0,0,69,13,0,11,65,1,15,11,12,2,11,32,0,32,1,32,2,32,3,40,2,12,17,2,0,4,64,65,1,15,11,65,0,33,4,3,64,32,4,32,7,70,4,64,65,0,15,11,32,4,65,1,106,33,4,32,0,32,5,32,3,40,2,16,17,0,0,69,13,0,11,32,4,65,1,107,32,7,73,15,11,32,0,40,2,28,32,1,32,2,32,0,40,2,32,40,2,12,17,2,0,15,11,32,0,40,2,28,32,1,32,2,32,0,40,2,32,40,2,12,17,2,0,11,140,5,1,8,127,2,64,32,2,65,16,73,4,64,32,0,33,3,12,1,11,2,64,32,0,65,0,32,0,107,65,3,113,34,6,106,34,5,32,0,77,13,0,32,0,33,3,32,1,33,4,32,6,4,64,32,6,33,7,3,64,32,3,32,4,45,0,0,58,0,0,32,4,65,1,106,33,4,32,3,65,1,106,33,3,32,7,65,1,107,34,7,13,0,11,11,32,6,65,1,107,65,7,73,13,0,3,64,32,3,32,4,45,0,0,58,0,0,32,3,65,1,106,32,4,65,1,106,45,0,0,58,0,0,32,3,65,2,106,32,4,65,2,106,45,0,0,58,0,0,32,3,65,3,106,32,4,65,3,106,45,0,0,58,0,0,32,3,65,4,106,32,4,65,4,106,45,0,0,58,0,0,32,3,65,5,106,32,4,65,5,106,45,0,0,58,0,0,32,3,65,6,106,32,4,65,6,106,45,0,0,58,0,0,32,3,65,7,106,32,4,65,7,106,45,0,0,58,0,0,32,4,65,8,106,33,4,32,3,65,8,106,34,3,32,5,71,13,0,11,11,32,5,32,2,32,6,107,34,7,65,124,113,34,8,106,33,3,2,64,32,1,32,6,106,34,4,65,3,113,69,4,64,32,3,32,5,77,13,1,32,4,33,1,3,64,32,5,32,1,40,2,0,54,2,0,32,1,65,4,106,33,1,32,5,65,4,106,34,5,32,3,73,13,0,11,12,1,11,32,3,32,5,77,13,0,32,4,65,3,116,34,2,65,24,113,33,6,32,4,65,124,113,34,9,65,4,106,33,1,65,0,32,2,107,65,24,113,33,10,32,9,40,2,0,33,2,3,64,32,5,32,2,32,6,118,32,1,40,2,0,34,2,32,10,116,114,54,2,0,32,1,65,4,106,33,1,32,5,65,4,106,34,5,32,3,73,13,0,11,11,32,7,65,3,113,33,2,32,4,32,8,106,33,1,11,2,64,32,3,32,2,32,3,106,34,6,79,13,0,32,2,65,7,113,34,4,4,64,3,64,32,3,32,1,45,0,0,58,0,0,32,1,65,1,106,33,1,32,3,65,1,106,33,3,32,4,65,1,107,34,4,13,0,11,11,32,2,65,1,107,65,7,73,13,0,3,64,32,3,32,1,45,0,0,58,0,0,32,3,65,1,106,32,1,65,1,106,45,0,0,58,0,0,32,3,65,2,106,32,1,65,2,106,45,0,0,58,0,0,32,3,65,3,106,32,1,65,3,106,45,0,0,58,0,0,32,3,65,4,106,32,1,65,4,106,45,0,0,58,0,0,32,3,65,5,106,32,1,65,5,106,45,0,0,58,0,0,32,3,65,6,106,32,1,65,6,106,45,0,0,58,0,0,32,3,65,7,106,32,1,65,7,106,45,0,0,58,0,0,32,1,65,8,106,33,1,32,3,65,8,106,34,3,32,6,71,13,0,11,11,32,0,11,254,5,1,5,127,32,0,65,8,107,34,1,32,0,65,4,107,40,2,0,34,3,65,120,113,34,0,106,33,2,2,64,2,64,32,3,65,1,113,13,0,32,3,65,2,113,69,13,1,32,1,40,2,0,34,3,32,0,106,33,0,32,1,32,3,107,34,1,65,140,143,192,0,40,2,0,70,4,64,32,2,40,2,4,65,3,113,65,3,71,13,1,65,132,143,192,0,32,0,54,2,0,32,2,32,2,40,2,4,65,126,113,54,2,4,32,1,32,0,65,1,114,54,2,4,32,2,32,0,54,2,0,15,11,32,1,32,3,16,8,11,2,64,2,64,2,64,2,64,2,64,32,2,40,2,4,34,3,65,2,113,69,4,64,32,2,65,144,143,192,0,40,2,0,70,13,2,32,2,65,140,143,192,0,40,2,0,70,13,3,32,2,32,3,65,120,113,34,2,16,8,32,1,32,0,32,2,106,34,0,65,1,114,54,2,4,32,0,32,1,106,32,0,54,2,0,32,1,65,140,143,192,0,40,2,0,71,13,1,65,132,143,192,0,32,0,54,2,0,15,11,32,2,32,3,65,126,113,54,2,4,32,1,32,0,65,1,114,54,2,4,32,0,32,1,106,32,0,54,2,0,11,32,0,65,128,2,73,13,2,32,1,32,0,16,11,65,0,33,1,65,164,143,192,0,65,164,143,192,0,40,2,0,65,1,107,34,0,54,2,0,32,0,13,4,65,236,140,192,0,40,2,0,34,0,4,64,3,64,32,1,65,1,106,33,1,32,0,40,2,8,34,0,13,0,11,11,65,164,143,192,0,65,255,31,32,1,32,1,65,255,31,77,27,54,2,0,15,11,65,144,143,192,0,32,1,54,2,0,65,136,143,192,0,65,136,143,192,0,40,2,0,32,0,106,34,0,54,2,0,32,1,32,0,65,1,114,54,2,4,65,140,143,192,0,40,2,0,32,1,70,4,64,65,132,143,192,0,65,0,54,2,0,65,140,143,192,0,65,0,54,2,0,11,32,0,65,156,143,192,0,40,2,0,34,3,77,13,3,65,144,143,192,0,40,2,0,34,2,69,13,3,65,0,33,0,65,136,143,192,0,40,2,0,34,4,65,41,73,13,2,65,228,140,192,0,33,1,3,64,32,2,32,1,40,2,0,34,5,79,4,64,32,2,32,5,32,1,40,2,4,106,73,13,4,11,32,1,40,2,8,33,1,12,0,11,0,11,65,140,143,192,0,32,1,54,2,0,65,132,143,192,0,65,132,143,192,0,40,2,0,32,0,106,34,0,54,2,0,32,1,32,0,65,1,114,54,2,4,32,0,32,1,106,32,0,54,2,0,15,11,32,0,65,248,1,113,65,244,140,192,0,106,33,2,2,127,65,252,142,192,0,40,2,0,34,3,65,1,32,0,65,3,118,116,34,0,113,69,4,64,65,252,142,192,0,32,0,32,3,114,54,2,0,32,2,12,1,11,32,2,40,2,8,11,33,0,32,2,32,1,54,2,8,32,0,32,1,54,2,12,32,1,32,2,54,2,12,32,1,32,0,54,2,8,15,11,65,236,140,192,0,40,2,0,34,1,4,64,3,64,32,0,65,1,106,33,0,32,1,40,2,8,34,1,13,0,11,11,65,164,143,192,0,65,255,31,32,0,32,0,65,255,31,77,27,54,2,0,32,3,32,4,79,13,0,65,156,143,192,0,65,127,54,2,0,11,11,234,4,1,10,127,35,0,65,48,107,34,3,36,0,32,3,32,1,54,2,44,32,3,32,0,54,2,40,32,3,65,3,58,0,36,32,3,66,32,55,2,28,32,3,65,0,54,2,20,32,3,65,0,54,2,12,2,127,2,64,2,64,2,64,32,2,40,2,16,34,10,69,4,64,32,2,40,2,12,34,0,69,13,1,32,2,40,2,8,34,1,32,0,65,3,116,106,33,4,32,0,65,1,107,65,255,255,255,255,1,113,65,1,106,33,7,32,2,40,2,0,33,0,3,64,32,0,65,4,106,40,2,0,34,5,4,64,32,3,40,2,40,32,0,40,2,0,32,5,32,3,40,2,44,40,2,12,17,2,0,13,4,11,32,1,40,2,0,32,3,65,12,106,32,1,65,4,106,40,2,0,17,0,0,13,3,32,0,65,8,106,33,0,32,1,65,8,106,34,1,32,4,71,13,0,11,12,1,11,32,2,40,2,20,34,0,69,13,0,32,0,65,5,116,33,11,32,0,65,1,107,65,255,255,255,63,113,65,1,106,33,7,32,2,40,2,8,33,5,32,2,40,2,0,33,0,3,64,32,0,65,4,106,40,2,0,34,1,4,64,32,3,40,2,40,32,0,40,2,0,32,1,32,3,40,2,44,40,2,12,17,2,0,13,3,11,32,3,32,8,32,10,106,34,1,65,16,106,40,2,0,54,2,28,32,3,32,1,65,28,106,45,0,0,58,0,36,32,3,32,1,65,24,106,40,2,0,54,2,32,32,1,65,12,106,40,2,0,33,4,65,0,33,9,65,0,33,6,2,64,2,64,2,64,32,1,65,8,106,40,2,0,65,1,107,14,2,0,2,1,11,32,4,65,3,116,32,5,106,34,12,40,2,0,13,1,32,12,40,2,4,33,4,11,65,1,33,6,11,32,3,32,4,54,2,16,32,3,32,6,54,2,12,32,1,65,4,106,40,2,0,33,4,2,64,2,64,2,64,32,1,40,2,0,65,1,107,14,2,0,2,1,11,32,4,65,3,116,32,5,106,34,6,40,2,0,13,1,32,6,40,2,4,33,4,11,65,1,33,9,11,32,3,32,4,54,2,24,32,3,32,9,54,2,20,32,5,32,1,65,20,106,40,2,0,65,3,116,106,34,1,40,2,0,32,3,65,12,106,32,1,65,4,106,40,2,0,17,0,0,13,2,32,0,65,8,106,33,0,32,11,32,8,65,32,106,34,8,71,13,0,11,11,32,7,32,2,40,2,4,79,13,1,32,3,40,2,40,32,2,40,2,0,32,7,65,3,116,106,34,0,40,2,0,32,0,40,2,4,32,3,40,2,44,40,2,12,17,2,0,69,13,1,11,65,1,12,1,11,65,0,11,32,3,65,48,106,36,0,11,249,3,1,2,127,32,0,32,1,106,33,2,2,64,2,64,32,0,40,2,4,34,3,65,1,113,13,0,32,3,65,2,113,69,13,1,32,0,40,2,0,34,3,32,1,106,33,1,32,0,32,3,107,34,0,65,140,143,192,0,40,2,0,70,4,64,32,2,40,2,4,65,3,113,65,3,71,13,1,65,132,143,192,0,32,1,54,2,0,32,2,32,2,40,2,4,65,126,113,54,2,4,32,0,32,1,65,1,114,54,2,4,32,2,32,1,54,2,0,12,2,11,32,0,32,3,16,8,11,2,64,2,64,2,64,32,2,40,2,4,34,3,65,2,113,69,4,64,32,2,65,144,143,192,0,40,2,0,70,13,2,32,2,65,140,143,192,0,40,2,0,70,13,3,32,2,32,3,65,120,113,34,2,16,8,32,0,32,1,32,2,106,34,1,65,1,114,54,2,4,32,0,32,1,106,32,1,54,2,0,32,0,65,140,143,192,0,40,2,0,71,13,1,65,132,143,192,0,32,1,54,2,0,15,11,32,2,32,3,65,126,113,54,2,4,32,0,32,1,65,1,114,54,2,4,32,0,32,1,106,32,1,54,2,0,11,32,1,65,128,2,79,4,64,32,0,32,1,16,11,15,11,32,1,65,248,1,113,65,244,140,192,0,106,33,2,2,127,65,252,142,192,0,40,2,0,34,3,65,1,32,1,65,3,118,116,34,1,113,69,4,64,65,252,142,192,0,32,1,32,3,114,54,2,0,32,2,12,1,11,32,2,40,2,8,11,33,1,32,2,32,0,54,2,8,32,1,32,0,54,2,12,32,0,32,2,54,2,12,32,0,32,1,54,2,8,15,11,65,144,143,192,0,32,0,54,2,0,65,136,143,192,0,65,136,143,192,0,40,2,0,32,1,106,34,1,54,2,0,32,0,32,1,65,1,114,54,2,4,32,0,65,140,143,192,0,40,2,0,71,13,1,65,132,143,192,0,65,0,54,2,0,65,140,143,192,0,65,0,54,2,0,15,11,65,140,143,192,0,32,0,54,2,0,65,132,143,192,0,65,132,143,192,0,40,2,0,32,1,106,34,1,54,2,0,32,0,32,1,65,1,114,54,2,4,32,0,32,1,106,32,1,54,2,0,11,11,231,2,1,5,127,2,64,65,205,255,123,65,16,32,0,32,0,65,16,77,27,34,0,107,32,1,77,13,0,32,0,65,16,32,1,65,11,106,65,120,113,32,1,65,11,73,27,34,4,106,65,12,106,16,1,34,2,69,13,0,32,2,65,8,107,33,1,2,64,32,0,65,1,107,34,3,32,2,113,69,4,64,32,1,33,0,12,1,11,32,2,65,4,107,34,5,40,2,0,34,6,65,120,113,32,2,32,3,106,65,0,32,0,107,113,65,8,107,34,2,32,0,65,0,32,2,32,1,107,65,16,77,27,106,34,0,32,1,107,34,2,107,33,3,32,6,65,3,113,4,64,32,0,32,3,32,0,40,2,4,65,1,113,114,65,2,114,54,2,4,32,0,32,3,106,34,3,32,3,40,2,4,65,1,114,54,2,4,32,5,32,2,32,5,40,2,0,65,1,113,114,65,2,114,54,2,0,32,1,32,2,106,34,3,32,3,40,2,4,65,1,114,54,2,4,32,1,32,2,16,6,12,1,11,32,1,40,2,0,33,1,32,0,32,3,54,2,4,32,0,32,1,32,2,106,54,2,0,11,2,64,32,0,40,2,4,34,1,65,3,113,69,13,0,32,1,65,120,113,34,2,32,4,65,16,106,77,13,0,32,0,32,4,32,1,65,1,113,114,65,2,114,54,2,4,32,0,32,4,106,34,1,32,2,32,4,107,34,4,65,3,114,54,2,4,32,0,32,2,106,34,2,32,2,40,2,4,65,1,114,54,2,4,32,1,32,4,16,6,11,32,0,65,8,106,33,3,11,32,3,11,241,2,1,4,127,32,0,40,2,12,33,2,2,64,2,64,32,1,65,128,2,79,4,64,32,0,40,2,24,33,3,2,64,2,64,32,0,32,2,70,4,64,32,0,65,20,65,16,32,0,40,2,20,34,2,27,106,40,2,0,34,1,13,1,65,0,33,2,12,2,11,32,0,40,2,8,34,1,32,2,54,2,12,32,2,32,1,54,2,8,12,1,11,32,0,65,20,106,32,0,65,16,106,32,2,27,33,4,3,64,32,4,33,5,32,1,34,2,65,20,106,32,2,65,16,106,32,2,40,2,20,34,1,27,33,4,32,2,65,20,65,16,32,1,27,106,40,2,0,34,1,13,0,11,32,5,65,0,54,2,0,11,32,3,69,13,2,32,0,32,0,40,2,28,65,2,116,65,228,139,192,0,106,34,1,40,2,0,71,4,64,32,3,65,16,65,20,32,3,40,2,16,32,0,70,27,106,32,2,54,2,0,32,2,69,13,3,12,2,11,32,1,32,2,54,2,0,32,2,13,1,65,128,143,192,0,65,128,143,192,0,40,2,0,65,126,32,0,40,2,28,119,113,54,2,0,12,2,11,32,0,40,2,8,34,0,32,2,71,4,64,32,0,32,2,54,2,12,32,2,32,0,54,2,8,15,11,65,252,142,192,0,65,252,142,192,0,40,2,0,65,126,32,1,65,3,118,119,113,54,2,0,15,11,32,2,32,3,54,2,24,32,0,40,2,16,34,1,4,64,32,2,32,1,54,2,16,32,1,32,2,54,2,24,11,32,0,40,2,20,34,0,69,13,0,32,2,32,0,54,2,20,32,0,32,2,54,2,24,11,11,196,2,1,3,127,35,0,65,16,107,34,2,36,0,2,64,32,1,65,128,1,79,4,64,32,2,65,0,54,2,12,2,127,32,1,65,128,16,79,4,64,32,1,65,128,128,4,79,4,64,32,2,65,12,106,65,3,114,33,4,32,2,32,1,65,18,118,65,240,1,114,58,0,12,32,2,32,1,65,6,118,65,63,113,65,128,1,114,58,0,14,32,2,32,1,65,12,118,65,63,113,65,128,1,114,58,0,13,65,4,12,2,11,32,2,65,12,106,65,2,114,33,4,32,2,32,1,65,12,118,65,224,1,114,58,0,12,32,2,32,1,65,6,118,65,63,113,65,128,1,114,58,0,13,65,3,12,1,11,32,2,65,12,106,65,1,114,33,4,32,2,32,1,65,6,118,65,192,1,114,58,0,12,65,2,11,33,3,32,4,32,1,65,63,113,65,128,1,114,58,0,0,32,3,32,0,40,2,0,32,0,40,2,8,34,1,107,75,4,64,32,0,32,1,32,3,16,14,32,0,40,2,8,33,1,11,32,0,40,2,4,32,1,106,32,2,65,12,106,32,3,16,3,26,32,0,32,1,32,3,106,54,2,8,12,1,11,32,0,40,2,8,34,3,32,0,40,2,0,70,4,64,32,0,65,188,137,192,0,16,15,11,32,0,32,3,65,1,106,54,2,8,32,0,40,2,4,32,3,106,32,1,58,0,0,11,32,2,65,16,106,36,0,65,0,11,194,2,1,2,127,35,0,65,16,107,34,2,36,0,2,64,32,1,65,128,1,79,4,64,32,2,65,0,54,2,12,2,127,32,1,65,128,16,79,4,64,32,1,65,128,128,4,79,4,64,32,2,32,1,65,63,113,65,128,1,114,58,0,15,32,2,32,1,65,18,118,65,240,1,114,58,0,12,32,2,32,1,65,6,118,65,63,113,65,128,1,114,58,0,14,32,2,32,1,65,12,118,65,63,113,65,128,1,114,58,0,13,65,4,12,2,11,32,2,32,1,65,63,113,65,128,1,114,58,0,14,32,2,32,1,65,12,118,65,224,1,114,58,0,12,32,2,32,1,65,6,118,65,63,113,65,128,1,114,58,0,13,65,3,12,1,11,32,2,32,1,65,63,113,65,128,1,114,58,0,13,32,2,32,1,65,6,118,65,192,1,114,58,0,12,65,2,11,33,1,32,1,32,0,40,2,0,32,0,40,2,8,34,3,107,75,4,64,32,0,32,3,32,1,16,13,32,0,40,2,8,33,3,11,32,0,40,2,4,32,3,106,32,2,65,12,106,32,1,16,3,26,32,0,32,1,32,3,106,54,2,8,12,1,11,32,0,40,2,8,34,3,32,0,40,2,0,70,4,64,32,0,65,184,131,192,0,16,15,11,32,0,40,2,4,32,3,106,32,1,58,0,0,32,0,32,3,65,1,106,54,2,8,11,32,2,65,16,106,36,0,65,0,11,196,2,1,4,127,32,0,66,0,55,2,16,32,0,2,127,65,0,32,1,65,128,2,73,13,0,26,65,31,32,1,65,255,255,255,7,75,13,0,26,32,1,65,6,32,1,65,8,118,103,34,3,107,118,65,1,113,32,3,65,1,116,107,65,62,106,11,34,2,54,2,28,32,2,65,2,116,65,228,139,192,0,106,33,4,65,1,32,2,116,34,3,65,128,143,192,0,40,2,0,113,69,4,64,32,4,32,0,54,2,0,32,0,32,4,54,2,24,32,0,32,0,54,2,12,32,0,32,0,54,2,8,65,128,143,192,0,65,128,143,192,0,40,2,0,32,3,114,54,2,0,15,11,2,64,2,64,32,1,32,4,40,2,0,34,3,40,2,4,65,120,113,70,4,64,32,3,33,2,12,1,11,32,1,65,25,32,2,65,1,118,107,65,0,32,2,65,31,71,27,116,33,5,3,64,32,3,32,5,65,29,118,65,4,113,106,65,16,106,34,4,40,2,0,34,2,69,13,2,32,5,65,1,116,33,5,32,2,33,3,32,2,40,2,4,65,120,113,32,1,71,13,0,11,11,32,2,40,2,8,34,1,32,0,54,2,12,32,2,32,0,54,2,8,32,0,65,0,54,2,24,32,0,32,2,54,2,12,32,0,32,1,54,2,8,15,11,32,4,32,0,54,2,0,32,0,32,3,54,2,24,32,0,32,0,54,2,12,32,0,32,0,54,2,8,11,168,2,2,3,127,1,126,35,0,65,64,106,34,2,36,0,32,1,40,2,0,65,128,128,128,128,120,70,4,64,32,1,40,2,12,33,3,32,2,65,36,106,34,4,65,0,54,2,0,32,2,66,128,128,128,128,16,55,2,28,32,2,65,48,106,32,3,40,2,0,34,3,65,8,106,41,2,0,55,3,0,32,2,65,56,106,32,3,65,16,106,41,2,0,55,3,0,32,2,32,3,41,2,0,55,3,40,32,2,65,28,106,65,164,132,192,0,32,2,65,40,106,16,5,26,32,2,65,24,106,32,4,40,2,0,34,3,54,2,0,32,2,32,2,41,2,28,34,5,55,3,16,32,1,65,8,106,32,3,54,2,0,32,1,32,5,55,2,0,11,32,1,41,2,0,33,5,32,1,66,128,128,128,128,16,55,2,0,32,2,65,8,106,34,3,32,1,65,8,106,34,1,40,2,0,54,2,0,32,1,65,0,54,2,0,65,197,139,192,0,45,0,0,26,32,2,32,5,55,3,0,65,12,65,4,16,40,34,1,69,4,64,65,4,65,12,16,51,0,11,32,1,32,2,41,3,0,55,2,0,32,1,65,8,106,32,3,40,2,0,54,2,0,32,0,65,192,134,192,0,54,2,4,32,0,32,1,54,2,0,32,2,65,64,107,36,0,11,210,1,2,4,127,1,126,35,0,65,32,107,34,3,36,0,2,64,2,64,32,1,32,1,32,2,106,34,2,75,4,64,65,0,33,1,12,1,11,65,0,33,1,65,8,32,0,40,2,0,34,5,65,1,116,34,4,32,2,32,2,32,4,73,27,34,2,32,2,65,8,73,27,34,4,173,34,7,66,32,136,80,69,13,0,32,7,167,34,6,65,255,255,255,255,7,75,13,0,32,3,32,5,4,127,32,3,32,5,54,2,28,32,3,32,0,40,2,4,54,2,20,65,1,5,65,0,11,54,2,24,32,3,65,8,106,32,6,32,3,65,20,106,16,18,32,3,40,2,8,65,1,71,13,1,32,3,40,2,16,33,2,32,3,40,2,12,33,1,11,32,1,32,2,65,148,132,192,0,16,33,0,11,32,3,40,2,12,33,1,32,0,32,4,54,2,0,32,0,32,1,54,2,4,32,3,65,32,106,36,0,11,184,1,1,2,127,35,0,65,32,107,34,3,36,0,2,64,2,127,65,0,32,1,32,1,32,2,106,34,2,75,13,0,26,65,0,65,8,32,0,40,2,0,34,1,65,1,116,34,4,32,2,32,2,32,4,73,27,34,2,32,2,65,8,77,27,34,4,65,0,72,13,0,26,65,0,33,2,32,3,32,1,4,127,32,3,32,1,54,2,28,32,3,32,0,40,2,4,54,2,20,65,1,5,32,2,11,54,2,24,32,3,65,8,106,32,4,32,3,65,20,106,16,18,32,3,40,2,8,65,1,71,13,1,32,3,40,2,16,33,0,32,3,40,2,12,11,32,0,65,240,135,192,0,16,33,0,11,32,3,40,2,12,33,1,32,0,32,4,54,2,0,32,0,32,1,54,2,4,32,3,65,32,106,36,0,11,186,1,1,4,127,35,0,65,32,107,34,2,36,0,32,0,40,2,0,34,4,65,127,70,4,64,65,0,65,0,32,1,16,33,0,11,65,8,32,4,65,1,116,34,3,32,4,65,1,106,34,5,32,3,32,5,75,27,34,3,32,3,65,8,77,27,34,3,65,0,72,4,64,65,0,65,0,32,1,16,33,0,11,65,0,33,5,32,2,32,4,4,127,32,2,32,4,54,2,28,32,2,32,0,40,2,4,54,2,20,65,1,5,32,5,11,54,2,24,32,2,65,8,106,32,3,32,2,65,20,106,16,18,32,2,40,2,8,65,1,70,4,64,32,2,40,2,12,32,2,40,2,16,32,1,16,33,0,11,32,2,40,2,12,33,1,32,0,32,3,54,2,0,32,0,32,1,54,2,4,32,2,65,32,106,36,0,11,193,1,2,3,127,1,126,35,0,65,48,107,34,2,36,0,32,1,40,2,0,65,128,128,128,128,120,70,4,64,32,1,40,2,12,33,3,32,2,65,20,106,34,4,65,0,54,2,0,32,2,66,128,128,128,128,16,55,2,12,32,2,65,32,106,32,3,40,2,0,34,3,65,8,106,41,2,0,55,3,0,32,2,65,40,106,32,3,65,16,106,41,2,0,55,3,0,32,2,32,3,41,2,0,55,3,24,32,2,65,12,106,65,164,132,192,0,32,2,65,24,106,16,5,26,32,2,65,8,106,32,4,40,2,0,34,3,54,2,0,32,2,32,2,41,2,12,34,5,55,3,0,32,1,65,8,106,32,3,54,2,0,32,1,32,5,55,2,0,11,32,0,65,192,134,192,0,54,2,4,32,0,32,1,54,2,0,32,2,65,48,106,36,0,11,150,2,1,2,127,35,0,65,32,107,34,5,36,0,65,224,139,192,0,65,224,139,192,0,40,2,0,34,6,65,1,106,54,2,0,2,64,2,127,65,0,32,6,65,0,72,13,0,26,65,1,65,172,143,192,0,45,0,0,13,0,26,65,172,143,192,0,65,1,58,0,0,65,168,143,192,0,65,168,143,192,0,40,2,0,65,1,106,54,2,0,65,2,11,65,255,1,113,34,6,65,2,71,4,64,32,6,65,1,113,69,13,1,32,5,65,8,106,32,0,32,1,40,2,24,17,1,0,0,11,65,212,139,192,0,40,2,0,34,6,65,0,72,13,0,65,212,139,192,0,32,6,65,1,106,54,2,0,65,212,139,192,0,65,216,139,192,0,40,2,0,4,127,32,5,32,0,32,1,40,2,20,17,1,0,32,5,32,4,58,0,29,32,5,32,3,58,0,28,32,5,32,2,54,2,24,32,5,32,5,41,3,0,55,2,16,65,216,139,192,0,40,2,0,32,5,65,16,106,65,220,139,192,0,40,2,0,40,2,20,17,1,0,65,212,139,192,0,40,2,0,65,1,107,5,32,6,11,54,2,0,65,172,143,192,0,65,0,58,0,0,32,3,69,13,0,0,11,0,11,131,1,1,1,127,2,64,32,1,65,0,78,4,64,2,127,32,2,40,2,4,4,64,32,2,40,2,8,34,3,4,64,32,2,40,2,0,32,3,65,1,32,1,16,35,12,2,11,11,65,1,32,1,69,13,0,26,65,197,139,192,0,45,0,0,26,32,1,65,1,16,40,11,34,2,4,64,32,0,32,1,54,2,8,32,0,32,2,54,2,4,32,0,65,0,54,2,0,15,11,32,0,32,1,54,2,8,32,0,65,1,54,2,4,12,1,11,32,0,65,0,54,2,4,11,32,0,65,1,54,2,0,11,121,1,1,127,35,0,65,32,107,34,2,36,0,2,127,32,0,40,2,0,65,128,128,128,128,120,71,4,64,32,1,32,0,40,2,4,32,0,40,2,8,16,37,12,1,11,32,2,65,16,106,32,0,40,2,12,40,2,0,34,0,65,8,106,41,2,0,55,3,0,32,2,65,24,106,32,0,65,16,106,41,2,0,55,3,0,32,2,32,0,41,2,0,55,3,8,32,1,40,2,28,32,1,40,2,32,32,2,65,8,106,16,5,11,32,2,65,32,106,36,0,11,101,0,35,0,65,48,107,34,0,36,0,65,196,139,192,0,45,0,0,4,64,32,0,65,2,54,2,12,32,0,65,136,134,192,0,54,2,8,32,0,66,1,55,2,20,32,0,32,1,54,2,44,32,0,32,0,65,44,106,173,66,128,128,128,128,48,132,55,3,32,32,0,32,0,65,32,106,54,2,16,32,0,65,8,106,65,176,134,192,0,16,27,0,11,32,0,65,48,106,36,0,11,65,1,1,127,32,2,32,0,40,2,0,32,0,40,2,8,34,3,107,75,4,64,32,0,32,3,32,2,16,13,32,0,40,2,8,33,3,11,32,0,40,2,4,32,3,106,32,1,32,2,16,3,26,32,0,32,2,32,3,106,54,2,8,65,0,11,77,1,2,127,65,197,139,192,0,45,0,0,26,32,1,40,2,4,33,2,32,1,40,2,0,33,3,65,8,65,4,16,40,34,1,69,4,64,65,4,65,8,16,51,0,11,32,1,32,2,54,2,4,32,1,32,3,54,2,0,32,0,65,208,134,192,0,54,2,4,32,0,32,1,54,2,0,11,65,1,1,127,32,2,32,0,40,2,0,32,0,40,2,8,34,3,107,75,4,64,32,0,32,3,32,2,16,14,32,0,40,2,8,33,3,11,32,0,40,2,4,32,3,106,32,1,32,2,16,3,26,32,0,32,2,32,3,106,54,2,8,65,0,11,65,1,1,127,35,0,65,32,107,34,2,36,0,32,2,65,0,54,2,16,32,2,65,1,54,2,4,32,2,66,4,55,2,8,32,2,65,46,54,2,28,32,2,32,0,54,2,24,32,2,32,2,65,24,106,54,2,0,32,2,32,1,16,27,0,11,56,0,2,64,32,2,65,128,128,196,0,70,13,0,32,0,32,2,32,1,40,2,16,17,0,0,69,13,0,65,1,15,11,32,3,69,4,64,65,0,15,11,32,0,32,3,65,0,32,1,40,2,12,17,2,0,11,43,0,2,64,32,0,32,1,16,30,69,13,0,32,0,4,64,65,197,139,192,0,45,0,0,26,32,0,32,1,16,40,34,1,69,13,1,11,32,1,15,11,0,11,250,1,2,2,127,1,126,35,0,65,16,107,34,2,36,0,32,2,65,1,59,1,12,32,2,32,1,54,2,8,32,2,32,0,54,2,4,35,0,65,16,107,34,1,36,0,32,2,65,4,106,34,0,41,2,0,33,4,32,1,32,0,54,2,12,32,1,32,4,55,2,4,35,0,65,16,107,34,0,36,0,32,1,65,4,106,34,1,40,2,0,34,2,40,2,12,33,3,2,64,2,64,2,64,2,64,32,2,40,2,4,14,2,0,1,2,11,32,3,13,1,65,1,33,2,65,0,33,3,12,2,11,32,3,13,0,32,2,40,2,0,34,2,40,2,4,33,3,32,2,40,2,0,33,2,12,1,11,32,0,65,128,128,128,128,120,54,2,0,32,0,32,1,54,2,12,32,0,65,252,134,192,0,32,1,40,2,4,32,1,40,2,8,34,0,45,0,8,32,0,45,0,9,16,17,0,11,32,0,32,3,54,2,4,32,0,32,2,54,2,0,32,0,65,224,134,192,0,32,1,40,2,4,32,1,40,2,8,34,0,45,0,8,32,0,45,0,9,16,17,0,11,31,0,2,64,32,1,32,3,16,30,4,64,32,0,32,1,32,3,32,2,16,35,34,0,13,1,11,0,11,32,0,11,201,5,1,11,127,35,0,65,16,107,34,7,36,0,35,0,65,64,106,34,4,36,0,32,4,32,1,54,2,28,32,4,32,0,54,2,24,32,4,65,2,54,2,36,32,4,65,136,128,192,0,54,2,32,32,4,66,1,55,2,44,32,4,32,4,65,24,106,173,66,128,128,128,128,16,132,55,3,56,32,4,32,4,65,56,106,54,2,40,32,4,65,12,106,33,11,35,0,65,16,107,34,5,36,0,2,64,2,64,2,64,2,64,2,64,32,4,65,32,106,34,9,40,2,4,34,2,69,13,0,32,9,40,2,0,33,10,32,2,65,3,113,33,6,2,64,32,2,65,4,73,4,64,65,0,33,2,12,1,11,32,10,65,28,106,33,3,32,2,65,124,113,33,12,65,0,33,2,3,64,32,3,40,2,0,32,3,65,8,107,40,2,0,32,3,65,16,107,40,2,0,32,3,65,24,107,40,2,0,32,2,106,106,106,106,33,2,32,3,65,32,106,33,3,32,12,32,8,65,4,106,34,8,71,13,0,11,11,32,6,4,64,32,8,65,3,116,32,10,106,65,4,106,33,3,3,64,32,3,40,2,0,32,2,106,33,2,32,3,65,8,106,33,3,32,6,65,1,107,34,6,13,0,11,11,32,9,40,2,12,4,64,32,2,65,0,72,13,1,32,10,40,2,4,69,32,2,65,16,73,113,13,1,32,2,65,1,116,33,2,11,65,0,33,6,32,2,65,0,72,13,3,32,2,13,1,11,65,1,33,3,65,0,33,2,12,1,11,65,197,139,192,0,45,0,0,26,65,1,33,6,32,2,65,1,16,40,34,3,69,13,1,11,32,5,65,0,54,2,8,32,5,32,3,54,2,4,32,5,32,2,54,2,0,32,5,65,160,135,192,0,32,9,16,5,69,13,1,35,0,65,64,106,34,0,36,0,32,0,65,214,0,54,2,12,32,0,65,188,136,192,0,54,2,8,32,0,65,172,136,192,0,54,2,20,32,0,32,5,65,15,106,54,2,16,32,0,65,2,54,2,28,32,0,65,208,137,192,0,54,2,24,32,0,66,2,55,2,36,32,0,32,0,65,16,106,173,66,128,128,128,128,144,3,132,55,3,56,32,0,32,0,65,8,106,173,66,128,128,128,128,160,3,132,55,3,48,32,0,32,0,65,48,106,54,2,32,32,0,65,24,106,65,172,137,192,0,16,27,0,11,32,6,32,2,65,156,136,192,0,16,33,0,11,32,11,32,5,41,2,0,55,2,0,32,11,65,8,106,32,5,65,8,106,40,2,0,54,2,0,32,5,65,16,106,36,0,32,1,4,64,32,0,32,1,16,45,11,32,4,40,2,16,33,0,2,64,32,4,40,2,12,34,3,32,4,40,2,20,34,2,77,4,64,32,0,33,1,12,1,11,32,2,69,4,64,65,1,33,1,32,0,32,3,16,45,12,1,11,32,0,32,3,65,1,32,2,16,35,34,1,13,0,65,1,32,2,65,140,129,192,0,16,33,0,11,32,7,32,2,54,2,4,32,7,32,1,54,2,0,32,4,65,64,107,36,0,32,7,40,2,0,32,7,40,2,4,32,7,65,16,106,36,0,11,25,1,1,127,65,128,128,128,128,120,32,1,107,32,0,79,32,2,32,1,105,65,1,70,27,11,37,1,1,127,32,0,40,2,0,34,1,65,128,128,128,128,120,114,65,128,128,128,128,120,71,4,64,32,0,40,2,4,32,1,16,45,11,11,23,1,1,127,32,0,40,2,0,34,1,4,64,32,0,40,2,4,32,1,16,45,11,11,65,0,32,0,69,4,64,35,0,65,32,107,34,0,36,0,32,0,65,0,54,2,24,32,0,65,1,54,2,12,32,0,65,204,135,192,0,54,2,8,32,0,66,4,55,2,16,32,0,65,8,106,32,2,16,27,0,11,32,0,32,1,16,51,0,11,28,0,32,0,65,0,54,2,16,32,0,66,0,55,2,8,32,0,66,128,128,128,128,192,0,55,2,0,11,206,6,1,6,127,2,127,2,64,2,64,2,64,2,64,2,64,32,0,65,4,107,34,5,40,2,0,34,6,65,120,113,34,4,65,4,65,8,32,6,65,3,113,34,7,27,32,1,106,79,4,64,32,7,65,0,32,1,65,39,106,34,9,32,4,73,27,13,1,2,64,2,64,32,2,65,9,79,4,64,32,2,32,3,16,7,34,8,13,1,65,0,12,9,11,32,3,65,204,255,123,75,13,1,65,16,32,3,65,11,106,65,120,113,32,3,65,11,73,27,33,1,2,64,32,7,69,4,64,32,1,65,128,2,73,32,4,32,1,65,4,114,73,114,32,4,32,1,107,65,129,128,8,79,114,13,1,12,9,11,32,0,65,8,107,34,2,32,4,106,33,7,2,64,2,64,2,64,2,64,32,1,32,4,75,4,64,32,7,65,144,143,192,0,40,2,0,70,13,4,32,7,65,140,143,192,0,40,2,0,70,13,2,32,7,40,2,4,34,6,65,2,113,13,5,32,6,65,120,113,34,6,32,4,106,34,4,32,1,73,13,5,32,7,32,6,16,8,32,4,32,1,107,34,3,65,16,73,13,1,32,5,32,1,32,5,40,2,0,65,1,113,114,65,2,114,54,2,0,32,1,32,2,106,34,1,32,3,65,3,114,54,2,4,32,2,32,4,106,34,2,32,2,40,2,4,65,1,114,54,2,4,32,1,32,3,16,6,12,13,11,32,4,32,1,107,34,3,65,15,75,13,2,12,12,11,32,5,32,4,32,5,40,2,0,65,1,113,114,65,2,114,54,2,0,32,2,32,4,106,34,1,32,1,40,2,4,65,1,114,54,2,4,12,11,11,65,132,143,192,0,40,2,0,32,4,106,34,4,32,1,73,13,2,2,64,32,4,32,1,107,34,3,65,15,77,4,64,32,5,32,6,65,1,113,32,4,114,65,2,114,54,2,0,32,2,32,4,106,34,1,32,1,40,2,4,65,1,114,54,2,4,65,0,33,3,65,0,33,1,12,1,11,32,5,32,1,32,6,65,1,113,114,65,2,114,54,2,0,32,1,32,2,106,34,1,32,3,65,1,114,54,2,4,32,2,32,4,106,34,2,32,3,54,2,0,32,2,32,2,40,2,4,65,126,113,54,2,4,11,65,140,143,192,0,32,1,54,2,0,65,132,143,192,0,32,3,54,2,0,12,10,11,32,5,32,1,32,6,65,1,113,114,65,2,114,54,2,0,32,1,32,2,106,34,1,32,3,65,3,114,54,2,4,32,7,32,7,40,2,4,65,1,114,54,2,4,32,1,32,3,16,6,12,9,11,65,136,143,192,0,40,2,0,32,4,106,34,4,32,1,75,13,7,11,32,3,16,1,34,1,69,13,1,32,1,32,0,65,124,65,120,32,5,40,2,0,34,1,65,3,113,27,32,1,65,120,113,106,34,1,32,3,32,1,32,3,73,27,16,3,32,0,16,4,12,8,11,32,8,32,0,32,1,32,3,32,1,32,3,73,27,16,3,26,32,5,40,2,0,34,2,65,120,113,34,3,32,1,65,4,65,8,32,2,65,3,113,34,2,27,106,73,13,3,32,2,65,0,32,3,32,9,75,27,13,4,32,0,16,4,11,32,8,12,6,11,65,229,132,192,0,65,148,133,192,0,16,24,0,11,65,164,133,192,0,65,212,133,192,0,16,24,0,11,65,229,132,192,0,65,148,133,192,0,16,24,0,11,65,164,133,192,0,65,212,133,192,0,16,24,0,11,32,5,32,1,32,6,65,1,113,114,65,2,114,54,2,0,32,1,32,2,106,34,2,32,4,32,1,107,34,1,65,1,114,54,2,4,65,136,143,192,0,32,1,54,2,0,65,144,143,192,0,32,2,54,2,0,32,0,12,1,11,32,0,11,11,13,0,32,1,4,64,32,0,32,1,16,45,11,11,22,0,32,0,40,2,28,32,1,32,2,32,0,40,2,32,40,2,12,17,2,0,11,20,0,32,0,40,2,0,32,1,32,0,40,2,4,40,2,12,17,0,0,11,16,0,32,1,32,0,40,2,0,32,0,40,2,4,16,2,11,25,0,2,127,32,1,65,9,79,4,64,32,1,32,0,16,7,12,1,11,32,0,16,1,11,11,32,0,32,0,66,186,251,149,183,250,196,200,64,55,3,8,32,0,66,199,164,190,157,253,236,172,152,242,0,55,3,0,11,34,0,32,0,66,237,186,173,182,205,133,212,245,227,0,55,3,8,32,0,66,248,130,153,189,149,238,198,197,185,127,55,3,0,11,19,0,32,0,65,208,134,192,0,54,2,4,32,0,32,1,54,2,0,11,16,0,32,1,32,0,40,2,0,32,0,40,2,4,16,37,11,91,1,2,127,2,64,2,64,32,0,65,4,107,40,2,0,34,2,65,120,113,34,3,65,4,65,8,32,2,65,3,113,34,2,27,32,1,106,79,4,64,32,2,65,0,32,3,32,1,65,39,106,75,27,13,1,32,0,16,4,12,2,11,65,229,132,192,0,65,148,133,192,0,16,24,0,11,65,164,133,192,0,65,212,133,192,0,16,24,0,11,11,192,6,1,11,127,32,0,40,2,0,33,2,35,0,65,16,107,34,6,36,0,65,10,33,3,2,64,32,2,65,144,206,0,73,4,64,32,2,33,0,12,1,11,3,64,32,6,65,6,106,32,3,106,34,8,65,4,107,32,2,32,2,65,144,206,0,110,34,0,65,144,206,0,108,107,34,4,65,255,255,3,113,65,228,0,110,34,5,65,1,116,65,224,137,192,0,106,47,0,0,59,0,0,32,8,65,2,107,32,4,32,5,65,228,0,108,107,65,255,255,3,113,65,1,116,65,224,137,192,0,106,47,0,0,59,0,0,32,3,65,4,107,33,3,32,2,65,255,193,215,47,75,32,0,33,2,13,0,11,11,2,64,32,0,65,227,0,77,4,64,32,0,33,2,12,1,11,32,3,65,2,107,34,3,32,6,65,6,106,106,32,0,32,0,65,255,255,3,113,65,228,0,110,34,2,65,228,0,108,107,65,255,255,3,113,65,1,116,65,224,137,192,0,106,47,0,0,59,0,0,11,2,64,32,2,65,10,79,4,64,32,3,65,2,107,34,3,32,6,65,6,106,106,32,2,65,1,116,65,224,137,192,0,106,47,0,0,59,0,0,12,1,11,32,3,65,1,107,34,3,32,6,65,6,106,106,32,2,65,48,114,58,0,0,11,2,127,32,6,65,6,106,32,3,106,33,9,65,10,32,3,107,33,7,65,43,65,128,128,196,0,32,1,40,2,20,34,2,65,1,113,34,0,27,33,10,32,2,65,4,113,69,69,33,11,32,1,40,2,0,69,4,64,65,1,32,1,40,2,28,34,2,32,1,40,2,32,34,0,32,10,32,11,16,25,13,1,26,32,2,32,9,32,7,32,0,40,2,12,17,2,0,12,1,11,2,64,2,64,2,64,32,1,40,2,4,34,12,32,0,32,7,106,34,3,77,4,64,32,1,40,2,28,34,2,32,1,40,2,32,34,0,32,10,32,11,16,25,69,13,1,65,1,12,4,11,32,2,65,8,113,69,13,1,32,1,40,2,16,33,5,32,1,65,48,54,2,16,32,1,45,0,24,33,0,65,1,33,2,32,1,65,1,58,0,24,32,1,40,2,28,34,8,32,1,40,2,32,34,4,32,10,32,11,16,25,13,2,32,12,32,3,107,65,1,106,33,2,2,64,3,64,32,2,65,1,107,34,2,69,13,1,32,8,65,48,32,4,40,2,16,17,0,0,69,13,0,11,65,1,12,4,11,65,1,32,8,32,9,32,7,32,4,40,2,12,17,2,0,13,3,26,32,1,32,0,58,0,24,32,1,32,5,54,2,16,65,0,12,3,11,32,2,32,9,32,7,32,0,40,2,12,17,2,0,33,2,12,1,11,32,12,32,3,107,33,0,2,64,2,64,2,64,65,1,32,1,45,0,24,34,2,32,2,65,3,70,27,34,2,65,1,107,14,2,0,1,2,11,32,0,33,2,65,0,33,0,12,1,11,32,0,65,1,118,33,2,32,0,65,1,106,65,1,118,33,0,11,32,2,65,1,106,33,2,32,1,40,2,16,33,5,32,1,40,2,32,33,4,32,1,40,2,28,33,1,2,64,3,64,32,2,65,1,107,34,2,69,13,1,32,1,32,5,32,4,40,2,16,17,0,0,69,13,0,11,65,1,12,2,11,65,1,33,2,32,1,32,4,32,10,32,11,16,25,13,0,32,1,32,9,32,7,32,4,40,2,12,17,2,0,13,0,65,0,33,2,3,64,65,0,32,0,32,2,70,13,2,26,32,2,65,1,106,33,2,32,1,32,5,32,4,40,2,16,17,0,0,69,13,0,11,32,2,65,1,107,32,0,73,12,1,11,32,2,11,32,6,65,16,106,36,0,11,13,0,32,0,65,164,132,192,0,32,1,16,5,11,12,0,32,0,32,1,41,2,0,55,3,0,11,13,0,32,0,65,160,135,192,0,32,1,16,5,11,13,0,32,1,65,152,135,192,0,65,5,16,37,11,25,0,32,0,32,1,65,208,139,192,0,40,2,0,34,0,65,4,32,0,27,17,1,0,0,11,9,0,32,0,65,0,54,2,0,11,11,185,11,3,0,65,128,128,192,0,11,169,8,72,101,108,108,111,44,32,33,0,0,16,0,7,0,0,0,7,0,16,0,1,0,0,0,67,58,92,85,115,101,114,115,92,97,100,109,105,110,92,46,99,97,114,103,111,92,114,101,103,105,115,116,114,121,92,115,114,99,92,109,105,114,114,111,114,115,46,97,108,105,121,117,110,46,99,111,109,45,48,54,55,49,55,51,53,101,55,99,99,55,102,53,101,55,92,119,97,115,109,45,98,105,110,100,103,101,110,45,48,46,50,46,49,48,48,92,115,114,99,92,99,111,110,118,101,114,116,92,115,108,105,99,101,115,46,114,115,0,0,0,24,0,16,0,113,0,0,0,36,1,0,0,14,0,0,0,76,97,122,121,32,105,110,115,116,97,110,99,101,32,104,97,115,32,112,114,101,118,105,111,117,115,108,121,32,98,101,101,110,32,112,111,105,115,111,110,101,100,0,0,156,0,16,0,42,0,0,0,67,58,92,85,115,101,114,115,92,97,100,109,105,110,92,46,99,97,114,103,111,92,114,101,103,105,115,116,114,121,92,115,114,99,92,109,105,114,114,111,114,115,46,97,108,105,121,117,110,46,99,111,109,45,48,54,55,49,55,51,53,101,55,99,99,55,102,53,101,55,92,111,110,99,101,95,99,101,108,108,45,49,46,50,48,46,51,92,115,114,99,92,108,105,98,46,114,115,0,0,208,0,16,0,98,0,0,0,8,3,0,0,25,0,0,0,114,101,101,110,116,114,97,110,116,32,105,110,105,116,0,0,68,1,16,0,14,0,0,0,208,0,16,0,98,0,0,0,122,2,0,0,13,0,0,0,47,114,117,115,116,99,47,52,100,57,49,100,101,52,101,52,56,49,57,56,100,97,50,101,51,51,52,49,51,101,102,100,99,100,57,99,100,50,99,99,48,99,52,54,54,56,56,47,108,105,98,114,97,114,121,47,97,108,108,111,99,47,115,114,99,47,115,116,114,105,110,103,46,114,115,0,108,1,16,0,75,0,0,0,141,5,0,0,27,0,0,0,47,114,117,115,116,99,47,52,100,57,49,100,101,52,101,52,56,49,57,56,100,97,50,101,51,51,52,49,51,101,102,100,99,100,57,99,100,50,99,99,48,99,52,54,54,56,56,47,108,105,98,114,97,114,121,47,97,108,108,111,99,47,115,114,99,47,114,97,119,95,118,101,99,46,114,115,200,1,16,0,76,0,0,0,40,2,0,0,17,0,0,0,5,0,0,0,12,0,0,0,4,0,0,0,6,0,0,0,7,0,0,0,8,0,0,0,47,114,117,115,116,47,100,101,112,115,47,100,108,109,97,108,108,111,99,45,48,46,50,46,55,47,115,114,99,47,100,108,109,97,108,108,111,99,46,114,115,97,115,115,101,114,116,105,111,110,32,102,97,105,108,101,100,58,32,112,115,105,122,101,32,62,61,32,115,105,122,101,32,43,32,109,105,110,95,111,118,101,114,104,101,97,100,0,60,2,16,0,41,0,0,0,168,4,0,0,9,0,0,0,97,115,115,101,114,116,105,111,110,32,102,97,105,108,101,100,58,32,112,115,105,122,101,32,60,61,32,115,105,122,101,32,43,32,109,97,120,95,111,118,101,114,104,101,97,100,0,0,60,2,16,0,41,0,0,0,174,4,0,0,13,0,0,0,109,101,109,111,114,121,32,97,108,108,111,99,97,116,105,111,110,32,111,102,32,32,98,121,116,101,115,32,102,97,105,108,101,100,0,0,228,2,16,0,21,0,0,0,249,2,16,0,13,0,0,0,108,105,98,114,97,114,121,47,115,116,100,47,115,114,99,47,97,108,108,111,99,46,114,115,24,3,16,0,24,0,0,0,99,1,0,0,9,0,0,0,5,0,0,0,12,0,0,0,4,0,0,0,9,0,0,0,0,0,0,0,8,0,0,0,4,0,0,0,10,0,0,0,0,0,0,0,8,0,0,0,4,0,0,0,11,0,0,0,12,0,0,0,13,0,0,0,14,0,0,0,15,0,0,0,16,0,0,0,4,0,0,0,16,0,0,0,17,0,0,0,18,0,0,0,19,0,0,0,69,114,114,111,114,0,0,0,20,0,0,0,12,0,0,0,4,0,0,0,21,0,0,0,22,0,0,0,23,0,0,0,99,97,112,97,99,105,116,121,32,111,118,101,114,102,108,111,119,0,0,0,184,3,16,0,17,0,0,0,108,105,98,114,97,114,121,47,97,108,108,111,99,47,115,114,99,47,114,97,119,95,118,101,99,46,114,115,212,3,16,0,28,0,0,0,40,2,0,0,17,0,0,0,108,105,98,114,97,114,121,47,97,108,108,111,99,47,115,114,99,47,115,116,114,105,110,103,46,114,115,0,0,4,16,0,27,0,0,0,234,1,0,0,23,0,65,180,136,192,0,11,244,2,1,0,0,0,24,0,0,0,97,32,102,111,114,109,97,116,116,105,110,103,32,116,114,97,105,116,32,105,109,112,108,101,109,101,110,116,97,116,105,111,110,32,114,101,116,117,114,110,101,100,32,97,110,32,101,114,114,111,114,32,119,104,101,110,32,116,104,101,32,117,110,100,101,114,108,121,105,110,103,32,115,116,114,101,97,109,32,100,105,100,32,110,111,116,108,105,98,114,97,114,121,47,97,108,108,111,99,47,115,114,99,47,102,109,116,46,114,115,0,0,146,4,16,0,24,0,0,0,138,2,0,0,14,0,0,0,0,4,16,0,27,0,0,0,141,5,0,0,27,0,0,0,58,32,0,0,1,0,0,0,0,0,0,0,204,4,16,0,2,0,0,0,48,48,48,49,48,50,48,51,48,52,48,53,48,54,48,55,48,56,48,57,49,48,49,49,49,50,49,51,49,52,49,53,49,54,49,55,49,56,49,57,50,48,50,49,50,50,50,51,50,52,50,53,50,54,50,55,50,56,50,57,51,48,51,49,51,50,51,51,51,52,51,53,51,54,51,55,51,56,51,57,52,48,52,49,52,50,52,51,52,52,52,53,52,54,52,55,52,56,52,57,53,48,53,49,53,50,53,51,53,52,53,53,53,54,53,55,53,56,53,57,54,48,54,49,54,50,54,51,54,52,54,53,54,54,54,55,54,56,54,57,55,48,55,49,55,50,55,51,55,52,55,53,55,54,55,55,55,56,55,57,56,48,56,49,56,50,56,51,56,52,56,53,56,54,56,55,56,56,56,57,57,48,57,49,57,50,57,51,57,52,57,53,57,54,57,55,57,56,57,57,0,65,192,139,192,0,11,1,2,0,124,9,112,114,111,100,117,99,101,114,115,2,8,108,97,110,103,117,97,103,101,1,4,82,117,115,116,0,12,112,114,111,99,101,115,115,101,100,45,98,121,3,5,114,117,115,116,99,29,49,46,56,53,46,48,32,40,52,100,57,49,100,101,52,101,52,32,50,48,50,53,45,48,50,45,49,55,41,6,119,97,108,114,117,115,6,48,46,50,51,46,51,12,119,97,115,109,45,98,105,110,100,103,101,110,19,48,46,50,46,49,48,48,32,40,50,52,48,53,101,99,50,98,52,41,0,73,15,116,97,114,103,101,116,95,102,101,97,116,117,114,101,115,4,43,15,109,117,116,97,98,108,101,45,103,108,111,98,97,108,115,43,8,115,105,103,110,45,101,120,116,43,15,114,101,102,101,114,101,110,99,101,45,116,121,112,101,115,43,10,109,117,108,116,105,118,97,108,117,101]);
// console.log(dd)
try {
WebAssembly.instantiate(dd,importsaaa).then(({ instance }) => {
console.log("WASM 实例化成功", instance);
})
.catch(e => {
console.error("WebAssembly 实例化失败", e);
});
} catch (e) {
console.log(e);
}
一直不执行

2025-03-06 15:48 负责人:无 分享
已邀请:
DCloud_UNI_OttoJi

DCloud_UNI_OttoJi - 日常回复 uni-app/x 问题,如果艾特我没看到,请主动私信

看着是 webassembly 的问题,缩小问题范围,web 是否正常,如果有问题优先处理 web 问题

要回复问题请先登录注册