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