QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#671386#5085. Palindrome Typeucup-team5178#WA 0ms3612kbC++234.0kb2024-10-24 12:10:582024-10-24 12:10:58

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

aababaa

output:

0

result:

ok single line: '0'

Test #2:

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

input:

abccbbab

output:

3

result:

wrong answer 1st lines differ - expected: '2', found: '3'