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