Update a4/program.c
This commit is contained in:
parent
f27c6383c4
commit
0b2d129c45
@ -8,7 +8,7 @@ void print(int *a, int n, int index, int depth)
|
|||||||
|
|
||||||
for (int i = 0; i < depth; i++)
|
for (int i = 0; i < depth; i++)
|
||||||
{
|
{
|
||||||
printf(" ");
|
printf(" ");
|
||||||
}
|
}
|
||||||
printf("%d\n", a[index]);
|
printf("%d\n", a[index]);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user