编程介的小学生
2019-02-18 22:15请问这个选择优化的算法问题输出序列如何是利用C语言的技术?
Problem Description
The college of computer & software is going to hold an ACM contest. N (0<N<=1000) students have registered for the contest, and the teacher LCY has thought up M (0<M<=15) problems numbered from 1 to M. LCY is so familiar with the students that he can forecast the result of every student for the M problems.
Now he will select as many problems as possible from the M problems. And he want at least K (0<=K<=M) students to solve all problems. Will you compute the maximum number of problems he can choose? Output "0" if there is no selection can satisfy the condition.
Input
First line of each case contains three integers: N, M and K. Then N lines follow, and each line has the format:
Name P N1 N2 … NP.
Name (the length won't exceed 20), P (number of problems he/she can solve, 0<=P<=M), then P integers (represent the problems, 1-based).
Output
Output the maximum number of problems.
Sample Input
2 6 2
zl1 6 1 2 3 4 5 6
zl2 5 1 2 3 4 5
2 3 2
zl1 2 2 3
zl2 1 1
Sample Output
5
0
- 点赞
- 回答
- 收藏
- 复制链接分享
0条回答
为你推荐
- 这是一个关于C语言输入输出函数的问题
- c语言
- 4个回答
- 2019第一个问题,请问用C语言怎么实现素数的这个算法?
- r语言
- Golang
- erlang
- 2个回答
- SOS 区分子树的算法问题,怎么使用C语言进行解决?
- r语言
- Golang
- erlang
- 1个回答
- Pyramid Split,请问这个算法用C语言实现一般的思路是什么?
- 算法
- c语言
- parallel
- each
- square
- 1个回答
- 一个有关数据库遇到的算法障碍的问题怎么解决?C语言
- 数据库
- lines
- as
- c语言
- 1个回答