using System;
public class Program
{
public static void Main()
var b = new byte[2];
Console.WriteLine(b.Length);
}