摘要:
#include<bits/stdc++.h> #include<ext/pb_ds/assoc_container.hpp> #include<ext/pb_ds/tree_policy.hpp> using namespace std; using namespace __gnu_cxx; us 阅读全文
摘要:
注意 不用vis[]判断 直接在 did结构体里面写operator < 写cmp的话要超时!!! #include<bits/stdc++.h> using namespace std; typedef long long ll; const int inf=(1<<31)-1; const in 阅读全文