QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#192815#7512. Almost Prefix Concatenationucup-team1957#WA 17ms21900kbC++203.1kb2023-09-30 15:35:022023-09-30 15:35:03

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 17ms
memory: 21900kb

input:

ababaab
aba

output:

i : 1
len : 3
i : 2
len : 1
i : 3
len : 3
i : 4
len : 1
i : 5
len : 2
i : 6
len : 2
i : 7
len : 1
473

result:

wrong output format Expected integer, but "i" found