QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#202956#6567. Repetitive String Inventionucup-team2039WA 0ms3840kbC++20919b2023-10-06 14:19:342023-10-06 14:19:36

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 0ms
memory: 3840kb

input:

aaaa

output:

9

result:

ok single line: '9'

Test #2:

score: -100
Wrong Answer
time: 0ms
memory: 3628kb

input:

axabxbcxcdxd

output:

9

result:

wrong answer 1st lines differ - expected: '22', found: '9'