H. A+B(基本输入输出5)

    Type: Default 1000ms 128MiB

A+B(基本输入输出5)

You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.

说明

多个数求和。

输入格式

第一行为N,下面紧跟N行数据。每行数据:开头为M,后面紧跟M个数。

输出格式

输出每一行M个整数的和,每个数据一行。
2
1 1
2 3 4
1
7

来源

入门