Alien Operation
Consider the following function $f$, defined on pairs of boolean values: $$ f(x, y) = \begin{cases} 1, \text{ if } x = y = 0 \\ 0, \text{ otherwise} \end{cases} $$ So $f(0, 0) = 1$, and for any other input $f(x, y) = 0$. You're given a binary string $S$ of length $N$. You can perform the following operation on it: - Choose an index $i$ ($1 \lt i \lt N$) and do **both**: 1. Set $S_{i-1} = f
HINT LADDERno hints yet
L1 Observation
L2 Technique
L3 Approach
L4 Pseudo-code
🔒
L5 Full solution
L5 unlocks only if you insist twice
solution.cppC++17
CodeSearch Tutor
Hints, not spoilers — it won’t hand over the full solution unless you insist.
Sign in to chat with the tutor and save your progress.
Sign in to start