n = input() print("Beautiful" if n.find("4") >= 0 and n.find("6") >= 0 else "...")