Record Detail

Compile Error

In file included from /in/driver/main.cpp:1:0:
/in/shortestP2P.hpp:51:12: error: 'void ShortestP2P::readGraph()' cannot be overloaded
       void readGraph() {
            ^~~~~~~~~
/in/shortestP2P.hpp:40:12: error: with 'void ShortestP2P::readGraph()'
       void readGraph();
            ^~~~~~~~~
/in/shortestP2P.hpp:85:8: error: 'void ShortestP2P::distance(unsigned int, unsigned int)' cannot be overloaded
   void distance(unsigned int A, unsigned int B) {
        ^~~~~~~~
/in/shortestP2P.hpp:49:12: error: with 'void ShortestP2P::distance(unsigned int, unsigned int)'
       void distance(unsigned int A, unsigned int B);
            ^~~~~~~~

Information

Submit By
Type
Submission
Homework
Project 4
Language
C++
Submit At
2024-08-09 18:57:36
Judged At
2024-08-09 18:57:36
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes