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

PROGRAMMING:Sum of three integers

Luz5年前 (2021-05-10)题库465
Input three integers to sum and output.
###Input format:
Enter three integers on a line, separated by a space, without any additional characters.
###Output format:
Output in the order of "sum = result" in one line, where the result is output as is.
###Input example:
```in
4 5 6
```
###Output example:
```out
sum=15
```






answer:If there is no answer, please comment