Submission #1193004

#TimeUsernameProblemLanguageResultExecution timeMemory
1193004AmrOvertaking (IOI23_overtaking)C++20
Compilation error
0 ms0 KiB
#include "robot.h"

void program_pulibot()
{
    set_instruction({0, -2, 0, 0, -2}, 1, 'E');
    set_instruction({0, 1, 0, 0, -2}, 1, 'E');
    set_instruction({0, 1, 0, -2, -2}, 1, 'S');
    set_instruction({0, 0, 0, -2, 1}, 1, 'S');
    set_instruction({0, 0, -2, -2, 1}, 1, 'T');
}

Compilation message (stderr)

overtaking.cpp:1:10: fatal error: robot.h: No such file or directory
    1 | #include "robot.h"
      |          ^~~~~~~~~
compilation terminated.