• + 0 comments

    C# Solution

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