摘要:
自己用线段树写了一遍 还需... #include #include #include struct node { int left, right; node * pl, * pr; int height; int hCount; int Lheight, Rheight; }line[80002]; int n; int lineCount; ... 阅读全文
posted @ 2007-10-10 22:34
sql172
阅读(201)
评论(0)
推荐(0)
浙公网安备 33010602011771号