QOJ.ac

QOJ

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

Judging History

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

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

answer

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

详细

Test #1:

score: 100
Accepted
time: 14ms
memory: 8892kb

input:

2
5
00000
3
001

output:

7
2 5 1 2 3 4 2
0

result:

ok all puzzle solved (2 test cases)

Test #2:

score: -100
Wrong Answer
time: 9ms
memory: 8884kb

input:

7
3
000
3
100
3
010
3
110
3
001
3
101
3
011

output:

7
2 5 1 2 3 4 2
0

result:

wrong answer Integer 7 violates the range [0, 6] (test case 1)