Difficulty | Tags | Solution Link |
---|---|---|
Easy | [Arrays, Matrices, Integers] | To Do |
Find the sum of all elements in a two dimensional, rectangular array except for the corners.
Input | Output |
---|---|
1 3 9 2 3 2 0 3 2 8 1 4 |
29 |
Difficulty | Tags | Solution Link |
---|---|---|
Easy | [Arrays, Matrices, Integers] | To Do |
Find the sum of all elements in a two dimensional, rectangular array except for the corners.
Input | Output |
---|---|
1 3 9 2 3 2 0 3 2 8 1 4 |
29 |