2D-Program to add two arrays


Submit solution

Points: 10
Time limit: 8.0s
Memory limit: 64M

Author:
Problem type
Allowed languages
C

Problem Statement


Write a program to find the sum of 2x2 array


Sample input


1 2


3 4

Sample output


10


Comments

There are no comments at the moment.