Record Detail

Compile Error

/in/game.cpp:5:10: fatal error: lab6.h: No such file or directory
 #include "lab6.h"
          ^~~~~~~~
compilation terminated.
In file included from /in/compile/io.cpp:7:0:
/in/compile/io.h:5:10: fatal error: ../lab6.h: No such file or directory
 #include "../lab6.h"
          ^~~~~~~~~~~
compilation terminated.
In file included from /in/compile/map.cpp:1:0:
/in/compile/map.h:6:10: fatal error: ../lab6.h: No such file or directory
 #include "../lab6.h"  //!remember to change to lab6.h
          ^~~~~~~~~~~
compilation terminated.
In file included from /in/compile/main.cpp:6:0:
/in/compile/map.h:6:10: fatal error: ../lab6.h: No such file or directory
 #include "../lab6.h"  //!remember to change to lab6.h
          ^~~~~~~~~~~
compilation terminated.

Information

Submit By
Type
Submission
Homework
Lab6: Pac-man
Language
C++
Submit At
2023-12-05 09:17:40
Judged At
2023-12-05 09:17:40
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes