Record Detail

Compile Error

In file included from /in/driver/main.cpp:1:0:
/in/shortestP2P.hpp: In member function 'void ShortestP2P::readGraph()':
/in/shortestP2P.hpp:78:23: error: 'l' was not declared in this scope
           if (edge[i][l] != INF && edge[k][j] != INF) // Check if the paths i->j and j->k exist
                       ^

Information

Submit By
Type
Submission
Homework
Project 4
Language
C++
Submit At
2022-07-31 16:44:30
Judged At
2022-07-31 16:44:30
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes