using System.Linq;
using ABCNET.Extensions;
public static class Program
{
public static void Main()
1.Step(2).Take(10).Println();
}