n=gets.chomp.split("") puts (n.count{|e| e=="4"}*n.count{|e| e=="6"})>0?"Beautiful":"..."