摘要: 1 #include<stdio.h> 2 #include<string.h> 3 4 int num[102], num2[102], low[102], high[102]; 5 int cmp(int x[], int y[])//判断函数用作判断超过区域范围。 6 { 7 int i, lenx, leny; 8 lenx = leny = 101; 9 while(x[lenx] == 0) 10 { 11 lenx--; 12 } 13 while(y[leny] == 0) 14 { 1... 阅读全文
posted @ 2011-09-17 21:02 zhongya 阅读(253) 评论(0) 推荐(0) 编辑