2016年1月28日

摘要: 题目描述:目前,高等院校往往采用 GPA(Grade Point Average)来评价学生的学术表现。传 统的排名方式是求每一个学生的平均成绩,以平均成绩作为依据进行排名。 但是这样的排名方法已经引起了教育界以及社会各界人士的争议。因为它存在 着许多弊端。对于不同的课程,选课学生... 阅读全文
posted @ 2016-01-28 12:27 JeremyGuo 阅读(269) 评论(0) 推荐(0) 编辑
摘要: #include #include #include using namespace std;const int MAXN = 100;int mabs(int u){return u>0?u:-u;}int gcd(int a,int b){ int c; while... 阅读全文
posted @ 2016-01-28 11:28 JeremyGuo 阅读(209) 评论(0) 推荐(0) 编辑
摘要: 高斯消元模板题目, 注意题目有坑n=0, m=0就退出#include #include #include using namespace std;const int MAXN = 100;const double eps = 1e-11;double mabs(double u)... 阅读全文
posted @ 2016-01-28 10:12 JeremyGuo 阅读(142) 评论(0) 推荐(0) 编辑

导航