🌈 搜索
📅  最后修改于: 2022-03-11 14:44:53.659000             🧑  作者: Mango
int a[2][3]= { {1, 2, 3}, {4, 5, 6} }; cout << a[1][1]; // Output is 5