132.go 72 B

123456789
  1. package main
  2. func minCut(s string) int {
  3. return 0
  4. }
  5. func main() {
  6. }