Problem bananasmoothie
User vadar2525
Submission Time 2025-10-15 15:46:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

bananasmoothie.cpp: In function ‘int main()’:
bananasmoothie.cpp:16:29: error: expected ‘;’ before ‘if’
16 | reverse(a.begin(), a.end())
| ^
| ;
17 | if(k <= n){
| ~~