Problem bananasmoothie
User WangZhenxuan
Submission Time 2025-06-16 21:33:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

bananasmoothie.cpp: In function ‘int main()’:
bananasmoothie.cpp:19:1: error: expected primary-expression before ‘.’ token
19 | .
| ^
bananasmoothie.cpp:20:5: error: expected unqualified-id before ‘for’
20 | for (int i = 1; i <= smoothies; i++) {
| ^~~
bananasmoothie.cpp:20:21: error: ‘i’ was not declared in this scope
20 | for (int i = 1; i <= smoothies; i++) {
| ^