Problem | uniquenumbers |
---|---|
User | UNowen |
Submission Time | 2025-02-22 11:29:56 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
In file included from /usr/include/c++/9/set:60,
from uniquenumbers.cpp:4:
/usr/include/c++/9/bits/stl_tree.h: In instantiation of ‘struct std::_Rb_tree_const_iterator<long long int>’:
/usr/include/c++/9/bits/stl_pair.h:214:11: required from ‘struct std::pair<std::_Rb_tree_const_iterator<long long int>, bool>’
uniquenumbers.cpp:10:22: required from here
/usr/include/c++/9/bits/stl_tree.h:371:7: error: postfix ‘std::_Rb_tree_const_iterator<_Tp>::_Self std::_Rb_tree_const_iterator<_Tp>::operator++(long long int) [with _Tp = long long int; std::_Rb_tree_const_iterator<_Tp>::_Self = std::_Rb_tree_const_iterator<long long int>]’ must have ‘int’ as its argument
371 | operator++(int) _GLIBCXX_NOEXCEPT
| ^~~~~~~~
/usr/include/c++/9/bits/stl_tree.h:386:7: error: postfix ‘std::_Rb_tree_const_iterator<_Tp>::_Self std::_Rb_tree_const_iterator<_Tp>::operator--(long long int) [with