s = input() if "4" in s and "6" in s: print("Beautiful") else: print("...")