Problem eatinghealthy
User om2024
Submission Time 2025-08-28 16:51:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

eatinghealthy.cpp: In function ‘int main()’:
eatinghealthy.cpp:6:28: error: fixed-point types not supported in C++
6 | if (a+b+c>=k && a+b+c<=2k) {
| ^~
eatinghealthy.cpp:8:15: error: expected ‘(’ before ‘{’ token
8 | } else if {
| ^
| (