上一页 1 2 3 4 5 6 ··· 9 下一页
摘要: 题目信息:1008. Elevator (20)时间限制400 ms内存限制32000 kB代码长度限制16000 B判题程序Standard作者CHEN, YueThe highest building in our city has only one elevator. A request li... 阅读全文
posted @ 2014-09-24 09:15 闲云阁 阅读(189) 评论(0) 推荐(0) 编辑
摘要: 题目信息:1006. Sign In and Sign Out (25)时间限制400 ms内存限制32000 kB代码长度限制16000 B判题程序Standard作者CHEN, YueAt the beginning of every day, the first person who sign... 阅读全文
posted @ 2014-09-24 09:12 闲云阁 阅读(168) 评论(0) 推荐(0) 编辑
摘要: 题目信息:1007. Maximum Subsequence Sum (25)时间限制400 ms内存限制32000 kB代码长度限制16000 B判题程序Standard作者CHEN, YueGiven a sequence of K integers { N1, N2, ..., NK}. A ... 阅读全文
posted @ 2014-09-24 09:11 闲云阁 阅读(134) 评论(0) 推荐(0) 编辑
摘要: 题目信息:1005. Spell It Right (20)时间限制400 ms内存限制32000 kB代码长度限制16000 B判题程序Standard作者CHEN, YueGiven a non-negative integer N, your task is to compute the su... 阅读全文
posted @ 2014-09-23 17:18 闲云阁 阅读(131) 评论(0) 推荐(0) 编辑
摘要: 题目信息:1004. Counting Leaves (30)时间限制400 ms内存限制32000 kB代码长度限制16000 B判题程序Standard作者CHEN, YueA family hierarchy is usually presented by a pedigree tree. Y... 阅读全文
posted @ 2014-09-23 17:15 闲云阁 阅读(173) 评论(0) 推荐(0) 编辑
摘要: 题目信息:1003. Emergency (25)时间限制400 ms内存限制32000 kB代码长度限制16000 B判题程序Standard作者CHEN, YueAs an emergency rescue team leader of a city, you are given a speci... 阅读全文
posted @ 2014-09-23 17:12 闲云阁 阅读(138) 评论(0) 推荐(0) 编辑
摘要: 题目信息:1002. A+B for Polynomials (25)时间限制400 ms内存限制32000 kB代码长度限制16000 B判题程序Standard作者CHEN, YueThis time, you are supposed to find A+B where A and B are... 阅读全文
posted @ 2014-09-23 17:07 闲云阁 阅读(146) 评论(0) 推荐(0) 编辑
摘要: 题目信息:1001. A+B Format (20)时间限制400 ms内存限制32000 kB代码长度限制16000 B判题程序Standard作者CHEN, YueCalculate a + b and output the sum in standard format -- that is, ... 阅读全文
posted @ 2014-09-23 17:06 闲云阁 阅读(143) 评论(0) 推荐(0) 编辑
摘要: 效果绚丽的动画效果,可闪光,w键和s键旋转,r 键控制闪光开关代码如下:#include #include #include #pragma comment(lib, "opengl32.lib")#pragma comment(lib, "glut32.lib")#pragma comment(l... 阅读全文
posted @ 2014-09-19 12:03 闲云阁 阅读(937) 评论(0) 推荐(0) 编辑
摘要: 用alpha混合实现透明的效果,可以穿透3d物体源码如下:#include #include #include #pragma comment(lib, "opengl32.lib")#pragma comment(lib, "glut32.lib")#pragma comment(lib, "gl... 阅读全文
posted @ 2014-09-19 11:59 闲云阁 阅读(912) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 9 下一页