| Problem | adjmatrix |
|---|---|
| User | SirCTan |
| Submission Time | 2026-02-04 20:09:13 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
adjmatrix.cpp: In function ‘int main()’:
adjmatrix.cpp:27:39: error: expected primary-expression before ‘/’ token
27 | for (int j = 0; j < n; j++) { /
| ^
adjmatrix.cpp: At global scope:
adjmatrix.cpp:37:5: error: expected unqualified-id before ‘return’
37 | return 0;
| ^~~~~~
adjmatrix.cpp:38:1: error: expected declaration before ‘}’ token
38 | }
| ^