首页
编程
java
php
前端
首页
编程
java
php
前端
下面程序输出3×3矩阵的周边元素之和
s2+=a[i][j];
s1-s2
中间应该写
s1-=a[i][j]; printf(,s1);
点击展开全文