Problem bananasmoothie
User JoshJuice
Submission Time 2024-08-31 02:13:10
Score 0
Max Time N/A
Max Memory N/A

Compile Error

bananasmoothie.cpp: In function ‘int main()’:
bananasmoothie.cpp:20:4: error: expected ‘}’ before ‘else’
20 | } else if (k == 1) {
| ^~~~
bananasmoothie.cpp:10:13: note: to match this ‘{’
10 | if (k > 1) {
| ^