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