/** 2016 - 07 - 30 晚上 Author: ITAK Motto: 今日的我要超越昨日的我,明日的我要胜过今日的我, 以创作出更好的代码为目标,不断地超越自己。 **/ #include #include #include #include #include #include #include #include #include using namespace std; typedef long long LL; typedef unsigned long long ULL; const int MAXN = 1e6+5; const int MOD = 1e9+7; const double eps = 1e-7;; int d[MAXN]; int main() { int T, n, k; scanf("%d",&T); while(T--) { scanf("%d%d",&n,&k); for(int i=0; i= n) { printf("%d\n",n); continue; } sort(d, d+n-1); for(int i=0; i