using System;
public class Program
{
public static void Main()
const int dwAccess = unchecked((int)0xC0000000);
Console.WriteLine(dwAccess);
}