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