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