QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#731341#7828. ПалиндромyellowbirdWA 0ms3844kbC++20170b2024-11-10 02:14:282024-11-10 02:14:29

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

motor

output:

YES

result:

ok single line: 'YES'

Test #2:

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

input:

hello

output:

NO

result:

ok single line: 'NO'

Test #3:

score: 0
Accepted
time: 0ms
memory: 3544kb

input:

aa

output:

YES

result:

ok single line: 'YES'

Test #4:

score: 0
Accepted
time: 0ms
memory: 3644kb

input:

abc

output:

YES

result:

ok single line: 'YES'

Test #5:

score: 0
Accepted
time: 0ms
memory: 3612kb

input:

aaa

output:

YES

result:

ok single line: 'YES'

Test #6:

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

input:

abcd

output:

NO

result:

ok single line: 'NO'

Test #7:

score: 0
Accepted
time: 0ms
memory: 3844kb

input:

abbc

output:

YES

result:

ok single line: 'YES'

Test #8:

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

input:

abcde

output:

YES

result:

wrong answer 1st lines differ - expected: 'NO', found: 'YES'