QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#236230#6442. Secret of Tianqiu Valleyucup-team1001#WA 8ms8968kbPython336b2023-11-03 18:45:482023-11-03 18:45:48

Judging History

你现在查看的是最新测评结果

  • [2023-11-03 18:45:48]
  • 评测
  • 测评结果:WA
  • 用时:8ms
  • 内存:8968kb
  • [2023-11-03 18:45:48]
  • 提交

answer

print(5)
print(1,2,3,4,5)
print(0)

详细

Test #1:

score: 0
Wrong Answer
time: 8ms
memory: 8968kb

input:

2
5
00000
3
001

output:

5
1 2 3 4 5
0

result:

wrong answer ignite ignited torch (test case 1)