摘要: #include<stdio.h> #include<bits/stdc++.h> //去掉一个最高分和一个最低分,然后计算平均得分 int main1() { int n; int a[101]; int sum; while(scanf("%d",&n)!=EOF) { sum = 0; for 阅读全文
posted @ 2020-09-13 20:20 Akmf's_blog 阅读(147) 评论(0) 推荐(0)