positive_ll
positive_ll
全部
题解 | 神秘石像的镜像序列
全部文章
分类
归档
标签
去牛客网
登录
/
注册
题解 | 神秘石像的镜像序列
16 浏览
0 回复
2025-06-20
positive_ll
+关注
a=list(map(int,input().split())) a.pop() a.reverse() for i in range(len(a)): print(a[i],end=' ')
举报
收藏
赞
评论加载中...