吐槽:t1数据有些水了瞎搞的勾史模拟,能过大样例,过不了自己造的数据 #include<stdio.h> #include<string.h> #include<algorithm> using namespace std; typedef long long ll; const ll Maxn=1e2; ll t,n,m; struct Node{ll b[Maxn+10];}a[Maxn+10]; ll now_l; bool cmp(Node x,Node y){return x.b[now_l]<y.b[now_l];} ll max(ll x...