Problem | candles |
---|---|
User | asruby |
Submission Time | 2023-12-01 16:49:19 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
candles.cpp: In function ‘int main()’:
candles.cpp:21:45: error: incompatible types in assignment of ‘void’ to ‘long long int [N]’
21 | sorted = sort(candles.begin(),candles.end());
| ^