a = input() if a[-2:] == "ai": print(a[:-3], "AI", sep="-") else: print(a, "AI", sep="-")