1151: 队列的输入
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:15
Solved:13
Description
将数字 1,2,3,4 依次入队,然后依次出队并输出
Output
[1, 2, 3, 4, 0]
Sample Input Copy
Sample Output Copy
[1, 2, 3, 4, 0]