摘要: 1)实验代码 include include int main(void) { FILE fp; int i,n,max,j; int a[10]; scanf("%d",&n); if((fp=fopen("c:\\duwei.txt","r"))==NULL) { printf("File op 阅读全文
posted @ 2019-03-08 19:39 杜姥爷 阅读(175) 评论(0) 推荐(0)