0_0_10586263_432.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_10586263_432.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_10586263_432.cpp: In function `int dfs(int, int)':
0_0_10586263_432.cpp:49: error: ISO C++ forbids incrementing a pointer of type `clock_t (*)()'
0_0_10586263_432.cpp:49: error: non-lvalue in increment
0_0_10586263_432.cpp: In function `int main()':
0_0_10586263_432.cpp:102: error: assignment of function `clock_t clock()'
0_0_10586263_432.cpp:102: error: cannot convert `int' to `clock_t ()()' in assignment
|