s = io.read() if s:find("4") and s:find("6") then print("Beautiful") else print("...") end