Problem | bananasmoothie |
---|---|
User | LXYSGP |
Submission Time | 2025-07-07 09:51:19 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
bananasmoothie.cpp: In function ‘int main()’:
bananasmoothie.cpp:13:33: error: expected ‘;’ before ‘int’
13 | stable_sort(v.begin(), v.end())
| ^
| ;
14 | int start = (v.size() - ((v.size()/k)*k));
| ~~~
bananasmoothie.cpp:16:15: error: ‘start’ was not declared in this scope
16 | for (int i = start; i < v.size(); i+=k){
| ^~~~~