Change the Row to Column and Column to Row and it will be Accepted, But Why ?

Правка en2, от ilove_sundarKanya, 2025-03-19 13:07:53

Question Link In this problem, I initially implemented a DP solution by defining the state and transition. However, it resulted in a "Memory Limit Exceeded" error. Surprisingly, when I simply interchanged the row and column while keeping the logic, states, and transitions the same, the solution was accepted.

Can someone explain why this happened?![ ]

Accepted: (https://codeforces.me/1e944c/Screenshot 2025-03-19 152843.png)

Memory Limit Exceeded: (/predownloaded/02/3f/023fca55b2f4b8a7d50f5c1f407aeb54a33deded.png)

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en4 Английский ilove_sundarKanya 2025-03-19 13:11:36 47
en3 Английский ilove_sundarKanya 2025-03-19 13:09:55 194
en2 Английский ilove_sundarKanya 2025-03-19 13:07:53 176
en1 Английский ilove_sundarKanya 2025-03-19 13:05:37 479 Initial revision (published)