Problem | adjmatrix |
---|---|
User | AwkUngenially |
Submission Time | 2025-04-02 17:02:22 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
adjmatrix.cpp: In function ‘int main()’:
adjmatrix.cpp:9:2: error: expected ‘,’ or ‘;’ before ‘for’
9 | for (int i = 0; i < x * x; i++) {
| ^~~
adjmatrix.cpp:9:18: error: ‘i’ was not declared in this scope
9 | for (int i = 0; i < x * x; i++) {
| ^
adjmatrix.cpp:24:6: error: expected ‘;’ before ‘}’ token
24 | c++
| ^
| ;
25 | }
| ~