Remove Brackets
CodeChefOpen on judge ↗
Remove the brackets of the given equation. Let us consider an equation $a+(b+c)$ then after removing brackets the equation will be $a+b+c$ . ###Input: -First line contains a String $S$ . ###Output: Remove the brackets and print the remaining string ###Sample Input 1: a-(b-c) ###Sample Output 1: a-b+c ###Sample Input 2: a-(b-(c+d)) ###Sample Output 2: a-b+c+d
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