优化及debug

This commit is contained in:
Xu Bai
2019-07-03 22:43:35 +08:00
parent df89c59261
commit 337a5fd71e
2 changed files with 1 additions and 1 deletions

View File

@@ -156,7 +156,7 @@ int main()
if (i)
{
printf("inited! \n");
printf("是否空队列?", QueueEmpty(q));
printf("Empty? 1 or 0: %d\n", QueueEmpty(q));
}
EnQueue(&q, -5);
EnQueue(&q, 5);

BIN
a.out

Binary file not shown.