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, the main problem you meet now is Time Exceeded. And the exit code of your program is -9, which should be 0.
Please double check your code to solve this problem and try again.
Your Answer
Initial state fo_e Round 1 Creature (food east 0 0) takes action: left fo_n Round 2 Creature (food north 0 0) takes action: left fo_w Round 3 Creature (food west 0 0) takes action: left fo_s Round 4 Creature (food south 0 0) takes action: left fo_e Round 5 Creature (food east 0 0) takes action: left fo_n Round 6 Creature (food north 0 0) takes action: left fo_w Round 7 Creature (food west 0 0) takes action: left fo_s Round 8 Creature (food south 0 0) takes action: left fo_e Round 9 Creature (food east 0 0) takes action: left fo_n Round 10 Creature (food north 0 0) takes action: left fo_w Round 11 Creature (food west 0 0) takes action: left fo_s Round 12 Creature (food south 0 0) takes action: left fo_e Round 13 Creature (food east 0 0) takes action: left fo_n Round 14 Creature (food north 0 0) takes action: left fo_w Round 15 Creature (food west 0 0) takes action: left fo_s Round 16 Creature (food south 0 0) takes action: left fo_e Round 17 Creature (food east 0 0) takes action: left fo_n Ro
JOJ Answer
Error: Number of simulation rounds is negative!