In the array, a first store arbitrary integer n, then the integer n (listed by the opposite array a length of about 20, 1 & lt; n<=20),
Input format:
Type n the value of the first, and then input n integers,
The output format:
The array has had inverted: n integers,
Input the sample:
1 2 3
The output sample:
1 2 3
CodePudding user response:
This output sample is wrong, you should not be 3 2 1, this is too simple, write it by yourself
CodePudding user response:
Write once, out of the question asked
CodePudding user response: