You are viewing a single comment's thread. Return to all comments →
You say in input description n lines of string of length n.
But in the sample testcase itself you give input with n = 4 but string length as 3.
Either correct the Testcases of problem description.
Seems like cookies are disabled on this browser, please enable them to open this website
Grid Challenge
You are viewing a single comment's thread. Return to all comments →
You say in input description n lines of string of length n.
But in the sample testcase itself you give input with n = 4 but string length as 3.
Either correct the Testcases of problem description.