Problem eatinghealthy
User ilovepythonandhatecplusplus
Submission Time 2025-08-29 17:29:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

eatinghealthy.cpp: In function ‘int main()’:
eatinghealthy.cpp:8:19: error: expected primary-expression before ‘)’ token
8 | if ((a+b+c)<d)){
| ^
eatinghealthy.cpp:11:17: error: expected ‘;’ before ‘}’ token
11 | }cout<<"YES"
| ^
| ;
12 | }
| ~