Submission #852836

#TimeUsernameProblemLanguageResultExecution timeMemory
852836dranjohnRobot Contest (IOI23_robot)C++17
0 / 100
1 ms344 KiB
#include "robot.h"
// https://oj.uz/problem/view/IOI23_robot

void program_pulibot() {
    // set_instruction({0, 0, 0, 0, 0}, 1, 'T');
    set_instruction({0, -2, 0, 0, -2}, 1, 'E');
    set_instruction({1, 0, 0, 0, -2}, 1, 'E');
    set_instruction({1, 0, 0, -2, -2}, 1, 'S');
    set_instruction({0, 0, 0, -2, 1}, 1, 'S');
    set_instruction({0, 0, 0, -2, 1}, 1, 'S');
}
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...