楼主:
Django (Cython)
2016-08-18 02:59:18题目网址: http://www.puzzleup.com/2016/
http://www.puzzleup.com/2016/puzzle/?4
答题时限: 8月18日7PM-比赛结束(约12月14日)
加分时限: 8月18日7PM-8月23日6:59PM
答对可得基本分100分。答案可上传5次,每改1次答案从基本分扣20分。
比赛期间内可随时上传答案,加分时限内答对第n天加(6-n)分
另依题目的难易有额外加分(如有80%的人这题答错,答对者加80分)
◆NUMBERED CARDS
There are randomly numbered 100 cards. If you randomly draw 95 cards it is
guaranteed that every digit (0-9) will appear at least one time as the
rightmost digit of the drawn card.
What is the minimum number of cards that must be drawn from these 100 cards
in order to guarantee to have at least five different rightmost digits?
Note: The numbers on the cards are unknown.
现有一百张卡,每张卡各有一未知数字。假如从中随机选出95张,那么保证
在这95张卡上的数字最末位中,0到9每个数字都会至少出现一次.
那么至少要从这一百张卡中抽取几张,才能保证所有抽出来的卡片上的数字中,最末位
至少出现五种不同的数字?