| Problem | adjmatrix |
|---|---|
| User | Kaijun |
| Submission Time | 2026-05-12 10:43:16 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
adjmatrix.cpp: In function ‘int main()’:
adjmatrix.cpp:11:3: error: ‘connnections’ was not declared in this scope; did you mean ‘connections’?
11 | connnections[(ea-1)*n+(eb-1)] = 1;
| ^~~~~~~~~~~~
| connections