Open noel-yap opened 3 hours ago
LeetCode Support commented: Thank you for reaching out to us regarding your concerns about the test case for the LeetCode problem #3122. We understand that your solution yields a different result than what's expected for a given test case. To better assist you, could you please provide the exact grid configuration used and clarify whether there might be additional context to the problem requirements that could account for this discrepancy? Understanding these specifics will help us more accurately assess and address the issue you're encountering. We appreciate your efforts and are here to help you resolve this matter effectively.
LeetCode Support Team
LeetCode Username
november-yankee
Problem Number, Title, and Link
Bug Category
Incorrect test case (Output of test case is incorrect as per the problem statement)
Bug Description
Test case 629 broke (my solution used to pass for it)
If the grid satisfied the conditions, columns would alternate between
0
and1
I've created counters for each column. The minimum number of operations is 495, not the 474 the test is expecting
Language Used for Code
None
Code used for Submit/Run operation
Expected behavior
Test passes with both
mo
andminimum_operations
implementationsScreenshots
Additional context
No response