import strutils var s = readLine stdin echo if s.endswith "ai": s.replace("ai", "AI") else: s & "-AI"