该文被密码保护。 阅读全文
posted @ 2012-12-22 16:27
桑海
阅读(1)
评论(0)
推荐(0)
|
摘要:
期待给予指正与建议,愿共勉 习题3-1: 分数统计(stat) 输入一些学生的分数,那个分数出现的次数最多?如果有多个并列,从大到小输出。 任务一:分数均为不超过100的非负整数。 Code#include<iostream>#include<cstring>using namespace std;int main(){ int a[101], n; memset(a, 0, si... 阅读全文
posted @ 2012-12-22 11:47
桑海
阅读(1142)
评论(2)
推荐(0)
|