QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#760977#9548. The FoolLH_Frank#WA 1ms4100kbC++142.5kb2024-11-18 20:28:092024-11-18 20:28:09

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

3 5 3
QWQQWQQWQQWQQWQ
QWQQWQQWQQWQQWQ
QWQQWQQWQQWQQwQ

output:

3 5

result:

ok single line: '3 5'

Test #2:

score: -100
Wrong Answer
time: 1ms
memory: 3840kb

input:

2 2 1
LL
}L

output:

1 1

result:

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