0_0_1357522_23643.cpp:12: error: `int time[20100]' 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_1357522_23643.cpp:12: error: declaration of `int time[20100]'
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/time.h:85: error: conflicts with previous declaration `time_t time(time_t*)'
0_0_1357522_23643.cpp: In function `void dfs1(int)':
0_0_1357522_23643.cpp:20: error: pointer to a function used in arithmetic
0_0_1357522_23643.cpp:20: error: assignment of read-only location
0_0_1357522_23643.cpp:20: error: cannot convert `int' to `time_t ()(time_t*)' in assignment
0_0_1357522_23643.cpp: In function `void Kosaraju()':
0_0_1357522_23643.cpp:45: error: pointer to a function used in arithmetic
0_0_1357522_23643.cpp:45: error: invalid types `bool[20100][time_t ()(time_t*)]' for array subscript
0_0_1357522_23643.cpp:48: error: pointer to a function used in arithmetic
0_0_1357522_23643.cpp:48: error: invalid conversion from `time_t (*)(time_t*)' to `int'
0_0_1357522_23643.cpp:48: error: initializing argument 1 of `void dfs2(int)'
|