QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#752864#9548. The Foolucup-team2818#WA 0ms3684kbC++14979b2024-11-16 10:11:352024-11-16 10:11:36

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

3 5 3
QWQQWQQWQQWQQWQ
QWQQWQQWQQWQQWQ
QWQQWQQWQQWQQwQ

output:

3 5

result:

ok single line: '3 5'

Test #2:

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

input:

2 2 1
LL
}L

output:

2 1

result:

ok single line: '2 1'

Test #3:

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

input:

2 2 10
u+gl<d'a9Bu+gl<d'a9B
)M0wM2_Z8!u+gl<d'a9B

output:

2 12 12 12 12 12 12 12 12 12 1

result:

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