Sum of elements of matrix that are under the back diagonal

后端 未结 0 1301
渐次进展
渐次进展 2020-12-09 19:11

I have a rectangle-shaped matrix:

int arr[3][4] = {1,2,3,4,
                 5,6,7,8,
                 9,1,2,3};

And i need to find the sum o

相关标签:
回答
  • 消灭零回复
提交回复
热议问题