| Problem | adjmatrix |
|---|---|
| User | herngr3y |
| Submission Time | 2026-04-02 18:14:31 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
adjmatrix.cpp: In function ‘int main()’:
adjmatrix.cpp:7:2: error: ‘matrix’ was not declared in this scope
7 | matrix[51][51] = {0}
| ^~~~~~
adjmatrix.cpp:8:18: error: ‘i’ was not declared in this scope
8 | for (int i = 0; i < e; i++) {
| ^