Problem bananasmoothie
User sqrt64
Submission Time 2026-07-01 14:11:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

bananasmoothie.cpp: In function ‘int main()’:
bananasmoothie.cpp:24:44: error: expected ‘;’ before ‘}’ token
24 | ans += min({vec[i],vec[i+1], vec[i+2]})
| ^
| ;
25 | }
| ~