摘要: 产生冠军Time Limit: 1000/1000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 10983Accepted Submission(s): 5088Problem Descr... 阅读全文
posted @ 2015-07-27 15:16 handsomecui 阅读(345) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2015-07-27 14:45 handsomecui 阅读(1) 评论(0) 推荐(0) 编辑
摘要: set代码: 1 #include 2 #include 3 using namespace std; 4 int main(){ 5 setm; 6 set::iterator iter; 7 set::iterator fir,sec; 8 for(int i=15;i>=0;i-=2... 阅读全文
posted @ 2015-07-27 14:20 handsomecui 阅读(213) 评论(0) 推荐(0) 编辑
摘要: STL中的set容器的一点总结 1.关于set C++ STL 之所以得到广泛的赞誉,也被很多人使用,不只是提供了像vector, string, list等方便的容器,更重要的是STL封装了许多复杂的数据结构算法和大量常用数据结构操作。vector封装数组,list封装了链表,map和set封装了 阅读全文
posted @ 2015-07-27 12:42 handsomecui 阅读(317) 评论(0) 推荐(0) 编辑
摘要: HDOJ 题目分类/** 一:简单题*/1000: 入门用;1001: 用高斯求和公式要防溢出1004:1012:1013: 对9取余好了1017:1021:1027: 用STL中的next_permutation()1029:1032:1037:1039:1040:1056:1064:1065:1... 阅读全文
posted @ 2015-07-27 11:26 handsomecui 阅读(250) 评论(0) 推荐(0) 编辑
摘要: Train Problem ITime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 25773Accepted Submission(s): 9729Pr... 阅读全文
posted @ 2015-07-27 11:21 handsomecui 阅读(171) 评论(0) 推荐(0) 编辑
摘要: 欢迎参加——BestCoder周年纪念赛(高质量题目+多重奖励)猜数字Time Limit: 3000/1000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 4041Accepted Su... 阅读全文
posted @ 2015-07-27 08:53 handsomecui 阅读(579) 评论(0) 推荐(0) 编辑
摘要: Change the ballTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 552Accepted Submission(s): 193Probl... 阅读全文
posted @ 2015-07-25 19:10 handsomecui 阅读(215) 评论(0) 推荐(0) 编辑
摘要: N!AgainTime Limit : 2000/1000ms (Java/Other)Memory Limit : 32768/32768K (Java/Other)Total Submission(s) : 23Accepted Submission(s) : 10Problem Descrip... 阅读全文
posted @ 2015-07-25 18:25 handsomecui 阅读(365) 评论(0) 推荐(0) 编辑
摘要: 欢迎参加——BestCoder周年纪念赛(高质量题目+多重奖励) DNA Sorting Problem Description One measure of ``unsortedness'' in a sequence is the number of pairs of entries that 阅读全文
posted @ 2015-07-25 18:06 handsomecui 阅读(547) 评论(0) 推荐(0) 编辑