| Problem | adjlist |
|---|---|
| User | carson |
| Submission Time | 2025-03-29 16:46:41 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
adjlist.cpp: In function ‘int main()’:
adjlist.cpp:14:11: error: ‘a’ was not declared in this scope
14 | if(arr[a][b] == true){
| ^
adjlist.cpp:14:14: error: ‘b’ was not declared in this scope
14 | if(arr[a][b] == true){
| ^
adjlist.cpp:15:14: error: expected ‘;’ before string constant
15 | cout << j " ";
| ^~~~
| ;