Problem | childvschild |
---|---|
User | StormyGood |
Submission Time | 2024-12-18 10:09:12 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
childvschild.cpp: In function ‘int main()’:
childvschild.cpp:14:21: error: no match for ‘operator>>’ (operand types are ‘std::basic_istream<char>::__istream_type’ {aka ‘std::basic_istream<char>’} and ‘const std::_Swallow_assign’)
14 | cin >> a[i] >> ignore;
| ^~ ~~~~~~
| |
| const std::_Swallow_assign
In file included from /usr/include/c++/9/iostream:40,
from childvschild.cpp:1:
/usr/include/c++/9/istream:120:7: note: candidate: ‘std::basic_istream<_CharT, _Traits>::__istream_type& std::basic_istream<_CharT, _Traits>::operator>>(std::basic_istream<_CharT, _Traits>::__istream_type& (*)(std::basic_istream<_CharT, _Traits>::__istream_type&)) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_istream<_CharT, _Traits>::__istream_type = std::basic_istream<char>]’