Problem eatinghealthy
User taqtru
Submission Time 2025-08-28 23:33:19
Score 0
Max Time N/A
Max Memory N/A

Compile Error

eatinghealthy.cpp: In function ‘int main()’:
eatinghealthy.cpp:6:25: error: expected ‘;’ before ‘:’ token
6 | cin >> a >> b >> c >> k:
| ^
| ;
eatinghealthy.cpp:9:6: error: ‘else’ without a previous ‘if’
9 | }else{
| ^~~~