0_0_8795404_11116.cpp:12: error: `int clock' redeclared as different kind of symbol
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/time.h:84: error: previous declaration of `clock_t clock()'
0_0_8795404_11116.cpp:12: error: declaration of `int clock'
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/time.h:84: error: conflicts with previous declaration `clock_t clock()'
0_0_8795404_11116.cpp: In function `void init()':
0_0_8795404_11116.cpp:19: error: `count' undeclared (first use this function)
0_0_8795404_11116.cpp:19: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_8795404_11116.cpp:21: error: assignment of function `clock_t clock()'
0_0_8795404_11116.cpp:21: error: cannot convert `int' to `clock_t ()()' in assignment
0_0_8795404_11116.cpp: In function `bool union_set(int, int)':
0_0_8795404_11116.cpp:36: error: `count' undeclared (first use this function)
0_0_8795404_11116.cpp: In function `void tarjan(int)':
0_0_8795404_11116.cpp:40: error: ISO C++ forbids incrementing a pointer of type `clock_t (*)()'
0_0_8795404_11116.cpp:40: error: non-lvalue in increment
0_0_8795404_11116.cpp:59: error: `count' undeclared (first use this function)
0_0_8795404_11116.cpp: In function `int main()':
0_0_8795404_11116.cpp:79: error: `count' undeclared (first use this function)
|