85.go 89 B

123456789
  1. package main
  2. func maximalRectangle(matrix [][]byte) int {
  3. return 0
  4. }
  5. func main() {
  6. }