#include<iostream> #include<cstdio> #include<cstring> using namespace std; const int N=105; int T,n,a,cnt,tot,sum; int school[N],home[N] ...
確定! 回上一頁