cf/mirror

Treasure

CF
494A1500· specialist2s256 MB⌨ stdin/stdout
#greedy

Examples

Sample 1of 4
Input
(((#)((#)
Output
1
2
Sample 2of 4
Input
()((#((#(#()
Output
2
2
1
Sample 3of 4
Input
#
Output
-1
Sample 4of 4
Input
(#)
Output
-1
494A.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)