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