let s = stdin.ReadLine () String.replicate ((s |> Seq.filter ((=)'a') |> Seq.length) + 1) "a" |> printfn "%s"