CenterLest
CenterLest
全部文章
分类
归档
标签
去牛客网
登录
/
注册
CenterLest的博客
全部文章
(共1篇)
题解 | #用列表实现栈#
stack = [1, 2, 3, 4, 5]; x = int(input()); for i in range(0, 2): s...
Python3
2022-08-18
0
377