QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#90770#5256. InsertionsqiuzxWA 24ms69016kbC++115.1kb2023-03-25 09:48:352023-03-25 09:48:36

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 21ms
memory: 69016kb

input:

rrddrrrdd
ddrrd
rrddrr

output:

2 2 6 7

result:

ok 4 number(s): "2 2 6 7"

Test #2:

score: -100
Wrong Answer
time: 24ms
memory: 69016kb

input:

z
zzkkzzkk
z

output:

5 1 1 1

result:

wrong answer 2nd numbers differ - expected: '2', found: '1'