S=input() if S[-2:]=="ai": print("".join(S[0:-2])+"AI") else: print("".join(S)+"-AI")