Can you check Submission #12168922

I could not find the reason for which test cases it is getting failed. Please give some hint.

i tried running the code for testcase-1 …getting correct output. Please guide.

Hey @kakkarhk You are getting wrong answer bcoz the order in which you are printing is incorrect.
like :
n = 2
correct =
()()
(())
Your output =
(())
()()

.Solve for this

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.