QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
Tip: Click on the bar to expand more detailed information
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'