Problem subgraphs
User Stefan
Submission Time 2025-03-08 10:02:44
Score 0
Max Time N/A
Max Memory N/A

Compile Error

subgraphs.cpp:5:1: error: ‘sin’ does not name a type
5 | sin >> N >> E;
| ^~~
subgraphs.cpp: In function ‘void dfs(int)’:
subgraphs.cpp:9:16: error: ‘V’ was not declared in this scope
9 | for (auto v : V[x]){
| ^
subgraphs.cpp:13:3: error: ‘dfa’ was not declared in this scope; did you mean ‘dfs’?
13 | dfa(v);
| ^~~
| dfs
subgraphs.cpp: In function ‘int main()’:
subgraphs.cpp:18:10: error: expected unqualified-id before numeric constant
18 | for(int 1 = 1;i <= N;++1){
| ^
subgraphs.cpp:18:9: error: expected ‘;’ before numeric constant
18 | for(int 1 = 1;i <= N;++1){
| ^~
| ;
subgraphs.cpp:18:14: error: lvalue required as left operand of assignment
18 | for(int 1 = 1;i <= N;++1){
| ^
subgraphs.cpp:18:16: error: ‘i’ was not declared in this scope
18 | for(int 1 = 1;i