编程介的小学生
2017-11-15 15:38Matrix
10Problem Description
Give you a matrix(only contains 0 or 1),every time you can select a row or a column and delete all the '1' in this row or this column .
Your task is to give out the minimum times of deleting all the '1' in the matrix.
Input
There are several test cases.
The first line contains two integers n,m(1<=n,m<=100), n is the number of rows of the given matrix and m is the number of columns of the given matrix.
The next n lines describe the matrix:each line contains m integer, which may be either ‘1’ or ‘0’.
n=0 indicate the end of input.
Output
For each of the test cases, in the order given in the input, print one line containing the minimum times of deleting all the '1' in the matrix.
Sample Input
3 3
0 0 0
1 0 1
0 1 0
0
Sample Output
2
- 点赞
- 回答
- 收藏
- 复制链接分享
1条回答
为你推荐
- python里将dataframe转成matrix后,为什么参数会变
- python
- 1个回答
- Graceful Matrix
- lines
- matrix
- it
- basic
- each
- 1个回答
- 233 Matrix
- each
- matrix
- it
- ai
- 2个回答
- Evaluate Matrix Sum
- matrix
- 1个回答
- Matrix Multiplication
- matrix
- numbers
- 2个回答