S = input() print(S[:-2] + 'AI' if S.endswith('ai') else f'{S}-AI')