Problem | subgraphs |
---|---|
User | Johnnie |
Submission Time | 2023-06-24 21:10:00 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
subgraphs.cpp: In function ‘int main()’:
subgraphs.cpp:20:15: error: expected ‘;’ before ‘:’ token
20 | cin >> N >> E:
| ^
| ;
subgraphs.cpp:33:8: error: ‘visited’ was not declared in this scope
33 | if (!visited[i])
| ^~~~~~~