QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#776135 | #9791. Intrusive Donkey | ucup-team6031# | WA | 1ms | 7656kb | C++14 | 1.9kb | 2024-11-23 17:40:57 | 2024-11-23 17:40:57 |
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: 100
Accepted
time: 1ms
memory: 5684kb
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 c
result:
ok 6 lines
Test #2:
score: -100
Wrong Answer
time: 0ms
memory: 7656kb
input:
5 4 shrek 1 1 2 2 7 1 1 7 2 7
output:
k s
result:
wrong answer 2nd lines differ - expected: 'h', found: 's'