fine tune

This commit is contained in:
krahets
2023-09-17 01:13:15 +08:00
parent b2246e11a7
commit 9f59c572b5
32 changed files with 44 additions and 44 deletions

View File

@ -85,7 +85,7 @@ int main() {
/* 元素出栈 */
val = pop(stack);
printf("出栈元素 pop = %d出栈后 stack = ", val);
printf("出栈元素 pop = %d ,出栈后 stack = ", val);
printArray(stack->data, stack->size);
/* 获取栈的长度 */