Record Detail

Compile Error

In file included from /in/driver/main.cpp:1:0:
/in/shortestP2P.hpp: In member function 'bool ShortestP2P::spfa(unsigned int)':
/in/shortestP2P.hpp:33:9: error: 'deque' was not declared in this scope
         deque<int> q;  // Changed from list to deque
         ^~~~~
/in/shortestP2P.hpp:33:15: error: expected primary-expression before 'int'
         deque<int> q;  // Changed from list to deque
               ^~~
/in/shortestP2P.hpp:36:9: error: 'q' was not declared in this scope
         q.push_back(source);
         ^

Information

Submit By
Type
Submission
Homework
Project 4
Language
C++
Submit At
2024-12-19 04:53:01
Judged At
2024-12-19 04:53:01
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes