cf/mirror

Coloring Brackets

CF
149D1900· candidate master2s256 MB⌨ stdin/stdout
#dp

Examples

Sample 1of 3
Input
(())
Output
12
Sample 2of 3
Input
(()())
Output
40
Sample 3of 3
Input
()
Output
4
149D.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)