0_0_9063275_21617.cpp:1: error: expected unqualified-id before '++' token
0_0_9063275_21617.cpp:1: error: expected `,' or `;' before '++' token
0_0_9063275_21617.cpp:1: error: invalid token
In file included from GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/bits/stl_algobase.h:64,
from GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/bits/stl_tree.h:66,
from GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/set:66,
from 0_0_9063275_21617.cpp:2:
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/mingw32/bits/c++config.h:61: error: expected namespace-name before ';' token
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/mingw32/bits/c++config.h:61: error: `<type error>' is not a namespace
0_0_9063275_21617.cpp: In function `int main()':
0_0_9063275_21617.cpp:151: error: `cin' undeclared (first use this function)
0_0_9063275_21617.cpp:151: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_9063275_21617.cpp:152: error: `cout' undeclared (first use this function)
0_0_9063275_21617.cpp:203: error: `endl' undeclared (first use this function)
0_0_9063275_21617.cpp: In member function `void node::Output()':
0_0_9063275_21617.cpp:222: error: `cout' undeclared (first use this function)
0_0_9063275_21617.cpp:222: error: `endl' undeclared (first use this function)
|