QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#213751#6442. Secret of Tianqiu ValleyGuanYunchangWA 0ms3888kbC++172.1kb2023-10-14 15:56:012023-10-14 15:56:02

详细

Test #1:

score: 100
Accepted
time: 0ms
memory: 3828kb

input:

2
5
00000
3
001

output:

7
1 3 2 3 4 3 5
0

result:

ok all puzzle solved (2 test cases)

Test #2:

score: -100
Wrong Answer
time: 0ms
memory: 3888kb

input:

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

output:

5
1 1 2 1 3
0
0
0
0
0
0

result:

wrong answer ignite ignited torch (test case 1)