E - Cascading Operations
CodeChefOpen on judge ↗
You are given a string $S$ of length $N$ consisting of lower case English characters only. It is guaranteed that $S_i \ne S_{i + 1}$ for all $1 \le i < N$. You must insert a single lowercase character somewhere into the string. Afterwards, the following process happens: - While there exists an index $i$ ($1 \le i < |S|$) such that $S_i = S_{i + 1}$, such an index $i$ is found and we delete both
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