using System;
namespace C3_3
{
public class Progarm
{
public static void Main()
{
long lValue = Int64.MaxValue;
int iValue = (int)lValue;
Console.WriteLine("int:{0} = {1}", lValue, iValue);
}
}
}
沒有留言:
張貼留言