摘要:
题目:Click here题意:看一下题目下面的Note就会明白的。分析:一开始想的麻烦了,用了树状数组(第一次用)优化,可惜没用。直接判断: 1 #include 2 using namespace std; 3 typedef long long ll; 4 const int INF = 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... 阅读全文
摘要:
题目: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... 阅读全文