Record Case Detail

Notes

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

Stderr

=================================================================
==2040==ERROR: AddressSanitizer: global-buffer-overflow on address 0x55d440fbc7e8 at pc 0x55d440db89b6 bp 0x7ffd2d313b50 sp 0x7ffd2d313b40
READ of size 8 at 0x55d440fbc7e8 thread T0
    #0 0x55d440db89b5 in operator<<(std::ostream&, Instr const&) (/out/package/sam+0x49b5)
    #1 0x55d440db6ffc in main (/out/package/sam+0x2ffc)
    #2 0x7fcecd4d6b96 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x21b96)
    #3 0x55d440db7f39 in _start (/out/package/sam+0x3f39)

0x55d440fbc7e8 is located 24 bytes to the left of global variable '__ioinit' defined in '/usr/include/c++/7/iostream:74:25' (0x55d440fbc800) of size 1
  '__ioinit' is ascii string ''
0x55d440fbc7e8 is located 8 bytes to the right of global variable 'instrPrint' defined in '/in/compile/Instr.h:9:19' (0x55d440fbc6c0) of size 288
SUMMARY: AddressSanitizer: global-buffer-overflow (/out/package/sam+0x49b5) in operator<<(std::ostream&, Instr const&)
Shadow bytes around the buggy address

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


        

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