mirror of
https://github.com/Kiritow/OJ-Problems-Source.git
synced 2024-03-22 13:11:29 +08:00
Update 1748.c
This commit is contained in:
parent
bc053a9ca0
commit
a341346e33
|
@ -21,9 +21,9 @@ int main()
|
|||
}
|
||||
for(i=0; i<n; i++)
|
||||
{
|
||||
for(j=0; j<n; j++)
|
||||
for(j=0; j<n-1; j++)
|
||||
printf("%d ",a[i][j]);
|
||||
printf("\n");
|
||||
printf("%d\n",a[i][n-1]);
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user