0_0_8520050_28290.cpp:13: error: `int time' 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_8520050_28290.cpp:13: error: declaration of `int time'
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/time.h:85: error: conflicts with previous declaration `time_t time(time_t*)'
0_0_8520050_28290.cpp: In function `void spfa()':
0_0_8520050_28290.cpp:23: error: pointer to a function used in arithmetic
0_0_8520050_28290.cpp:23: error: pointer to a function used in arithmetic
0_0_8520050_28290.cpp:24: error: pointer to a function used in arithmetic
0_0_8520050_28290.cpp:24: error: pointer to a function used in arithmetic
0_0_8520050_28290.cpp:24: error: invalid types `int[1010][time_t (*)(time_t*)]' for array subscript
0_0_8520050_28290.cpp:25: error: pointer to a function used in arithmetic
0_0_8520050_28290.cpp:25: error: pointer to a function used in arithmetic
0_0_8520050_28290.cpp:25: error: invalid types `bool[1010][time_t (*)(time_t*)]' for array subscript
0_0_8520050_28290.cpp:44: error: ISO C++ forbids comparison between pointer and integer
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/bits/stl_pair.h: In constructor `std::pair<_T1, _T2>::pair(const std::pair<_U1, _U2>&) [with _U1 = int, _U2 = time_t (*)(time_t*), _T1 = int, _T2 = int]':
0_0_8520050_28290.cpp:23: instantiated from here
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/bits/stl_pair.h:90: error: invalid conversion from `time_t (* const)(time_t*)' to `int'
|