Result

WA

Duration

582ms

Code [DL]

(module(import"env""memory"(memory 8192))(func(export"main")(result i32)(local $a i32)(local $d i32)(local $e i32)(local $g i32)(local $h i32)(local $i i32)(local $j i32)(local $k i32)(local $l i32)i32.const 4096
call $m
set_local $a
i32.const 4105
call $m
get_local $a
i32.sub
set_local $d
i32.const 4114
call $m
get_local $a
i32.sub
set_local $g
i32.const 4123
call $m
get_local $a
i32.sub
set_local $j
i32.const 4099
call $m
set_local $a
i32.const 4108
call $m
get_local $a
i32.sub
set_local $e
i32.const 4117
call $m
get_local $a
i32.sub
set_local $h
i32.const 4126
call $m
get_local $a
i32.sub
set_local $k
i32.const 4102
call $m
set_local $a
i32.const 4120
call $m
get_local $a
i32.sub
set_local $i
i32.const 4129
call $m
get_local $a
i32.sub
set_local $l
i32.const 4111
call $m
get_local $a
i32.sub
get_local $g
get_local $k
i32.mul
get_local $j
get_local $h
i32.mul
i32.sub
i32.mul
get_local $h
get_local $l
i32.mul
get_local $k
get_local $i
i32.mul
i32.sub
get_local $d
i32.mul
i32.add
get_local $i
get_local $j
i32.mul
get_local $l
get_local $g
i32.mul
i32.sub
get_local $e
i32.mul
i32.add
i32.const 6
i32.div_u
set_local $a
set_local $i(block $r(loop $s
get_local $i
get_local $a
get_local $a
i32.const 10
i32.div_s
i32.const 10
i32.mul
i32.sub
i32.const 48
i32.add
i32.store8
get_local $a
i32.const 10
i32.div_u
set_local $a
get_local $i
i32.eqz
br_if $r
get_local $i
i32.const 1
i32.sub
set_local $i
br $s))i32.const 0)(func $m(param $i i32)(result i32)get_local $i
i32.load8_s
i32.const 48
i32.sub
i32.const 10
i32.mul
i32.const 1
get_local $i
i32.add
i32.load8_s
i32.const 48
i32.sub
i32.add))

stdin

44 53 69
54 37 92
03 72 54
18 03 66

stdout

stderr

/tmp/code.wat:85:1: error: type mismatch in set_local, expected [i32] but got []
set_local $i(block $r(loop $s
^^^^^^^^^
fs.js:646
  return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode);
                 ^

Error: ENOENT: no such file or directory, open '/tmp/code.wasm'
    at Object.fs.openSync (fs.js:646:18)
    at Object.fs.readFileSync (fs.js:551:33)
    at Object.<anonymous> (/root/wasm-cli.js:8:17)
    at Module._compile (module.js:635:30)
    at Object.Module._extensions..js (module.js:646:10)
    at Module.load (module.js:554:32)
    at tryModuleLoad (module.js:497:12)
    at Function.Module._load (module.js:489:3)
    at Function.Module.runMain (module.js:676:10)
    at startup (bootstrap_node.js:187:16)
rm: can't remove '/tmp/code.wasm': No such file or directory

strace