摘要: 1 #include 2 3 4 int main(void) 5 { 6 int arr[5][5] = { 1, 2, 3, 4, 5, 7 6, 7, 8, 9,10, 8 11,12,13,14,15, 9 16... 阅读全文
posted @ 2018-08-18 20:27 2018年8月10日注册 阅读(169) 评论(0) 推荐(0) 编辑
摘要: 1 //打印二维数组矩阵的主对角线与次对角线 2 #include 3 4 int main(void) 5 { 6 int arr[5][5] = {1, 2, 3, 4, 5, 7 6, 7, 8, 9, 10, 8 11,12, 13,14, 15, 9 ... 阅读全文
posted @ 2018-08-18 18:28 2018年8月10日注册 阅读(467) 评论(0) 推荐(0) 编辑