| Problem | perm |
|---|---|
| User | YSH2020 |
| Submission Time | 2026-08-20 10:34:35 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
perm.cpp: In function ‘std::vector<int> construct_permutation(long long int)’:
perm.cpp:21:21: error: no match for ‘operator+’ (operand types are ‘int’ and ‘std::vector<int>’)
21 | for (int j = start+vals-1; j >= start; j--) {
| ~~~~~^~~~~
| | |
| int std::vector<int>
In file included from /usr/include/c++/9/bits/stl_algobase.h:67,
from /usr/include/c++/9/vector:60,
from perm.h:1,
from perm.cpp:1:
/usr/include/c++/9/bits/stl_iterator.h:423:5: note: candidate: ‘template<class _Iterator> constexpr std::reverse_iterator<_Iterator> std::operator+(typename std::reverse_iterator<_Iterator>::difference_type, const std::reverse_iterator<_Iterator>&)’
423 | operator+(typename reverse_iterator<_Iterator>::difference_type __n,
| ^~~~~~~~
/usr/include/c++/9/bits/stl_iter