0_0_14695652_2048.cpp: In function 'int main()':
0_0_14695652_2048.cpp:7:16: error: too few arguments to function 'time_t time(time_t*)'
srand(time());
^
In file included from 0_0_14695652_2048.cpp:4:0:
GCC4.9.2/x86_64-w64-mingw32/include/time.h:233:29: note: declared here
__CRT_INLINE time_t __cdecl time(time_t *_Time) { return _time64(_Time); }
^
|