0_0_3060866_15072.cpp:44: 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_3060866_15072.cpp:44: 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_3060866_15072.cpp: In function `void shrink(int)':
0_0_3060866_15072.cpp:60: error: ISO C++ forbids incrementing a pointer of type `clock_t (*)()'
0_0_3060866_15072.cpp:60: error: non-lvalue in increment
0_0_3060866_15072.cpp: In function `void dfs()':
0_0_3060866_15072.cpp:81: error: assignment of function `clock_t clock()'
0_0_3060866_15072.cpp:81: error: cannot convert `int' to `clock_t ()()' in assignment
|