Record Case Detail

Notes

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

Stderr

=================================================================
==36797==ERROR: LeakSanitizer: detected memory leaks

Direct leak of 112 byte(s) in 14 object(s) allocated from:
    #0 0x7f40dcfce448 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.4+0xe0448)
    #1 0x5594bf4b89f4 in main (/out/package/sam_mem+0xd9f4)

Direct leak of 20 byte(s) in 5 object(s) allocated from:
    #0 0x7f40dcfce448 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.4+0xe0448)
    #1 0x5594bf4b947c in main (/out/package/sam_mem+0xe47c)

Direct leak of 16 byte(s) in 1 object(s) allocated from:
    #0 0x7f40dcfce448 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.4+0xe0448)
    #1 0x5594bf4b8614 in main (/out/package/sam_mem+0xd614)

Direct leak of 16 byte(s) in 1 object(s) allocated from:
    #0 0x7f40dcfce448 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.4+0xe0448)
    #1 0x5594bf4b86a7 in main (/out/package/sam_mem+0xd6a7)

Direct leak of 12 byt

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
0x602000000010
0x602000000030
999 888 1 2 0 0 0 0 0 0 0 0 0 0 0 1 
LOAD
0x602000000010
0x602000000030
999 888 1 2 0 0 0 0 0 0 0 0 0 0 0 1 
PUSHI 1
0x602000000010
0x602000000030
999 888 1 2 0 0 0 0 0 0 0 0 0 0 0 1 
LOAD
0x602000000010
0x602000000030
999 888 1 2 0 0 0 0 0 0 0 0 0 0 0 1 
PUSHI 1
0x602000000010
0x602000000030
999 888 1 2 0 0 0 0 0 0 0 0 0 0 0 1 
LOAD
0x602000000010
0x602000000030
999 888 1 2 0 0 0 0 0 0 0 0 0 0 0 1 
NOR
0x602000000010
0x602000000030
999 888 1 2 0 0 0 0 0 0 0 0 0 0 0 1 
PUSHI 1
0x602000000010
0x602000000030
999 888 1 2 0 0 0 0 0 0 0 0 0 0 0 1 
ADD
0x602000000010
0x602000000030
999 888 1 2 0 0 0 0 0 0 0 0 0 0 0 1 
ADD
0x602000000010
0x602000000030
999 888 1 2 0 0 0 0 0 0 0 0 0 0 0 1 
PUSHI 2
0x602000000010
0x602000000030
999 888 1 2 0 0 0 0 0 0 0 0 0 0 0 1 
STORE
0x602000000010
0x602000000030
999 888 111 2 0 0 0 0 0 0 0 0 0 0 0 1 
NOOP
0x602000000010
0x602000000030
999 888 111 2 0 0 0 0 0 0 0 0 0 0 0 1 
HALT
0x602000000010
0x602000000030
999 888 111 2 0 0 0 0 0 0 0 0 0 0 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