#include "robot.h"
void program_pulibot()
{
const char goleft = 'E', goright = 'W', godown = 'S', goup = 'N', term = 'T';
// . < v > ^
set_instruction({0, -2, 0, 0, -2}, 1, goleft);
set_instruction({0, 1, 0, 0, -2}, 1, goleft);
set_instruction({0, 1, 0, -2, -2}, 1, godown);
set_instruction({0, 0, 0, -2, 1}, 1, godown);
set_instruction({0, 0, -2, -2, 1}, 1, term);
}
# | Verdict | Execution time | Memory | Grader output |
---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|
Fetching results... |