数据是不是有问题~~n,k,l存在小于1的数据
the datas of this problem is correct. no N, K ,L less than 1
为什么这个代码会超时
#include <iostream>
using namespace std;

int a[20010];

int main()
{
	int n , k , l , t;
	scanf(\"%d\" , &t);
	while(t --)
	{
		scanf(\"%d %d %d\" , &n , &k , &l);
		if(n < 1 || k < 1 || l < 1)
		{
			while(1);
		}
		for(i = 1 ; i <= n ; i ++)
		{
			scanf(\"%d\" , &a[i]);
		}
	}
	return 0;
}
有人回答么。。。
Sorry....
Please wait...
.......
.............
really sorry for my mistake..
© 2015 HUST ACMICPC TEAM. All Right Reserved.