Problem | eatinghealthy |
---|---|
User | Sumnumnumnumnum |
Submission Time | 2025-08-28 16:11:02 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
eatinghealthy.cpp: In function ‘int main()’:
eatinghealthy.cpp:9:13: error: lvalue required as left operand of assignment
9 | if (a+b+c = k){
| ^
eatinghealthy.cpp:11:15: error: lvalue required as left operand of assignment
11 | if (a+b+c = k+k) or (a+b+c > k ){
| ^
eatinghealthy.cpp:11:18: error: expected primary-expression before ‘or’ token
11 | if (a+b+c = k+k) or (a+b+c > k ){
| ^~