0_0_12866735_12994.cpp:5: error: `int time[20][20]' 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_12866735_12994.cpp:5: error: declaration of `int time[20][20]'
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/time.h:85: error: conflicts with previous declaration `time_t time(time_t*)'
0_0_12866735_12994.cpp: In function `void dfs(int, int, int)':
0_0_12866735_12994.cpp:11: error: pointer to a function used in arithmetic
0_0_12866735_12994.cpp:11: error: pointer to a function used in arithmetic
0_0_12866735_12994.cpp:11: error: ISO C++ forbids comparison between pointer and integer
0_0_12866735_12994.cpp:14: error: pointer to a function used in arithmetic
0_0_12866735_12994.cpp:14: error: pointer to a function used in arithmetic
0_0_12866735_12994.cpp:14: error: invalid conversion from `time_t (*)(time_t*)' to `int'
0_0_12866735_12994.cpp:14: error: initializing argument 2 of `void dfs(int, int, int)'
0_0_12866735_12994.cpp: In function `int main()':
0_0_12866735_12994.cpp:25: error: ISO C++ forbids applying `sizeof' to an expression of function type
0_0_12866735_12994.cpp:25: error: invalid conversion from `time_t (*)(time_t*)' to `void*'
0_0_12866735_12994.cpp:25: error: initializing argument 1 of `void* memset(void*, int, size_t)'
0_0_12866735_12994.cpp:27: error: pointer to a function used in arithmetic
0_0_12866735_12994.cpp:27: error: pointer to a function used in arithmetic
0_0_12866735_12994.cpp:27: error: ambiguous overload for 'operator>>' in 'std::cin >> *(((+((unsigned int)i)) + ((time_t (*)(time_t*))j)) + time)'
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/bits/istream.tcc:87: note: candidates are: std::basic_istream<_CharT, _Traits>& std::basic_istream<_CharT, _Traits>::operator>>(std::basic_istream<_CharT, _Traits>&(*)(std::basic_istream<_CharT, _Traits>&)) [with _CharT = char, _Traits = std::char_traits<char>] <near match>
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/bits/istream.tcc:93: note: std::basic_istream<_CharT, _Traits>& std::basic_istream<_CharT, _Traits>::operator>>(std::basic_ios<_CharT, _Traits>&(*)(std::basic_ios<_CharT, _Traits>&)) [with _CharT = char, _Traits = std::char_traits<char>] <near match>
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/bits/istream.tcc:102: note: std::basic_istream<_CharT, _Traits>& std::basic_istream<_CharT, _Traits>::operator>>(std::ios_base&(*)(std::ios_base&)) [with _CharT = char, _Traits = std::char_traits<char>] <near match>
|