摘要: #include <stdlib.h> #include <stdio.h> #include <math.h>#define N 100 main(){ int a[N],n,i; float aver,s; float sum=0,e=0; printf("input:"); scanf("%d 阅读全文
posted @ 2018-04-24 15:18 你好vinn 阅读(310) 评论(0) 推荐(0)