Problem | subgraphs |
---|---|
User | skibidininja98 |
Submission Time | 2024-06-21 10:34:14 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
subgraphs.cpp: In function ‘int main()’:
subgraphs.cpp:17:22: error: ‘j’ was not declared in this scope
17 | cout << adj [i][j]<<" ";
| ^
subgraphs.cpp: At global scope:
subgraphs.cpp:21:5: error: expected unqualified-id before ‘return’
21 | return 0;
| ^~~~~~
subgraphs.cpp:22:1: error: expected declaration before ‘}’ token
22 | }
| ^