mirror of
https://github.com/krahets/hello-algo.git
synced 2025-11-02 12:58:42 +08:00
fine tune
This commit is contained in:
@ -106,7 +106,7 @@ int main() {
|
||||
|
||||
/* 元素出队 */
|
||||
pop(queue);
|
||||
printf("出队元素 pop = %d,出队后 queue = ", peekNum);
|
||||
printf("出队元素 pop = %d ,出队后 queue = ", peekNum);
|
||||
printArrayQueue(queue);
|
||||
|
||||
/* 获取队列的长度 */
|
||||
|
||||
Reference in New Issue
Block a user