QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#216674 | #6442. Secret of Tianqiu Valley | xwl | WA | 0ms | 3900kb | C++20 | 2.5kb | 2023-10-15 20:49:50 | 2023-10-15 20:49:51 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 0ms
memory: 3788kb
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: 0
Accepted
time: 0ms
memory: 3780kb
input:
7 3 000 3 100 3 010 3 110 3 001 3 101 3 011
output:
1 2 0 0 0 0 0 0
result:
ok all puzzle solved (7 test cases)
Test #3:
score: -100
Wrong Answer
time: 0ms
memory: 3900kb
input:
15 4 0000 4 1000 4 0100 4 1100 4 0010 4 1010 4 0110 4 1110 4 0001 4 1001 4 0101 4 1101 4 0011 4 1011 4 0111
output:
4 2 4 1 3 1 3 1 4 4 3 2 1 3 0 4 2 4 2 4 4 1 2 1 3 4 4 2 1 3 1 2 4 2 1 2 4 4 2 1 1 3 4 3 1 2 4 4 1 4 1 3 4 2 4 1 3 4 1 4 2 4
result:
wrong answer solvable puzzle unsolved (test case 5)