QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#773604#9791. Intrusive Donkeyucup-team1782#WA 2ms9900kbC++142.0kb2024-11-23 09:32:392024-11-23 09:32:46

詳細信息

Test #1:

score: 0
Wrong Answer
time: 2ms
memory: 9900kb

input:

4 7
abac
2 2
2 3
1 2 3
2 3
2 4
2 5
2 6

output:

b
a
b
a
c
c

result:

wrong answer 5th lines differ - expected: 'a', found: 'c'