QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#409866#8278. Secret PoemsHuangHanShengWA 1ms3652kbC++142.0kb2024-05-12 19:49:572024-05-12 19:49:58

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

5
THSAD
IIVOP
SEOOH
RGETI
YMINK

output:

THISI
POEMS
DNKIA
OIHTV
OGYRE

result:

ok 5 lines

Test #2:

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

input:

2
AB
CD

output:

AB
DC

result:

ok 2 lines

Test #3:

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

input:

4
ABCD
EFGH
IJKL
MNOP

output:

ABEI
KNOF
HPLC
MJGD

result:

wrong answer 2nd lines differ - expected: 'KHLF', found: 'KNOF'