cf/mirror

The World Is Just a Programming Task (Easy Version)

CF
1248D12000· candidate master1s512 MB⌨ stdin/stdout

Examples

Sample 1of 3
Input
10
()()())(()
Output
5
8 7
Sample 2of 3
Input
12
)(()(()())()
Output
4
5 10
Sample 3of 3
Input
6
)))(()
Output
0
1 1
1248D1.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)