0_0_1313063_2515.cpp:9: error: `double 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*)'
0_0_1313063_2515.cpp:9: error: declaration of `double time'
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/time.h:85: error: conflicts with previous declaration `time_t time(time_t*)'
0_0_1313063_2515.cpp: In function `void backtrack(int, int)':
0_0_1313063_2515.cpp:15: error: invalid operands of types `time_t ()(time_t*)' and `double' to binary `operator<'
0_0_1313063_2515.cpp:16: error: cannot convert `time_t ()(time_t*)' to `double' in assignment
0_0_1313063_2515.cpp:21: error: invalid operands of types `time_t ()(time_t*)' and `double' to binary `operator+'
0_0_1313063_2515.cpp:21: error: in evaluation of `operator+=(time_t ()(time_t*), double)'
0_0_1313063_2515.cpp:22: error: invalid operands of types `time_t ()(time_t*)' and `double' to binary `operator<'
0_0_1313063_2515.cpp:24: error: invalid operands of types `time_t ()(time_t*)' and `double' to binary `operator-'
0_0_1313063_2515.cpp:24: error: in evaluation of `operator-=(time_t ()(time_t*), double)'
0_0_1313063_2515.cpp:34: error: invalid operands of types `time_t ()(time_t*)' and `double' to binary `operator+'
0_0_1313063_2515.cpp:34: error: in evaluation of `operator+=(time_t ()(time_t*), double)'
0_0_1313063_2515.cpp:35: error: invalid operands of types `time_t ()(time_t*)' and `double' to binary `operator<'
0_0_1313063_2515.cpp:37: error: invalid operands of types `time_t ()(time_t*)' and `double' to binary `operator-'
0_0_1313063_2515.cpp:37: error: in evaluation of `operator-=(time_t ()(time_t*), double)'
0_0_1313063_2515.cpp:41: error: invalid operands of types `time_t ()(time_t*)' and `double' to binary `operator+'
0_0_1313063_2515.cpp:41: error: in evaluation of `operator+=(time_t ()(time_t*), double)'
0_0_1313063_2515.cpp:42: error: invalid operands of types `time_t ()(time_t*)' and `double' to binary `operator<'
0_0_1313063_2515.cpp:44: error: invalid operands of types `time_t ()(time_t*)' and `double' to binary `operator-'
0_0_1313063_2515.cpp:44: error: in evaluation of `operator-=(time_t ()(time_t*), double)'
0_0_1313063_2515.cpp:50: error: invalid operands of types `time_t ()(time_t*)' and `double' to binary `operator+'
0_0_1313063_2515.cpp:50: error: in evaluation of `operator+=(time_t ()(time_t*), double)'
0_0_1313063_2515.cpp:51: error: invalid operands of types `time_t ()(time_t*)' and `double' to binary `operator<'
0_0_1313063_2515.cpp:53: error: invalid operands of types `time_t ()(time_t*)' and `double' to binary `operator-'
0_0_1313063_2515.cpp:53: error: in evaluation of `operator-=(time_t ()(time_t*), double)'
0_0_1313063_2515.cpp:55: error: invalid operands of types `time_t ()(time_t*)' and `double' to binary `operator+'
0_0_1313063_2515.cpp:55: error: in evaluation of `operator+=(time_t ()(time_t*), double)'
0_0_1313063_2515.cpp:56: error: invalid operands of types `time_t ()(time_t*)' and `double' to binary `operator<'
0_0_1313063_2515.cpp:58: error: invalid operands of types `time_t ()(time_t*)' and `double' to binary `operator-'
0_0_1313063_2515.cpp:58: error: in evaluation of `operator-=(time_t ()(time_t*), double)'
0_0_1313063_2515.cpp: In function `int main()':
0_0_1313063_2515.cpp:75: error: assignment of function `time_t time(time_t*)'
0_0_1313063_2515.cpp:75: error: cannot convert `int' to `time_t ()(time_t*)' in assignment
|