Spreadsheet
Your task is to perform a simple table calculation.
Write a program which reads the number of rows r, columns c and a table of r × c elements, and prints a new table, which includes the total sum for each row and column.
Time Limit | $1$ 秒/Second(s) | Memory Limit | $512$ 兆字节/Megabyte(s) |
提交总数 | $19$ | 正确数量 | $14$ | "
裁判形式 | 标准裁判/Standard Judge | 我的状态 | 尚未尝试 |
难度 | 分类标签 | STL |
Spreadsheet
Your task is to perform a simple table calculation.
Write a program which reads the number of rows r, columns c and a table of r × c elements, and prints a new table, which includes the total sum for each row and column.
4 5
1 1 3 4 5
2 2 2 4 5
3 3 0 1 1
2 3 4 4 6
1 1 3 4 5 14
2 2 2 4 5 15
3 3 0 1 1 8
2 3 4 4 6 19
8 9 9 13 17 56
1 ≤ r, c ≤ 100
0 ≤ an element of the table ≤ 100
本题记录 | 用 户(点击查看用户) | 运行号(点击购买题解) | 时 间 |
---|---|---|---|
算法最快[$0 $ms] | 刘欢@计算机科学与技术161 | 428765 | 2019-05-15 20:21:52 |
内存最少[$2016 $KB] | 0.0 | 408029 | 2019-04-22 21:56:03 |
第一AC | 刘成健 | 315643 | 2018-11-17 14:30:19 |
第一挑战 | 刘成健 | 315643 | 2018-11-17 14:30:19 |
竞赛编号 | 竞赛名称 | 竞赛时间 | 访问比赛 |
---|