func main() var s: []char :: cui@input() ~ "b" for i(0, ^s - 1) if(s[i] <> 'a') do cui@print("\{"a".repeat(i + 1)}\n") ret end if end for end func