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