Need help for certain problem

Правка en1, от seecret, 2021-02-03 19:31:54

there is N X N matrix and each of cell has a number on it from 0 to 9. i want to choose N numbers among them. two conditions should be satisfied. — you can choose at most 1 number from each row. — you can choose at most 1 number from each column. (here , N<=50.)

can i get some advices for this problem?

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en2 Английский seecret 2021-02-03 19:32:50 6 Tiny change: 'tisfied.\n &mdash;' -> 'tisfied.\n\n &mdash;'
en1 Английский seecret 2021-02-03 19:31:54 358 Initial revision (published)