Record Case Detail

Notes

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

Stderr


        

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

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

Your Answer


        

JOJ Answer

Initial state
____ lr_e ____ al_s le_w la_w la_e la_w 
lr_w pa_w ____ ri_e fl_w ____ ____ la_s 
wa_n lr_e ____ ri_w lr_n sa_n ri_e la_n 
sa_n al_e la_e lr_e la_e rr_e pa_e rr_w 
wa_s sa_n pa_e rr_e sa_w le_e wa_n pa_e 
sa_s ____ le_s rr_n sa_s la_w sa_n al_n 
____ ____ ____ sa_n rr_e rr_n ____ ____ 
ri_s al_n fl_n pa_e ____ rr_s ____ rr_w 
Round 1
Creature (path_finder west 1 1) takes action: left
Creature (rrover north 6 5) takes action: infect
Creature (rrover north 5 3) takes action: right
Creature (left east 4 5) takes action: left
Creature (right east 2 6) takes action: right
Creature (landmine north 2 7) takes action: left
Creature (landmine east 3 2) takes action: infect
Creature (landmine west 0 5) takes action: infect
Creature (wall_turner north 4 6) takes action: hop
Creature (right south 7 0) takes action: right
Creature (same_turner south 5 4) takes action: hop
Creature (right west 2 3) takes action: right
Creature (same_turner south 5 0) takes action: hop
Creature (landmine west 0 4) takes action