摘要: link Code: #include <iostream> #include <cstring> #include <algorithm> using namespace std; #define int long long const int N = 1e5 + 10, M = 1e5; int 阅读全文