摘要:
内存特征: 计算机中的内存: Capacity: The capacity of the memory is the number of bytes (or preferably words) it can store. The word size (or length) is the natura 阅读全文
摘要:
Problem - A - Codeforces (Unofficial mirror by Menci) #include <bits/stdc++.h> using namespace std; #define M 10000 #define ri register int struct dai 阅读全文
摘要:
思路: 最后转化成一个链, 然后贪心地从链的一端处理即可! #include <bits/stdc++.h> using namespace std; #define M 2000005 #define ri register int long long p[M],q[M],vis[M]; int 阅读全文