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

PROGRAMMING:A + B input output exercise (I)

Luz5年前 (2021-05-10)题库359
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:
For each group of integers a and B, please output the corresponding total number of candies.
Each output occupies one line.
###Input example:
Here is a set of inputs. For example:
```in
1 5
10 20
```
###Output example:
The corresponding output is given here. For example:
```out
six
thirty
```







answer:If there is no answer, please comment