CodeForces - 1107D Compression(思维)
You are given a binary matrix A of size n×n. Let’s denote an x-compression of the given matrix as a matrix B of size nx×nx such that for every i∈[1,n],j∈[1,n] the condition A[i][j]=B[⌈i/x⌉][⌈j/x⌉] is ...
原创
2019-06-27 16:08:20 ·
355 阅读 ·
0 评论