using System;
public class Program
{
public static void Main()
var length = 5;
for (int offset = 0, c1, c2; offset < length; )
offset++;
}