QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#147503#4195. Looking for WaldoHuangHanShengWA 1ms3528kbC++231.6kb2023-08-23 11:14:502023-08-25 01:36:45

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

5 5
ABCDE
FGHIJ
KLMNO
PQRST
VWXYZ

output:

25

result:

ok single line: '25'

Test #2:

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

input:

5 10
ABCDEABCDE
FGHIJFGHIJ
KLMNOKLMNO
PQRSTPQRST
VWXYZVWXYZ

output:

25

result:

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