问答题

printf("\n");

【参考答案】

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

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