int
[] nums =
[] { 1, 2, 3, 5 }; int
であることを意味します。
string[] names = ["Vasya"、"Peter"、"Fedya"]; 2)
new
[4];
a.Length;
int N = 10; // 配列のサイズを変数 N に格納します int[] nums = 新しい int[4]; // サイズ N の配列を作成します Console.Write(nums.Length); // 配列のサイズを表示する
1000 ms 256 Mb Rules for program design and list of errors in automatic problem checking