Problem eatinghealthy
User userwithuniquename2012
Submission Time 2025-08-28 16:17:10
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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)
| ^~