using System; class Program { static void Main(string[] args) { string S = (Console.ReadLine() + "-AI").Replace("ai-", ""); Console.WriteLine(S); } }