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

PROGRAMMING:Averaging with one dimensional arrays

Luz5年前 (2021-05-10)题库387
This topic requires the use of one-dimensional array, storage of 5 integers, the average output of 5 integers.
###Input format:
Enter a set of integers.
###Output format:
For each set of inputs, output the average in one line.
###Input example:
```in
1 2 3 4 5
```
###Output example:
The corresponding output is given here. For example:
```out
three
```







answer:If there is no answer, please comment