can you please check what is wrong with my code
Failing one test case
@chitranshanmol07, your code is giving wrong answer for n=11 , your code output is 2471 correct output is 2680,
Increasing number of rows to 12 gives correct answer i.e at line 83 ,declaring int board[12][11]; gives correct answer , even i am not sure of this behavior as your code is correct , i will tell you if i found some error