open /var/local/lib/isolate/417/box/a.out: no such file or directory
main.cpp: In function 'int main()':
main.cpp:34:20: error: no match for 'operator>=' (operand types are 'rendeles' and 'int')
34 | while(a[ag]>=nc && lim<k && ag<=m) {
| ~~~~~^~~~
| | |
| | int
| rendeles
In file included from /usr/include/c++/12/string:47,
from /usr/include/c++/12/bits/locale_classes.h:40,
from /usr/include/c++/12/bits/ios_base.h:41,
from /usr/include/c++/12/ios:42,
from /usr/include/c++/12/ostream:38,
from /usr/include/c++/12/iostream:39,
from main.cpp:1:
/usr/include/c++/12/bits/stl_iterator.h:479:5: note: candidate: 'template<class _Iterator> constexpr bool std::operator>=(const reverse_iterator<_Iterator>&, const reverse_iterator<_Iterator>&)'
479 | operator>=(const reverse_iterator<_Iterator>& __x,
| ^~~~~~~~
/usr/include/c++/12/bits/stl_iterator.h:479:5: note: template argument deduction/substitution failed:
main.cpp:34:22: note: 'rendeles' is not derived from 'const std::reverse_iterator<_Iterator>'
34 | while(a[ag]>=nc && lim<k && ag<=m) {
| ^~
/usr/include/c++/12/bits/stl_iterator.h:523:5: note: candidate: 'template<class _IteratorL, class _IteratorR> constexpr bool std::operator>=(const reverse_iterator<_Iterator>&, const reverse_iterator<_IteratorR>&)'
523 | operator>=(const reverse_iterator<_IteratorL>& __x,
| ^~~~~~~~
/usr/include/c++/12/bits/stl_iterator.h:523:5: note: template argument deduction/substitution failed:
main.cpp:34:22: note: 'rendeles' is not derived from 'const std::reverse_iterator<_Iterator>'
34 | while(a[ag]>=nc && lim<k && ag<=m) {
| ^~
/usr/include/c++/12/bits/stl_iterator.h:1713:5: note: candidate: 'template<class _IteratorL, class _IteratorR> constexpr bool std::operator>=(c...