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