摘要: 题目:Click here题意:看一下题目下面的Note就会明白的。分析:一开始想的麻烦了,用了树状数组(第一次用)优化,可惜没用。直接判断: 1 #include 2 using namespace std; 3 typedef long long ll; 4 const int INF = 0... 阅读全文
posted @ 2015-08-14 15:41 TaoTaoCome 阅读(122) 评论(0) 推荐(0) 编辑
摘要: 题目:Click here 1 #include 2 using namespace std; 3 typedef long long ll; 4 const int INF = 0x3f3f3f3f; 5 const int M = 1178706+3; 6 7 int n, m; 8 int... 阅读全文
posted @ 2015-08-14 15:34 TaoTaoCome 阅读(154) 评论(0) 推荐(0) 编辑
摘要: 题目:Click here 1 #include 2 using namespace std; 3 typedef long long ll; 4 const int INF = 0x3f3f3f3f; 5 const int M = 1178706+3; 6 7 int n, m; 8 int... 阅读全文
posted @ 2015-08-14 15:31 TaoTaoCome 阅读(147) 评论(0) 推荐(0) 编辑