摘要: #include <iostream>#include <algorithm>using namespace std;const int N=10010,INF=1e9;int a[N][N],f[N][N];int main(){ int x; cin>>x; while(x--) { int n 阅读全文
posted @ 2022-03-19 21:48 小白QIU 阅读(106) 评论(0) 推荐(0)