List<List<int>> matrix = <List<int>>[ for (int i = 0; i < 200; ++i) <int>[ for (int j = 0; j < 10; ++j) j+1 ], ];