Character Counting Problem
CodeChefOpen on judge ↗
Given a string containing uppercase characters (A-Z), Write a python to replace repetition of character by length of that character. Sample Input: AAAABBBAA Sample Output: 4A3B2A Explanation: Character A is repeated 4 times ,Character B is repeated 3 times and A 2 times. Hence the output is 4A3B2A
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