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