我的代码: #include <stdio.h> void main(){ int t; scanf("%d",&t); int arr[t]; for(int i=0;i<t;i++){ int n;int m; int a; scanf("%d",&n); scanf("%d"...