0_0_11567203_20.cpp: In function `void dfs1(int)':
0_0_11567203_20.cpp:76: error: `dfs' undeclared (first use this function)
0_0_11567203_20.cpp:76: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_11567203_20.cpp: In function `void dfs2(int)':
0_0_11567203_20.cpp:88: error: `dfs' undeclared (first use this function)
0_0_11567203_20.cpp:90: error: no match for 'operator!=' in 'j != edge[i].std::vector<_Tp, _Alloc>::end [with _Tp = int, _Alloc = std::allocator<int>]'
0_0_11567203_20.cpp:95: error: `dsf' undeclared (first use this function)
0_0_11567203_20.cpp: At global scope:
0_0_11567203_20.cpp:99: error: expected `,' or `...' before "l"
0_0_11567203_20.cpp: In function `void pushdown1(int)':
0_0_11567203_20.cpp:101: error: `i' undeclared (first use this function)
0_0_11567203_20.cpp:106: error: `l' undeclared (first use this function)
0_0_11567203_20.cpp:106: error: `r' undeclared (first use this function)
0_0_11567203_20.cpp: In function `void pushdown2(int)':
0_0_11567203_20.cpp:118: error: expected primary-expression before '[' token
0_0_11567203_20.cpp:118: error: expected `]' before ';' token
0_0_11567203_20.cpp: In function `void update(int, int, int, int, int, int)':
0_0_11567203_20.cpp:100: error: too many arguments to function `void pushdown1(int)'
0_0_11567203_20.cpp:131: error: at this point in file
0_0_11567203_20.cpp: In function `int query1(int, int, int, int, int)':
0_0_11567203_20.cpp:100: error: too many arguments to function `void pushdown1(int)'
0_0_11567203_20.cpp:147: error: at this point in file
0_0_11567203_20.cpp: In function `int main()':
0_0_11567203_20.cpp:176: error: `v' undeclared (first use this function)
|