问答题

printf("\n");

【参考答案】

int fun( int a [M] [N])
{
int i,j,sum=0;
for(......

(↓↓↓ 点击下方‘点击查看答案’看完整答案、解析 ↓↓↓)