2015百度之星1003



原题目:

http://bestcoder.hdu.edu.cn/contests/contest_showproblem.php?cid=584&pid=1003


#include
#include
#define M 1000+10
using namespace std;
int A[M],B[M],C[M],D[M];
int a[M],b[M],c[M],d[M];

//int S[M];
double sum;


int main()
{
    int k,m,n,t,i,j;
	int l=0;
    set s;
    scanf("%d",&t);
    while(t--)
    {
        scanf("%d%d",&n,&m);
        for(i=0;i

你可能感兴趣的:(ACM)