0_0_4687525_12162.cpp: In function `void dfs(int)':
0_0_4687525_12162.cpp:21: error: 'struct edge' has no member named 'size'
0_0_4687525_12162.cpp:22: error: no match for 'operator[]' in '(&v)->std::vector<_Tp, _Alloc>::operator[] [with _Tp = edge, _Alloc = std::allocator<edge>](((unsigned int)p))[i]'
0_0_4687525_12162.cpp:24: error: no match for 'operator[]' in '(&v)->std::vector<_Tp, _Alloc>::operator[] [with _Tp = edge, _Alloc = std::allocator<edge>](((unsigned int)p))[i]'
0_0_4687525_12162.cpp:24: error: no match for 'operator[]' in '(&v)->std::vector<_Tp, _Alloc>::operator[] [with _Tp = edge, _Alloc = std::allocator<edge>](((unsigned int)p))[i]'
0_0_4687525_12162.cpp:24: error: no match for 'operator[]' in '(&v)->std::vector<_Tp, _Alloc>::operator[] [with _Tp = edge, _Alloc = std::allocator<edge>](((unsigned int)p))[i]'
0_0_4687525_12162.cpp:24: error: no match for 'operator[]' in '(&v)->std::vector<_Tp, _Alloc>::operator[] [with _Tp = edge, _Alloc = std::allocator<edge>](((unsigned int)p))[i]'
0_0_4687525_12162.cpp:25: error: no match for 'operator[]' in '(&v)->std::vector<_Tp, _Alloc>::operator[] [with _Tp = edge, _Alloc = std::allocator<edge>](((unsigned int)p))[i]'
0_0_4687525_12162.cpp: In function `void prework()':
0_0_4687525_12162.cpp:36: error: `dlf' undeclared (first use this function)
0_0_4687525_12162.cpp:36: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_4687525_12162.cpp: In member function `bool path::operator<(const path&)':
0_0_4687525_12162.cpp:52: error: invalid types `int[int]' for array subscript
0_0_4687525_12162.cpp:52: error: expected primary-expression before ')' token
0_0_4687525_12162.cpp:53: error: expected primary-expression before '}' token
0_0_4687525_12162.cpp:53: error: expected `;' before '}' token
0_0_4687525_12162.cpp: In function `int main()':
0_0_4687525_12162.cpp:63: error: 'struct edge' has no member named 'clear'
0_0_4687525_12162.cpp:63: error: 'struct edge' has no member named 'clear'
0_0_4687525_12162.cpp:67: error: 'struct edge' has no member named 'push_back'
0_0_4687525_12162.cpp:69: error: 'struct edge' has no member named 'push_back'
|