Compress the given string
CodeChefOpen on judge ↗
- You are given a string containing uppercase letters. Your task is to write a program with function compressString that performs basic string compression. - The compression should be performed by counting the number of consecutive identical characters and replacing them with the character followed by the count. If count of a character is one, then count should not be mentioned. ### Input - The
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