Problem | adjmatrix |
---|---|
User | boaznumberd5555 |
Submission Time | 2023-08-25 14:21:36 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
adjmatrix.cpp: In function ‘int main()’:
adjmatrix.cpp:13:14: error: ‘node’ was not declared in this scope
13 | cout<<arr[node][edge];
| ^~~~
adjmatrix.cpp:13:20: error: ‘edge’ was not declared in this scope
13 | cout<<arr[node][edge];
| ^~~~