32626_0_21596.cpp:3: error: `char time[20][8]' 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*)'
32626_0_21596.cpp:3: error: declaration of `char time[20][8]'
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/time.h:85: error: conflicts with previous declaration `time_t time(time_t*)'
32626_0_21596.cpp: In function `void deal(int, int, float)':
32626_0_21596.cpp:10: error: pointer to a function used in arithmetic
32626_0_21596.cpp:10: error: pointer to a function used in arithmetic
32626_0_21596.cpp:10: error: ISO C++ forbids comparison between pointer and integer
32626_0_21596.cpp:14: error: pointer to a function used in arithmetic
32626_0_21596.cpp:14: error: pointer to a function used in arithmetic
32626_0_21596.cpp:14: error: pointer to a function used in arithmetic
32626_0_21596.cpp:14: error: invalid operands of types `time_t (*)(time_t*)' and `int' to binary `operator*'
32626_0_21596.cpp:14: error: pointer to a function used in arithmetic
32626_0_21596.cpp:14: error: pointer to a function used in arithmetic
32626_0_21596.cpp:14: error: pointer to a function used in arithmetic
32626_0_21596.cpp:15: error: invalid operands of types `time_t (*)(time_t*)' and `int' to binary `operator*'
32626_0_21596.cpp:15: error: pointer to a function used in arithmetic
32626_0_21596.cpp:15: error: pointer to a function used in arithmetic
32626_0_21596.cpp:15: error: pointer to a function used in arithmetic
32626_0_21596.cpp:15: error: invalid operands of types `time_t (*)(time_t*)' and `int' to binary `operator*'
32626_0_21596.cpp:15: error: pointer to a function used in arithmetic
32626_0_21596.cpp:15: error: pointer to a function used in arithmetic
32626_0_21596.cpp:15: error: pointer to a function used in arithmetic
32626_0_21596.cpp:15: error: invalid operands of types `time_t (*)(time_t*)' and `int' to binary `operator*'
32626_0_21596.cpp:15: error: pointer to a function used in arithmetic
32626_0_21596.cpp:15: error: pointer to a function used in arithmetic
32626_0_21596.cpp:15: error: pointer to a function used in arithmetic
32626_0_21596.cpp: In function `int main()':
32626_0_21596.cpp:44: error: pointer to a function used in arithmetic
32626_0_21596.cpp:44: error: ambiguous overload for 'operator>>' in 'std::cin >> *((+((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>
|