Problem eatinghealthy
User beefburger
Submission Time 2026-01-29 10:12:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

eatinghealthy.cpp: In function ‘int main()’:
eatinghealthy.cpp:11:10: error: expected ‘;’ before ‘if’
11 | sum += c
| ^
| ;
12 | if (sum >= k and sum <= 2*k){
| ~~
eatinghealthy.cpp:14:4: error: ‘else’ without a previous ‘if’
14 | } else {
| ^~~~