Home > database >  Just contact with c language, very vegetables, who can help me!
Just contact with c language, very vegetables, who can help me!

Time:09-30

Title description
Write a function that given a 3 x3 two-dimensional integer array transposed, namely swaps, data input and output are completed in the main function,

The input description
Please input a 3 x3 each element of the array, separated with a space between

Output description
Output transposed respectively before and after the transpose array
The output format for % 5 d

The input sample
1 2 3 4 5 6 7 8 9

The output sample
The original array
1 2 3
4 5 6
7 8 9
Convert an array
1 4 7
2 5 8
3 6 9
  • Related