如题,自己测了半个小时了,通过率一直卡在96%,实在测不出来了。 #include <iostream> #include <algorithm> #include <cstring> #include <cmath> #include <vector> #include <unordered_map> #include <map> #include <iomanip> #include <queue> using namespace std; typedef long long LL;...