You are viewing a single comment's thread. Return to all comments →
C# return a.FindAll(x => x <= 0).Count >= k ? "NO" : "YES";
Seems like cookies are disabled on this browser, please enable them to open this website
Angry Professor
You are viewing a single comment's thread. Return to all comments →
C#
return a.FindAll(x => x <= 0).Count >= k ? "NO" : "YES";