• + 0 comments

    C#
    return a.FindAll(x => x <= 0).Count >= k ? "NO" : "YES";