Problem adjmatrix
User Kaijun
Submission Time 2026-05-12 10:43:16
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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