You are tasked with creating a secret sequence of integers that is difficult to guess.
The sequence is subject to the following constraints:
At first, all you need to reveal is the length of the sequence.
Then, an adversary will guess the numbers in the sequence one at a time.
Note that because you are not forced to write down the sequence in advance, you can "cheat" by changing the sequence you have in mind, so long as it does not contradict the information you have revealed so far. It turns out that under these conditions, you can always force the adversary to get $33\,333$ misses before they can guess every number in your sequence. Your job is to write a program that does so.