题目网址: https://www.puzzleup.com/2022/
https://www.puzzleup.com/2022/puzzle/?5
答题时限: 11月17日7PM-比赛结束(约12月29日)
加分时限: 11月17日7PM-11月22日6:59PM
答对可得基本分100分。答案可上传5次,每改1次答案从基本分扣20分。
比赛期间内可随时上传答案,加分时限内答对第n天加(6-n)分
另依题目的难易有额外加分(如有80%的人这题答错,答对者加80分)
◆ONE AND TWO
You will generate a number using only the digits 1 and 2. Our condition
is that no sequence of 3 or more digits consecutively repeats two times.
How many digits is the largest number satisfying this condition?
Note: The sequence "xxxx" cannot be included in the number because "xxx"
repeats twice.
只用数字1跟2,组出一个数字。条件是不得重复出现相同的连续三位以上数字组合。
问满足此条件的最大数字有几位数?
注:如"xxxx"不满足条件,因为"xxx"重复了第二次。