| Problem | mindeque |
|---|---|
| User | aj |
| Submission Time | 2025-11-16 18:43:49 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
mindeque.cpp: In function ‘int main()’:
mindeque.cpp:37:17: error: no match for ‘operator<<’ (operand types are ‘std::ostream’ {aka ‘std::basic_ostream<char>’} and ‘std::multiset<int>::iterator’ {aka ‘std::_Rb_tree_const_iterator<int>’})
37 | cout<<min_value.begin()<<endl;
| ~~~~^~~~~~~~~~~~~~~~~~~
| | |
| | std::multiset<int>::iterator {aka std::_Rb_tree_const_iterator<int>}
| std::ostream {aka std::basic_ostream<char>}
In file included from /usr/include/c++/9/iostream:39,
from mindeque.cpp:2:
/usr/include/c++/9/ostream:108:7: note: candidate: ‘std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(std::basic_ostream<_CharT, _Traits>::__ostream_type& (*)(std::basic_ostream<_CharT, _Traits>::