package main import . "fmt" import . "strings" func main() { var s string Scan(&s) Println(Count(s,"mi")) }