• + 0 comments

    in C#;

    public static string angryProfessor(int k, List a) { return a.Count(x=>x<=0)>=k? "NO":"YES";
    }