0_0_33221482_24459.cpp: In function 'int main()':
0_0_33221482_24459.cpp:91:24: error: invalid conversion from 'int' to 'time_t* {aka long long int*}' [-fpermissive]
srand(time(19260817));
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/ctime:42:0,
from 0_0_33221482_24459.cpp:10:
GCC4.9.2/x86_64-w64-mingw32/include/time.h:233:29: note: initializing argument 1 of 'time_t time(time_t*)'
__CRT_INLINE time_t __cdecl time(time_t *_Time) { return _time64(_Time); }
^
|