package leetcode func maximalRectangle(matrix [][]byte) int { return 0 }