int
[] nums =
[] { 1, 2, 3, 5 }; int
。
string[] names = ["Vasya", "Peter", "Fedya"]; 2)
new
[4];
a.长度;
int N = 10; // 将数组的大小存储在变量 N 中 int[] nums = new int[4]; //创建一个大小为N的数组 Console.Write(nums.Length); // 显示数组的大小
1000 ms 256 Mb Rules for program design and list of errors in automatic problem checking