Matrix POJ - 2155 树状数组+差分
Given an N*N matrix A, whose elements are either 0 or 1. A[i, j] means the number in the i-th row and j-th column. Initially we have A[i, j] = 0 (1 <= i, j <= N).
We can change the matrix in th...
原创
2019-06-01 17:55:55 ·
161 阅读 ·
0 评论