摘要: 1 #include <bits/stdc++.h> 2 using namespace std; 3 4 #define int long long 5 6 #ifdef LOCAL 7 #include "algo/dbg.h" 8 #else 9 #define debug(...) 42 1 阅读全文