0_0_27296942_23827.cpp: In function 'int main()':
0_0_27296942_23827.cpp:8:45: error: invalid conversion from 'int' to 'time_t* {aka long long int*}' [-fpermissive]
default_random_engine random(time(123456));
^
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++/x86_64-w64-mingw32/bits/stdc++.h:49,
from 0_0_27296942_23827.cpp:1:
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); }
^
|