QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#213795#6442. Secret of Tianqiu ValleyZhaoZiLongWA 0ms3876kbC++172.4kb2023-10-14 16:08:302023-10-14 16:08:30

详细

Test #1:

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

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: 3876kb

input:

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

output:

4
1 1 3 1
0
0
0
0
0
0

result:

wrong answer ignite ignited torch (test case 1)