QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#731335#7828. ПалиндромyellowbirdWA 0ms3592kbC++20168b2024-11-10 02:13:122024-11-10 02:13:12

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

motor

output:

YES

result:

ok single line: 'YES'

Test #2:

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

input:

hello

output:

NO

result:

ok single line: 'NO'

Test #3:

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

input:

aa

output:

YES

result:

ok single line: 'YES'

Test #4:

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

input:

abc

output:

NO

result:

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