using System;
using System.Linq;
Console.WriteLine(new string("アローラロコン".Select((x,i)=>(x,i)).Where(x=>x.i%2==0).Select(x=>x.x).ToArray()));