Birthday Cake Candles

  • + 0 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