0_0_5942568_1869.cpp:17: error: ISO C++ forbids declaration of `booloperator' with no type
0_0_5942568_1869.cpp:17: error: expected `;' before '<' token
0_0_5942568_1869.cpp:23: error: expected `;' before "booloperator"
0_0_5942568_1869.cpp:23: error: ISO C++ forbids declaration of `booloperator' with no type
0_0_5942568_1869.cpp:23: error: expected `;' before '>' token
0_0_5942568_1869.cpp:29: error: expected `;' before '}' token
0_0_5942568_1869.cpp: In function `bool adjcent(int, int, int, int)':
0_0_5942568_1869.cpp:62: error: `returntrue' undeclared (first use this function)
0_0_5942568_1869.cpp:62: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_5942568_1869.cpp:63: error: `returnfalse' undeclared (first use this function)
0_0_5942568_1869.cpp: At global scope:
0_0_5942568_1869.cpp:131: error: ISO C++ forbids declaration of `intmain' with no type
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/bits/stl_function.h: In member function `bool std::less<_Tp>::operator()(const _Tp&, const _Tp&) const [with _Tp = Node]':
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/bits/stl_heap.h:279: instantiated from `void std::__adjust_heap(_RandomAccessIterator, _Distance, _Distance, _Tp, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<Node*, std::vector<Node, std::allocator<Node> > >, _Distance = int, _Tp = Node, _Compare = std::less<Node>]'
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/bits/stl_heap.h:302: instantiated from `void std::__pop_heap(_RandomAccessIterator, _RandomAccessIterator, _RandomAccessIterator, _Tp, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<Node*, std::vector<Node, std::allocator<Node> > >, _Tp = Node, _Compare = std::less<Node>]'
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/bits/stl_heap.h:330: instantiated from `void std::pop_heap(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<Node*, std::vector<Node, std::allocator<Node> > >, _Compare = std::less<Node>]'
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/bits/stl_queue.h:458: instantiated from `void std::priority_queue<_Tp, _Sequence, _Compare>::pop() [with _Tp = Node, _Sequence = std::vector<Node, std::allocator<Node> >, _Compare = std::less<Node>]'
0_0_5942568_1869.cpp:84: instantiated from here
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/bits/stl_function.h:227: error: no match for 'operator<' in '__x < __y'
|