Problem gather
User user123
Submission Time 2026-05-29 19:40:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gather.cpp: In function ‘int car_gathering(int, std::vector<int>, std::vector<int>)’:
gather.cpp:33:2: error: ‘sort’ was not declared in this scope; did you mean ‘short’?
33 | sort(slopes.begin(), slopes.end());
| ^~~~
| short