Ethan Hunt is ready for another "Mission: Impossible". To disable a chemical weapon, he must type the correct code. He only knows that the code is obtained in the following way: "using a secret operator on a list of strings, you must obtain the sum of the lengths of all the words whose length exceeds the limit indicated". Please help Ethan print the value and save us again.
val listOfWords = listOf("expetum", "axio", "lithigum", "anima", "milonga")
println(listOfWords secret 5)