0_0_11694388_41.cpp:10: error: expected constructor, destructor, or type conversion before '<' token
0_0_11694388_41.cpp:10: error: expected `,' or `;' before '<' token
0_0_11694388_41.cpp: In function `void dfs(int)':
0_0_11694388_41.cpp:22: error: `left' undeclared (first use this function)
0_0_11694388_41.cpp:22: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_11694388_41.cpp:23: error: `edge' undeclared (first use this function)
0_0_11694388_41.cpp:31: error: `right' undeclared (first use this function)
0_0_11694388_41.cpp: At global scope:
0_0_11694388_41.cpp:40: error: ISO C++ forbids declaration of `ST' with no type
0_0_11694388_41.cpp: In function `int main()':
0_0_11694388_41.cpp:75: error: `edge' undeclared (first use this function)
0_0_11694388_41.cpp:90: error: no matching function for call to `SegmentTree::build(int, int)'
0_0_11694388_41.cpp:42: note: candidates are: void SegmentTree::build(int, int, int)
0_0_11694388_41.cpp:96: error: 'struct SegmentTree' has no member named 'change'
0_0_11694388_41.cpp:96: error: `left' undeclared (first use this function)
0_0_11694388_41.cpp:96: error: `right' undeclared (first use this function)
0_0_11694388_41.cpp:105: error: 'struct SegmentTree' has no member named 'query'
0_0_11694388_41.cpp:111: error: 'struct SegmentTree' has no member named 'change'
0_0_11694388_41.cpp:111: error: name lookup of `i' changed for new ISO `for' scoping
0_0_11694388_41.cpp:91: error: using obsolete binding at `i'
|