QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#776135#9791. Intrusive Donkeyucup-team6031#WA 1ms7656kbC++141.9kb2024-11-23 17:40:572024-11-23 17:40:57

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'