QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#773604 | #9791. Intrusive Donkey | ucup-team1782# | WA | 2ms | 9900kb | C++14 | 2.0kb | 2024-11-23 09:32:39 | 2024-11-23 09:32:46 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
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'