时间:2012-10-01 18:22:47
{
tot +=a[0][i];
tot +=a[M-1][i];
}
for(i=1;i<M-1;i++){
tot +=a[i][0];
tot +=a[i][N-
电脑版 | 手机版 | 返回顶部