Sudoku Solver - TLE

why is my code showing runtime error ?
https://ide.codingblocks.com/s/55724

Hey Akshay, you have made some mistakes in your code, I have corrected your code and comment out the mistakes. You can refer this.

But it still shows wrong answer in all the test cases.
Please help

Could you please help on this ?

Hey Akshay, this code is working absolutely fine, its just that you are supposed to print space between the numbers in output, So update the code’s line: 95 like this cout << v[i][j]<<" ";

Hey Akshay,

As you are not responding to this thread, I am marking your doubt as Resolved for now. Re-open it if required.

Please mark your doubts as resolved in your course’s “Ask Doubt” section, when your doubt is resolved.