| Problem | eatinghealthy |
|---|---|
| User | userwithuniquename2012 |
| Submission Time | 2025-08-28 16:49:00 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
eatinghealthy.cpp: In function ‘int main()’:
eatinghealthy.cpp:7:23: error: expected ‘;’ before ‘if’
7 | cin >> a>>b>> c>> k;k
| ^
| ;
8 | if (a+b+c => k && a+b+c < k + k){
| ~~
eatinghealthy.cpp:10:2: error: ‘else’ without a previous ‘if’
10 | else {
| ^~~~