372744_0_0_8380.cpp:21: error: `long long int time[3000]' 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*)'
372744_0_0_8380.cpp:21: error: declaration of `long long int time[3000]'
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/time.h:85: error: conflicts with previous declaration `time_t time(time_t*)'
372744_0_0_8380.cpp: In function `int main()':
372744_0_0_8380.cpp:76: error: pointer to a function used in arithmetic
372744_0_0_8380.cpp:76: error: pointer to a function used in arithmetic
372744_0_0_8380.cpp:76: error: assignment of read-only location
372744_0_0_8380.cpp:76: error: cannot convert `long long int' to `time_t ()(time_t*)' in assignment
372744_0_0_8380.cpp:87: error: pointer to a function used in arithmetic
372744_0_0_8380.cpp:87: error: assignment of read-only location
372744_0_0_8380.cpp:87: error: cannot convert `long long int' to `time_t ()(time_t*)' in assignment
372744_0_0_8380.cpp:103: error: pointer to a function used in arithmetic
372744_0_0_8380.cpp:103: error: invalid conversion from `time_t (*)(time_t*)' to `long long int'
|