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

PROGRAMMING:A + B input output exercise (I)

Luz5年前 (2021-05-10)题库475
Suppose you have two hands, There is a pile of sugar in front of you, a in your left hand and B in your right hand. How many sugar did you take in total.
###Input format:
Enter two integers a and B at a time to represent the number of candies in your left hand and right hand, and you took the candies many times.
###Output format:
Please output the corresponding total number of candy.
###Input example:
```in
1 1
```
###Output example:
```out
two
```







answer:If there is no answer, please comment