제출 #1193004

#제출 시각아이디문제언어결과실행 시간메모리
1193004Amr추월 (IOI23_overtaking)C++20
컴파일 에러
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'); }

컴파일 시 표준 에러 (stderr) 메시지

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