|
cable cable cableTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 90 Accepted Submission(s): 79
Problem Description
Connecting the display screen and signal sources which produce different color signals by cables, then the display screen can show the color of the signal source.Notice that every signal source can only send signals to one display screen each time.
Now you have M display screens and K different signal sources( K≤M≤232−1 ). Select K display screens from M display screens, how many cables are needed at least so that **any** K display screens you select can show exactly K different colors.
Input
Multiple cases (no more than
100
), for each test case:
there is one line contains two integers M and K .
Output
Output the minimum number of cables
N
.
Sample Input
Sample Output
Source
——————————————————————————————————
题目的意思是给出m台显示器和k种颜色,要求每台显示器匹配一或多种颜色,
使得任意的选出k台都能颜色不相同
思路:找规律
|
HDU6195 cable cable cable
最新推荐文章于 2021-08-29 12:34:22 发布