首页 新闻 会员 周边
3
回答数

待解决问题 ####二维数组

int main(){ typedef int M[2]; M a[3] = {1,2,3,4,5,6}; printf("%d\n",a[1][1]); return 0;} 这一个代码、为啥M是代