Problem fuel
User chiefoggy
Submission Time 2023-12-16 16:35:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fuel.cpp: In function ‘int main()’:
fuel.cpp:12:7: error: ‘class std::vector<int>’ has no member named ‘sort’
12 | v.sort(v.begin(), v.end())
| ^~~~
fuel.cpp:21:24: error: ‘a’ was not declared in this scope
21 | if (used > a){
| ^