`a.flatMap { it.split(" ").map { it.toInt() } }`
# getting-started
k
a.flatMap { it.split(" ").map { it.toInt() } }