# No.536 人工知能 s = input() if s[-2:] == 'ai': print(s[:-2] + 'AI') else: print(s + '-AI')