Record Detail

Compile Error

/in/shortestP2P.cc: In member function 'void ShortestP2P::readGraph()':
/in/shortestP2P.cc:48:18: error: 'arr' was not declared in this scope
               if(arr[i][j]<0 && (i==j))
                  ^~~
/in/shortestP2P.cc:48:18: note: suggested alternative: 'array'
               if(arr[i][j]<0 && (i==j))
                  ^~~
                  array

Information

Submit By
Type
Submission
Homework
Project 4
Language
C++
Submit At
2021-12-13 20:06:47
Judged At
2021-12-13 20:06:47
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes