Problem bananasmoothie
User ThinkingGeek257
Submission Time 2026-06-24 08:31:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

bananasmoothie.cpp: In function ‘int main()’:
bananasmoothie.cpp:17:33: error: expected ‘;’ before ‘}’ token
17 | if (i < v.size()) {sum += v[i]};
| ^
| ;