1083587_0_0_16182.cpp:4: error: `int time' redeclared as different kind of symbol
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/time.h:85: error: previous declaration of `time_t time(time_t*)'
1083587_0_0_16182.cpp:4: error: declaration of `int time'
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/time.h:85: error: conflicts with previous declaration `time_t time(time_t*)'
1083587_0_0_16182.cpp: In function `void dfs(int, int, int)':
1083587_0_0_16182.cpp:16: error: ISO C++ forbids comparison between pointer and integer
1083587_0_0_16182.cpp:20: error: pointer to a function used in arithmetic
1083587_0_0_16182.cpp:20: error: invalid operands of types `time_t (*)(time_t*)' and `int' to binary `operator%'
1083587_0_0_16182.cpp:27: error: pointer to a function used in arithmetic
1083587_0_0_16182.cpp:27: error: ISO C++ forbids comparison between pointer and integer
1083587_0_0_16182.cpp:38: error: pointer to a function used in arithmetic
1083587_0_0_16182.cpp:38: error: invalid operands of types `time_t (*)(time_t*)' and `int' to binary `operator%'
1083587_0_0_16182.cpp: In function `int main()':
1083587_0_0_16182.cpp:79: error: invalid operands of types `time_t ()(time_t*)' and `int' to binary `operator%'
1083587_0_0_16182.cpp:84: error: invalid operands of types `time_t ()(time_t*)' and `int' to binary `operator%'
|