Feu un procediment que transposi una matriu quadrada @m@.
Interfície
C++
typedef vector< vector<int>> Matriu;
void transposa(Matriu& m);
Java
publicstaticvoidtransposa(int[][] m);
Python
transposa(m) # returns None
MyPy
transposa(m: list[list[int]]) ->None
Precondició
@m@ és una matriu quadrada
amb
.
About statements
The official statement of a problem is always the one
in the PDF document. The HTML version of the statement
is also given to help you, but may contain some content
that is not well displayed. In case of doubt, always use the PDF.