0_0_8563081_673.cpp:13: error: `int time[200]' 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_8563081_673.cpp:13: error: declaration of `int time[200]'
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/time.h:85: error: conflicts with previous declaration `time_t time(time_t*)'
0_0_8563081_673.cpp: In function `void spfa(int)':
0_0_8563081_673.cpp:56: error: name lookup of `i' changed for new ISO `for' scoping
0_0_8563081_673.cpp:31: error: using obsolete binding at `i'
0_0_8563081_673.cpp: In function `void dfs(int, int)':
0_0_8563081_673.cpp:74: error: name lookup of `i' changed for new ISO `for' scoping
0_0_8563081_673.cpp:65: error: using obsolete binding at `i'
0_0_8563081_673.cpp:74: error: pointer to a function used in arithmetic
0_0_8563081_673.cpp:74: error: pointer to a function used in arithmetic
0_0_8563081_673.cpp:74: error: invalid conversion from `time_t (*)(time_t*)' to `int'
0_0_8563081_673.cpp: In function `int main()':
0_0_8563081_673.cpp:89: error: pointer to a function used in arithmetic
|