Problem adjmatrix
User r3io4mf
Submission Time 2024-02-29 19:39:29
Score 0
Max Time N/A
Max Memory N/A

Compile Error

adjmatrix.cpp: In function ‘int main()’:
adjmatrix.cpp:12:22: error: expected ‘;’ before ‘for’
12 | } while (Edges >= 0)
| ^
| ;
13 | for (int i=0;i<=Nodes;i++){
| ~~~