Owl Get a Life
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++){ | ~~~