0_0_11310021_4931.cpp:8: error: `typedef struct time 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_11310021_4931.cpp:8: error: declaration of `typedef struct time 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_11310021_4931.cpp:8: error: declaration of `typedef struct time 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_11310021_4931.cpp:8: error: declaration of `typedef struct time 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_11310021_4931.cpp:9: error: `time' does not name a type
0_0_11310021_4931.cpp:10: error: type/value mismatch at argument 1 in template parameter list for `template<class _Tp, class _Alloc> class std::vector'
0_0_11310021_4931.cpp:10: error: expected a type, got `time'
0_0_11310021_4931.cpp:10: error: template argument 2 is invalid
0_0_11310021_4931.cpp:10: error: invalid type in declaration before ';' token
0_0_11310021_4931.cpp: In function `int main()':
0_0_11310021_4931.cpp:17: error: `clear' has not been declared
0_0_11310021_4931.cpp:17: error: request for member of non-aggregate type before '(' token
0_0_11310021_4931.cpp:24: error: `temp' undeclared (first use this function)
0_0_11310021_4931.cpp:24: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_11310021_4931.cpp:26: error: `push_back' has not been declared
0_0_11310021_4931.cpp:26: error: request for member of non-aggregate type before '(' token
0_0_11310021_4931.cpp:39: error: expected primary-expression before "int"
0_0_11310021_4931.cpp:39: error: expected `)' before "int"
0_0_11310021_4931.cpp:40: error: invalid types `int[int]' for array subscript
0_0_11310021_4931.cpp:41: error: invalid types `int[int]' for array subscript
|