0_0_11947759_7639.cpp:16: error: expected constructor, destructor, or type conversion before '<' token
0_0_11947759_7639.cpp:16: error: expected `,' or `;' before '<' token
0_0_11947759_7639.cpp: In function `void dfs(int)':
0_0_11947759_7639.cpp:87: error: `edges' undeclared (first use this function)
0_0_11947759_7639.cpp:87: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_11947759_7639.cpp:87: error: invalid type in declaration before '=' token
0_0_11947759_7639.cpp:88: error: invalid type argument of `unary *'
0_0_11947759_7639.cpp: In function `void modify()':
0_0_11947759_7639.cpp:121: error: `vector' is not a member of `std'
0_0_11947759_7639.cpp:121: error: expected primary-expression before "int"
0_0_11947759_7639.cpp:121: error: expected `;' before "int"
0_0_11947759_7639.cpp:123: error: `A' undeclared (first use this function)
0_0_11947759_7639.cpp:133: error: invalid type in declaration before '=' token
0_0_11947759_7639.cpp:134: error: invalid type argument of `unary *'
0_0_11947759_7639.cpp: In function `LL query()':
0_0_11947759_7639.cpp:142: error: `vector' is not a member of `std'
0_0_11947759_7639.cpp:142: error: expected primary-expression before "int"
0_0_11947759_7639.cpp:142: error: expected `;' before "int"
0_0_11947759_7639.cpp:144: error: `A' undeclared (first use this function)
0_0_11947759_7639.cpp: In function `int main()':
0_0_11947759_7639.cpp:185: error: `edges' undeclared (first use this function)
|