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

PROGRAMMING:Hand chopping

Luz5年前 (2021-05-10)题库420
During the double 11 carnival, everyone in the ACM community was waiting for the shopping cart to be emptied at 0 o'clock that night. Wang is also ready to fill a list of goods ready to empty, secretly told you, Wang has two Alipay accounts, a large size has a yuan, the trumpet has b yuan. But Wang Tsai doesn't know if he has enough money. Can you help him figure out how much money he has?
###Input format:
Enter n to indicate that there are n groups of data. Next, input n groups of data, each group of data input a, B( a. B all in the range of int)
###Output format:
Output a + B
###Input example:
Here is a set of inputs. For example:
```in
one
1 1
```
###Output example:
The corresponding output is given here. For example:
```out
two
```







answer:If there is no answer, please comment