fun main() { println(readLine()!!.withIndex().map { it.value - (25 - (it.index % 26))}.joinToString("")) }