0_0_11544437_8785.cpp:33: error: `std::vector<double, std::allocator<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_11544437_8785.cpp:33: error: declaration of `std::vector<double, std::allocator<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_11544437_8785.cpp: In function `int main()':
0_0_11544437_8785.cpp:72: error: request for member `clear' in `time', which is of non-class type `time_t ()(time_t*)'
0_0_11544437_8785.cpp:77: error: request for member `push_back' in `time', which is of non-class type `time_t ()(time_t*)'
0_0_11544437_8785.cpp:81: error: request for member `push_back' in `time', which is of non-class type `time_t ()(time_t*)'
0_0_11544437_8785.cpp:82: error: request for member `begin' in `time', which is of non-class type `time_t ()(time_t*)'
0_0_11544437_8785.cpp:82: error: request for member `end' in `time', which is of non-class type `time_t ()(time_t*)'
0_0_11544437_8785.cpp:83: error: request for member `erase' in `time', which is of non-class type `time_t ()(time_t*)'
0_0_11544437_8785.cpp:83: error: request for member `begin' in `time', which is of non-class type `time_t ()(time_t*)'
0_0_11544437_8785.cpp:83: error: request for member `end' in `time', which is of non-class type `time_t ()(time_t*)'
0_0_11544437_8785.cpp:83: error: request for member `end' in `time', which is of non-class type `time_t ()(time_t*)'
0_0_11544437_8785.cpp:86: error: request for member `size' in `time', which is of non-class type `time_t ()(time_t*)'
0_0_11544437_8785.cpp:87: error: pointer to a function used in arithmetic
0_0_11544437_8785.cpp:87: error: cannot convert `time_t (*)(time_t*)' to `double' for argument `1' to `double solve(double)'
0_0_11544437_8785.cpp:88: error: pointer to a function used in arithmetic
0_0_11544437_8785.cpp:88: error: invalid operands of types `time_t ()(time_t*)' and `double' to binary `operator-'
0_0_11544437_8785.cpp:89: error: pointer to a function used in arithmetic
0_0_11544437_8785.cpp:89: error: cannot convert `time_t ()(time_t*)' to `double' in assignment
|