fun main(args: Array) { val n = readLine()!! println(if(n.contains('4') && n.contains('6')) "Beautiful" else "...") }