如果我有这个:
List<List<int>> matrix = new List<List<int>>();
我将如何填充它,使它看起来像这样:
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
c#
c# ×1