#D7020. Flipping Parentheses

    ID: 5834 Type: Default 5000ms 268MiB

Flipping Parentheses

Flipping Parentheses

Example

Input

6 3 ((())) 4 3 1

Output

2 2 1

inputFormat

Input

6 3 ((())) 4 3 1

outputFormat

Output

2 2 1

样例

6 3
((()))
4
3
1
2

2 1

</p>