go

移除队列的中间数字。

英文: Removing middle number of a queue 问题 以下是你要翻译的内容: 我需要创建一个方法,在其中移除链式队列的中间数字。[1,2,3,4,5] 变成 [1,2,4,...