上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 14 下一页

2015年3月20日

摘要: Juliano is a fan of the TV show Erasing and Winning, where participants are selected in a draw and receive money for taking part in the show.In the sh... 阅读全文

posted @ 2015-03-20 09:04 LLGemini 阅读(573) 评论(1) 推荐(0) 编辑

2015年3月15日

摘要: C++/STL中定义的next_permutation和prev_permutation函数是非常灵活且高效的一种方法,它被广泛的应用于为指定序列生成不同的排列。next_permutation函数将按字母表顺序生成给定序列的下一个较大的排列,直到整个序列为降序为止。prev_permutation... 阅读全文

posted @ 2015-03-15 11:18 LLGemini 阅读(449) 评论(0) 推荐(0) 编辑

摘要: Since ancient time, people have been dreaming of flying in the sky. Eventually, the dream was realized in the 20th century. Nowadays, the airplane bec... 阅读全文

posted @ 2015-03-15 10:58 LLGemini 阅读(166) 评论(0) 推荐(0) 编辑

2015年3月14日

摘要: Problem F: Polynomial RemainsGiven the polynomial a(x) = anxn+ ... + a1x + a0,compute the remainder r(x) when a(x) is divided by xk+1.The input c... 阅读全文

posted @ 2015-03-14 18:46 LLGemini 阅读(240) 评论(0) 推荐(0) 编辑

摘要: http://www.cnblogs.com/gamesky/archive/2013/01/09/2852356.html好吧,懒死我算了 阅读全文

posted @ 2015-03-14 10:30 LLGemini 阅读(134) 评论(0) 推荐(0) 编辑

摘要: System DependenciesComponents of computer systems often have dependencies--other components that must be installed before they will function properly.... 阅读全文

posted @ 2015-03-14 10:21 LLGemini 阅读(571) 评论(0) 推荐(0) 编辑

2015年3月12日

摘要: When a student is too tired, he can't help sleeping in class, even if his favorite teacher is right here in front of him. Imagine you have a class of ... 阅读全文

posted @ 2015-03-12 19:12 LLGemini 阅读(465) 评论(0) 推荐(0) 编辑

2015年3月10日

摘要: 1A~,但后来看人家的代码好像又写臭了,T^T...Problem A: Educational journeyThe University of Calgary team qualified for the 28th ACM International Collegiate Programming... 阅读全文

posted @ 2015-03-10 21:05 LLGemini 阅读(170) 评论(0) 推荐(0) 编辑

摘要: unsigned int 0~4294967295int 2147483648~2147483647unsigned long 0~4294967295long 2147483648~2147483647long long的最大值:9223372036854775807long long的最小值:-... 阅读全文

posted @ 2015-03-10 20:37 LLGemini 阅读(144) 评论(0) 推荐(0) 编辑

摘要: What is the value this simple C++ function will return? 1 long long H(int n) 2 3 { 4 long long res = 0; 5 for( int i = 1; i 2 #include 3 #includ... 阅读全文

posted @ 2015-03-10 19:32 LLGemini 阅读(170) 评论(0) 推荐(0) 编辑

上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 14 下一页