Convert 1D array index to 2D array index

后端 未结 4 779
青春惊慌失措
青春惊慌失措 2020-12-10 03:20

I have 2 arrays. I want to convert the index of the first array to the second. Is there a better way to do it than what I have below?

Array array1[9];
Array          


        
4条回答
提交回复
热议问题