{"problem":{"name":"Insertion","description":{"content":"You are given a string $S$ of length $N$ consisting of `(` and `)`. Your task is to insert some number of `(` and `)` into $S$ to obtain a _correct bracket sequence_.   Here, a correct bracket sequenc","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc064_d"},"statements":[{"statement_type":"Markdown","content":"You are given a string $S$ of length $N$ consisting of `(` and `)`. Your task is to insert some number of `(` and `)` into $S$ to obtain a _correct bracket sequence_.  \nHere, a correct bracket sequence is defined as follows:\n\n*   `()` is a correct bracket sequence.\n*   If $X$ is a correct bracket sequence, the concatenation of `(`, $X$ and `)` in this order is also a correct bracket sequence.\n*   If $X$ and $Y$ are correct bracket sequences, the concatenation of $X$ and $Y$ in this order is also a correct bracket sequence.\n*   Every correct bracket sequence can be derived from the rules above.\n\nFind the shortest correct bracket sequence that can be obtained. If there is more than one such sequence, find the lexicographically smallest one.\n\n## Constraints\n\n*   The length of $S$ is $N$.\n*   $1 ≤ N ≤ 100$\n*   $S$ consists of `(` and `)`.\n\n## Input\n\nInput is given from Standard Input in the following format:\n\n$N$\n$S$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc064_d","tags":[],"sample_group":[["3\n())","(())"],["6\n)))())","(((()))())"],["8\n))))((((","(((())))(((())))"]],"created_at":"2026-03-03 11:01:14"}}