package main import . "fmt" import . "strings" func main() { var s string Scan(&s) const l="(^^*)" const r="(*^^)" Println(Count(s,l),Count(s,r)) }