0_0_4104959_17945.cpp:13: error: `std::vector<int, std::allocator<int> > time[1001]' 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_4104959_17945.cpp:13: error: declaration of `std::vector<int, std::allocator<int> > time[1001]'
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/time.h:85: error: conflicts with previous declaration `time_t time(time_t*)'
0_0_4104959_17945.cpp: In function `int main()':
0_0_4104959_17945.cpp:20: error: ISO C++ forbids applying `sizeof' to an expression of function type
0_0_4104959_17945.cpp:20: error: invalid conversion from `time_t (*)(time_t*)' to `void*'
0_0_4104959_17945.cpp:20: error: initializing argument 1 of `void* memset(void*, int, size_t)'
0_0_4104959_17945.cpp:27: error: pointer to a function used in arithmetic
0_0_4104959_17945.cpp:27: error: request for member `push_back' in `*((+((unsigned int)j)) + time)', which is of non-class type `time_t ()(time_t*)'
0_0_4104959_17945.cpp:37: error: pointer to a function used in arithmetic
0_0_4104959_17945.cpp:37: error: request for member `size' in `*((+((unsigned int)tmp)) + time)', which is of non-class type `time_t ()(time_t*)'
0_0_4104959_17945.cpp:38: error: pointer to a function used in arithmetic
0_0_4104959_17945.cpp:38: error: pointer to a function used in arithmetic
0_0_4104959_17945.cpp:38: error: invalid types `node[301][time_t ()(time_t*)]' for array subscript
0_0_4104959_17945.cpp:38: error: pointer to a function used in arithmetic
0_0_4104959_17945.cpp:38: error: pointer to a function used in arithmetic
0_0_4104959_17945.cpp:38: error: invalid types `bool[301][time_t ()(time_t*)]' for array subscript
0_0_4104959_17945.cpp:39: error: pointer to a function used in arithmetic
0_0_4104959_17945.cpp:39: error: pointer to a function used in arithmetic
0_0_4104959_17945.cpp:39: error: invalid types `node[301][time_t ()(time_t*)]' for array subscript
0_0_4104959_17945.cpp:39: error: pointer to a function used in arithmetic
0_0_4104959_17945.cpp:39: error: pointer to a function used in arithmetic
0_0_4104959_17945.cpp:39: error: invalid conversion from `time_t (*)(time_t*)' to `int'
|