package main import . "fmt" import . "strings" func main() { var s string Scan(&s) t:=SplitN(s,"#",2)[1] a:=SplitN(t,"#",2)[0] Println(a) }