-->
当前位置:首页 > 题库

PROGRAMMING:Statistical grid (Cixi, 2013)

Luz5年前 (2021-05-10)题库443
![](~/ 440)
![](~/ 441)
###Input format:
![](~/ 442)
###Output format:
![](~/ 443)
###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