Record Detail

Compile Error

In file included from /in/compile/io.h:5:0,
                 from /in/compile/io.cpp:7:
/in/compile/../lab6.h:49:10: error: 'vector' in namespace 'std' does not name a template type
     std::vector<std::pair<int, int>> scaredGhosts;
          ^~~~~~
/in/compile/../lab6.h:50:10: error: 'vector' in namespace 'std' does not name a template type
     std::vector<Ghost> ghosts;
          ^~~~~~
In file included from /in/compile/io.h:5:0,
                 from /in/compile/map.h:1,
                 from /in/compile/map.cpp:1:
/in/compile/../lab6.h:49:10: error: 'vector' in namespace 'std' does not name a template type
     std::vector<std::pair<int, int>> scaredGhosts;
          ^~~~~~
/in/compile/../lab6.h:50:10: error: 'vector' in namespace 'std' does not name a template type
     std::vector<Ghost> ghosts;
          ^~~~~~
In file included from /in/compile/io.h:5:0,
                 from /in/compile/map.h:1,
                 from /in/compile/main.cpp:1:
/in/compile/../lab6.h:49:10: error: 'vector' in namespace 'std' does not name a template type
     std::vector<std::pair<int, int>> scaredGhosts;
          ^~~~~~
/in/compile/../lab6.h:50:10: error: 'vector' in namespace 'std' does not name a template type
     std::vector<Ghost> ghosts;
          ^~~~~~

Information

Submit By
Type
Submission
Homework
Lab 6: Pacman
Language
C++
Submit At
2024-12-09 19:30:14
Judged At
2024-12-09 19:30:14
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes