PROGRAMMING:Statistical grid (Cixi, 2013)


###Input format:

###Output format:

###Input example:
```in
6 6
1 1 1 1 1 1
1 0 1 0 0 1
1 0 1 1 0 1
1 0 1 0 1 1
1 0 1 0 0 1
1 1 1 1 1 1
```
###Output example:
```out
10 2 1
```
answer:If there is no answer, please comment

###Input format:

###Output format:

###Input example:
```in
6 6
1 1 1 1 1 1
1 0 1 0 0 1
1 0 1 1 0 1
1 0 1 0 1 1
1 0 1 0 0 1
1 1 1 1 1 1
```
###Output example:
```out
10 2 1
```
answer:If there is no answer, please comment