Record Case Detail

Notes

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

Stderr

/in/sam.cpp:73:58: runtime error: index 999 out of bounds for type 'int [16]'
/in/sam.cpp:73:58: runtime error: load of address 0x7ffdae953f6c with insufficient space for an object of type 'int'
0x7ffdae953f6c: note: pointer points here
  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00
              ^ 
terminate called after throwing an instance of 'EmptyList'

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 -6, which should be 0.

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

Your 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 0 
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 0 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 2 
ADD PUSHI 2 STORE NOOP HALT 

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