s=input() if s.endswith("ai"): print(s+"AI") else: print(s+"-AI")