Type: RemoteJudge 1000ms 128MiB

矩阵加法

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.

题目描述

输入两个 nnmm 列的矩阵 AABB,输出它们的和 A+BA+B,矩阵加法的规则是两个矩阵中对应位置的值进行加和,具体参照样例。

输入格式

第一行包含两个整数 nnmm,表示矩阵的行数和列数 (1n100(1 \le n \le 1001m100)1 \le m \le 100)

接下来 nn 行,每行 mm 个整数,表示矩阵 AA 的元素。

接下来 nn 行,每行 mm 个整数,表示矩阵 BB 的元素。

相邻两个整数之间用单个空格隔开,每个元素均在 110001 \sim 1000 之间。

输出格式

nn 行,每行 mm 个整数,表示矩阵加法的结果。相邻两个整数之间用单个空格隔开。

3 3
1 2 3
1 2 3
1 2 3
1 2 3
4 5 6
7 8 9
2 4 6
5 7 9
8 10 12

初一从0开始学C++(二维数组)

Not Claimed
Status
Done
Problem
7
Open Since
2024-4-1 0:00
Deadline
2024-6-30 23:59
Extension
24 hour(s)