Anton and School - 2
785D2300· international master2s256 MB⌨ stdin/stdout
Examples
Sample 1of 3
Input
)(()()
Output
6
Sample 2of 3
Input
()()()
Output
7
Sample 3of 3
Input
)))
Output
0
58%
785D.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)
)(()()
6
()()()
7
)))
0