Problem bananasmoothie
User Winstone
Submission Time 2025-06-19 16:36:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

bananasmoothie.cpp: In function ‘int main()’:
bananasmoothie.cpp:15:16: error: expected ‘,’ before ‘-’ token
15 | sum += q([k-1 + i*k]);
| ^
| ,
bananasmoothie.cpp:15:16: error: expected identifier before ‘-’ token
bananasmoothie.cpp: In lambda function:
bananasmoothie.cpp:15:25: error: expected ‘{’ before ‘)’ token
15 | sum += q([k-1 + i*k]);
| ^
bananasmoothie.cpp: In function ‘int main()’:
bananasmoothie.cpp:15:25: error: ‘q’ cannot be used as a function