习题3-1 分数统计(stat) 输入一些学生的分数,哪个分数出现的次数最多?如果有多个并列,从小到大输出。 任务1:分数均为不超过100的非负整数 #include<stdio.h> #include<string.h> #include<ctype.h> #include<iostream> #include<math.h> using namespace std; int main() { int i,a[101],n,max; memset(a,sizeof(a),0); while(1