A = input() if A.endswith("ai"): print(A[:-2]+"AI") else: print(A+"-AI")