Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
各配列が独自のインデックスを持つ for ループを使用して n (たとえば n=10000) 配列を作成する方法はありますか? 配列[,] 数値 1 配列[,] 数値 2 配列[,] 数値 3 . . . 私はこのコードを試しました:
for (i=1;i<=10000;i++) { // create 2-dim array with index i }