拿出11条数据
//条件
每个位置(position)的人数限制
每队(team)人数不能超过7人
credits的总和在100分之内(包含100)
总分(points)最高
//位置人数限制
position-1 : 1 position-2 : 3-5 position-3 : 1-3 position-4 : 3-5
//模拟数据
{
points credits position team
56 9.0 1 t1
54 9.1 2 t1
35 8.0 2 t2
32 8.0 3 t1
20 8.5 1 t2
18 9.0 3 t2
16 9.1 2 t2
15 8.0 3 t2
13 7.0 3 t1
10 8.5 4 t2
7 9.0 4 t2
5 8.0 2 t1
4 7.0 3 t1
3 8.5 4 t1
2 9.0 3 t1
1 8.5 4 t2
0 9.0 3 t2
0 8.5 4 t1
0 9.0 3 t2
0 8.5 4 t1
0 9.0 3 t1
0 8.5 4 t2
... ... ... ...
}
泛舟湖上清波郎朗
相关分类