fun main() { 55 - readLine()!!.split(' ').map { it.toInt() }.sum() }