MDeath-Kid

- M I T & Y
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2011年11月14日

摘要: by MDK!2011/11/14 21:34 Crafting Winning Solutions A good way to get a competitive edge is to write down a game plan for what you're going to do in a contest round. This will help you script out your... 阅读全文

posted @ 2011-11-14 21:38 MDeath-Kid 阅读(625) 评论(0) 推荐(1)

摘要: PROB Milking Cows [ANALYSIS] 对于区间的问题的求法//最长连续区间。/* 考虑: 区间两端点相等的情况。 * 区间如何排序 * 每次区间要求的值改变的情况都去吃max * 每次都要考虑区间最初和最后 */struct cmp{ bool operator () (PII a,PII b) { if(a.first == b.first) return a.s... 阅读全文

posted @ 2011-11-14 09:04 MDeath-Kid 阅读(215) 评论(0) 推荐(0)