https://leetcode.com/problems/count-islands-with-total-value-divisible-by-k
Type: Classic
[[0,2,1,0,0],[0,5,0,0,5],[0,0,1,0,0],[0,1,4,7,0],[0,2,0,0,8]]
5
[[3,0,3,0],[0,3,0,3],[3,0,3,0]]
3©leetcode2
6https://leetcode.com/problems/count-islands-with-total-value-divisible-by-k
Type: Classic
[[0,2,1,0,0],[0,5,0,0,5],[0,0,1,0,0],[0,1,4,7,0],[0,2,0,0,8]]
5
[[3,0,3,0],[0,3,0,3],[3,0,3,0]]
3©leetcode2
6