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

PROGRAMMING:Count three numbers

Luz5年前 (2021-05-10)题库399
Program input three integers, output the sum and average of the three integers.
###Output format:
One integer (sum), one real number (average value keeps 4 decimal places)
###Input example:
```in
1 2 3
```
###Output example:
```out
6 2.0000
```







answer:If there is no answer, please comment