QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#753528#9548. The Foolucup-team5924#WA 0ms3772kbC++14693b2024-11-16 13:08:332024-11-16 13:08:43

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

3 5 3
QWQQWQQWQQWQQWQ
QWQQWQQWQQWQQWQ
QWQQWQQWQQWQQwQ

output:

3 5

result:

ok single line: '3 5'

Test #2:

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

input:

2 2 1
LL
}L

output:

1 2

result:

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