码迷,mamicode.com
首页 >  
搜索关键字:gpa    ( 106个结果
HDU 4968 Improving the GPA 多校第九场1009
Problem Description Xueba: Using the 4-Point Scale, my GPA is 4.0. In fact, the AVERAGE SCORE of Xueba is calculated by the following formula: AVERAGE SCORE = ∑(Wi * SCOREi) / ∑(Wi) 1 where SC...
分类:其他好文   时间:2014-08-19 19:02:25    阅读次数:422
HDU 4406 GPA(网络流-最大费用流)
HDU 4406 GPA(网络流-最大费用流) 题目大意: 有m门课,n天,每天可以复习特定的几门课,每门课有学分,基础分,复习一次可以加分,绩点有计算公式,问你总绩点最多多少? 解题思路: 用最大费用流可以做。...
分类:其他好文   时间:2014-08-11 21:24:23    阅读次数:295
HDU1202 The calculation of GPA
#include double f(double p) { if(p >= 90) return 4; if(p >= 80) return 3; if(p >= 70) return 2; if(p >= 60) return 1; return 0; } int main() { int n; double s, p, sums,...
分类:其他好文   时间:2014-08-01 09:17:11    阅读次数:231
hdu 1202The calculation of GPA (简单题+坑)
The calculation of GPATime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 18748Accepted Submission(s):...
分类:其他好文   时间:2014-07-23 12:19:07    阅读次数:200
hdu 4802 GPA
水题#include #include using namespace std;int main(){ int n; int c,sum1; double sum2; char str[10]; while(scanf("%d",&n)!=EOF) { ...
分类:其他好文   时间:2014-07-16 21:20:09    阅读次数:173
华师IFC国际预科美加转学分优势多
近期,我院IFC学生录取喜讯不断,同学们已陆续收到美国纽约州立大学阿尔巴尼分校,纽约州立大学古西堡分校,纽约州立大学布洛克波特学院,俄勒冈州立大学,加拿大西蒙菲沙大学,曼尼托巴大学,纽布伦斯威克大学等多所高校的入学通知书,这些语言成绩和专业课程GPA合格的学生,在国内所修的IFC专业课程合格学分可以...
分类:其他好文   时间:2014-05-14 10:24:38    阅读次数:272
106条   上一页 1 ... 9 10 11
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!