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