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.
注意:最后一行后面,不能有空行
注意如果你想要知道不可见字符的输出情况,建议在所有不可见字符后面跟着输出一个'#'号。通过#号判断不可见字符的输出情况,等把不可见字符的输出格式调对,再把'#'去掉。
特别是在调整空格和换行的位置和数量时,这样做比较直观
3 4 1 2 3 4 5 1 2 3 4 5 3 1 2 3
10 15 6