S = input() + "z" ans = [] for s in S: ans.append("a") if s != "a": break print("".join(ans))