用到了
for循环
:
for(int i=0;i<n;i++) { for(int j=0;j<n;j++) { scanf("%d",&a[i][j]); } printf("\n"); }还有
count++;