摘要: 方法一,穷举法(思考过程照片记录): 程序子数组中变量示图: 程序代码: 1 #include 2 #define M 5 3 #define N 5 4 int sum(int a[][N],int iu,int id,int jl,int jr) //求以... 阅读全文
posted @ 2014-03-19 22:15 安娜123 阅读(218) 评论(0) 推荐(0)