Record Case Detail

Notes

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

Stderr

=================================================================
==1965==ERROR: AddressSanitizer: global-buffer-overflow on address 0x55fb009097e8 at pc 0x55fb007059b6 bp 0x7ffe1afa2240 sp 0x7ffe1afa2230
READ of size 8 at 0x55fb009097e8 thread T0
    #0 0x55fb007059b5 in operator<<(std::ostream&, Instr const&) (/out/package/sam+0x49b5)
    #1 0x55fb00703ffc in main (/out/package/sam+0x2ffc)
    #2 0x7f238021cb96 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x21b96)
    #3 0x55fb00704f39 in _start (/out/package/sam+0x3f39)

0x55fb009097e8 is located 24 bytes to the left of global variable '__ioinit' defined in '/usr/include/c++/7/iostream:74:25' (0x55fb00909800) of size 1
  '__ioinit' is ascii string ''
0x55fb009097e8 is located 8 bytes to the right of global variable 'instrPrint' defined in '/in/compile/Instr.h:9:19' (0x55fb009096c0) 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 5
0 7 5 
STORE HALT 
8 7 4 1 0 8 6 3 2 7 3 6 9 6 0 2 
STORE
0 
HALT 
8 7 4 1 0 7 6 3 2 7 3 6 9 6 0 2 
HALT
0 

8 7 4 1 0 7 6 3 2 7 3 6 9 6 0 2