N = list(map(int,list(input()))) if 4 in N and 6 in N: print('Beautiful') else: print('...')