0_0_9044495_4486.cpp:20: 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_9044495_4486.cpp:20: 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_9044495_4486.cpp: In function `void dfs(int)':
0_0_9044495_4486.cpp:47: error: ISO C++ forbids incrementing a pointer of type `clock_t (*)()'
0_0_9044495_4486.cpp:47: error: non-lvalue in increment
0_0_9044495_4486.cpp: In function `void tarjan(int)':
0_0_9044495_4486.cpp:69: error: assignment of function `clock_t clock()'
0_0_9044495_4486.cpp:69: error: cannot convert `int' to `clock_t ()()' in assignment
|