Problem | childsetter4 |
---|---|
User | evan |
Submission Time | 2025-06-17 09:36:27 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
childsetter4.cpp: In function ‘int main()’:
childsetter4.cpp:13:9: error: no match for ‘operator<<’ (operand types are ‘<unresolved overloaded function type>’ and ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’})
13 | count << Y[i] << X[i];
| ~~~~~~^~~~~~~
In file included from /usr/include/c++/9/regex:62,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:110,
from childsetter4.cpp:1:
/usr/include/c++/9/bits/regex.h:1553:5: note: candidate: ‘template<class _Ch_type, class _Ch_traits, class _Bi_iter> std::basic_ostream<_CharT, _Traits>& std::__cxx11::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::__cxx11::sub_match<_Bi_iter>&)’
1553 | operator<<(basic_ostream<_Ch_type, _Ch_traits>& __os,
| ^~~~~~~~
/usr/include/c++/9/bits/regex.h:1553:5: note: template argument deduction/substitution failed:
child