Problem candies_ioi
User Pan
Submission Time 2024-09-01 01:42:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

candies_ioi.cpp: In function ‘std::vector<int> distribute_candies(std::vector<int>, std::vector<int>, std::vector<int>, std::vector<int>)’:
candies_ioi.cpp:128:32: error: no match for ‘operator<’ (operand types are ‘ll’ {aka ‘long long int’} and ‘std::vector<int>’)
128 | if (root->maxx - root-> minn < c) ans[i] = root->sum - root->minn;
| ~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
| | |
| | std::vector<int>
| ll {aka 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 candies_ioi.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_match<_BiIte