| Problem | subgraphs |
|---|---|
| User | KingH |
| Submission Time | 2026-08-16 22:45:16 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
subgraphs.cpp: In function ‘void dfs(int)’:
subgraphs.cpp:8:20: error: invalid types ‘<unresolved overloaded function type>[int]’ for array subscript
8 | if(!visit[v]){
| ^
subgraphs.cpp: In function ‘int main()’:
subgraphs.cpp:28:20: error: invalid types ‘<unresolved overloaded function type>[int]’ for array subscript
28 | if(!visit[i]){
| ^