-->
当前位置:首页 > 题库

PROGRAMMING:One dimensional array reverse order output

Luz5年前 (2021-05-10)题库401
Programming defines an integer array with 20 elements, traverses once, assigns the value of the array elements to the square of the subscript plus 1, and then traverses all the elements of the output array in reverse order.
###Input example:
```in
```
###Output example:
```out
362 325 290 257 226 197 170 145 122 101 82 65 50 37 26 17 10 5 2 1
```







answer:If there is no answer, please comment