Problem | candles |
---|---|
User | PrunJuice |
Submission Time | 2024-10-12 17:33:02 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
candles.cpp: In function ‘int main()’:
candles.cpp:15:20: error: ‘Candies’ was not declared in this scope; did you mean ‘Candles’?
15 | int small = abs((Candies[i]) - (Candles[i + k - 1]));
| ^~~~~~~
| Candles