摘要: #include<iostream>using namespace std;int main(){ int arr[][3] = { { 1, 2, 3 }, { 4, 5, 6 }, { 7, 8, 9 }, }; printf("before change!\n"); int i, j, t; 阅读全文
posted @ 2017-08-04 14:37 jandli 阅读(71) 评论(0) 推荐(0)