QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#90968#5440. P-P-PalindromeLatesWA 1ms5668kbC++141.5kb2023-03-26 11:02:122023-03-26 11:02:14

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 1ms
memory: 5668kb

input:

2
aaaa
aaa

output:

16

result:

ok 1 number(s): "16"

Test #2:

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

input:

3
abaaa
abbbba
bbbaba

output:

36

result:

wrong answer 1st numbers differ - expected: '28', found: '36'