0_0_25384698_10712.cpp:5:15: error: 'int time [3][60]' redeclared as different kind of symbol
int time[3][60];
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/ctime:42:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/locale_facets_nonio.h:39,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/locale:41,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/iomanip:43,
from 0_0_25384698_10712.cpp:3:
GCC4.9.2/x86_64-w64-mingw32/include/time.h:233:29: note: previous declaration 'time_t time(time_t*)'
__CRT_INLINE time_t __cdecl time(time_t *_Time) { return _time64(_Time); }
^
|