833490_0_0_32503.cpp:4: error: `int time[16]' 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*)'
833490_0_0_32503.cpp:4: error: declaration of `int time[16]'
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/time.h:85: error: conflicts with previous declaration `time_t time(time_t*)'
833490_0_0_32503.cpp: In function `void search(int)':
833490_0_0_32503.cpp:14: error: pointer to a function used in arithmetic
833490_0_0_32503.cpp:14: error: ISO C++ forbids comparison between pointer and integer
833490_0_0_32503.cpp:16: error: pointer to a function used in arithmetic
833490_0_0_32503.cpp:16: error: pointer to a function used in arithmetic
833490_0_0_32503.cpp:16: error: ISO C++ forbids comparison between pointer and integer
833490_0_0_32503.cpp:17: error: pointer to a function used in arithmetic
833490_0_0_32503.cpp:17: error: pointer to a function used in arithmetic
833490_0_0_32503.cpp:17: error: invalid operands of types `int' and `time_t (*)(time_t*)' to binary `operator-'
833490_0_0_32503.cpp:19: error: pointer to a function used in arithmetic
833490_0_0_32503.cpp:19: error: invalid operands of types `int' and `time_t ()(time_t*)' to binary `operator-'
833490_0_0_32503.cpp: In function `int main()':
833490_0_0_32503.cpp:47: error: pointer to a function used in arithmetic
833490_0_0_32503.cpp:47: error: ambiguous overload for 'operator>>' in 'std::operator>> [with _CharT = char, _Traits = std::char_traits<char>](((std::basic_istream<char, std::char_traits<char> >&)(&std::cin)), ((char*)(((char (*)[101])(&s)) + (+(((unsigned int)i) * 101u))))) >> *((+((unsigned int)i)) + 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>
|