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

PROGRAMMING:Unexpected interview

Luz5年前 (2021-05-10)题库429
Hello everyone, I'm not Wang Dahui. I never thought that the company interview asked me to calculate the sum of 10 integers. If I can pass this interview, it won't be long before I can appreciate my salary, become the general manager, become the CEO, marry Bai Fumei and go to the peak of my life. Ha ha, I'm still a little excited. Smart acmer, can you work out the sum of these 10 numbers for me?
###Input format:
First, enter a t to indicate that there are t groups of test data;
Next, there are 10 integers in each line, separated by spaces, and each integer is less than 1000;
###Output format:
The sum of 10 numbers, each in a row.
###Input example:
Here is a set of inputs. For example:
```in
one
1 2 3 4 5 6 7 8 9 10
```
###Output example:
The corresponding output is given here. For example:
```out
fifty-five
```







answer:If there is no answer, please comment