摘要: # include <stdio.h># define ARR_SIZE 40 // 定义数组的长度int FindMax( int score[],long num[],int n,long *PMaxNum);main(){int score[ARR_SIZE],maxScore,n,i;long num[ARR_SIZE],maxNum;printf("Please Enter ... 阅读全文
posted @ 2009-06-04 22:43 newsoul 阅读(4748) 评论(1) 推荐(0) 编辑