摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->#include using namespace std; #define MAXN 200001 struct Node{ int l,r,c; }nod[3*MAXN]; in... 阅读全文
posted @ 2008-11-06 23:15 Beetlebum 阅读(283) 评论(0) 推荐(0) 编辑