Break and Max
CodeChefOpen on judge ↗
You are given a strings $s$, output the *lexicographically maximum substring* after splitting the string into a new part whenever an uppercase character, comma, period, semicolon or dollar is encountered. Also lets call these characters as Delimiter characters. Solve this problem for $t$ test cases. Let's define a substring as a contiguous subsegment of a string. For example, `"acab"` is a substr
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