Problem bananasmoothie
User PerihelionfromAphelion
Submission Time 2026-09-01 17:56:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

bananasmoothie.cpp: In function ‘int main()’:
bananasmoothie.cpp:12:7: error: ‘i’ was not declared in this scope
12 | for (i = 0; i < n; i++) {
| ^
bananasmoothie.cpp:20:8: error: ‘i’ was not declared in this scope
20 | for (i = k - 1; i < gud.size(); i = i + k) {
| ^