제출 #1137261

#제출 시각아이디문제언어결과실행 시간메모리
1137261HasanV11010238Treasure Hunt (CEOI11_tre)C++20
컴파일 에러
0 ms0 KiB
#include "treasure.h" int current_point; void init(){ } void path(int a, int s){ } int dig(int a, int b){ }

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

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