You are viewing a single comment's thread. Return to all comments →
If we respect the first constaint test 6 fails.
var filteredCandles = candles.Where(candle => candle >= 1 && candle <= Math.Pow(10, 5)).ToArray();
I think there is an error in test cases
Seems like cookies are disabled on this browser, please enable them to open this website
Birthday Cake Candles
You are viewing a single comment's thread. Return to all comments →
If we respect the first constaint test 6 fails.
var filteredCandles = candles.Where(candle => candle >= 1 && candle <= Math.Pow(10, 5)).ToArray();
I think there is an error in test cases