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