let a = "ABCDEFGHIJKLMNOPQRSTUVWXYZ".map{String($0)} let s = readLine()!.map({String($0)}) var ans=[String]() for i in 0..