Problem | cakerun |
---|---|
User | cokeaholic07 |
Submission Time | 2025-03-01 16:40:36 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
cakerun.cpp: In function ‘int main()’:
cakerun.cpp:77:29: error: use of ‘prev’ before deduction of ‘auto’
77 | auto prev = prev(it);
| ^~~~
cakerun.cpp:80:81: error: no matching function for call to ‘std::vector<std::pair<long long int, long long int> >::push_back(<brace-enclosed initializer list>)’
80 | if (prev->first < l) toInsert.push_back({prev->first, l - 1});
| ^
In file included from /usr/include/c++/9/vector:67,
from /usr/include/c++/9/functional:62,
from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13,
from /usr/include/c++/9/algorithm:71,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:65,
from cakerun.cpp:1:
/usr/include/c++/9/bits/stl_vector.h:1184:7: note: