摘要: Ahttp://acm.sdut.edu.cn/sdutoj/problem.php?action=showproblem&problemid=2089去掉最高最低 算平均View Code 1 #include<iostream> 2 #include<cstring> 3 #include<cstdio> 4 #include<stdlib.h> 5 #include<algorithm> 6 using namespace std; 7 double a[10]; 8 int main() 9 {10 int i,j,k 阅读全文
posted @ 2013-03-17 17:51 _雨 阅读(182) 评论(2) 推荐(0)