Record Detail

Compile Error

/in/shortestP2P.cc: In member function 'void ShortestP2P::distance(unsigned int, unsigned int)':
/in/shortestP2P.cc:48:11: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]
     if (A == -1) exit(0);
         ~~^~~~~
cc1plus: all warnings being treated as errors

Information

Submit By
Type
Submission
Homework
Project 4
Language
C++
Submit At
2021-12-12 19:44:18
Judged At
2021-12-12 19:44:18
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes