Problem | noodlestore |
---|---|
User | Ski3r3n |
Submission Time | 2023-05-06 10:42:42 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
noodlestore.cpp: In function ‘int main()’:
noodlestore.cpp:46:21: error: no match for ‘operator<’ (operand types are ‘std::_Deque_iterator<long long int, long long int&, long long int*>’ and ‘std::deque<long long int>::size_type’ {aka ‘long unsigned int’})
46 | if (idd < order.size()) {
| ~~~ ^ ~~~~~~~~~~~~
| | |
| | std::deque<long long int>::size_type {aka long unsigned int}
| std::_Deque_iterator<long long int, long long int&, long long int*>
In file included from /usr/include/c++/9/regex:62,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:110,
from noodlestore.cpp:1:
/usr/include/c++/9/bits/regex.h:1048:5: note: candidate: ‘template<class _BiIter> bool std::__cxx11::operator<(const std::__cxx11::sub_match<_BiIter>&, const std::__cxx11::sub