//I don't even know if this is the best way to do 2d arrays in c++. const int m[4][2] = { {10,11}, {12,13}, {14,15}, {16,17} }; ...
確定! 回上一頁