Problem | eatinghealthy |
---|---|
User | userwithuniquename2012 |
Submission Time | 2025-08-28 16:16:06 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
eatinghealthy.cpp:6:2: error: ‘cin’ does not name a type; did you mean ‘sin’?
6 | cin >> k;
| ^~~
| sin
eatinghealthy.cpp:7:2: error: ‘cin’ does not name a type; did you mean ‘sin’?
7 | cin >> a, b, c;
| ^~~
| sin
eatinghealthy.cpp:8:2: error: expected unqualified-id before ‘if’
8 | if (a+b+c > k) and (a+b+c < k + k)
| ^~