摘要: http://codevs.cn/problem/1081/#include #include #include using namespace std;const int MAXN = 100000;struct Line { int left, right; int n;};Line... 阅读全文
posted @ 2014-10-19 10:47 阿牧遥 阅读(181) 评论(0) 推荐(0)
摘要: http://codevs.cn/problem/1080/#include #include #include using namespace std;const int MAXN = 100000;struct Line { int left, right; int n;};Line... 阅读全文
posted @ 2014-10-19 10:40 阿牧遥 阅读(206) 评论(0) 推荐(0)