QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#122524#6539. Treasure BoxGuanYunchangWA 3ms13728kbC++176.9kb2023-07-10 17:46:082023-07-10 17:46:11

详细

Test #1:

score: 100
Accepted
time: 3ms
memory: 13728kb

input:

2
5 1
ABCDE
7 1 4 5 1
5 1
ABCDA
7 1 4 5 1

output:

6 5 6 6 5 
2 1 2 3 4 

result:

ok 10 numbers

Test #2:

score: -100
Wrong Answer
time: 2ms
memory: 9628kb

input:

1
10 4
AABABBABAB
10 3 4 10 7 1 8 10 7 6

output:

26 30 34 30 26 22 26 30 26 22 

result:

wrong answer 1st numbers differ - expected: '10', found: '26'