A+B for Input-Output Practice (VIII)

TimeLimit: 2000/1000 MS (Java/Others)  MemoryLimit: 65536/32768 K (Java/Others)
64-bit integer IO format:%I64d
未提交 | 登录后收藏 | 已有12人收藏了本题
Problem Description
Your task is to calculate the sum of some integers.
Input
Input contains an integer N in the first line, and then N lines follow. Each line starts with a integer M, and then M integers follow in the same line.
Output

For each group of input integers you should output their sum in one line, and you must note that there is a blank line between outputs.

注意:最后一行后面,不能有空行

注意如果你想要知道不可见字符的输出情况,建议在所有不可见字符后面跟着输出一个'#'号。通过#号判断不可见字符的输出情况,等把不可见字符的输出格式调对,再把'#'去掉。

特别是在调整空格和换行的位置和数量时,这样做比较直观

SampleInput
3
4 1 2 3 4
5 1 2 3 4 5
3 1 2 3
SampleOutput
10

15

6
Submit
题目统计信息详细
总AC数1015
通过人数896
尝试人数1002
总提交量4084
AC率21.94%
AC该题后可以添加标签
贴完标签可以获得20ACB。
并且可以获得本题所有提交代码查看权限。
点击标题可以显示标签。
如果你还没认真思考过这题,请不要查看标签
如果您已经通过了该题,请务为该题贴上标签

T^T Online Judge

[BUG反馈] [FAQ] [闽ICP备17026590号-1]
当前版本:3.24 系统时间: