题目网址: https://www.puzzleup.com/2022/
https://www.puzzleup.com/2022/puzzle/?12
答题时限: 1月05日7PM-比赛结束(约1月13日)
加分时限: 1月05日7PM-1月10日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 repeats more than two times.
What is the largest number satisfying this condition?
Example: If the number is “ABCDE…”,
Three-digit sequences are: “ABC”, “BCD”, “CDE”, …
Four-digit sequences are: “ABCD”, “BCDE”, …
你要用数字1与2产生一个数字。条件是不得有三位以上的数字序列重复超过两次。
问满足此条件的最大数字为?
例:如果数字为 "ABCDE..."
三位数字序列有:"ABC", "BCD", "CDE", ...
四位数字序列有:"ABCD", "BCDE", ...
译注:题目完全不同了呢
很好奇原本第五题的答案到底是啥
完全算不出来