Notes
This function is in beta test. Please help improve it in the issues
here.
Hints
Your answer may be identical to the JOJ answer in the first several lines.
However, you will still get Wrong Answer because the complete output may be longer and there might be errors in the future lines.
Please double check your code to solve this problem and try again.
Your Answer
Error: Missing arguments! Usage: ./p3 <species-summary> <world-file> <rounds> [v|verbose]
JOJ Answer
Initial state lr_n wa_e ____ la_e fl_s ____ la_s al_w pa_s lr_w al_s al_s al_s ____ lr_s rr_s rr_n ____ sa_e wa_s rr_w al_w lr_e pa_n fl_w sa_n pa_w ____ rr_e rr_n la_s fl_n ____ ____ ____ wa_s fl_n lr_e lr_n fl_n wa_n lr_e le_n wa_e lr_w pa_n ____ le_n ____ sa_n sa_w fl_w pa_n ____ ____ ____ la_w pa_e fl_w pa_e ____ fl_n al_n wa_e Round 1 Creature (rrover north 3 5) takes action: infect Creature (flytrap west 6 3) takes action: infect Creature (lrover east 5 1) takes action: infect Creature (path_finder south 1 0) takes action: left Creature (wall_turner north 5 0) takes action: hop Creature (lrover east 4 5) takes action: left Creature (same_turner north 6 1) takes action: hop Creature (rrover west 2 4) takes action: infect Creature (lrover east 2 6) takes action: infect Creature (path_finder east 7 1) takes action: left Creature (lrover north 4 6) takes action: infect Creature (rrover east 3 4) takes action: right Creature (rrover west 2 5) takes action: right Creature (path_finder west 3 2) takes