using System;
public class Program
{
public static void Main()
byte[] buffer = new byte[int.MaxValue];
}