QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#801080 | #9791. Intrusive Donkey | ucup-team6074# | WA | 0ms | 16084kb | C++17 | 2.9kb | 2024-12-06 18:17:18 | 2024-12-06 18:17:20 |
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: 0ms
memory: 16084kb
input:
4 7 abac 2 2 2 3 1 2 3 2 3 2 4 2 5 2 6
output:
b a b a a a
result:
wrong answer 6th lines differ - expected: 'c', found: 'a'