摘要: #include<stdio.h>#include<stdlib.h>int main(){ static int a[2][3] = { { 1, 2, 3 }, { 4, 5, 6 } }; static int b[3][2], i, j; printf("array a:\n"); for 阅读全文
posted @ 2019-11-24 20:41 哈哈,呵呵,嘿嘿 阅读(110) 评论(0) 推荐(0)