cf/mirror

Correct Bracket Sequence Editor

CF
670E1700· expert2s256 MB⌨ stdin/stdout

Examples

Sample 1of 3
Input
8 4 5
(())()()
RDLD
Output
()
Sample 2of 3
Input
12 5 3
((()())(()))
RRDLD
Output
(()(()))
Sample 3of 3
Input
8 8 8
(())()()
LLLLLLDD
Output
()()
670E.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)
loading graph engine…