Record Case Detail

Notes

This function is in beta test. Please help improve it in the issues here.

Stderr

=================================================================
==12498==ERROR: AddressSanitizer: stack-use-after-scope on address 0x7ffd1b1cddd0 at pc 0x55f138608861 bp 0x7ffd1b1cdb10 sp 0x7ffd1b1cdb00
READ of size 4 at 0x7ffd1b1cddd0 thread T0
    #0 0x55f138608860 in main (/out/package/sam+0x3860)
    #1 0x7fd0bba32b96 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x21b96)
    #2 0x55f138609129 in _start (/out/package/sam+0x4129)

Address 0x7ffd1b1cddd0 is located in stack of thread T0 at offset 608 in frame
    #0 0x55f138606baf in main (/out/package/sam+0x1baf)

  This frame has 14 object(s):
    [32, 33) '<unknown>'
    [96, 97) '<unknown>'
    [160, 161) '__c'
    [224, 225) '__c'
    [288, 289) '__c'
    [352, 356) 'n'
    [416, 420) 'm'
    [480, 484) 'sum'
    [544, 548) 'result'
    [608, 612) 'n' <== Memory access at offset 608 is inside this variable
    [672, 688) 'stack'
    [736, 752) 'queue'
    [800, 832) 's'
    [864, 928) 'mem'
HINT: this may be a false positive if your program u

Hints

Your answer may be identical to the JOJ answer in the first several lines.

However, the main problem you meet now is Runtime Error. And the exit code of your program is 1, which should be 0.

Please double check your code to solve this problem and try again.

Your Answer

PUSHI 0

JOJ Answer

PUSHI 0
1 2 3 4 0 
LOAD PUSHI 1 LOAD PUSHI 1 LOAD NOR PUSHI 1 ADD ADD PUSHI 2 STORE NOOP HALT 
999 888 1 2 0 0 0 0 0 0 0 0 0 0 0 1 
LOAD
1 2 3 4 999 
PUSHI 1 LOAD PUSHI 1 LOAD NOR PUSHI 1 ADD ADD PUSHI 2 STORE NOOP HALT 
999 888 1 2 0 0 0 0 0 0 0 0 0 0 0 1 
PUSHI 1
1 2 3 4 999 1 
LOAD PUSHI 1 LOAD NOR PUSHI 1 ADD ADD PUSHI 2 STORE NOOP HALT 
999 888 1 2 0 0 0 0 0 0 0 0 0 0 0 1 
LOAD
1 2 3 4 999 888 
PUSHI 1 LOAD NOR PUSHI 1 ADD ADD PUSHI 2 STORE NOOP HALT 
999 888 1 2 0 0 0 0 0 0 0 0 0 0 0 1 
PUSHI 1
1 2 3 4 999 888 1 
LOAD NOR PUSHI 1 ADD ADD PUSHI 2 STORE NOOP HALT 
999 888 1 2 0 0 0 0 0 0 0 0 0 0 0 1 
LOAD
1 2 3 4 999 888 888 
NOR PUSHI 1 ADD ADD PUSHI 2 STORE NOOP HALT 
999 888 1 2 0 0 0 0 0 0 0 0 0 0 0 1 
NOR
1 2 3 4 999 -889 
PUSHI 1 ADD ADD PUSHI 2 STORE NOOP HALT 
999 888 1 2 0 0 0 0 0 0 0 0 0 0 0 1 
PUSHI 1
1 2 3 4 999 -889 1 
ADD ADD PUSHI 2 STORE NOOP HALT 
999 888 1 2 0 0 0 0 0 0 0 0 0 0 0 1 
ADD
1 2 3 4 999 -888 
ADD PUSHI 2 STORE NOOP HALT 
999 888 1 2 0 0 0 0 0 0 0 0 0 0 0 1 
ADD
1 2 3 4 111 
P