#include<iostream> Problem Description Your task is to calculate the sum of some integers.
|
Input
Input contains multiple test cases, and one case one line. Each case starts with an integer N, and then N integers follow in the same line.
|
Output
For each test case you should output the sum of N integers in one line, and with one line of output for each line in input.
|
Sample Input
4 1 2 3 4 |
Sample Output
10 |
Author
lcy
|
相关文章
- hdu 1095 A+B for Input-Output Practice (VII)
- hdu 1092 A+B for Input-Output Practice (IV)
- D题 - A+B for Input-Output Practice (III)
- 1.1.2A+B for Input-Output Practice (II)
- A+B for Input-Output Practice (I)
- hdu 1096 A+B for Input-Output Practice (VIII)
- hdoj.1093 A+B for Input-Output Practice (V) 20140721
- HDU 1091 A+B for Input-Output Practice (III)
- HDU 1.1.5 A+B for Input-Output Practice (V)
- A+B for Input-Output Practice (VIII)