Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
95160 | 赵乘浩 | 数组倒序输出 | Python3 | Wrong Answer | 35 MS | 3772 KB | 99 | 2024-10-27 09:03:25 |
n = int(input()) n = list(map(int,input().split())) for i in range(n-1,-1,-1): print(n-1,-1,-1)
------Input------
12 109292 291023 393 393 32920201 19 3039 101 393 1 25 243968
------Answer-----
243968 25 1 393 101 3039 19 32920201 393 393 291023 109292
------Your output-----