You are viewing a single comment's thread. Return to all comments →
in C#;
public static string angryProfessor(int k, List a) { return a.Count(x=>x<=0)>=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 →
in C#;
public static string angryProfessor(int k, List a) { return a.Count(x=>x<=0)>=k? "NO":"YES";
}