上一页 1 ··· 42 43 44 45 46
  2015年8月16日
摘要: Parity gameTime Limit: 1000MS Memory Limit: 65536KTotal Submissions: 7101 Accepted: 2751DescriptionNow and then you play the following game with you... 阅读全文
posted @ 2015-08-16 15:55 Beserious 阅读(181) 评论(0) 推荐(0) 编辑
  2015年8月15日
摘要: Zjnu StadiumTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 2302Accepted Submission(s): 876Problem... 阅读全文
posted @ 2015-08-15 17:08 Beserious 阅读(158) 评论(0) 推荐(0) 编辑
摘要: A Bug's LifeTime Limit: 15000/5000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 11981Accepted Submission(s): 3901Prob... 阅读全文
posted @ 2015-08-15 11:35 Beserious 阅读(197) 评论(1) 推荐(0) 编辑
  2015年5月25日
摘要: set是STL中一种标准关联容器(vector,list,string,deque都是序列容器,而set,multiset,map,multimap是标准关联容器),它底层使用平衡的搜索树——红黑树实现,插入删除操作时仅仅需要指针操作节点即可完成,不涉及到内存移动和拷贝,所以效率比较高。set,顾名 阅读全文
posted @ 2015-05-25 16:35 Beserious 阅读(4210) 评论(0) 推荐(0) 编辑
上一页 1 ··· 42 43 44 45 46