import java.util.Scanner; public class No3010 { public static void main(String[] args) { Scanner sc = new Scanner(System.in); String[] splitedLine = sc.nextLine().split(" "); int humanNum = Integer.parseInt(splitedLine[0]); int questionNum = Integer.parseInt(splitedLine[1]); int ngNum = 0; for(int i=0; i