QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#236229 | #6442. Secret of Tianqiu Valley | ucup-team1001# | WA | 14ms | 8892kb | Python3 | 40b | 2023-11-03 18:45:03 | 2023-11-03 18:45:03 |
Judging History
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)