摘要: #include using namespace std; typedef long long ll; typedef pair pii; const int MAXN = 10005; const int INF = 99999999; int n; int main() { ///ios::sync_with_stdio(0);cin.tie(0); ///freopen... 阅读全文