2D-Program to add two arrays
Submit solution
C
Points:
10
Time limit:
8.0s
Memory limit:
64M
Author:
Problem type
Allowed languages
Problem Statement
Write a program to find the sum of 2x2 array
Sample input
1 2
3 4
Sample output
10
Comments