Take another matrix, say b of size (n x m). C++. Copy Code. int x = 0; for(int i=0; i<n;i++) { for(int j=m-1; j>=0;j--) { printf("%d " ...
確定! 回上一頁