0_0_6281830_26786.cpp:4: error: `int time[10010]' 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_6281830_26786.cpp:4: error: declaration of `int time[10010]'
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/time.h:85: error: conflicts with previous declaration `time_t time(time_t*)'
0_0_6281830_26786.cpp: In function `int find_set(int)':
0_0_6281830_26786.cpp:12: error: pointer to a function used in arithmetic
0_0_6281830_26786.cpp:12: error: pointer to a function used in arithmetic
0_0_6281830_26786.cpp:12: error: invalid operands of types `time_t ()(time_t*)' and `time_t ()(time_t*)' to binary `operator+'
0_0_6281830_26786.cpp:12: error: in evaluation of `operator+=(time_t ()(time_t*), time_t ()(time_t*))'
0_0_6281830_26786.cpp: In function `void Uni(int, int)':
0_0_6281830_26786.cpp:24: error: pointer to a function used in arithmetic
0_0_6281830_26786.cpp:24: error: ISO C++ forbids incrementing a pointer of type `time_t (*)(time_t*)'
0_0_6281830_26786.cpp:24: error: non-lvalue in increment
0_0_6281830_26786.cpp: In function `int main()':
0_0_6281830_26786.cpp:39: error: pointer to a function used in arithmetic
0_0_6281830_26786.cpp:39: error: assignment of read-only location
0_0_6281830_26786.cpp:39: error: cannot convert `int' to `time_t ()(time_t*)' in assignment
0_0_6281830_26786.cpp:55: error: pointer to a function used in arithmetic
|